@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Benax 
    Author: 
    Author URI: 
    Description: "Benax - Benax - Multipurpose Agency & Portfolio HTML Template 
    Version: 1.0.0

-----------------------------------------------------------------------------------

    TABLE OF CONTENTS
    -------------------------------------------------------------------------------

    01. Basic
        01.01 Mixins
        01.02 Variables
        01.03 Buttons
        01.04 Typography

    02. Template Section Styles
        02.01 About
        02.02 Animation
        02.03 Brand
        02.04 Contact
        02.05 CTA
        02.06 Shop
        02.07 FAQ
        02.08 Feature
        02.09 Footer
        02.10 Header
        02.11 Helping
        02.12 Hero
        02.13 Marquee
        02.14 MeanMenu
        02.15 News
        02.16 Preloader
        02.17 Pricing
        02.18 Section
        02.19 Service
        02.20 Team/Speaker
        02.21 Project
        02.22 Testimonial

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Basic
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-55");
:root {
  --body: #fff;
  --body2: #F0F0F0;
  --black: #000;
  --black2: #222222;
  --black3: #171717;
  --white: #fff;
  --theme: #F45B1E;
  --header: #1E2023;
  --text: #767676;
  --text-gray1: #CDCDCD;
  --border: #1E202347;
  --bg:#1E2023;
  --bg-2: #171717;
  --bg-dark2: #232323;
  --bg-dark3: #303030;
  --bg-3: #F8F7F0;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --text-light1: #F3F4F6;
  --warning-clr: #E8C120;
  --theme-star: #FA4729;
  --theme-star1: #4C3ECC;
  --theme-star2: #067ACD;
}

.theme-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: relative;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
.theme-btn-main.style-2 {
  background-color: var(--theme);
  padding: 7px 30px;
  padding-right: 7px;
}
.theme-btn-main.style-2 .theme-btn-arrow-left,
.theme-btn-main.style-2 .theme-btn-arrow-right {
  width: 43px;
  height: 43px;
  background: var(--white);
  color: var(--theme);
}
.theme-btn-main.style-2 .theme-btn {
  background-color: transparent;
  padding: 0;
  margin-right: 17px;
  font-weight: 600;
}
.theme-btn-main.style-2:hover {
  padding-right: 30px;
  padding-left: 9px;
}
.theme-btn-main.style-2:hover .theme-btn {
  background-color: transparent;
}
.theme-btn-main.style-2:hover .theme-btn-arrow-left {
  left: 5px;
}
.theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.theme-btn-main:hover .theme-btn {
  transform: translateX(56px);
}
.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
  width: 53px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  color: var(--white);
  transition: 0.4s;
  text-align: center;
}
@media (max-width: 575px) {
  .theme-btn-main .theme-btn-arrow-left,
  .theme-btn-main .theme-btn-arrow-right {
    width: 48px;
    height: 48px;
  }
}
.theme-btn-main .theme-btn-arrow-left {
  scale: 0;
  position: absolute;
  left: 3px;
}
.theme-btn-main .theme-btn {
  background: var(--theme);
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  padding: 13px 30px;
  display: inline-flex;
  font-family: "Barlow", sans-serif;
  align-items: center;
  gap: 30px;
  transition: 0.4s;
}
@media (max-width: 575px) {
  .theme-btn-main .theme-btn {
    font-size: 14px;
    padding: 10px 25px;
  }
}
.theme-btn-main:hover .theme-btn {
  background-color: var(--header);
}
.theme-btn-main:hover .theme-btn-arrow-left,
.theme-btn-main:hover .theme-btn-arrow-right {
  background-color: var(--white);
}

.cmn__btn {
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  padding: 21px 34px;
  border-radius: 6px;
  transition: background-color 0.4s ease, transform 0.3s ease;
}
.cmn__btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #f36a3b 0%, #b52600 100%);
}
.cmn__btn:active {
  transform: translateY(0);
}

.btn-theme-outline {
  background-color: transparent;
  color: var(--theme);
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  padding: 17px 34px;
  border: 1px solid var(--theme);
  border-radius: 100px;
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
}
.btn-theme-outline:hover {
  transform: translateY(-2px);
  background-color: var(--theme);
  color: var(--white);
}
.btn-theme-outline:active {
  transform: translateY(0);
}

.cmn__btn.style-whie {
  background-color: var(--white);
  color: var(--black);
  transition: all 0.4s;
}
.cmn__btn.style-whie:hover {
  color: var(--white);
}
.cmn__btn.white-outline {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.cmn__btn.white-outline:hover {
  border-color: #ff5700;
}
.cmn__btn.style-black {
  background-color: var(--black);
  color: var(--white);
  transition: all 0.4s;
}
.cmn__btn.style-black:hover {
  color: var(--white);
}
.cmn__btn.black-outline {
  background-color: transparent;
  border: 1px solid var(--black);
  color: var(--black);
}
.cmn__btn.black-outline:hover {
  border-color: var(--black);
  background: var(--black) !important;
}

.read-more {
  font-weight: 600;
  color: var(--white);
  font-size: 16px;
  transition: all 0.4s;
}
.read-more i {
  transform: rotate(-50deg);
  transition: all 0.4s;
}
.read-more:hover {
  color: var(--theme);
}
.read-more:hover i {
  transform: rotate(0);
}

.theme-btn-arrow {
  display: flex;
  align-items: center;
}
.theme-btn-arrow .texts {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  background-color: var(--theme);
  padding: 9.5px 24px;
}
.theme-btn-arrow .theme-btn-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  color: var(--theme);
}
.theme-btn-arrow .theme-btn-arrow i {
  transform: rotate(-50deg);
  transition: all 0.4s;
}
.theme-btn-arrow:hover .theme-btn-arrow i {
  transform: rotate(0deg);
}

.theme-outline__btn {
  border: 1px solid var(--theme);
}
.theme-outline__btn .theme-btn-arrow .texts {
  color: var(--theme);
  background-color: transparent;
}
.theme-outline__btn .theme-btn-arrow .theme-btn-arrow {
  background-color: var(--theme) !important;
}
.theme-outline__btn .theme-btn-arrow .theme-btn-arrow i {
  transform: rotate(0deg) !important;
  color: var(--white);
}
.theme-outline__btn.active, .theme-outline__btn:hover {
  border-color: var(--white);
  background-color: var(--white);
  transition: all 0.4s;
}
.theme-outline__btn.active .theme-btn-arrow .theme-btn-arrow i, .theme-outline__btn:hover .theme-btn-arrow .theme-btn-arrow i {
  transform: rotate(50deg) !important;
}
.theme-outline__btn.white-outline__btn {
  border: 1px solid var(--white);
}
.theme-outline__btn.white-outline__btn .theme-btn-arrow .texts {
  color: var(--white);
  background-color: transparent;
}
.theme-outline__btn.white-outline__btn .theme-btn-arrow .theme-btn-arrow {
  background-color: var(--white) !important;
}
.theme-outline__btn.white-outline__btn .theme-btn-arrow .theme-btn-arrow i {
  transform: rotate(0deg) !important;
  color: var(--black);
}
.theme-outline__btn.white-outline__btn.active, .theme-outline__btn.white-outline__btn:hover {
  border-color: var(--theme);
  background-color: var(--theme);
  transition: all 0.4s;
}
.theme-outline__btn.white-outline__btn.active .theme-btn-arrow .theme-btn-arrow i, .theme-outline__btn.white-outline__btn:hover .theme-btn-arrow .theme-btn-arrow i {
  transform: rotate(50deg) !important;
}

.box-unique-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  text-transform: uppercase;
  text-decoration-line: underline;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-left: 23px;
}
.box-unique-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--theme);
  z-index: -1;
  transition: all 0.4s;
}
.box-unique-btn:hover::before {
  width: 120%;
  border-radius: 100px;
}

.style-black-hover {
  border: 1px solid var(--black);
}
.style-black-hover:hover {
  background: #fff !important;
  color: var(--black) !important;
}
.style-black-hover:hover::before {
  background: transparent !important;
}

.cmn__btn-10 {
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  background-color: #2F4F4F;
  gap: 10px;
}
.cmn__btn-10 i {
  transform: rotate(-24deg);
}
.cmn__btn-10:hover {
  background: #233f3f !important;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
@font-face {
  font-family: "ThunderFont";
  src: url("../../assets/webfonts/Thunder-LC.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Thunder";
  src: url("../../assets/webfonts/Thunder-BoldLC.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Thunder";
  src: url("../../assets/webfonts/Thunder-SemiBoldLC.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Thunder";
  src: url("../../assets/webfonts/Thunder-LC.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Thunder";
  src: url("../../assets/webfonts/Thunder-MediumLC.ttf");
  font-weight: 500;
}
.thunder-main {
  font-family: "Thunder";
}

@font-face {
  font-family: "Gallery";
  src: url("../../assets/webfonts/gallerymodern-webfont.woff") format("woff"), url("../../assets/webfonts/gallerymodern-webfont.woff2") format("woff2"), url("../../assets/webfonts/gallerymodern-webfont.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../../assets/webfonts/Satoshi-Variable.ttf") format("opentype");
}
.helvetica-font {
  font-family: "Helvetica Neue", sans-serif;
}

.satoshi-font {
  font-family: "Satoshi", sans-serif;
}

.literata-font {
  font-family: "Literata", serif;
}

.thunder-font {
  font-family: "ThunderFont", sans-serif;
}

.gallery-font {
  font-family: "Gallery", sans-serif;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 31px;
  color: var(--text);
  background-color: var(--bg-2);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 96px;
  font-weight: 700;
  line-height: 108px;
  font-family: "Instrument Sans", sans-serif;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 85px;
    line-height: 101px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 74px;
    line-height: 90px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 62px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 46px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 43px;
    line-height: 60px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 32px;
    line-height: 50px;
  }
}

h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 123%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 37px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1399px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  h4 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  a {
    font-size: 14px;
  }
}

p {
  margin: 0px;
  line-height: 18px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  p {
    font-size: 14px;
  }
}

span {
  margin: 0px;
}
@media (max-width: 1199px) {
  span {
    font-size: 14px;
  }
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.heading-sub {
  font-family: "Space Grotesk", sans-serif;
}

.heading-font {
  font-family: "Instrument Sans", sans-serif;
}

.heebo-font {
  font-family: "Heebo", sans-serif;
}

.warning-clr {
  color: var(--warning-clr);
}

.theme-star {
  color: var(--theme-star);
}

.theme-star1 {
  color: var(--theme-star1);
}

.theme-star2 {
  color: var(--theme-star2);
}

.warning-bg {
  background-color: var(--warning-clr);
}

.theme-starbg {
  background-color: var(--theme-star);
}

.theme-star1bg {
  background-color: var(--theme-star1);
}

.theme-star2bg {
  background-color: var(--theme-star2);
}

.bg-black6 {
  background-color: #101010 !important;
}

.bg-black7 {
  background-color: #010101 !important;
}

.bg-black--7 {
  background-color: #161616 !important;
}

.sections-bg7 {
  background-color: #2D2D2D;
}

.footer-bg8 {
  background-color: #424242 !important;
}

.bg-strah {
  background-color: #F6F8EF;
}

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

.container-1460 {
  max-width: 1460px;
}

.container-1560 {
  max-width: 1560px !important;
}

.container-1600 {
  max-width: 1600px !important;
}

.container-1400 {
  max-width: 1400px;
}

.container-1340 {
  max-width: 1340px !important;
  margin: 0 auto;
}

.container-1240 {
  max-width: 1240px !important;
  margin: 0 auto;
}

.container-1176 {
  max-width: 1176px !important;
  margin: 0 auto;
}

.container-1622 {
  max-width: 1622px !important;
  margin: 0 auto;
}

.bg-10 {
  background-color: #163838 !important;
}

.bg-body-10 {
  background-color: #F5F5F5 !important;
}

/*----------------------------------------*/
/*  02. Template Section Styles
/*----------------------------------------*/
.about-left-item-style-1 .about-image {
  max-width: 702px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1399px) {
  .about-left-item-style-1 .about-image {
    max-width: initial;
  }
}
.about-left-item-style-1 .about-image img {
  width: 100%;
  height: 100%;
}
.about-left-item-style-1 .client-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .about-left-item-style-1 .client-item {
    margin-left: 0;
    margin-top: 30px;
  }
}

.about-content-style-1 .text {
  max-width: 621px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.about-content-style-1 .about-box-item {
  background-color: var(--header);
  padding: 40px 100px 40px 240px;
  margin-left: -240px;
  position: relative;
  z-index: -1;
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .about-content-style-1 .about-box-item {
    margin-left: 0;
    padding: 30px;
    margin-top: 30px;
    padding: 40px 100px 40px 120px;
    margin-left: -115px;
  }
}
@media (max-width: 1399px) {
  .about-content-style-1 .about-box-item {
    margin-left: 0;
    padding: 30px;
    margin-top: 30px;
  }
}
.about-content-style-1 .about-box-item .nav {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 20px;
}
@media (max-width: 1399px) {
  .about-content-style-1 .about-box-item .nav {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.about-content-style-1 .about-box-item .nav li {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .about-content-style-1 .about-box-item .nav li {
    font-size: 16px;
  }
}
.about-content-style-1 .about-box-item .nav li .nav-link {
  color: rgba(255, 255, 255, 0.46);
  transition: all 0.4s ease-in-out;
  line-height: 1;
  padding: 0;
}
.about-content-style-1 .about-box-item .nav li .nav-link.active {
  position: relative;
  color: var(--theme);
  padding: 0;
}
.about-content-style-1 .about-box-item .content p {
  color: var(--white);
  max-width: 704px;
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .about-content-style-1 .about-box-item .content p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.about-content-style-1 .about-box-item .content h6 {
  color: rgba(255, 255, 255, 0.57);
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
}
.about-content-style-1 .about-box-item .content .icon-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.about-content-style-1 .about-box-item .content .icon-item h2 {
  color: var(--white);
}

.about-section .container-fluid {
  padding: 0 120px;
}
@media (max-width: 1899px) {
  .about-section .container-fluid {
    padding: 0 70px;
  }
}
@media (max-width: 1600px) {
  .about-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .about-section .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .about-section .container-fluid {
    padding: 0 15px;
  }
}

.about-section05 .container {
  max-width: 1800px;
}
.about-section05 .about-title {
  max-width: 1014px;
  margin-left: auto;
  margin-bottom: 100px;
}
.about-section05 .about-title .title {
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: var(--black);
  margin-bottom: 45px;
}
.about-section05 .about-content-wrap5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.about-section05 .about-content-wrap5 .count-area h2 {
  display: flex;
  gap: 8px;
  margin-bottom: 5px;
}
.about-section05 .about-content-wrap5 .count-area h2 .count {
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  font-family: "Gallery", sans-serif;
}
.about-section05 .about-content-wrap5 .count-area h2 .textm {
  font-size: 44px;
  line-height: 46px;
}
.about-section05 .about-content-wrap5 .count-area p {
  text-transform: uppercase;
  color: #727272;
  max-width: 318px;
}
.about-section05 .about-content-wrap5 .thumb {
  max-width: 562px;
  margin: 0 auto;
}
.about-section05 .about-content-wrap5 .content-right {
  max-width: 551px;
}
@media (max-width: 1600px) {
  .about-section05 .about-title {
    max-width: 700px;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .about-section05 .about-title .title {
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 24px;
  }
  .about-section05 .about-content-wrap5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .about-section05 .about-content-wrap5 .count-area h2 {
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
  }
  .about-section05 .about-content-wrap5 .count-area h2 .count {
    font-size: 200px;
    font-weight: 400;
    line-height: 200px;
    font-family: "Gallery", sans-serif;
  }
  .about-section05 .about-content-wrap5 .count-area h2 .textm {
    font-size: 44px;
    line-height: 46px;
  }
  .about-section05 .about-content-wrap5 .count-area p {
    text-transform: uppercase;
    color: #727272;
    max-width: 318px;
  }
  .about-section05 .about-content-wrap5 .thumb {
    max-width: 562px;
    margin: 0 auto;
  }
  .about-section05 .about-content-wrap5 .content-right {
    max-width: 551px;
  }
}
@media (max-width: 1399px) {
  .about-section05 .about-title {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .about-section05 .about-title .title {
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 24px;
  }
  .about-section05 .about-content-wrap5 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }
  .about-section05 .about-content-wrap5 .count-area h2 {
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
  }
  .about-section05 .about-content-wrap5 .count-area h2 .count {
    font-size: 120px;
    line-height: 120px;
  }
  .about-section05 .about-content-wrap5 .count-area h2 .textm {
    font-size: 26px;
    line-height: 30px;
  }
  .about-section05 .about-content-wrap5 .count-area p {
    font-size: 16px;
    max-width: 318px;
  }
  .about-section05 .about-content-wrap5 .thumb {
    max-width: 562px;
    margin: 0 auto;
  }
  .about-section05 .about-content-wrap5 .content-right {
    max-width: 451px;
  }
}
@media (max-width: 1199px) {
  .about-section05 .about-title {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .about-section05 .about-title .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 17px;
  }
  .about-section05 .about-content-wrap5 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }
  .about-section05 .about-content-wrap5 .count-area h2 {
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
  }
  .about-section05 .about-content-wrap5 .count-area h2 .count {
    font-size: 100px;
    line-height: 100px;
  }
  .about-section05 .about-content-wrap5 .count-area h2 .textm {
    font-size: 26px;
    line-height: 30px;
  }
  .about-section05 .about-content-wrap5 .count-area p {
    font-size: 16px;
    max-width: 318px;
  }
  .about-section05 .about-content-wrap5 .thumb {
    max-width: 562px;
    margin: 0 auto;
  }
  .about-section05 .about-content-wrap5 .content-right {
    max-width: 351px;
  }
}
@media (max-width: 991px) {
  .about-section05 .about-title {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .about-section05 .about-title .title {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 17px;
  }
  .about-section05 .about-content-wrap5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19px;
  }
  .about-section05 .about-content-wrap5 .count-area {
    text-align: center;
  }
  .about-section05 .about-content-wrap5 .count-area h2 {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 4px;
  }
  .about-section05 .about-content-wrap5 .count-area h2 .count {
    font-size: 60px;
    line-height: 60px;
  }
  .about-section05 .about-content-wrap5 .count-area h2 .textm {
    font-size: 26px;
    line-height: 30px;
  }
  .about-section05 .about-content-wrap5 .count-area p {
    font-size: 15px;
    max-width: 318px;
  }
  .about-section05 .about-content-wrap5 .thumb {
    max-width: 562px;
    margin: 0 auto;
  }
  .about-section05 .about-content-wrap5 .content-right {
    max-width: 90%;
    text-align: center;
  }
}

.about-question-section6 {
  padding: 66px 0;
}
.about-question-section6 .about-left__content .section-title6 {
  margin-bottom: 130px;
}
.about-question-section6 .about-left__content .section-title6 h2 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 40px;
}
.about-question-section6 .about-left__content .section-title6 h4 {
  color: var(--white);
}
.about-question-section6 .about-left__content .section-title6 p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.767);
}
.about-question-section6 .about-left__content .content-left-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px 24px;
}
.about-question-section6 .about-left__content .content-left-location .footer-widget-head .title-cmn {
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 30px !important;
  color: rgba(255, 255, 255, 0.678);
}
.about-question-section6 .widget-from {
  max-width: 732px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(88.25px);
  border-radius: 0;
}
.about-question-section6 .widget-from .title {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 30px;
}
.about-question-section6 .widget-from input {
  color: #787f89;
}
.about-question-section6 .widget-from .form-check-input {
  background-color: transparent;
  border-radius: 50%;
}
.about-question-section6 .widget-from ::placeholder {
  color: #787f89;
}
.about-question-section6 .widget-from select {
  height: 47px;
}
.about-question-section6 .widget-from select .current {
  color: #787f89;
}
.about-question-section6 .widget-from .form-check .form-check-label {
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .about-question-section6 .about-left__content {
    max-width: 550px;
  }
  .about-question-section6 .about-left__content .section-title6 {
    margin-bottom: 60px;
  }
  .about-question-section6 .about-left__content .section-title6 h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 24px;
  }
  .about-question-section6 .about-left__content .section-title6 h4 {
    color: var(--white);
  }
  .about-question-section6 .about-left__content .section-title6 p {
    font-size: 16px;
    line-height: 24px;
  }
  .about-question-section6 .about-left__content .content-left-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px 24px;
  }
  .about-question-section6 .about-left__content .content-left-location .footer-widget-head .title-cmn {
    font-size: 18px;
    line-height: 22px;
    color: var(--white);
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 30px !important;
  }
  .about-question-section6 .widget-from {
    width: 100%;
    max-width: 100%;
  }
  .about-question-section6 .widget-from h4 {
    font-size: 24px !important;
  }
}
@media (max-width: 575px) {
  .about-question-section6 .about-left__content {
    max-width: 550px;
  }
  .about-question-section6 .about-left__content .section-title6 {
    margin-bottom: 30px;
  }
  .about-question-section6 .about-left__content .section-title6 h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .about-question-section6 .about-left__content .section-title6 h4 {
    color: var(--white);
  }
  .about-question-section6 .about-left__content .section-title6 p {
    font-size: 16px;
    line-height: 24px;
  }
  .about-question-section6 .about-left__content .content-left-location {
    gap: 18px 24px;
    flex-wrap: wrap;
  }
  .about-question-section6 .about-left__content .content-left-location .footer-widget-head .title-cmn {
    font-size: 18px;
    line-height: 22px;
    color: var(--white);
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 15px !important;
  }
  .about-question-section6 .widget-from {
    width: 100%;
    padding: 20px;
    max-width: 100%;
  }
  .about-question-section6 .widget-from h4 {
    font-size: 24px !important;
  }
  .about-question-section6 .widget-from .theme-btn-arrow {
    padding-left: 14px;
    padding-right: 14px;
  }
  .about-question-section6 .widget-from .texts {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}

.counter-section06 .container {
  max-width: 1400px;
}
.counter-section06 .counter-wrapper6 {
  display: flex;
  align-items: center;
}
.counter-section06 .counter-wrapper6 .counter-items06 {
  transition: all 0.4s;
  width: 358px;
  height: 358px;
  border-radius: 50%;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  text-align: center;
}
.counter-section06 .counter-wrapper6 .counter-items06:not(:first-child) {
  margin-left: -40px;
}
.counter-section06 .counter-wrapper6 .counter-items06 h2 {
  margin-bottom: 12px;
}
.counter-section06 .counter-wrapper6 .counter-items06 h2 span {
  font-size: 66px;
  line-height: 76px;
  color: var(--theme);
  font-family: "Satoshi", sans-serif;
}
.counter-section06 .counter-wrapper6 .counter-items06 h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
}
.counter-section06 .counter-wrapper6 .counter-items06.style-2 {
  margin-top: -40px;
  background-color: #101010;
  border-color: rgba(255, 255, 255, 0.21);
}
.counter-section06 .counter-wrapper6 .counter-items06:hover {
  transform: scale(1.05);
}
@media (max-width: 1399px) {
  .counter-section06 .counter-wrapper6 {
    justify-content: center;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 {
    transition: all 0.4s;
    width: 250px;
    height: 250px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06:not(:first-child) {
    margin-left: -20px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h2 {
    margin-bottom: 10px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h2 span {
    font-size: 44px;
    line-height: 66px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h3 {
    font-size: 16px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06.style-2 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .counter-section06 .counter-wrapper6 {
    justify-content: center;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 {
    transition: all 0.4s;
    width: 200px;
    height: 200px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06:not(:first-child) {
    margin-left: -20px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h2 {
    margin-bottom: 10px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h2 span {
    font-size: 34px;
    line-height: 66px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h3 {
    font-size: 16px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06.style-2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .counter-section06 .counter-wrapper6 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 {
    transition: all 0.4s;
    width: 50%;
    width: 200px;
    height: 200px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06:not(:first-child) {
    margin-left: -20px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h2 {
    margin-bottom: 10px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h2 span {
    font-size: 34px;
    line-height: 66px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h3 {
    font-size: 16px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06.style-2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .counter-section06 .counter-wrapper6 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 {
    transition: all 0.4s;
    width: 50%;
    width: 150px;
    height: 150px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06:not(:first-child) {
    margin-left: -20px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h2 {
    margin-bottom: 5px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h2 span {
    font-size: 24px;
    line-height: 34px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06 h3 {
    font-size: 14px;
  }
  .counter-section06 .counter-wrapper6 .counter-items06.style-2 {
    margin-top: 0;
  }
}

.about-section--6 {
  position: relative;
}
.about-section--6 .news__items-06 .head-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px !important;
}
@media (max-width: 1199px) {
  .about-section--6 .news__items-06 .head-title {
    font-size: 20px;
  }
}
.about-section--6 .news__items-06 .about-tag-link {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.about-section--6 .news__items-06 .about-tag-link span {
  color: var(--theme);
  font-size: 16px;
  line-height: 16px;
  display: block;
  font-family: "Satoshi";
}
.about-section--6 .about__wrapper--6 {
  gap: 16px;
}
@media (max-width: 767px) {
  .about-section--6 .about__wrapper--6 {
    flex-wrap: wrap;
    gap: 32px;
  }
  .about-section--6 .about__wrapper--6 .max-w-554 {
    width: 46%;
  }
  .about-section--6 .about__wrapper--6 .middle {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-section--6 .about__wrapper--6 {
    flex-wrap: wrap;
    gap: 32px;
  }
  .about-section--6 .about__wrapper--6 .max-w-554 {
    width: 100%;
  }
  .about-section--6 .about__wrapper--6 .middle {
    order: 1;
    width: 100%;
  }
}

.max-w-554 {
  max-width: 565px;
}

.about--section-main-6 {
  position: relative;
  z-index: 1;
}
.about--section-main-6 .container {
  max-width: 1777px;
  margin: 0 auto;
}
.about--section-main-6 .map-about {
  position: absolute;
  z-index: -1;
  top: 800px;
  left: 0;
  max-width: 950px;
}
.about--section-main-6 .ele-about {
  position: absolute;
  z-index: -1;
  top: 200px;
  right: 0;
}
.about--section-main-6 .about-wrapper--06 {
  display: flex;
  gap: 24px;
}
.about--section-main-6 .about-wrapper--06 .thumb {
  display: block;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  top: 180px;
}
.about--section-main-6 .about-wrapper--06 .thumb img {
  overflow: hidden;
  transition: all 0.4s;
}
.about--section-main-6 .about-wrapper--06 .thumb:hover img {
  transform: scale(1.1);
}
.about--section-main-6 .about-wrapper--06 .thumb2 {
  display: block;
  max-width: 912px;
  overflow: hidden;
}
.about--section-main-6 .about-wrapper--06 .thumb2 img {
  overflow: hidden;
  transition: all 0.4s;
}
.about--section-main-6 .about-wrapper--06 .thumb2:hover img {
  transform: scale(1.1);
}
.about--section-main-6 .about-wrapper--06 .thumb3 {
  display: block;
  max-width: 606px;
  overflow: hidden;
}
.about--section-main-6 .about-wrapper--06 .thumb3 img {
  overflow: hidden;
  transition: all 0.4s;
}
.about--section-main-6 .about-wrapper--06 .thumb3:hover img {
  transform: scale(1.1);
}
.about--section-main-6 .about-content__06 h2 {
  line-height: 70px;
  margin-bottom: 50px;
}
.about--section-main-6 .about-content__06 p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 45px;
  color: rgba(255, 255, 255, 0.767);
}
.about--section-main-6 .number-area {
  margin-bottom: 90px;
  display: flex;
  gap: 38px;
}
.about--section-main-6 .number-area a {
  font-size: 200px;
  line-height: 200px;
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.44);
  color: transparent;
}
.about--section-main-6 .number-area .text-number {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  transform: rotate(-90deg);
  bottom: 12px;
  position: relative;
}
@media (max-width: 1399px) {
  .about--section-main-6 .about-content__06 h2 {
    line-height: 50px;
    margin-bottom: 24px;
  }
  .about--section-main-6 .about-content__06 p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .about--section-main-6 .number-area {
    margin-bottom: 50px;
    gap: 8px 20px;
    flex-wrap: wrap;
  }
  .about--section-main-6 .number-area a {
    font-size: 80px;
    line-height: 80px;
  }
  .about--section-main-6 .number-area .text-number {
    font-size: 16px;
    line-height: 21px;
    transform: rotate(0deg);
    bottom: 0px;
  }
}
@media (max-width: 991px) {
  .about--section-main-6 .number-area {
    margin-bottom: 50px;
    padding-top: 40px;
    gap: 8px 20px;
    flex-wrap: wrap;
  }
  .about--section-main-6 .number-area a {
    font-size: 80px;
    line-height: 80px;
  }
  .about--section-main-6 .number-area .text-number {
    font-size: 16px;
    line-height: 21px;
    transform: rotate(0deg);
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .about--section-main-6 .about-content__06 {
    padding: 10px 15px;
  }
  .about--section-main-6 .about-content__06 h2 {
    line-height: 40px;
    margin-bottom: 16px;
  }
  .about--section-main-6 .about-content__06 p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .about--section-main-6 .number-area {
    margin-bottom: 40px;
    padding-top: 0px;
    gap: 8px 20px;
    flex-wrap: wrap;
  }
  .about--section-main-6 .number-area a {
    font-size: 80px;
    line-height: 80px;
  }
  .about--section-main-6 .number-area .text-number {
    font-size: 16px;
    line-height: 21px;
    transform: rotate(0deg);
    bottom: 0px;
  }
  .about--section-main-6 .about-wrapper--06 {
    display: flex;
    gap: 12px;
  }
  .about--section-main-6 .about-wrapper--06 .thumb {
    top: 20px;
  }
}
@media (max-width: 500px) {
  .about--section-main-6 .about-wrapper--06 {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .about--section-main-6 .about-wrapper--06 .thumb {
    top: 0px;
    max-width: 100%;
    width: 100%;
  }
  .about--section-main-6 .number-area {
    margin-bottom: 30px;
    padding-top: 0px;
    gap: 8px 20px;
    padding: 0 12px;
    flex-wrap: wrap;
  }
  .about--section-main-6 .number-area a {
    font-size: 60px;
    line-height: 60px;
  }
  .about--section-main-6 .number-area .text-number {
    font-size: 16px;
    line-height: 21px;
    transform: rotate(0deg);
    bottom: 0px;
  }
}

@media (max-width: 767px) {
  .abouts-thumb {
    max-width: 400px;
    margin: 0 auto;
    padding: 5px 20px;
  }
}

.about-astronut-content .section-title6 {
  margin-bottom: 78px;
}
.about-astronut-content .about-astronut-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.about-astronut-content .about-astronut-inner .cont-right {
  max-width: 540px;
}
.about-astronut-content .about-astronut-inner .cont-right .first-text {
  margin-bottom: 45px;
  font-size: 20px;
  color: var(--white);
}
.about-astronut-content .about-astronut-inner .cont-right .secound-text {
  margin-bottom: 60px;
}
.about-astronut-content .about-astronut-inner .cont-right p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.767);
}
.about-astronut-content .more-video {
  margin-bottom: 110px;
}
.about-astronut-content .exprience-year {
  text-align: center;
  width: 256px;
  height: 256px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c1c1c;
}
.about-astronut-content .exprience-year h3 {
  font-size: 66px;
  line-height: 70px;
  color: var(--theme);
}
.about-astronut-content .exprience-year h3 span {
  font-size: 66px;
  line-height: 70px;
  color: var(--theme);
}
.about-astronut-content .exprience-year p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.767);
  line-height: 28px;
  font-weight: 400;
  margin-top: 8px;
}
@media (max-width: 1399px) {
  .about-astronut-content .section-title6 {
    margin-bottom: 40px;
  }
  .about-astronut-content .about-astronut-inner {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
  }
  .about-astronut-content .about-astronut-inner .cont-right {
    max-width: 540px;
  }
  .about-astronut-content .about-astronut-inner .cont-right .first-text {
    margin-bottom: 45px;
    font-size: 20px;
    color: var(--white);
  }
  .about-astronut-content .about-astronut-inner .cont-right .secound-text {
    margin-bottom: 60px;
  }
  .about-astronut-content .about-astronut-inner .cont-right p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.767);
  }
  .about-astronut-content .more-video {
    margin-bottom: 24px;
  }
  .about-astronut-content .more-video span {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .about-astronut-content .exprience-year {
    width: 150px;
    height: 150px;
  }
  .about-astronut-content .exprience-year h3 {
    font-size: 38px;
    line-height: 45px;
  }
  .about-astronut-content .exprience-year h3 span {
    font-size: 38px;
    line-height: 45px;
  }
  .about-astronut-content .exprience-year p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .about-astronut-content {
    padding: 14px 12px;
  }
  .about-astronut-content .section-title6 {
    margin-bottom: 40px;
  }
  .about-astronut-content .about-astronut-inner {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .about-astronut-content .about-astronut-inner .cont-right {
    max-width: 540px;
  }
  .about-astronut-content .about-astronut-inner .cont-right .first-text {
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--white);
  }
  .about-astronut-content .about-astronut-inner .cont-right .secound-text {
    margin-bottom: 30px;
  }
  .about-astronut-content .about-astronut-inner .cont-right p {
    font-size: 16px;
    line-height: 26px;
  }
  .about-astronut-content .fs-14 {
    line-height: 16px !important;
    display: block;
  }
  .about-astronut-content .more-video {
    margin-bottom: 24px;
  }
  .about-astronut-content .more-video span {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .about-astronut-content .exprience-year {
    width: 150px;
    height: 150px;
  }
  .about-astronut-content .exprience-year h3 {
    font-size: 38px;
    line-height: 45px;
  }
  .about-astronut-content .exprience-year h3 span {
    font-size: 38px;
    line-height: 45px;
  }
  .about-astronut-content .exprience-year p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
  }
}
@media (max-width: 991px) {
  .about-astronut-content .section-title6 {
    margin-bottom: 40px;
  }
  .about-astronut-content .about-astronut-inner {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .about-astronut-content .about-astronut-inner .cont-right {
    max-width: 540px;
  }
  .about-astronut-content .about-astronut-inner .cont-right .first-text {
    margin-bottom: 20px;
    font-size: 16px;
    color: var(--white);
  }
  .about-astronut-content .about-astronut-inner .cont-right .secound-text {
    margin-bottom: 30px;
  }
  .about-astronut-content .about-astronut-inner .cont-right p {
    font-size: 16px;
    line-height: 26px;
  }
  .about-astronut-content .fs-14 {
    line-height: 16px !important;
    display: block;
  }
  .about-astronut-content .more-video {
    margin-bottom: 24px;
  }
  .about-astronut-content .more-video span {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .about-astronut-content .exprience-year {
    width: 150px;
    height: 150px;
  }
  .about-astronut-content .exprience-year h3 {
    font-size: 38px;
    line-height: 45px;
  }
  .about-astronut-content .exprience-year h3 span {
    font-size: 38px;
    line-height: 45px;
  }
  .about-astronut-content .exprience-year p {
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
  }
}

.more-video .video-popup {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--theme);
}
.more-video .video-popup i {
  font-size: 18px;
  color: var(--theme);
}

@media (max-width: 1199px) {
  .explore-contentt {
    flex-wrap: wrap;
  }
  .explore-contentt h4 {
    max-width: 200px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 767px) {
  .explore-contentt {
    padding-left: 12px !important;
    gap: 14px !important;
    flex-wrap: wrap;
  }
  .explore-contentt h4 {
    max-width: 200px !important;
    line-height: 22px !important;
  }
  .explore-contentt .video-area {
    padding: 18px 16px !important;
    justify-content: flex-start !important;
  }
  .explore-contentt .video-area span {
    font-size: 14px !important;
  }
  .explore-contentt .video-area .video-popup {
    width: 55px !important;
    height: 55px !important;
  }
}

.about-section-07 {
  position: relative;
  z-index: 1;
}
.about-section-07 .element-shape {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-section-07 .element-shape {
    width: 120px;
    bottom: 10px;
    right: 10px;
  }
}

.about-counter-wrap07 {
  padding-top: 140px;
}
@media (max-width: 1399px) {
  .about-counter-wrap07 {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .about-counter-wrap07 {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .about-counter-wrap07 {
    padding-top: 50px;
  }
}

.counter__items07 {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
}
.counter__items07 h2 {
  margin-bottom: 12px;
}
.counter__items07 h2 span {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #ff7425;
}
.counter__items07 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  max-width: 220px;
}

.about-header__wrap07 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.about-header__wrap07 .faq-title {
  max-width: 425px;
}
.about-header__wrap07 .middle-cont {
  display: flex;
  align-items: center;
}
.about-header__wrap07 .middle-cont .thumb,
.about-header__wrap07 .middle-cont .count-box {
  width: 194px;
  height: 194px;
  border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-header__wrap07 .middle-cont .thumb {
  border: 2px solid var(--white);
  margin-left: -40px;
}
.about-header__wrap07 .middle-cont .thumb img {
  width: 100%;
  height: 100%;
}
.about-header__wrap07 .middle-cont .count-box {
  background-color: #ff7425;
}
.about-header__wrap07 .middle-cont .count-box h2 {
  margin-bottom: 5px;
}
.about-header__wrap07 .middle-cont .count-box h2 span {
  font-weight: 700;
  font-size: 52px;
  line-height: 61px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.about-header__wrap07 .middle-cont .count-box p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.about-header__wrap07 .right-content {
  max-width: 338px;
}
.about-header__wrap07 .right-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}
.about-header__wrap07 .right-content .read-more {
  color: var(--theme);
}
@media (max-width: 991px) {
  .about-header__wrap07 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .about-header__wrap07 .faq-title {
    max-width: 425px;
  }
  .about-header__wrap07 .middle-cont {
    display: flex;
    align-items: center;
  }
  .about-header__wrap07 .middle-cont .thumb,
  .about-header__wrap07 .middle-cont .count-box {
    width: 140px;
    height: 140px;
  }
  .about-header__wrap07 .middle-cont .thumb h2,
  .about-header__wrap07 .middle-cont .count-box h2 {
    line-height: 36px !important;
    margin-bottom: 5px;
  }
  .about-header__wrap07 .middle-cont .thumb h2 span,
  .about-header__wrap07 .middle-cont .count-box h2 span {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .about-header__wrap07 .middle-cont .thumb p,
  .about-header__wrap07 .middle-cont .count-box p {
    font-size: 15px !important;
    line-height: 18px;
  }
  .about-header__wrap07 .middle-cont .thumb {
    margin-left: -20px;
  }
  .about-header__wrap07 .middle-cont .count-box {
    background-color: #ff7425;
  }
  .about-header__wrap07 .middle-cont .count-box h2 {
    margin-bottom: 5px;
  }
  .about-header__wrap07 .middle-cont .count-box h2 span {
    font-weight: 700;
    font-size: 52px;
    line-height: 61px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
  }
  .about-header__wrap07 .middle-cont .count-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
  }
  .about-header__wrap07 .right-content {
    max-width: 338px;
  }
  .about-header__wrap07 .right-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.development-sectio-benax {
  position: relative;
  z-index: 1;
  background-color: white;
}
.development-sectio-benax .colabration-title {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto 110px;
}
.development-sectio-benax .colabration-title h2 {
  margin-bottom: 60px;
}
.development-sectio-benax .colabration-title .title {
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--black);
}
.development-sectio-benax .colabration-title .title span {
  color: #999e9a;
}
.development-sectio-benax .single-hand {
  position: absolute;
  z-index: -1;
  top: 120px;
  right: 35px;
}
.development-sectio-benax .benx-single {
  position: absolute;
  z-index: -1;
  top: 450px;
  right: 0;
}
@media (max-width: 1399px) {
  .development-sectio-benax .colabration-title {
    text-align: center;
    max-width: 1020px;
    margin: 0 auto 70px;
  }
  .development-sectio-benax .colabration-title h2 {
    margin-bottom: 50px;
  }
  .development-sectio-benax .colabration-title .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 991px) {
  .development-sectio-benax .colabration-title {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 50px;
  }
  .development-sectio-benax .colabration-title h2 {
    margin-bottom: 40px;
  }
  .development-sectio-benax .colabration-title .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 46px;
  }
  .development-sectio-benax .single-hand {
    display: none;
  }
}
@media (max-width: 767px) {
  .development-sectio-benax .colabration-title {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
  }
  .development-sectio-benax .colabration-title h2 {
    margin-bottom: 40px;
  }
  .development-sectio-benax .colabration-title .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
  }
  .development-sectio-benax .single-hand {
    display: none;
  }
}
@media (max-width: 575px) {
  .development-sectio-benax .colabration-title {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
  }
  .development-sectio-benax .colabration-title h2 {
    margin-bottom: 40px;
  }
  .development-sectio-benax .colabration-title .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
  }
}

.shadow--cs {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.development--item .thumb {
  overflow: hidden;
}
.development--item .thumb img {
  transition: all 0.4s;
  overflow: hidden;
}
.development--item .content {
  padding: 36px 27px;
}
.development--item .content h4 {
  margin-bottom: 12px;
}
.development--item .content h4 a {
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: var(--black);
  font-family: "Instrument Sans", sans-serif;
}
.development--item .content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #898989;
  font-family: "DM Sans", sans-serif;
}
.development--item:hover .thumb img {
  transform: scale(1.05);
}

.about-wrapper-10 .about-image {
  max-width: 474px;
}
@media (max-width: 1399px) {
  .about-wrapper-10 .about-image {
    max-width: initial;
  }
}
.about-wrapper-10 .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper-10 .about-content-10 {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .about-wrapper-10 .about-content-10 {
    margin-left: 0;
  }
}
.about-wrapper-10 .about-content-10 .about-right-item {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1399px) {
  .about-wrapper-10 .about-content-10 .about-right-item {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-10 .about-content-10 .about-right-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-wrapper-10 .about-content-10 .about-right-item .left-content .button-text {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-wrapper-10 .about-content-10 .about-right-item .left-content .button-text .video-btn {
  border: 1px solid #150E3D;
  color: #150E3D;
  display: inline-block;
  font-size: 16px;
  height: 47px;
  width: 47px;
  line-height: 47px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.about-wrapper-10 .about-content-10 .about-right-item .left-content .button-text span {
  font-size: 18px;
  color: #4B5563;
  font-weight: 500;
}
.about-wrapper-10 .about-content-10 .about-right-item .left-content .count-box {
  width: 256px;
  height: 256px;
  line-height: 256px;
  text-align: center;
  border-radius: 100%;
  margin-top: 80px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-wrapper-10 .about-content-10 .about-right-item .left-content .count-box h2 {
  font-size: 66px;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
}
@media (max-width: 1399px) {
  .about-wrapper-10 .about-content-10 .about-right-item .left-content .count-box h2 span {
    font-size: 66px;
  }
}
.about-wrapper-10 .about-content-10 .about-right-item .left-content .count-box p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  color: #4B5563;
  max-width: 123px;
  line-height: 150%;
}
@media (max-width: 1399px) {
  .about-wrapper-10 .about-content-10 .about-right-item .left-content .count-box p {
    font-size: 16px;
  }
}
.about-wrapper-10 .about-content-10 .about-right-item .right-content h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  max-width: 532px;
  line-height: 150%;
}
@media (max-width: 1399px) {
  .about-wrapper-10 .about-content-10 .about-right-item .right-content h3 {
    font-size: 16px;
  }
}
.about-wrapper-10 .about-content-10 .about-right-item .right-content p {
  max-width: 532px;
  color: #4B5563;
  line-height: 167%;
  margin-top: 40px;
  font-family: "Satoshi", sans-serif;
}
@media (max-width: 1399px) {
  .about-wrapper-10 .about-content-10 .about-right-item .right-content p {
    margin-top: 15px;
  }
}
.about-wrapper-10 .about-content-10 .about-right-item .right-content .themes-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .about-wrapper-10 .about-content-10 .about-right-item .right-content .themes-btn {
    margin-top: 30px;
  }
}

.about-experience-section {
  padding: 120px 0;
}
.about-experience-section .about-image-wrap11 {
  position: relative;
  border-radius: 12px;
  max-width: 600px;
}
.about-experience-section .about-image-wrap11 img {
  width: 100%;
  display: block;
}
.about-experience-section .about-image-wrap11 .video-btn {
  position: absolute;
  bottom: -30px;
  right: -40px;
  background: #28241f;
  color: #fff;
  max-width: 283px;
  width: 100%;
  padding: 54px 16px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 18px;
  z-index: 1;
}
.about-experience-section .about-progress {
  margin-bottom: 28px;
}
.about-experience-section .about-progress .progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
.about-experience-section .about-progress .progress-header .label {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
}
.about-experience-section .about-progress .progress-header .percent {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
}
.about-experience-section .about-progress .progress-line {
  width: 100%;
  height: 6px;
  background: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}
.about-experience-section .about-progress .progress-line .progress-fill {
  height: 100%;
  background: #85a6a6;
  border-radius: 6px;
  display: block;
}
.about-experience-section .about-content .progress-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  font-weight: 500;
}
.about-experience-section .about-content .circle-progress-wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  max-width: 560px;
}
.about-experience-section .about-content .circle-progress-wrap .circle-item {
  text-align: center;
}
.about-experience-section .about-content .circle-progress-wrap .circle-item .circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #85a6a6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  margin-bottom: 14px;
  color: #85a6a6;
  font-size: 20px;
}
.about-experience-section .about-content .circle-progress-wrap .circle-item span {
  color: #28241f;
  font-size: 18px;
  line-height: 25px;
  display: block;
  text-align: center;
}
@media (max-width: 1399px) {
  .about-experience-section .about-image-wrap11 {
    position: relative;
    border-radius: 12px;
    max-width: 600px;
  }
  .about-experience-section .about-image-wrap11 img {
    width: 100%;
    display: block;
  }
  .about-experience-section .about-image-wrap11 .video-btn {
    bottom: 5px;
    right: 5px;
    max-width: 153px;
    width: 100%;
    padding: 20px 16px;
    gap: 8px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .about-experience-section .circle-progress-wrap {
    gap: 24px;
    flex-wrap: wrap;
  }
  .about-experience-section .circle-progress-wrap .circle-item .circle {
    width: 90px !important;
    height: 90px !important;
  }
  .about-experience-section .circle-progress-wrap .circle-item span {
    font-size: 16px !important;
  }
}

.service-banner-section {
  position: relative;
}
.service-banner-section .service-box {
  position: absolute;
  right: 280px;
  bottom: 0;
  background: #fff;
  z-index: 2;
  max-width: 372px;
  margin-bottom: 38px;
}
.service-banner-section .service-box .content {
  padding: 30px;
}
.service-banner-section .service-box h3 {
  margin-bottom: 8px;
  color: #043030;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
}
.service-banner-section .service-box p {
  color: #4b5563;
  font-size: 18px;
  line-height: 30px;
  color: #4b5563;
}
.service-banner-section .service-box .cmn__btn-10 {
  background-color: #85a6a6;
}
.service-banner-section .service-banner-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.service-banner-section .service-banner-card img {
  width: 100%;
  display: block;
}
.service-banner-section .service-banner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.service-banner-section .service-banner-card .section-title10 {
  z-index: 2;
  position: absolute;
  bottom: 0;
}
.service-banner-section .service-banner-card .section-title10 .subtitle-badge {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 2px;
}
@media (max-width: 1199px) {
  .service-banner-section .service-box {
    position: relative;
    right: initial;
    bottom: 0;
    background: #fff;
    z-index: 2;
    max-width: 372px;
    margin-bottom: 0px;
    margin-top: -40px;
  }
  .service-banner-section .service-box .content {
    padding: 30px;
  }
  .service-banner-section .service-box h5 {
    margin-bottom: 8px;
    color: #043030;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
  }
  .service-banner-section .service-box p {
    color: #4b5563;
    font-size: 18px;
    line-height: 30px;
    color: #4b5563;
  }
  .service-banner-section .service-box .cmn__btn-10 {
    background-color: #85a6a6;
  }
}
@media (max-width: 575px) {
  .service-banner-section .mimg {
    height: 300px;
  }
}

.about-section--12 {
  overflow: hidden;
}
.about-section--12 .line-ele {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.about-section--12 .map-12 {
  position: absolute;
  bottom: 19px;
  left: 284px;
  z-index: -1;
}
.about-section--12 .about-thumb-wrap12 {
  max-width: 810px;
  width: 100%;
  height: 610px;
  position: relative;
}
.about-section--12 .about-thumb-wrap12 .thumb1 {
  max-width: 455px;
  border-radius: 14px;
  overflow: hidden;
}
.about-section--12 .about-thumb-wrap12 .thumb1 img {
  width: 100%;
}
.about-section--12 .about-thumb-wrap12 .thumb2 {
  position: absolute;
  right: 0;
  top: 70px;
  border-radius: 14px;
  overflow: hidden;
  max-width: 431px;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}
.about-section--12 .about-thumb-wrap12 .thumb2 img {
  width: 100%;
}
.about-section--12 .about-thumb-wrap12 .thumb3 {
  position: absolute;
  bottom: 0;
  left: 88px;
  border-radius: 14px;
  overflow: hidden;
  max-width: 588px;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}
.about-section--12 .about-thumb-wrap12 .thumb3 img {
  width: 100%;
}
@media (max-width: 1199px) {
  .about-section--12 .about-thumb-wrap12 {
    height: 570px;
  }
  .about-section--12 .about-thumb-wrap12 .thumb1 {
    max-width: 400px;
  }
  .about-section--12 .about-thumb-wrap12 .thumb2 {
    right: 0;
    top: 70px;
    max-width: 380px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
  }
  .about-section--12 .about-thumb-wrap12 .thumb3 {
    bottom: 0;
    left: 88px;
    max-width: 400px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
  }
}
@media (max-width: 991px) {
  .about-section--12 .about-thumb-wrap12 {
    height: 100%;
    margin: 0 auto;
    max-width: 100% !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .about-section--12 .about-thumb-wrap12 .thumb1 {
    max-width: 400px;
    width: 48%;
  }
  .about-section--12 .about-thumb-wrap12 .thumb2 {
    position: static;
    width: 48%;
    right: 0;
    top: 70px;
    max-width: 380px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
  }
  .about-section--12 .about-thumb-wrap12 .thumb3 {
    position: static;
    width: 48%;
    bottom: 0;
    left: 88px;
    max-width: 400px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
  }
}
@media (max-width: 575px) {
  .about-section--12 .about-thumb-wrap12 .thumb1,
  .about-section--12 .about-thumb-wrap12 .thumb2,
  .about-section--12 .about-thumb-wrap12 .thumb3 {
    width: 100%;
  }
}

.about-content-12 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 14px;
}
.about-content-12 ul li {
  width: 48.5%;
  font-size: 17px;
  color: #454e59;
}
.about-content-12 .cmn__btn-10 {
  background: #85a6a6 !important;
}
@media (max-width: 1199px) {
  .about-content-12 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  .about-content-12 ul li {
    width: 48.5%;
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .about-content-12 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  .about-content-12 ul li {
    width: 100%;
    font-size: 15px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes borderAnim {
  0% {
    width: 0;
  }
  100% {
    width: 44px;
  }
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.img_left_animation {
  animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes left-animation {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_right_animation {
  animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes right-animation {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_top_animation {
  animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes top-animation {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_bottom_animation {
  animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes bottom-animation {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.shop-sponsor-section3 {
  padding: 290px 0 230px;
}
@media screen and (max-width: 1600px) {
  .shop-sponsor-section3 {
    padding: 220px 0 190px;
  }
}
@media (max-width: 1399px) {
  .shop-sponsor-section3 {
    padding: 170px 0 120px;
  }
}
@media (max-width: 991px) {
  .shop-sponsor-section3 {
    padding: 90px 0 90px;
  }
}
@media (max-width: 767px) {
  .shop-sponsor-section3 {
    padding: 70px 0 90px;
  }
}

.brand-soulution-section {
  background-color: #171717;
  padding-top: 200px;
}
.brand-soulution-section .h4-sub {
  text-align: center;
  margin-bottom: 55px;
  text-transform: uppercase;
  font-size: 18px;
  color: var(--white);
}
.brand-soulution-section .brand-sub-title {
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  top: -400px;
}
.brand-soulution-section .brand-sub-title h3,
.brand-soulution-section .brand-sub-title h4 {
  text-transform: uppercase;
}
.brand-soulution-section .brand-solution__wrap {
  display: flex;
  flex-direction: column;
  padding-top: 65px;
}
.brand-soulution-section .brand-solution__item {
  border-top: 1px solid rgba(141, 141, 141, 0.5529411765);
}
.brand-soulution-section .brand-solution__item .brand-solution__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1920px;
  padding-left: 100px;
  z-index: 1;
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .cont {
  max-width: 735px;
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .cont .cont-titles,
.brand-soulution-section .brand-solution__item .brand-solution__inner .cont h2 {
  font-weight: 700;
  font-size: 74px;
  line-height: 84px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 26px;
  color: var(--white);
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .cont p {
  font-size: 18px;
  line-height: 28px;
  padding-left: 125px;
  color: var(--white);
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area {
  padding-right: 200px;
  position: relative;
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .circle-image {
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(11.15px);
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-left: auto;
  position: absolute;
  bottom: 200px;
  left: -90px;
  z-index: 1;
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .circle-image img {
  width: 145px;
  animation: spin 15s linear infinite;
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .circle-image .arrow {
  transform: rotate(-140deg);
  color: var(--white);
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list {
  position: absolute;
  right: 14px;
  bottom: 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list li {
  color: var(--white);
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list li i {
  font-size: 10px;
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb {
  max-width: 579px;
  position: relative;
}
.brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4666666667);
}
@media (max-width: 1399px) {
  .brand-soulution-section {
    padding-top: 100px;
  }
  .brand-soulution-section .h4-sub {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .brand-soulution-section .brand-sub-title {
    max-width: 1720px;
    gap: 12px;
    top: -200px;
    padding: 0 10px;
  }
  .brand-soulution-section .brand-solution__wrap {
    padding-top: 0px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner {
    max-width: 1820px;
    padding-left: 16px;
    z-index: 1;
    gap: 20px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont {
    max-width: 479px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont .cont-titles,
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont p {
    font-size: 18px;
    line-height: 28px;
    padding-left: 0px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area {
    padding-right: 200px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .circle-image {
    width: 120px;
    height: 120px;
    bottom: 10px;
    left: -50px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .circle-image img {
    width: 90px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list {
    position: absolute;
    right: 14px;
    bottom: 60px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list li {
    font-size: 18px;
    line-height: 22px;
    gap: 10px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list li i {
    font-size: 8px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb {
    max-width: 479px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .brand-soulution-section {
    padding-top: 80px;
  }
  .brand-soulution-section .h4-sub {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .brand-soulution-section .brand-sub-title {
    display: none;
  }
  .brand-soulution-section .brand-solution__wrap {
    padding-top: 0px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner {
    max-width: 1820px;
    padding-left: 16px;
    z-index: 1;
    gap: 20px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont {
    max-width: 479px;
    padding: 24px 2px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont .cont-titles,
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.02em;
    margin-bottom: 9px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area {
    padding-right: 10px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .circle-image {
    display: none;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list li {
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list li i {
    font-size: 8px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb {
    max-width: 479px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .brand-soulution-section {
    padding-top: 70px;
  }
  .brand-soulution-section .brand-solution__wrap {
    padding-top: 0px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner {
    max-width: 1820px;
    padding-left: 16px;
    flex-wrap: wrap;
    z-index: 1;
    gap: 20px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont {
    max-width: 479px;
    padding: 24px 2px 0px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont .cont-titles,
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.02em;
    margin-bottom: 9px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area {
    padding-right: 10px;
    max-width: 100%;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list {
    position: absolute;
    right: 18px;
    bottom: 14px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list li {
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list li i {
    font-size: 8px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb {
    max-width: 100%;
    position: relative;
  }
}
@media (max-width: 575px) {
  .brand-soulution-section .brand-solution__wrap {
    padding-top: 0px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner {
    max-width: 1820px;
    padding-left: 16px;
    flex-wrap: wrap;
    z-index: 1;
    gap: 20px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont {
    max-width: 479px;
    padding: 24px 2px 0px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont .cont-titles,
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont h2 {
    font-weight: 700;
    font-size: 29px;
    line-height: 44px;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .cont p {
    font-size: 15px;
    line-height: 24px;
    padding-left: 0px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area {
    padding-right: 10px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list {
    position: absolute;
    right: 18px;
    bottom: 14px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list li {
    font-size: 14px;
    line-height: 20px;
    gap: 8px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb-list li i {
    font-size: 8px;
  }
  .brand-soulution-section .brand-solution__item .brand-solution__inner .thumb-area .thumb {
    max-width: 479px;
    position: relative;
  }
}

.fashion-section05 {
  border-radius: 30px 30px 0 0;
  margin: 0 20px 0;
}
.fashion-section05 .fashion-content-wrap5 {
  display: flex;
  flex-direction: column;
  gap: 76px;
}
.fashion-section05 .fashion__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fashion-section05 .fashion__items h2 {
  width: 20%;
}
.fashion-section05 .fashion__items h2 a {
  font-size: 66px;
  line-height: 76px;
  color: var(--black);
  display: block;
}
.fashion-section05 .fashion__items h2 a:hover {
  color: var(--theme);
}
.fashion-section05 .fashion__items .middles {
  font-size: 18px;
  color: #5c5c5c;
  line-height: 26px;
  max-width: 560px;
}
.fashion-section05 .fashion__items ul li {
  font-size: 18px;
  line-height: 26px;
  color: #525252;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.fashion-section05 .fashion__items ul li i {
  font-size: 5px;
}
.fashion-section05 .fashion__items:hover h2 a {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .fashion-section05 {
    margin: 0 5px 0;
  }
  .fashion-section05 .fashion-content-wrap5 {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .fashion-section05 .fashion__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fashion-section05 .fashion__items h2 {
    width: 20%;
  }
  .fashion-section05 .fashion__items h2 a {
    font-size: 44px;
    line-height: 50px;
  }
  .fashion-section05 .fashion__items .middles {
    font-size: 16px;
    line-height: 22px;
    max-width: 400px;
  }
  .fashion-section05 .fashion__items ul li {
    font-size: 14px;
    line-height: 22px;
    gap: 4px;
  }
  .fashion-section05 .fashion__items ul li i {
    font-size: 5px;
  }
}
@media (max-width: 991px) {
  .fashion-section05 {
    margin: 0 5px 0;
  }
  .fashion-section05 .fashion-content-wrap5 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .fashion-section05 .fashion__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fashion-section05 .fashion__items h2 {
    width: 20%;
  }
  .fashion-section05 .fashion__items h2 a {
    font-size: 34px;
    line-height: 44px;
  }
  .fashion-section05 .fashion__items .middles {
    font-size: 14px;
    line-height: 20px;
    max-width: 300px;
  }
  .fashion-section05 .fashion__items ul li {
    font-size: 14px;
    line-height: 22px;
    gap: 4px;
  }
  .fashion-section05 .fashion__items ul li i {
    font-size: 5px;
  }
}
@media (max-width: 767px) {
  .fashion-section05 {
    margin: 0 5px 0;
  }
  .fashion-section05 .fashion-content-wrap5 {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .fashion-section05 .fashion__items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }
  .fashion-section05 .fashion__items h2 {
    width: initial;
  }
  .fashion-section05 .fashion__items h2 a {
    font-size: 30px;
    line-height: 40px;
  }
  .fashion-section05 .fashion__items .middles {
    font-size: 14px;
    line-height: 20px;
    max-width: 300px;
  }
  .fashion-section05 .fashion__items ul li {
    font-size: 14px;
    line-height: 22px;
    gap: 4px;
  }
  .fashion-section05 .fashion__items ul li i {
    font-size: 5px;
  }
}

.sponsor-section-custom6 .sponsor-shop-wrap1 {
  border-color: rgba(30, 126, 81, 0.21) !important;
}
.sponsor-section-custom6 .sponsor-shop-item {
  width: 20% !important;
  border-color: rgba(30, 126, 81, 0.21) !important;
}
.sponsor-section-custom6 .sponsor-shop-item img {
  filter: brightness(25);
  opacity: 0.5;
}
.sponsor-section-custom6 .sponsor-shop-item.style-10 img {
  filter: initial;
  opacity: initial;
}
@media (max-width: 767px) {
  .sponsor-section-custom6 .sponsor-shop-item {
    justify-content: center;
    width: 50% !important;
  }
}
.sponsor-section-custom6 .border-bottomin {
  border-bottom: 1px solid rgba(30, 126, 81, 0.21) !important;
}
.sponsor-section-custom6 .sponsor-shop-item:first-child {
  border-left: 1px solid rgba(30, 126, 81, 0.21) !important;
}

@media (max-width: 1199px) {
  .follow_grop-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .follow_grop-wrap .follow__items {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .follow_grop-wrap {
    justify-content: flex-start;
  }
  .follow_grop-wrap .follow__items {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .follow_grop-wrap {
    justify-content: flex-start;
  }
  .follow_grop-wrap .follow__items {
    width: 100%;
  }
}

.follow__items {
  overflow: hidden;
}
.follow__items img {
  overflow: hidden;
  transition: all 0.4s;
}
.follow__items:hover {
  cursor: pointer;
}
.follow__items:hover img {
  transform: scale(1.05);
}

.trusted-shop--title {
  font-style: 18px;
  font-weight: 700;
  line-height: 24px;
}

.shop-sponsor-white .map-sponsor-ele {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.shop-sponsor-white .sponsor-cirlce-quick {
  position: absolute;
  bottom: -40px;
  right: 100px;
  animation: cir360 20s linear infinite;
}
.shop-sponsor-white .trusted-shop {
  margin-left: 0;
}
.shop-sponsor-white .sponsor-shop-wrap1 {
  border-color: rgba(255, 255, 255, 0.22) !important;
}
.shop-sponsor-white .sponsor-shop-item {
  width: 20% !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}
.shop-sponsor-white .sponsor-shop-item img {
  filter: brightness(25);
}
@media (max-width: 767px) {
  .shop-sponsor-white .sponsor-shop-item {
    justify-content: center;
    width: 50% !important;
  }
}
.shop-sponsor-white .border-bottomin {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
}
.shop-sponsor-white .sponsor-shop-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
}
@media (max-width: 991px) {
  .shop-sponsor-white .sponsor-cirlce-quick {
    position: absolute;
    bottom: -40px;
    right: 10px;
    width: 150px;
  }
}
@media (max-width: 575px) {
  .shop-sponsor-white .sponsor-cirlce-quick {
    position: absolute;
    bottom: -20px;
    right: 10px;
    width: 90px;
  }
}

.text-slide__07 .style-blacks .text {
  font-weight: 700;
  font-size: 122px;
  line-height: 129px;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.14);
  font-family: "Space Grotesk", sans-serif;
}
.text-slide__07 .style-blacks .text:hover {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .text-slide__07 .style-blacks .text {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  .text-slide__07 .style-blacks .text {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .text-slide__07 .style-blacks .text {
    font-size: 44px;
    line-height: 60px;
    font-weight: 600;
  }
}
@media (max-width: 575px) {
  .text-slide__07 .style-blacks .text {
    font-size: 32px;
    line-height: 46px;
    font-weight: 500;
  }
}

.feature-content-section {
  background-color: var(--black);
  padding: 45px;
}
.feature-content-section .feature-contact-mail {
  background-color: var(--white);
  border-radius: 12px;
  padding: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-content-section .feature-contact-mail .feature-ele {
  position: absolute;
  right: 0;
  top: 191px;
  animation: updown 2s linear infinite;
  z-index: -1;
}
.feature-content-section .feature-contact-mail h3 {
  font-size: 51px;
  line-height: 58px;
  color: var(--black);
  margin-bottom: 60px;
  font-weight: 500;
}
.feature-content-section .feature-contact-mail .text-l {
  max-width: 350px;
  margin-left: auto;
}
.feature-content-section .feature-contact-mail .cont span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #919191;
}
.feature-content-section .feature-contact-mail .cont a {
  font-size: 26px;
  line-height: 30px;
  color: var(--black);
  display: block;
  font-weight: 600;
}
.feature-content-section .feature-contact-form {
  background-color: var(--black);
}
.feature-content-section .feature-contact-form .form-groups {
  background-color: #1a1a1a !important;
}
.feature-content-section .feature-contact-form .form-groups textarea {
  height: 380px;
}
@media screen and (max-width: 1880px) {
  .feature-content-section .feature-contact-form .form-groups textarea {
    height: 200px;
  }
}
@media screen and (max-width: 1650px) {
  .feature-content-section {
    padding: 24px;
  }
  .feature-content-section .feature-contact-form .form-groups textarea {
    height: 150px;
  }
  .feature-content-section .feature-contact-mail {
    padding: 30px;
  }
  .feature-content-section .feature-contact-mail .feature-ele {
    position: absolute;
    right: 0;
    top: 151px;
    width: 200px;
    animation: updown 2s linear infinite;
    z-index: -1;
  }
  .feature-content-section .feature-contact-mail h3 {
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .feature-content-section .feature-contact-mail .text-l {
    max-width: 350px;
    margin-left: auto;
  }
  .feature-content-section .feature-contact-mail .cont span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #919191;
  }
  .feature-content-section .feature-contact-mail .cont a {
    font-size: 26px;
    line-height: 30px;
    color: var(--black);
    display: block;
    font-weight: 600;
  }
}
@media (max-width: 1399px) {
  .feature-content-section .feature-contact-form .form-groups textarea {
    height: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .feature-content-section {
    padding: 24px;
  }
  .feature-content-section .feature-contact-form .form-groups textarea {
    height: 90px;
  }
  .feature-content-section .feature-contact-mail {
    padding: 24px;
  }
  .feature-content-section .feature-contact-mail .feature-ele {
    position: absolute;
    right: 0;
    top: 100px;
    width: 120px;
  }
  .feature-content-section .feature-contact-mail h3 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .feature-content-section .feature-contact-mail .cont span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .feature-content-section .feature-contact-mail .cont a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 500px) {
  .feature-content-section {
    padding: 24px 15px;
  }
  .feature-content-section .feature-contact-mail {
    padding: 24px;
  }
  .feature-content-section .feature-contact-mail .feature-ele {
    position: absolute;
    right: 0;
    top: 80px;
    width: 100px;
  }
  .feature-content-section .feature-contact-mail h3 {
    font-size: 28px;
    line-height: 31px;
    margin-bottom: 24px;
  }
  .feature-content-section .feature-contact-mail .cont span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .feature-content-section .feature-contact-mail .cont a {
    font-size: 18px;
    line-height: 22px;
  }
}

.subscribe-section6 {
  position: relative;
  padding: 140px 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-section6 .map-eles {
  position: absolute;
  z-index: -14;
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
}
.subscribe-section6 .container {
  max-width: 1400px;
}
.subscribe-section6 .subscribe-wrap input {
  background-color: #343434;
  padding: 12px 28px;
  color: var(--white);
  max-width: 776px;
  width: 100%;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.082);
}
@media (max-width: 1399px) {
  .subscribe-section6 {
    padding: 100px 0 120px;
  }
}
@media (max-width: 1199px) {
  .subscribe-section6 {
    padding: 90px 0 100px;
  }
}
@media (max-width: 991px) {
  .subscribe-section6 {
    padding: 80px 0 80px;
  }
  .subscribe-section6 .subscribe-wrap h4 {
    color: var(--theme);
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .subscribe-section6 .subscribe-wrap h2 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 46px;
    margin: 0 auto 24px;
  }
  .subscribe-section6 .subscribe-wrap input {
    padding: 8px 19px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .subscribe-section6 {
    padding: 80px 0 80px;
  }
  .subscribe-section6 .subscribe-wrap h4 {
    color: var(--theme);
    padding-bottom: 15px;
    margin-bottom: 24px;
  }
  .subscribe-section6 .subscribe-wrap h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 38px;
    margin: 0 auto 24px;
  }
  .subscribe-section6 .subscribe-wrap input {
    padding: 8px 19px;
    font-size: 16px;
  }
}

.section-title6 .com-subtitle-section,
.section-title6 .explore-title,
.section-title6 h4 {
  font-weight: 700;
  color: var(--theme);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.103);
  margin-bottom: 30px;
}
.section-title6 h2 {
  text-align: center;
  color: var(--white);
  font-size: 65px;
  line-height: 76px;
  max-width: 880px;
  margin: 0 auto 30px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .section-title6 .com-subtitle-section,
  .section-title6 h4 {
    color: var(--theme);
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .section-title6 h2 {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 991px) {
  .section-title6 .com-subtitle-section,
  .section-title6 h4 {
    color: var(--theme);
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .section-title6 h2 {
    text-align: center;
    font-size: 38px;
    line-height: 46px;
    margin: 0 auto 24px;
  }
}
@media (max-width: 767px) {
  .section-title6 .com-subtitle-section,
  .section-title6 h4 {
    color: var(--theme);
    padding-bottom: 15px;
    margin-bottom: 24px;
  }
  .section-title6 h2 {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    margin: 0 auto 24px;
  }
}

.phone-info_grop-wrap {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.phone-info_grop-wrap .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.28);
}
.phone-info_grop-wrap .info-grop__items h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 16px;
}
.phone-info_grop-wrap .info-grop__items .in {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1399px) {
  .phone-info_grop-wrap {
    gap: 24px;
  }
  .phone-info_grop-wrap .info-grop__items h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 9px;
  }
  .phone-info_grop-wrap .info-grop__items .in {
    font-size: 17px;
    line-height: 25px;
  }
}

.widget-from.style7 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.31) !important;
  backdrop-filter: blur(23.65px);
  padding: 55px 60px;
}
.widget-from.style7 .title {
  font-weight: 700;
  font-size: 52px;
  line-height: 61px;
  letter-spacing: -0.02em;
  margin-bottom: 35px;
}
.widget-from.style7 .form-groups input {
  min-height: 51px;
}
.widget-from.style7 .form-check .form-check-input {
  border-radius: 50%;
  background-color: transparent;
}
.widget-from.style7 .form-check .form-check-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.widget-from.style7 .form-select,
.widget-from.style7 .nice-select {
  width: 100%;
  min-height: 51px;
}
@media (max-width: 1199px) {
  .widget-from.style7 {
    padding: 30px 24px;
  }
  .widget-from.style7 .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .widget-from.style7 .form-groups input {
    min-height: 42px;
  }
}

.contact-big {
  font-weight: 700;
  font-size: 222px;
  line-height: 82px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #ff7425;
  text-align: center;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .contact-big {
    font-weight: 700;
    font-size: 180px;
    line-height: 82px;
  }
}
@media (max-width: 1199px) {
  .contact-big {
    font-weight: 700;
    font-size: 160px;
    line-height: 82px;
  }
}
@media (max-width: 991px) {
  .contact-big {
    font-weight: 700;
    font-size: 120px;
    line-height: 82px;
  }
}
@media (max-width: 767px) {
  .contact-big {
    font-weight: 700;
    font-size: 80px;
    line-height: 82px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .contact-big {
    font-weight: 700;
    font-size: 50px;
    margin-top: 0px;
    line-height: 70px;
    margin-bottom: 16px;
  }
}

.max-w--100 {
  max-width: 100% !important;
}

.contact--section .contact-title {
  font-weight: 500;
  font-size: 44px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #171717;
  font-family: "Instrument Sans", sans-serif;
  max-width: 703px;
  margin: 0 auto 60px;
}
@media (max-width: 1399px) {
  .contact--section .contact-title {
    margin: 0 auto 30px;
  }
}
@media (max-width: 1399px) {
  .contact--section .contact-title {
    font-size: 24px;
    line-height: 34px;
    max-width: 703px;
    margin: 0 auto 30px;
  }
}

.contact--items-m {
  border-radius: 12px;
  padding: 10px;
  background-color: #f6f8ef;
}
.contact--items-m .thumb {
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s;
}
.contact--items-m .thumb img {
  transition: all 0.4s;
  overflow: hidden;
}
.contact--items-m .content {
  padding: 32px 10px 39px;
  text-align: center;
}
.contact--items-m .content h3,
.contact--items-m .content h4 {
  font-size: 32px;
  line-height: 42px;
  color: var(--black);
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 18px;
}
.contact--items-m .content .locate {
  margin-bottom: 24px;
}
.contact--items-m .content .locate a {
  font-size: 18px;
  line-height: 36px;
  color: #898989;
  display: block;
}
.contact--items-m .content .cmn__btn {
  border: 1px solid rgba(23, 23, 23, 0.43);
  font-size: 16px;
  line-height: 18px;
  padding: 12px 32px;
}
.contact--items-m:hover .thumb img {
  transform: scale(1.05);
}
@media (max-width: 1399px) {
  .contact--items-m {
    padding: 8px;
  }
  .contact--items-m .content {
    padding: 18px 10px 26px;
    text-align: center;
  }
  .contact--items-m .content h3,
  .contact--items-m .content h4 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .contact--items-m .content .locate {
    margin-bottom: 15px;
  }
  .contact--items-m .content .locate a {
    font-size: 17px;
    line-height: 30px;
  }
  .contact--items-m .content .cmn__btn {
    padding: 12px 32px;
  }
}

.map--section iframe {
  width: 100%;
  height: 654px;
}
@media (max-width: 1399px) {
  .map--section iframe {
    height: 554px;
  }
}
@media (max-width: 1199px) {
  .map--section iframe {
    height: 454px;
  }
}
@media (max-width: 767px) {
  .map--section iframe {
    height: 354px;
  }
}

.contact-from-section .container {
  max-width: 1660px !important;
}
.contact-from-section .content-left p {
  font-weight: 500;
  font-size: 26px;
  line-height: 42px;
  color: #4a4a4a;
  margin-bottom: 44px;
  font-family: "Instrument Sans", sans-serif;
}
.contact-from-section .content-left a {
  font-size: 32px;
  line-height: 42px;
  color: var(--black);
  display: block;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.4s;
}
.contact-from-section .content-left a:hover {
  color: var(--theme);
}
.contact-from-section .contact-from-right h3 {
  font-weight: 600;
  font-size: 96px;
  line-height: 105px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 71px;
  max-width: 835px;
  font-family: "Instrument Sans", sans-serif;
}
.contact-from-section .contact-from-right .input-grp input,
.contact-from-section .contact-from-right .input-grp textarea {
  width: 100%;
  font-size: 16px;
  border: unset;
  border-bottom: 1px solid #171717;
  font-weight: 500;
  color: var(--black);
  padding: 16px 0;
}
.contact-from-section .contact-from-right .input-grp ::placeholder {
  color: #171717;
}
@media (max-width: 1399px) {
  .contact-from-section .content-left p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 22px;
  }
  .contact-from-section .content-left a {
    font-size: 20px;
    line-height: 29px;
  }
  .contact-from-section .contact-from-right h3 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 40px;
    max-width: 835px;
  }
  .contact-from-section .contact-from-right .input-grp input,
  .contact-from-section .contact-from-right .input-grp textarea {
    width: 100%;
    font-size: 16px;
    border: unset;
    border-bottom: 1px solid #171717;
    font-weight: 500;
    color: var(--black);
    padding: 16px 0;
  }
  .contact-from-section .contact-from-right .input-grp ::placeholder {
    color: #171717;
  }
}
@media (max-width: 767px) {
  .contact-from-section .content-left p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .contact-from-section .content-left a {
    font-size: 20px;
    line-height: 29px;
  }
  .contact-from-section .contact-from-right h3 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 24px;
    max-width: 835px;
  }
  .contact-from-section .contact-from-right .input-grp input,
  .contact-from-section .contact-from-right .input-grp textarea {
    width: 100%;
    font-size: 16px;
    border: unset;
    border-bottom: 1px solid #171717;
    font-weight: 500;
    color: var(--black);
    padding: 16px 0;
  }
  .contact-from-section .contact-from-right .input-grp ::placeholder {
    color: #171717;
  }
}

.faq-form-submit {
  background-color: #F6F8EF;
}
.faq-form-submit .feature-contact-form {
  background-color: transparent;
}
.faq-form-submit .feature-contact-form .form-groups {
  background-color: var(--white) !important;
}

.widget-style-10 {
  background-color: #85A6A6 !important;
  border-radius: 12px !important;
  border: unset !important;
}

.contact-section-10 {
  position: relative;
  z-index: 1;
}
.contact-section-10::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 56, 56, 0.93);
  z-index: -1;
}

.comming--soon .homemenu-thumb img {
  filter: blur(10px);
}

.faq-title {
  font-weight: 700;
  font-size: 52px;
  line-height: 61px;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 38px;
}
@media (max-width: 1399px) {
  .faq-title {
    font-size: 38px;
    line-height: 52px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .faq-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .faq-title {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .faq-title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

.accordion-container {
  margin: 0 auto;
}
.accordion-container .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #333;
}
.accordion-container .accordion-item.is-active {
  background-color: #222222;
  border-bottom: none;
}
.accordion-container .accordion-item.is-active .accordion-button {
  padding: 21px 41px;
}
.accordion-container .accordion-item.is-active .accordion-button::after {
  content: "−";
  background-color: #ff6a33;
}
@media (max-width: 575px) {
  .accordion-container .accordion-item.is-active .accordion-button {
    padding: 15px 14px;
  }
}
.accordion-container .accordion-button {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
  padding: 21px 0px;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}
.accordion-container .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 1.5rem;
  background-color: #333;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.accordion-container .accordion-item:has(.show) {
  background-color: #222222;
  border-bottom: none;
}
.accordion-container .accordion-button:not(.collapsed) {
  padding: 21px 41px;
}
.accordion-container .accordion-button:not(.collapsed)::after {
  content: "−";
  background-color: #ff6a33;
  transform: rotate(0deg);
}
.accordion-container .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #fff;
  letter-spacing: 0.01em;
  padding: 0 40px 27px;
  max-width: 690px;
}
.accordion-container .accordion-item--02 {
  border-radius: 4px;
  border: unset;
}
.accordion-container .accordion-item--02 .accordion-button {
  border: 1px solid #dadada;
  padding: 0 16px 0 32px;
  border-radius: 6px !important;
  overflow: hidden;
  font-weight: 600;
  color: #171717 !important;
  font-family: "Instrument Sans", sans-serif;
}
.accordion-container .accordion-item--02 .accordion-button::after {
  background-color: transparent;
  color: var(--black);
}
.accordion-container .accordion-item--02.is-active .accordion-button {
  padding: 18px 20px 4px 26px;
  border: unset;
  color: var(--white) !important;
}
.accordion-container .accordion-item--02.is-active .accordion-button::after {
  content: "−";
  background-color: transparent;
  color: #fff;
}
.accordion-container .accordion-item--02.is-active .accordion-body {
  padding: 0 26px 27px;
  max-width: 950px;
}
@media (max-width: 575px) {
  .accordion-container .accordion-button {
    padding: 18px 0px;
    font-size: 1rem;
  }
  .accordion-container .accordion-button:not(.collapsed) {
    padding: 16px 14px;
  }
  .accordion-container .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0.01em;
    padding: 0 16px 22px;
    max-width: 690px;
  }
}

.video-wrapper {
  padding: 250px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .video-wrapper {
    padding: 150px 0;
  }
}
@media (max-width: 991px) {
  .video-wrapper {
    padding: 120px 0;
  }
}
.video-wrapper .video-btn {
  width: 150px;
  height: 150px;
  line-height: 150px;
  display: inline-block;
  background: var(--white);
  color: var(--theme);
  text-align: center;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
}
@media (max-width: 1399px) {
  .video-wrapper .video-btn {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}
.video-wrapper .video-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.24);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}
@media (max-width: 1399px) {
  .video-wrapper .video-btn::before {
    width: 150px;
    height: 150px;
  }
}
.video-wrapper .video-btn::after {
  position: absolute;
  content: "";
  width: 174px;
  height: 174px;
  background-color: rgba(255, 255, 255, 0.24);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
}
@media (max-width: 1399px) {
  .video-wrapper .video-btn::after {
    width: 120px;
    height: 120px;
  }
}

.counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .counter-wrapper {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.counter-wrapper .counter-item .icon {
  margin-bottom: 20px;
}
.counter-wrapper .counter-item .content h2 {
  font-size: 46px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .counter-wrapper .counter-item .content h2 {
    font-size: 30px;
  }
}
.counter-wrapper .counter-item .content p {
  color: #687799;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .counter-wrapper .counter-item .content p {
    font-size: 16px;
  }
}
.counter-wrapper .counter-item:hover .icon img {
  animation: jello 1s;
}

.brandnew-section {
  background-color: #bfeb17;
  padding: 140px 0 110px;
}
.brandnew-section .circle-image {
  background-color: var(--black);
  width: 203px;
  height: 203px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.brandnew-section .circle-image .mimg-text {
  animation: spin 15s linear infinite;
}
.brandnew-section .circle-image .arrow {
  color: var(--white);
  transform: rotate(-120deg);
}
.brandnew-section .thumb {
  margin-left: 30px;
}
.brandnew-section .brand-content-left h2 {
  font-weight: 700;
  font-size: 180px;
  line-height: 170px;
  letter-spacing: -0.01em;
  color: #171717;
}
.brandnew-section .brand-content-left p {
  max-width: 470px;
  font-size: 18px;
  line-height: 28px;
  color: var(--black);
}
@media (max-width: 1399px) {
  .brandnew-section {
    padding: 130px 0 90px;
  }
  .brandnew-section .circle-image {
    width: 160px;
    height: 160px;
    top: 50%;
    transform: translateY(-50%);
  }
  .brandnew-section .circle-image .mimg-text {
    width: 120px;
  }
  .brandnew-section .circle-image .arrow {
    color: var(--white);
    transform: rotate(-120deg);
  }
  .brandnew-section .thumb {
    margin-left: 30px;
  }
  .brandnew-section .brand-content-left h2 {
    font-weight: 700;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -0.01em;
    color: #171717;
  }
  .brandnew-section .brand-content-left p {
    max-width: 470px;
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
  }
}
@media (max-width: 1199px) {
  .brandnew-section {
    padding: 100px 0 80px;
  }
  .brandnew-section .circle-image {
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
  .brandnew-section .circle-image .mimg-text {
    width: 80px;
  }
  .brandnew-section .circle-image .arrow {
    color: var(--white);
    transform: rotate(-120deg);
  }
  .brandnew-section .thumb {
    margin-left: 20px;
  }
  .brandnew-section .brand-content-left h2 {
    font-weight: 700;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -0.01em;
    color: #171717;
  }
  .brandnew-section .brand-content-left h2 span {
    font-weight: 700;
    font-size: 90px;
    line-height: 90px;
  }
  .brandnew-section .brand-content-left h2 .line-a {
    width: 120px;
  }
  .brandnew-section .brand-content-left p {
    max-width: 470px;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
  }
}
@media (max-width: 767px) {
  .brandnew-section {
    padding: 80px 0 80px;
  }
  .brandnew-section .circle-image {
    width: 100px;
    height: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
  .brandnew-section .circle-image .mimg-text {
    width: 80px;
  }
  .brandnew-section .circle-image .arrow {
    color: var(--white);
    transform: rotate(-120deg);
  }
  .brandnew-section .thumb {
    margin-left: 20px;
  }
  .brandnew-section .brand-content-left h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -0.01em;
    color: #171717;
  }
  .brandnew-section .brand-content-left h2 span {
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
  }
  .brandnew-section .brand-content-left h2 .line-a {
    width: 80px;
  }
  .brandnew-section .brand-content-left p {
    max-width: 470px;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
  }
}

.process-head {
  max-width: 730px;
  margin: 0 auto 25px;
}
.process-head h2 {
  font-size: 180px;
  line-height: 180px;
  color: var(--white);
}
.process-head .process-text {
  gap: 28px;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .process-head h2 {
    font-size: 110px;
    line-height: 110px;
    color: var(--white);
  }
  .process-head .process-text {
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .process-head {
    margin: 0 0 25px;
  }
  .process-head h2 {
    font-size: 70px;
    line-height: 70px;
    color: var(--white);
  }
  .process-head .process-text {
    gap: 16px;
  }
  .process-head .line-a {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .process-head {
    margin: 0 0 25px;
  }
  .process-head h2 {
    font-size: 60px;
    line-height: 60px;
    color: var(--white);
  }
  .process-head .process-text {
    gap: 16px;
  }
  .process-head .line-a {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .process-head {
    margin: 0 0 25px;
  }
  .process-head h2 {
    font-size: 50px;
    line-height: 50px;
    color: var(--white);
  }
  .process-head .process-text {
    gap: 16px;
  }
  .process-head .line-a {
    width: 70px;
  }
}

.working-process__item02 {
  padding: 70px 35px;
  background-color: #252525;
  border-radius: 12px;
  transition: all 0.4s;
}
.working-process__item02 .serial {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 32px;
  color: #bde917;
}
.working-process__item02 .title {
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 32px;
  font-weight: 600;
  color: var(--white);
}
.working-process__item02 p {
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
  opacity: 80%;
}
.working-process__item02.hover-color-2:hover .title {
  color: #bde917 !important;
}
.working-process__item02:hover {
  transform: scale(1.05);
}
.working-process__item02:hover .title {
  color: var(--theme);
}
.working-process__item02.process-space {
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .working-process__item02 {
    padding: 50px 28px;
  }
  .working-process__item02 .serial {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 28px;
  }
  .working-process__item02 .title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 19px;
  }
  .working-process__item02 p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .working-process__item02.process-space {
    margin-top: 0;
  }
}

.counter-section03 {
  padding: 220px 5px 220px;
}
.counter-section03 .counter-top-wrap3 {
  max-width: 1240px;
  margin: 0 auto 155px;
}
.counter-section03 .counter-top-wrap3 p {
  max-width: 705px;
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  color: var(--white);
}
.counter-section03 .counter-top-wrap3 .circle-image {
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(11.15px);
  width: 186px;
  height: 186px;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
}
.counter-section03 .counter-top-wrap3 .circle-image img {
  width: 145px;
  animation: spin 15s linear infinite;
}
.counter-section03 .counter-top-wrap3 .circle-image .arrow {
  transform: rotate(-140deg);
  color: var(--white);
}
.counter-section03 .counter-main-inner3 {
  max-width: 1520px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.counter-section03 .counter-main-inner3 .counter__items03 {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  border: unset;
}
.counter-section03 .counter-main-inner3 .counter__items03 .bore-dot {
  display: flex;
  align-items: center;
  gap: 1;
  position: relative;
  padding-left: 10px;
  font-size: 20px;
  line-height: 28px;
}
.counter-section03 .counter-main-inner3 .counter__items03 .bore-dot::before {
  position: absolute;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--white);
}
.counter-section03 .counter-main-inner3 .counter__items03 h2 {
  font-weight: 400;
  font-size: 144px;
  line-height: 95px;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #747474;
  color: var(--white);
  margin-bottom: 38px;
}
.counter-section03 .counter-main-inner3 .counter__items03 h2 span {
  font-weight: 400;
  font-size: 144px;
  line-height: 95px;
  letter-spacing: -0.03em;
}
@media (max-width: 1399px) {
  .counter-section03 {
    padding: 160px 5px 160px;
  }
  .counter-section03 .counter-main-inner3 {
    gap: 24px;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 .bore-dot {
    font-size: 20px;
    line-height: 28px;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 h2 {
    font-weight: 400;
    font-size: 104px;
    line-height: 85px;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 h2 span {
    font-weight: 400;
    font-size: 104px;
    line-height: 85px;
    letter-spacing: -0.03em;
  }
  .counter-section03 .counter-top-wrap3 {
    margin: 0 auto 110px;
  }
}
@media (max-width: 1199px) {
  .counter-section03 {
    padding: 120px 5px 120px;
  }
  .counter-section03 .counter-top-wrap3 {
    margin: 0 auto 90px;
  }
}
@media (max-width: 991px) {
  .counter-section03 {
    padding: 100px 5px 100px;
  }
  .counter-section03 .counter-top-wrap3 {
    margin: 0 auto 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .counter-section03 .counter-top-wrap3 p {
    max-width: 705px;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px;
  }
  .counter-section03 .counter-top-wrap3 .circle-image {
    width: 186px;
    height: 186px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .counter-section03 .counter-top-wrap3 .circle-image img {
    width: 145px;
  }
  .counter-section03 .counter-main-inner3 {
    gap: 24px;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 .bore-dot {
    font-size: 20px;
    line-height: 28px;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 h2 {
    font-weight: 400;
    font-size: 80px;
    line-height: 65px;
    letter-spacing: -0.03em;
    margin-bottom: 28px;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 h2 span {
    font-weight: 400;
    font-size: 80px;
    line-height: 65px;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 767px) {
  .counter-section03 {
    padding: 80px 5px 80px;
  }
  .counter-section03 .counter-top-wrap3 {
    margin: 0 auto 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .counter-section03 .counter-top-wrap3 p {
    max-width: 705px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
  .counter-section03 .counter-top-wrap3 .circle-image {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .counter-section03 .counter-top-wrap3 .circle-image img {
    width: 105px;
  }
  .counter-section03 .counter-main-inner3 {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 .bore-dot {
    font-size: 18px;
    line-height: 26px;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 h2 {
    font-weight: 400;
    font-size: 60px;
    line-height: 45px;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 h2 span {
    font-weight: 400;
    font-size: 60px;
    line-height: 45px;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 575px) {
  .counter-section03 {
    padding: 80px 5px 80px;
  }
  .counter-section03 .counter-main-inner3 {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 .bore-dot {
    font-size: 18px;
    line-height: 26px;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 h2 {
    font-weight: 400;
    font-size: 47px;
    line-height: 45px;
    letter-spacing: -0.03em;
    margin-bottom: 18px;
  }
  .counter-section03 .counter-main-inner3 .counter__items03 h2 span {
    font-weight: 400;
    font-size: 47px;
    line-height: 45px;
    letter-spacing: -0.03em;
  }
}

.award-list-section {
  padding: 220px 5px 220px;
}
.award-list-section .award-top-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.award-list-section .award-top-wrap .award-thumb-area {
  max-width: 430px;
  height: 445px;
  width: 100%;
}
.award-list-section .award-top-wrap .award-thumb-area .thumb {
  max-width: 358px;
}
.award-list-section .award-top-wrap .award-thumb-area .circle-image {
  background-color: var(--white);
  width: 173px;
  height: 173px;
  border-radius: 50%;
  bottom: 0px;
  right: 0;
  position: absolute;
}
.award-list-section .award-top-wrap .award-thumb-area .circle-image .mimg-text {
  animation: spin 15s linear infinite;
}
.award-list-section .award-top-wrap ul {
  gap: 15px;
}
.award-list-section .award-top-wrap ul li {
  background-color: var(--white);
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.award-list-section .award-top-wrap ul li span {
  color: #606060;
  font-size: 14px;
  font-weight: 500;
}
.award-list-section .award-top-wrap ul li span:nth-child(2) {
  width: 120px;
  text-align: center;
  display: block;
}
.award-list-section .digital-business-title {
  font-family: "Instrument Sans", sans-serif;
  max-width: 1070px;
  margin: 0 auto 87px;
}
.award-list-section .digital-business-title span {
  font-size: 66px;
  line-height: 84px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.award-list-section .digital-business-title span:nth-child(3) {
  margin-left: 80px;
}
.award-list-section .digital-business-title span:nth-child(4) {
  color: #9f9f9f;
}
.award-list-section .digital-business-title span:nth-child(5) {
  color: #9f9f9f;
}
@media (max-width: 1399px) {
  .award-list-section {
    padding: 140px 5px 140px;
  }
  .award-list-section .digital-business-title {
    max-width: 750px;
    margin: 0 auto 60px;
  }
  .award-list-section .digital-business-title span {
    font-size: 44px;
    line-height: 54px;
    display: block;
  }
  .award-list-section .digital-business-title span:nth-child(3) {
    margin-left: 80px;
  }
  .award-list-section .digital-business-title span:nth-child(5) {
    margin-left: 220px;
  }
}
@media (max-width: 1199px) {
  .award-list-section {
    padding: 100px 5px 100px;
  }
  .award-list-section .digital-business-title {
    max-width: 650px;
    margin: 0 auto 50px;
  }
  .award-list-section .digital-business-title span {
    font-size: 34px;
    line-height: 48px;
    display: block;
  }
  .award-list-section .digital-business-title span:nth-child(3) {
    margin-left: 80px;
  }
  .award-list-section .digital-business-title span:nth-child(5) {
    margin-left: 180px;
  }
}
@media (max-width: 991px) {
  .award-list-section .award-top-wrap {
    flex-wrap: wrap;
  }
  .award-list-section .award-top-wrap .award-thumb-area {
    margin: 0 auto 20px;
    width: 100%;
  }
  .award-list-section .content-area {
    width: 100%;
  }
  .award-list-section .digital-business-title {
    max-width: 100%;
    margin: 0 auto 30px;
    text-align: center !important;
  }
  .award-list-section .digital-business-title span {
    font-size: 29px;
    line-height: 38px;
    display: block;
  }
  .award-list-section .digital-business-title span:nth-child(3) {
    margin-left: 0px;
  }
  .award-list-section .digital-business-title span:nth-child(5) {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .award-list-section .award-top-wrap {
    gap: 24px;
  }
  .award-list-section .award-top-wrap .award-thumb-area {
    margin: 0 auto 2px;
    width: 100%;
    height: 350px;
  }
  .award-list-section .award-top-wrap .award-thumb-area .circle-image {
    background-color: var(--white);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    bottom: 0px;
    right: 0;
    position: absolute;
  }
  .award-list-section .award-top-wrap .award-thumb-area .circle-image .mimg-text {
    width: 80px;
    object-fit: contain;
  }
  .award-list-section .award-top-wrap .award-thumb-area .circle-image .trophy {
    width: 30px;
  }
  .award-list-section .award-top-wrap ul {
    gap: 15px;
  }
  .award-list-section .award-top-wrap ul li {
    background-color: var(--white);
    padding: 12px 16px;
  }
  .award-list-section .award-top-wrap ul li span {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }
  .award-list-section .award-top-wrap ul li span:nth-child(2) {
    width: auto;
  }
  .award-list-section .digital-business-title {
    max-width: 550px;
    margin: 0 auto 20px;
    text-align: center !important;
  }
  .award-list-section .digital-business-title span {
    font-size: 22px;
    line-height: 30px;
    display: block;
  }
  .award-list-section .digital-business-title span:nth-child(3) {
    margin-left: 0px;
  }
  .award-list-section .digital-business-title span:nth-child(5) {
    margin-left: 0px;
  }
}

.exprience-section04 {
  background-color: #f6f8ef;
}
.exprience-section04 .exprience-title4 {
  font-size: 66px;
  color: #171717;
  line-height: 80px;
  max-width: 1145px;
  margin: 0 auto 1px;
  font-weight: 500;
}
.exprience-section04 .exprience-title4 .texts {
  padding-right: 120px;
}
.exprience-section04 .exprience-thumb-area {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  align-items: center;
  gap: 24px;
  margin-top: 165px;
}
.exprience-section04 .exprience-thumb-area .circle-image {
  background-color: var(--white);
  width: 203px;
  min-width: 203px;
  height: 203px;
  border-radius: 50%;
  margin: -40px auto 0;
  position: relative;
}
.exprience-section04 .exprience-thumb-area .circle-image img {
  animation: spin 15s linear infinite;
}
.exprience-section04 .exprience-thumb-area .circle-image .arrow {
  transform: rotate(-140deg);
  color: var(--black);
}
.exprience-section04 .exprience-thumb-area .thumb {
  max-width: 780px;
}
.exprience-section04 .exprience-thumb-area .thumb img {
  width: 100%;
}
.exprience-section04 .exprience-thumb-area .thumb2 {
  max-width: 550px;
  margin-top: -395px;
}
.exprience-section04 .exprience-thumb-area .thumb2 img {
  width: 100%;
}
.exprience-section04 .exprience-top-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.exprience-section04 .exprience-top-wrap .thumb {
  max-width: 243px;
}
.exprience-section04 .exprience-top-wrap .thumb img {
  max-width: 100%;
}
.exprience-section04 .exprience-top-wrap .cont {
  max-width: 551px;
  margin-top: 200px;
}
.exprience-section04 .exprience-top-wrap .cont .first {
  margin-bottom: 40px;
}
.exprience-section04 .exprience-top-wrap .cont p {
  color: #5c5c5c;
  font-size: 18px;
  line-height: 29px;
}
.exprience-section04 .exprience-top-wrap .counter__items04 {
  display: flex;
  align-items: center;
  margin-top: -150px;
  gap: 45px;
}
.exprience-section04 .exprience-top-wrap .counter__items04 h2 {
  font-size: 200px;
  line-height: 200px;
  font-weight: 500;
  color: var(--black);
}
.exprience-section04 .exprience-top-wrap .counter__items04 h2 span {
  font-size: 200px;
  font-weight: 500;
}
.exprience-section04 .exprience-top-wrap .counter__items04 p {
  color: #171717;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .exprience-section04 .exprience-title4 {
    font-size: 40px;
    line-height: 50px;
    max-width: 745px;
    margin: 0 auto 24px;
  }
  .exprience-section04 .exprience-title4 .texts {
    padding-right: 120px;
  }
  .exprience-section04 .exprience-thumb-area {
    gap: 24px;
    margin-top: 165px;
  }
  .exprience-section04 .exprience-thumb-area .circle-image {
    width: 203px;
    min-width: 203px;
    height: 203px;
    border-radius: 50%;
    margin: -40px auto 0;
  }
  .exprience-section04 .exprience-thumb-area .thumb {
    max-width: 780px;
  }
  .exprience-section04 .exprience-thumb-area .thumb2 {
    max-width: 550px;
    margin-top: -395px;
  }
  .exprience-section04 .exprience-top-wrap {
    gap: 24px;
  }
  .exprience-section04 .exprience-top-wrap .thumb {
    max-width: 243px;
    min-width: 160px;
  }
  .exprience-section04 .exprience-top-wrap .cont {
    max-width: 551px;
    margin-top: 120px;
  }
  .exprience-section04 .exprience-top-wrap .cont .first {
    margin-bottom: 10px;
  }
  .exprience-section04 .exprience-top-wrap .cont p {
    font-size: 16px;
    line-height: 24px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 {
    display: flex;
    align-items: center;
    margin-top: -150px;
    gap: 24px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 h2 {
    font-size: 120px;
    line-height: 120px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 h2 span {
    font-size: 120px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
  }
}
@media (max-width: 1199px) {
  .exprience-section04 .exprience-title4 {
    font-size: 40px;
    line-height: 50px;
    max-width: 745px;
    margin: 0 auto 24px;
  }
  .exprience-section04 .exprience-title4 .texts {
    padding-right: 120px;
  }
  .exprience-section04 .exprience-title4 span {
    font-size: 40px;
  }
  .exprience-section04 .exprience-thumb-area {
    gap: 24px;
    margin-top: 165px;
  }
  .exprience-section04 .exprience-thumb-area .circle-image {
    width: 203px;
    min-width: 203px;
    height: 203px;
    border-radius: 50%;
    margin: -40px auto 0;
  }
  .exprience-section04 .exprience-thumb-area .thumb {
    max-width: 780px;
  }
  .exprience-section04 .exprience-thumb-area .thumb2 {
    max-width: 550px;
    margin-top: -395px;
  }
  .exprience-section04 .exprience-top-wrap {
    gap: 24px;
  }
  .exprience-section04 .exprience-top-wrap .thumb {
    max-width: 243px;
    min-width: 160px;
  }
  .exprience-section04 .exprience-top-wrap .cont {
    max-width: 551px;
    margin-top: 120px;
  }
  .exprience-section04 .exprience-top-wrap .cont .first {
    margin-bottom: 10px;
  }
  .exprience-section04 .exprience-top-wrap .cont p {
    font-size: 16px;
    line-height: 24px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 {
    display: flex;
    align-items: center;
    margin-top: -150px;
    gap: 24px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 h2 {
    font-size: 120px;
    line-height: 120px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 h2 span {
    font-size: 120px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .exprience-section04 .exprience-title4 {
    font-size: 34px;
    line-height: 46px;
    max-width: 645px;
    margin: 0 auto 24px;
  }
  .exprience-section04 .exprience-title4 .texts {
    padding-right: 120px;
  }
  .exprience-section04 .exprience-title4 span {
    font-size: 34px;
  }
  .exprience-section04 .exprience-thumb-area {
    gap: 24px;
    margin-top: 85px;
  }
  .exprience-section04 .exprience-thumb-area .circle-image {
    width: 203px;
    min-width: 203px;
    height: 203px;
    border-radius: 50%;
    margin: -40px auto 0;
  }
  .exprience-section04 .exprience-thumb-area .thumb {
    max-width: 780px;
  }
  .exprience-section04 .exprience-thumb-area .thumb2 {
    max-width: 550px;
    margin-top: -395px;
  }
  .exprience-section04 .exprience-top-wrap {
    gap: 16px;
    flex-wrap: wrap;
  }
  .exprience-section04 .exprience-top-wrap .thumb {
    max-width: 243px;
    min-width: auto;
  }
  .exprience-section04 .exprience-top-wrap .cont {
    max-width: 551px;
    margin-top: 0px;
  }
  .exprience-section04 .exprience-top-wrap .cont .first {
    margin-bottom: 10px;
  }
  .exprience-section04 .exprience-top-wrap .cont p {
    font-size: 16px;
    line-height: 24px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 {
    display: flex;
    align-items: center;
    margin-top: 0px;
    gap: 20px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 h2 {
    font-size: 90px;
    line-height: 120px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 h2 span {
    font-size: 90px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .exprience-section04 .exprience-title4 {
    font-size: 28px;
    line-height: 37px;
    max-width: 645px;
    margin: 0 auto 24px;
    text-align: center !important;
  }
  .exprience-section04 .exprience-title4 .texts {
    padding-right: 0px;
  }
  .exprience-section04 .exprience-title4 span {
    font-size: 28px;
  }
  .exprience-section04 .exprience-thumb-area {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .exprience-section04 .exprience-thumb-area .circle-image {
    width: 140px;
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0px auto 0;
  }
  .exprience-section04 .exprience-thumb-area .circle-image img {
    width: 100px;
  }
  .exprience-section04 .exprience-thumb-area .thumb {
    max-width: 780px;
  }
  .exprience-section04 .exprience-thumb-area .thumb2 {
    max-width: 550px;
    margin-top: -5px;
  }
  .exprience-section04 .exprience-top-wrap {
    gap: 16px;
    flex-wrap: wrap;
  }
  .exprience-section04 .exprience-top-wrap .thumb {
    max-width: 243px;
    min-width: auto;
    margin: 0 auto !important;
  }
  .exprience-section04 .exprience-top-wrap .cont {
    text-align: center;
    max-width: 551px;
    margin-top: 0px;
  }
  .exprience-section04 .exprience-top-wrap .cont .first {
    margin-bottom: 10px;
  }
  .exprience-section04 .exprience-top-wrap .cont p {
    font-size: 16px;
    line-height: 24px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 {
    display: flex;
    justify-content: center !important;
    align-items: center;
    margin-top: 0px;
    gap: 14px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 h2 span {
    font-size: 50px;
  }
  .exprience-section04 .exprience-top-wrap .counter__items04 p {
    font-size: 16px;
    line-height: 24px;
  }
}

.empower-colabration-section .colabration-title {
  text-align: center;
  max-width: 1060px;
  margin: 0 auto 140px;
}
.empower-colabration-section .colabration-title h2 {
  margin-bottom: 60px;
}
.empower-colabration-section .colabration-title .title {
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--black);
}
.empower-colabration-section .colabration-title .title span {
  color: #999e9a;
}
.empower-colabration-section .colabration-wrapper {
  display: flex;
  flex-direction: column;
  gap: 165px;
}
.empower-colabration-section .colabration-wrapper .colabration-inner {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  max-width: 1524px;
}
.empower-colabration-section .colabration-wrapper .colabration-item.style1 {
  max-width: 609px;
}
.empower-colabration-section .colabration-wrapper .colabration-item.style2 {
  max-width: 450px;
  margin-top: 84px;
}
.empower-colabration-section .colabration-wrapper .colabration-item.style3 {
  max-width: 777px;
  margin: 0 auto;
}
.empower-colabration-section .colabration-wrapper .colabration-item.style4 {
  max-width: 449px;
  margin-top: 84px;
}
.empower-colabration-section .colabration-wrapper .colabration-item.style5 {
  max-width: 776px;
}
.empower-colabration-section .colabration-wrapper .colabration-item .thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  display: block;
  margin-bottom: 40px;
}
.empower-colabration-section .colabration-wrapper .colabration-item .thumb img {
  transition: all 0.4s;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.empower-colabration-section .colabration-wrapper .colabration-item .cont .tag-empower {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.empower-colabration-section .colabration-wrapper .colabration-item .cont .tag-empower a {
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  font-size: 15px;
  line-height: 15px;
  padding: 11px 22px;
  color: #717171;
  transition: all 0.4s;
}
.empower-colabration-section .colabration-wrapper .colabration-item .cont .tag-empower a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.empower-colabration-section .colabration-wrapper .colabration-item .cont .cola-title a,
.empower-colabration-section .colabration-wrapper .colabration-item .cont h4 a {
  font-size: 22px;
  color: var(--black);
  font-weight: 700;
}
.empower-colabration-section .colabration-wrapper .colabration-item:hover .thumb img {
  transform: scale(1.05);
}
.empower-colabration-section .colabration-wrapper .colabration-item:hover .cont .cola-title a,
.empower-colabration-section .colabration-wrapper .colabration-item:hover .cont h4 a {
  color: var(--theme);
}
.empower-colabration-section .view-big {
  width: 188px;
  height: 188px;
  background-color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--white);
  margin: 87px auto 0;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.empower-colabration-section .view-big::before {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--theme);
  transition: all 0.4s;
}
.empower-colabration-section .view-big:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 1399px) {
  .empower-colabration-section .colabration-title {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 40px;
  }
  .empower-colabration-section .colabration-title h2 {
    margin-bottom: 30px;
  }
  .empower-colabration-section .colabration-title .title {
    font-size: 40px;
    line-height: 50px;
  }
  .empower-colabration-section .colabration-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-inner {
    display: flex;
    gap: 24px;
    max-width: 1524px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item.style1 {
    max-width: 609px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item.style2 {
    max-width: 450px;
    margin-top: 84px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item.style3 {
    max-width: 777px;
    margin: 0 auto;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item.style4 {
    max-width: 449px;
    margin-top: 84px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item.style5 {
    max-width: 776px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .thumb {
    margin-bottom: 24px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .cont .tag-empower {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .cont .tag-empower a {
    font-size: 15px;
    line-height: 15px;
    padding: 9px 20px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .cont h4 a {
    font-size: 22px;
    font-weight: 700;
  }
  .empower-colabration-section .view-big {
    width: 140px;
    height: 140px;
    font-size: 18px;
    line-height: 26px;
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .empower-colabration-section .colabration-title {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 40px;
  }
  .empower-colabration-section .colabration-title h2 {
    margin-bottom: 24px;
  }
  .empower-colabration-section .colabration-title .title {
    font-size: 32px;
    line-height: 40px;
  }
  .empower-colabration-section .colabration-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-inner {
    display: flex;
    gap: 24px;
    max-width: 1524px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .thumb {
    margin-bottom: 22px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .cont .tag-empower {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .cont .tag-empower a {
    font-size: 15px;
    line-height: 15px;
    padding: 9px 20px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .cont h4 a {
    font-size: 20px;
    font-weight: 700;
  }
  .empower-colabration-section .view-big {
    width: 110px;
    height: 110px;
    font-size: 15px;
    line-height: 22px;
    margin: 40px auto 0;
  }
}
@media (max-width: 575px) {
  .empower-colabration-section .colabration-title {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 30px;
  }
  .empower-colabration-section .colabration-title h2 {
    margin-bottom: 24px;
  }
  .empower-colabration-section .colabration-title .title {
    font-size: 29px;
    line-height: 35px;
  }
  .empower-colabration-section .colabration-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-inner {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 1524px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item.style2 {
    margin-top: 0px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item.style4 {
    margin-top: 0px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .thumb {
    margin-bottom: 22px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .cont .tag-empower {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .cont .tag-empower a {
    font-size: 15px;
    line-height: 15px;
    padding: 9px 20px;
  }
  .empower-colabration-section .colabration-wrapper .colabration-item .cont h4 a {
    font-size: 20px;
    font-weight: 700;
  }
  .empower-colabration-section .view-big {
    width: 110px;
    height: 110px;
    font-size: 15px;
    line-height: 22px;
    margin: 40px auto 0;
  }
}

.hover-color-2:hover .title,
.hover-color-2:hover .read-more {
  color: #bde917 !important;
}
.hover-color-2 .widget-link li a:hover {
  color: #bde917 !important;
}

.our-process-item-10 .icon {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .our-process-item-10 .icon {
    margin-bottom: 30px;
  }
}
.our-process-item-10 span {
  background: #85A6A6;
  color: var(--white);
  font-family: "Satoshi", sans-serif;
  padding: 2px 8px;
}
.our-process-item-10 h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
  margin-top: 10px;
}
.our-process-item-10 p {
  max-width: 259px;
  font-family: "Satoshi", sans-serif;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 167%;
}

.our-process-section-10 {
  position: relative;
}
.our-process-section-10 .line-shape {
  position: absolute;
  top: 22%;
  left: 352px;
}
@media (max-width: 1399px) {
  .our-process-section-10 .line-shape {
    display: none;
  }
}
.our-process-section-10 .line-shape-2 {
  position: absolute;
  top: 27%;
  left: 697px;
}
@media (max-width: 1399px) {
  .our-process-section-10 .line-shape-2 {
    display: none;
  }
}
.our-process-section-10 .line-shape-3 {
  position: absolute;
  top: 22%;
  right: 605px;
}
@media (max-width: 1399px) {
  .our-process-section-10 .line-shape-3 {
    display: none;
  }
}

.counter-bg-section {
  position: relative;
  margin-right: 270px;
  z-index: 999;
}
@media (max-width: 1600px) {
  .counter-bg-section {
    margin-right: 200px;
  }
}
@media (max-width: 1399px) {
  .counter-bg-section {
    margin-right: 0;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .counter-bg-section {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .counter-bg-section {
    padding-bottom: 50px !important;
  }
}
.counter-bg-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(22, 56, 56, 0.88);
  z-index: -1;
}
.counter-bg-section .section-title10 {
  margin-left: 136px;
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .counter-bg-section .section-title10 {
    margin-top: 0;
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .counter-bg-section .section-title10 {
    margin-left: 15px;
  }
}
.counter-bg-section .section-title10 .mb-xxl-1 .subtitle-badge {
  background-color: rgba(255, 255, 255, 0.12);
}
.counter-bg-section .counter-box-10 {
  border-radius: 12px;
  background-color: #85A6A6;
  padding: 50px 40px 40px;
  position: absolute;
  right: -130px;
  top: -200px;
}
@media (max-width: 1399px) {
  .counter-bg-section .counter-box-10 {
    display: none;
  }
}
.counter-bg-section .counter-box-10 p {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  max-width: 356px;
  margin-bottom: 20px;
  line-height: 165%;
}
.counter-bg-section .counter-box-10 .list {
  margin-bottom: 150px;
}
.counter-bg-section .counter-box-10 .list li {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.counter-bg-section .counter-box-10 .list li i {
  margin-right: 10px;
  color: var(--white);
}
.counter-bg-section .counter-box-10 .list li:not(:last-child) {
  margin-bottom: 10px;
}
.counter-bg-section .counter-box-10 .themes-btn {
  background-color: #EFEFEF;
  color: #616161;
}
.counter-bg-section .counter-box-10 .themes-btn:hover {
  background-color: #2F4F4F;
  color: var(--white);
}

.counter-bg-wrapper {
  display: flex;
  align-items: center;
  gap: 230px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 70px 136px 65px;
  position: relative;
  z-index: 999;
  max-width: 1508px;
  width: 100%;
}
@media (max-width: 1600px) {
  .counter-bg-wrapper {
    gap: 100px;
  }
}
@media (max-width: 1399px) {
  .counter-bg-wrapper {
    max-width: initial;
    width: initial;
    flex-wrap: wrap;
    gap: 30px;
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .counter-bg-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .counter-bg-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .counter-bg-wrapper {
    padding: 30px;
  }
}
.counter-bg-wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 500px;
  background-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 1600px) {
  .counter-bg-wrapper::before {
    left: 435px;
  }
}
@media (max-width: 1399px) {
  .counter-bg-wrapper::before {
    display: none;
  }
}
.counter-bg-wrapper::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 500px;
  background-color: rgba(255, 255, 255, 0.25);
}
@media (max-width: 1600px) {
  .counter-bg-wrapper::after {
    right: 435px;
  }
}
@media (max-width: 1399px) {
  .counter-bg-wrapper::after {
    display: none;
  }
}
.counter-bg-wrapper .counter-item {
  display: flex;
  align-items: start;
  gap: 22px;
  min-width: 260px;
}
.counter-bg-wrapper .counter-item .content h2 {
  color: var(--white);
  font-size: 66px;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  line-height: 70%;
}
@media (max-width: 1399px) {
  .counter-bg-wrapper .counter-item .content h2 {
    font-size: 50px;
  }
  .counter-bg-wrapper .counter-item .content h2 span {
    font-size: 50px;
  }
}
.counter-bg-wrapper .counter-item .content p {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  font-family: "DM Sans", sans-serif;
}

.feature-wrapper-10 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 70px 0;
}
@media (max-width: 1399px) {
  .feature-wrapper-10 {
    padding: 60px 0;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .feature-wrapper-10 {
    padding: 50px 0;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .feature-wrapper-10 {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .feature-wrapper-10 {
    padding: 30px 0;
  }
}
.feature-wrapper-10::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  top: 0;
  left: 480px;
}
@media (max-width: 1600px) {
  .feature-wrapper-10::before {
    left: 450px;
  }
}
@media (max-width: 1399px) {
  .feature-wrapper-10::before {
    display: none;
  }
}
.feature-wrapper-10::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D9D9D9;
  top: 0;
  right: 480px;
}
@media (max-width: 1600px) {
  .feature-wrapper-10::after {
    right: 450px;
  }
}
@media (max-width: 1399px) {
  .feature-wrapper-10::after {
    display: none;
  }
}
.feature-wrapper-10 .feature-card-items-10 .top-item {
  display: flex;
  gap: 27px;
}
.feature-wrapper-10 .feature-card-items-10 .top-item .content h2 {
  font-size: 26px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1399px) {
  .feature-wrapper-10 .feature-card-items-10 .top-item .content h2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .feature-wrapper-10 .feature-card-items-10 .top-item .content h2 {
    font-size: 20px;
  }
}
.feature-wrapper-10 .feature-card-items-10 .top-item .content p {
  max-width: 335px;
  color: #626C74;
  line-height: 175%;
  margin-top: 35px;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1399px) {
  .feature-wrapper-10 .feature-card-items-10 .top-item .content p {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .feature-wrapper-10 .feature-card-items-10 .top-item .content p {
    font-size: 16px;
  }
}
.feature-wrapper-10 .feature-card-items-10 .feature-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .feature-wrapper-10 .feature-card-items-10 .feature-number {
    margin-top: 30px;
  }
}
.feature-wrapper-10 .feature-card-items-10 .feature-number h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: #687799;
}
.feature-wrapper-10 .feature-card-items-10 .feature-number:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 379px;
  height: 1px;
  background: #D9D9D9;
  left: 6%;
  top: 50%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .feature-wrapper-10 .feature-card-items-10 .feature-number:before {
    display: none;
  }
}
.feature-wrapper-10 .feature-card-items-10 .feature-number h3 {
  font-size: 16px;
  font-weight: 500;
}
.feature-wrapper-10 .feature-card-items-10 .feature-number .arrow-icon {
  width: 35px;
  height: 26px;
  line-height: 28px;
  border-radius: 48px;
  text-align: center;
  background-color: #BCC3C5;
  color: var(--white);
  display: inline-block;
}
.feature-wrapper-10 .feature-card-items-10 .feature-number .arrow-icon i {
  transform: rotate(60deg);
}

.feature-section-10 {
  border-bottom: 1px solid #D9D9D9;
}

.footer-section {
  background-color: var(--bg-dark2);
  z-index: 1;
}
.footer-section .footer-globe {
  position: absolute;
  top: 55px;
  right: 316px;
  z-index: -1;
}
.footer-section.footer-style-cmn {
  background-color: var(--black3);
}
.footer-section.footer-style-cmn .container {
  max-width: 1551px;
  margin-right: auto;
}
.footer-section.footer-style-cmn .footer-left-cmn {
  max-width: 1095px;
}
.footer-section.footer-style-cmn .footer-left-cmn .footer-cmn-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px 120px;
  border-top: 1px solid var(--white);
  padding-top: 65px;
}
.footer-section.footer-style-cmn .footer-top {
  display: flex;
  align-items: center;
}
.footer-section.footer-style-cmn .footer-top .footer-cmn-title {
  font-size: 110px;
  line-height: 120px;
  display: inline-flex;
  padding-bottom: 45px;
  gap: 78px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
}
.footer-section.footer-style-cmn .footer-top .footer-cmn-title img {
  width: 74px;
  height: 100px;
  object-fit: contain;
}
.footer-section.footer-style-cmn .footer-top .footer-widget-head {
  margin-bottom: 0;
}
.footer-section.footer-style-cmn .footer-top .footer-widget-head .h-pra {
  margin-bottom: 22px;
}
.footer-section.footer-style-cmn .footer-top .footer-widget-head a:hover {
  color: var(--theme) !important;
}
.footer-section.footer-style-cmn .footer-bottom {
  background-color: var(--black3);
  border-top: 1px solid var(--white);
}
.footer-section.footer-style-cmn .circle-image {
  background-color: var(--theme);
  width: 203px;
  height: 203px;
  border-radius: 50%;
  margin: -40px auto 0;
  position: relative;
}
.footer-section.footer-style-cmn .circle-image img {
  animation: spin 15s linear infinite;
}
.footer-section.footer-style-cmn .circle-image .arrow {
  transform: rotate(-140deg);
  color: var(--white);
}
@media (max-width: 1199px) {
  .footer-section.footer-style-cmn .footer-left-cmn {
    max-width: 1095px;
  }
  .footer-section.footer-style-cmn .footer-left-cmn .footer-cmn-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px 60px;
    padding-top: 40px;
  }
  .footer-section.footer-style-cmn .footer-top {
    display: flex;
    align-items: center;
  }
  .footer-section.footer-style-cmn .footer-top .footer-cmn-title {
    font-size: 80px;
    line-height: 90px;
    display: inline-flex;
    padding-bottom: 35px;
    gap: 78px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
  }
  .footer-section.footer-style-cmn .footer-top .footer-widget-head {
    margin-bottom: 0;
  }
  .footer-section.footer-style-cmn .footer-top .footer-widget-head .h-pra {
    margin-bottom: 22px;
  }
  .footer-section.footer-style-cmn .circle-image {
    width: 180px;
    height: 180px;
    margin: 0px auto 0;
    position: relative;
  }
  .footer-section.footer-style-cmn .circle-image img {
    animation: spin 15s linear infinite;
  }
  .footer-section.footer-style-cmn .circle-image .arrow {
    transform: rotate(-140deg);
    color: var(--white);
  }
}
@media (max-width: 991px) {
  .footer-section.footer-style-cmn .footer-left-cmn {
    max-width: 1095px;
  }
  .footer-section.footer-style-cmn .footer-left-cmn .footer-cmn-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px 30px;
    padding-top: 40px;
  }
  .footer-section.footer-style-cmn .footer-top {
    display: flex;
    align-items: center;
  }
  .footer-section.footer-style-cmn .footer-top .footer-cmn-title {
    font-size: 60px;
    line-height: 99px;
    display: inline-flex;
    padding-bottom: 30px;
    gap: 40px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
  }
  .footer-section.footer-style-cmn .footer-top .footer-cmn-title img {
    width: 60px;
  }
  .footer-section.footer-style-cmn .footer-top .footer-widget-head {
    margin-bottom: 0;
  }
  .footer-section.footer-style-cmn .footer-top .footer-widget-head .h-pra {
    margin-bottom: 18px;
  }
  .footer-section.footer-style-cmn .circle-image {
    width: 150px;
    height: 150px;
    margin: 0px auto 0;
    position: relative;
  }
  .footer-section.footer-style-cmn .circle-image img {
    width: 130px;
    animation: spin 15s linear infinite;
  }
  .footer-section.footer-style-cmn .circle-image .arrow {
    transform: rotate(-140deg);
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .footer-section.footer-style-cmn .footer-top {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .footer-section.footer-style-cmn .footer-left-cmn {
    max-width: 1095px;
  }
  .footer-section.footer-style-cmn .footer-left-cmn .footer-cmn-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px 30px;
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .footer-section.footer-style-cmn .footer-top .footer-cmn-title {
    font-size: 40px;
    line-height: 100px;
    display: inline-flex;
    padding-bottom: 8px;
    gap: 10px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
  }
  .footer-section.footer-style-cmn .footer-top .footer-cmn-title img {
    width: 40px;
  }
  .footer-section.footer-style-cmn .footer-top .footer-widget-head {
    margin-bottom: 0;
  }
  .footer-section.footer-style-cmn .footer-top .footer-widget-head .h-pra {
    margin-bottom: 13px;
  }
  .footer-section.footer-style-cmn .circle-image {
    width: 150px;
    height: 150px;
    margin: 0px auto 0;
    position: relative;
  }
  .footer-section.footer-style-cmn .circle-image img {
    width: 130px;
    animation: spin 15s linear infinite;
  }
  .footer-section.footer-style-cmn .circle-image .arrow {
    transform: rotate(-140deg);
    color: var(--white);
  }
}
.footer-section.footer-style2 {
  background-color: #171717;
}
.footer-section.footer-style2 .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background-color: #171717;
}
.footer-section.footer-style2 .form-style2 {
  margin-bottom: 19px;
}
.footer-section.footer-style2 .follow-area .wid-title {
  margin-bottom: 28px !important;
}
.footer-section.footer-style2 .form-check {
  margin-bottom: 45px;
}
.footer-section.footer-style2 .form-check .form-check-label {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  opacity: 71%;
}
.footer-section.footer-style2 .form-check .form-check-input {
  background-color: transparent;
  border-color: #bfeb17 !important;
}
.footer-section.footer-style2 .footer-logo1 {
  margin-bottom: 50px;
}
.footer-section.footer-style2 .widget-link li a {
  color: rgba(255, 255, 255, 0.77);
}
.footer-section.footer-style2 .hero-m-title {
  font-weight: 700;
  font-size: 910px;
  line-height: 927px;
  text-align: center;
  letter-spacing: 1px;
  color: #bfeb17;
  margin-bottom: -280px;
  position: relative;
  top: -30px;
  margin-left: -14px;
}
@media screen and (max-width: 1694px) {
  .footer-section.footer-style2 .hero-m-title {
    font-size: 800px;
    line-height: 927px;
    margin-bottom: -340px;
    top: -80px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 1498px) {
  .footer-section.footer-style2 .hero-m-title {
    font-size: 700px;
    line-height: 700px;
    margin-bottom: -200px;
    top: 0px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 1399px) {
  .footer-section.footer-style2 .hero-m-title {
    font-size: 600px;
    line-height: 600px;
    margin-bottom: -200px;
    top: 0px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 1199px) {
  .footer-section.footer-style2 .hero-m-title {
    font-size: 500px;
    line-height: 500px;
    margin-bottom: -150px;
    top: 0px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 991px) {
  .footer-section.footer-style2 .hero-m-title {
    font-size: 400px;
    line-height: 400px;
    margin-bottom: -100px;
    top: 0px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 767px) {
  .footer-section.footer-style2 .hero-m-title {
    font-size: 300px;
    line-height: 300px;
    margin-bottom: -40px;
    top: 0px;
    margin-left: -14px;
  }
}
@media screen and (max-width: 575px) {
  .footer-section.footer-style2 .hero-m-title {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: -20px;
    top: 0px;
    margin-left: -4px;
  }
}

.footer-top {
  padding: 150px 0;
}
.footer-top .footer-logo1 {
  margin-bottom: 68px;
  display: block;
}
.footer-top .content-logo {
  margin-bottom: 147px;
}
.footer-top .follow-area h3,
.footer-top .follow-area h4 {
  margin-bottom: 42px;
}
.footer-top .footer-widget-head {
  margin-bottom: 84px;
}
.footer-top .footer-widget-head p {
  font-size: 14px;
}
.footer-top .footer-widget-head .mailto {
  font-size: 26px;
  line-height: 120%;
}
.footer-top .footer-widget-450 {
  max-width: 450px;
  padding-top: 70px;
  margin: 0 auto;
}
.footer-top .footer-widget-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.footer-top .footer-widget-inner .widget-link {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.footer-top .footer-widget-inner .widget-link li a {
  color: var(--white);
  font-weight: 500;
  transition: all 0.3s;
}
.footer-top .footer-widget-inner .widget-link li a i {
  transition: all 0.3s;
  transform: rotate(-30deg);
  font-size: 16px;
}
.footer-top .footer-widget-inner .widget-link li a:hover {
  color: var(--theme);
}
.footer-top .footer-widget-inner .widget-link li a:hover i {
  transform: rotate(0);
}
@media (max-width: 1399px) {
  .footer-top {
    padding: 120px 0;
  }
  .footer-top .footer-logo1 {
    margin-bottom: 30px;
  }
  .footer-top .content-logo {
    margin-bottom: 40px;
  }
  .footer-top .follow-area h3,
  .footer-top .follow-area h4 {
    margin-bottom: 42px;
  }
  .footer-top .footer-widget-head {
    margin-bottom: 24px;
  }
  .footer-top .footer-widget-head p {
    font-size: 14px;
  }
  .footer-top .footer-widget-head .mailto {
    font-size: 18px;
    line-height: 120%;
  }
  .footer-top .footer-widget-450 {
    max-width: 450px;
    padding-top: 0px;
    margin: 0 auto;
  }
  .footer-top .footer-widget-inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .footer-top .footer-widget-inner .widget-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-top .footer-widget-inner .widget-link li a i {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .footer-top {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .footer-top {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .footer-top .footer-logo1 {
    margin-bottom: 20px;
  }
  .footer-top .content-logo {
    margin-bottom: 30px;
  }
  .footer-top .footer-widget-450 {
    max-width: 100%;
    padding-top: 0px;
    margin: 0 auto;
  }
  .footer-top .footer-widget-inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }
  .footer-top .footer-widget-inner .widget-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-top .footer-widget-inner .widget-link li a i {
    font-size: 12px;
  }
}

.footer-bottom {
  background-color: var(--black3);
  padding: 24px 1px;
}
.footer-bottom .footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
.footer-bottom .footer-bottom-wrap p {
  color: var(--text-light1);
  font-weight: 500;
  font-size: 16px;
}
.footer-bottom .footer-bottom-wrap ul {
  display: flex;
  align-items: center;
  gap: 5px 30px;
  flex-wrap: wrap;
}
.footer-bottom .footer-bottom-wrap ul li a {
  color: var(--text-light1);
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 575px) {
  .footer-bottom .footer-bottom-wrap {
    justify-content: center;
  }
  .footer-bottom .footer-bottom-wrap ul {
    justify-content: center;
    gap: 5px 20px;
  }
}
@media (max-width: 575px) {
  .footer-bottom {
    padding: 20px 0;
  }
}

.widget-from {
  max-width: 624px;
  margin-left: auto;
  background-color: var(--bg-dark3);
  border-radius: 12px;
  padding: 55px 45px;
}
.widget-from h4 {
  margin-bottom: 24px;
}
.widget-from .form-groups {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 1px 1px;
  display: flex;
  align-items: center;
}
.widget-from .form-groups textarea,
.widget-from .form-groups input {
  color: #cdcdcd;
  font-size: 16px;
  padding: 8px 16px;
}
.widget-from .form-groups ::placeholder {
  color: #cdcdcd;
}
.widget-from .form-groups i {
  padding-right: 16px;
}
@media (max-width: 1399px) {
  .widget-from {
    padding: 30px 24px;
  }
}
@media (max-width: 991px) {
  .widget-from {
    max-width: 100%;
  }
}

.form-style2 {
  background-color: #2c2c2c;
  padding: 5px;
  border-radius: 7px;
}
.form-style2 input {
  color: #868686;
  font-size: 16px;
  width: 100%;
  padding: 7px 10px 7px 24px;
  background-color: transparent;
  border: unset;
}
.form-style2 button {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3f3f3f;
  border-radius: 7px;
  color: var(--white);
}

.footer-style3 {
  background-color: #080808;
}
.footer-style3 .footer-bottom {
  background-color: #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.footer-style3 .footer-top {
  background-color: #080808;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.footer-style3 .footer-top .footer-map3 {
  position: absolute;
  bottom: -30px;
  left: 250px;
}
.footer-style3 .footer-top .footer-left3 h2 {
  margin-bottom: 36px;
  font-weight: 600;
}
.footer-style3 .footer-top .footer-left3 h2 .first {
  padding-left: 150px;
}
.footer-style3 .footer-top .footer-left3 h2 span {
  font-size: 66px;
  line-height: 84px;
  text-transform: uppercase;
  color: var(--white);
}
.footer-style3 .footer-top .footer-left3 h2 .last {
  color: rgba(255, 255, 255, 0.38);
}
.footer-style3 .footer-top .footer-right3 {
  max-width: 676px;
  width: 100%;
}
.footer-style3 .footer-top .footer-right3 .footer-widget-left2 {
  margin-bottom: 90px;
  max-width: 100%;
}
.footer-style3 .footer-top .footer-right3 .sponsor-review {
  display: flex;
  align-items: center;
  gap: 72px;
}
.footer-style3 .hero-m-title3 {
  font-size: 313px;
  line-height: 188px;
  color: #ff602c;
  letter-spacing: -0.05em;
  font-weight: 400;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .footer-style3 .hero-m-title3 {
    font-size: 220px;
    line-height: 158px;
    letter-spacing: -0.05em;
    font-weight: 400;
    padding-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1500px) {
  .footer-style3 .hero-m-title3 {
    font-size: 180px;
    line-height: 108px;
    letter-spacing: -0.05em;
    font-weight: 400;
    padding-top: 40px;
    text-align: center;
  }
  .footer-style3 .footer-top {
    padding: 100px 0;
  }
  .footer-style3 .footer-top .footer-map3 {
    position: absolute;
    bottom: -30px;
    left: 250px;
  }
  .footer-style3 .footer-top .footer-left3 h2 {
    margin-bottom: 36px;
  }
  .footer-style3 .footer-top .footer-left3 h2 .first {
    padding-left: 80px;
  }
  .footer-style3 .footer-top .footer-left3 h2 span {
    font-size: 50px;
    line-height: 64px;
  }
  .footer-style3 .footer-top .footer-right3 .footer-widget-left2 {
    margin-bottom: 50px;
  }
  .footer-style3 .footer-top .footer-right3 .sponsor-review {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .footer-style3 .hero-m-title3 {
    font-size: 313px;
    line-height: 188px;
    color: #ff602c;
    letter-spacing: -0.05em;
    font-weight: 400;
    padding-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1399px) {
  .footer-style3 .footer-top {
    padding: 100px 0;
  }
  .footer-style3 .footer-top .footer-map3 {
    position: absolute;
    bottom: -30px;
    left: 250px;
  }
  .footer-style3 .footer-top .footer-left3 h2 {
    margin-bottom: 36px;
  }
  .footer-style3 .footer-top .footer-left3 h2 .first {
    padding-left: 80px;
  }
  .footer-style3 .footer-top .footer-left3 h2 span {
    font-size: 50px;
    line-height: 64px;
  }
  .footer-style3 .footer-top .footer-right3 .footer-widget-left2 {
    margin-bottom: 50px;
  }
  .footer-style3 .footer-top .footer-right3 .sponsor-review {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .footer-style3 .hero-m-title3 {
    font-size: 180px;
    line-height: 108px;
    letter-spacing: -0.05em;
    font-weight: 400;
    padding-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .footer-style3 .footer-top {
    padding: 80px 0;
  }
  .footer-style3 .footer-top .footer-left3 h2 {
    margin-bottom: 24px;
  }
  .footer-style3 .footer-top .footer-left3 h2 .first {
    padding-left: 0px;
  }
  .footer-style3 .footer-top .footer-left3 h2 span {
    font-size: 34px;
    line-height: 42px;
  }
  .footer-style3 .footer-top .footer-right3 {
    max-width: 450px;
  }
  .footer-style3 .footer-top .footer-right3 .footer-widget-left2 {
    margin-bottom: 20px;
  }
  .footer-style3 .footer-top .footer-right3 .sponsor-review {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .footer-style3 .footer-top .footer-right3 .sponsor-review img {
    max-width: 120px;
    object-fit: contain;
  }
  .footer-style3 .hero-m-title3 {
    font-size: 150px;
    line-height: 108px;
    letter-spacing: -0.05em;
    font-weight: 400;
    padding-top: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .footer-style3 .footer-top {
    padding: 80px 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .footer-style3 .footer-top .footer-left3 {
    text-align: center;
    margin: 0 auto;
  }
  .footer-style3 .footer-top .footer-left3 h2 {
    margin-bottom: 24px;
  }
  .footer-style3 .footer-top .footer-left3 h2 .first {
    padding-left: 0px;
  }
  .footer-style3 .footer-top .footer-left3 h2 span {
    font-size: 34px;
    line-height: 42px;
  }
  .footer-style3 .footer-top .footer-right3 {
    max-width: 450px;
  }
  .footer-style3 .footer-top .footer-right3 .footer-widget-left2 {
    margin-bottom: 20px;
  }
  .footer-style3 .footer-top .footer-right3 .sponsor-review {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .footer-style3 .footer-top .footer-right3 .sponsor-review img {
    max-width: 120px;
    object-fit: contain;
  }
  .footer-style3 .hero-m-title3 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.05em;
    font-weight: 400;
    padding-top: 6px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-style3 .footer-top {
    padding: 80px 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  .footer-style3 .footer-top .footer-left3 {
    text-align: center;
    margin: 0 auto;
  }
  .footer-style3 .footer-top .footer-left3 h2 {
    margin-bottom: 24px;
  }
  .footer-style3 .footer-top .footer-left3 h2 .first {
    padding-left: 0px;
  }
  .footer-style3 .footer-top .footer-left3 h2 span {
    font-size: 34px;
    line-height: 42px;
  }
  .footer-style3 .footer-top .footer-right3 {
    max-width: 450px;
  }
  .footer-style3 .footer-top .footer-right3 .footer-widget-left2 {
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 20px;
  }
  .footer-style3 .footer-top .footer-right3 .sponsor-review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .footer-style3 .footer-top .footer-right3 .sponsor-review img {
    max-width: 80px;
    object-fit: contain;
  }
  .footer-style3 .hero-m-title3 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.05em;
    font-weight: 400;
    padding-top: 6px;
    text-align: center;
  }
}

.footer-style4 .circle-image {
  background-color: #c0ed17 !important;
}
.footer-style4 .circle-image .arrow i {
  color: var(--black);
}

.footer-style5 {
  background-color: #ede6b0 !important;
}
.footer-style5 .footer-top {
  padding-top: 95px;
  gap: 90px;
}
.footer-style5 .footer-top .footer-cmn-title {
  color: var(--black) !important;
}
.footer-style5 .footer-top .footer-cmn-title img {
  filter: brightness(0) !important;
}
.footer-style5 .footer-top .footer-titles {
  font-weight: 400;
  font-weight: 400;
  font-size: 240px;
  line-height: 142px;
  letter-spacing: -0.01em;
  margin-left: -10px;
}
.footer-style5 .footer-cmn-inner {
  border-color: var(--black) !important;
}
.footer-style5 .footer-widget-head ul li,
.footer-style5 .footer-widget-head ul a {
  color: var(--black) !important;
}
.footer-style5 .footer-bottom {
  background-color: #ede6b0 !important;
  border-color: var(--black) !important;
}
.footer-style5 p {
  color: var(--black) !important;
}
.footer-style5 ul li a {
  color: var(--black) !important;
}
.footer-style5 ul li a:hover {
  color: var(--theme) !important;
}
.footer-style5 .footer-ele1 {
  position: absolute;
  right: 0;
  top: 153px;
  animation: updown 2s linear infinite;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .footer-style5 .footer-top {
    gap: 70px;
  }
  .footer-style5 .footer-top .footer-titles {
    font-size: 180px;
    line-height: 140px;
    margin-left: -10px;
  }
}
@media (max-width: 1399px) {
  .footer-style5 .footer-ele1 {
    right: 0;
    top: 153px;
    width: 260px;
  }
}
@media (max-width: 1199px) {
  .footer-style5 .footer-top {
    gap: 40px;
  }
  .footer-style5 .footer-top .footer-titles {
    font-size: 150px;
    line-height: 120px;
    margin-left: -10px;
  }
}
@media (max-width: 991px) {
  .footer-style5 .footer-ele1 {
    right: 0;
    top: 30px;
    width: 260px;
  }
  .footer-style5 .footer-top {
    gap: 40px;
  }
  .footer-style5 .footer-top .footer-titles {
    font-size: 110px;
    line-height: 110px;
    margin-left: -1px;
  }
}
@media (max-width: 767px) {
  .footer-style5 .footer-top {
    gap: 40px;
  }
  .footer-style5 .footer-top .footer-titles {
    font-size: 80px;
    line-height: 90px;
    margin-left: -1px;
  }
}
@media (max-width: 575px) {
  .footer-style5 .footer-top {
    padding-top: 55px;
    gap: 15px;
  }
  .footer-style5 .footer-top .footer-titles {
    font-size: 48px;
    line-height: 90px;
    margin-left: -1px;
  }
  .footer-style5 .footer-ele1 {
    right: 0;
    top: 30px;
    width: 160px;
  }
}

@keyframes updown {
  50% {
    transform: translateY(10px);
  }
}
.footer-style06 {
  z-index: 1;
}
.footer-style06 .container {
  max-width: 1220px;
}
.footer-style06::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(22, 22, 22, 0.94);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-style06 .footer-header-top {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 99px;
  gap: 84px;
}
.footer-style06 .footer-header-top .form-style6 {
  max-width: 550px;
}
.footer-style06 .footer-header-top .form-style6 .form-style-inner {
  padding-bottom: 12px;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.footer-style06 .footer-header-top .form-style6 .rd-title,
.footer-style06 .footer-header-top .form-style6 h4 {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 32px;
}
.footer-style06 .footer-header-top .form-style6 input {
  width: 100%;
  background: transparent;
  border: unset;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #bcc3c5;
}
.footer-style06 .footer-header-top .form-style6 .white-outline {
  border-color: #adb9be;
  color: #adb9be;
  padding: 13px 28px;
  border-radius: 0;
}
.footer-style06 .footer-header-top .form-style6 .white-outline i {
  color: #adb9be;
  font-size: 13px;
  padding-left: 5px;
  transform: rotate(-50deg);
}
.footer-style06 .footer-header-top .form-style6 .white-outline:hover {
  border-color: var(--theme);
  color: var(--white);
}
.footer-style06 .footer-header-top .form-style6 .white-outline:hover i {
  color: var(--white);
}
.footer-style06 .footer-header-top .footer-right .boxes {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.footer-style06 .footer-header-top .footer-right .boxes-cont {
  padding-top: 85px;
  display: flex;
  justify-content: space-between;
}
.footer-style06 .footer-header-top .footer-right .boxes-cont .title-cmn {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 38px;
}
.footer-style06 .footer-header-top .footer-right .widget-link li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
}
.footer-style06 .footer-header-top .footer-logo1 {
  max-width: 232px;
}
.footer-style06 .footer-header-top .footer-logo1 img {
  width: 100%;
}
.footer-style06 .social-area6 h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
}
.footer-style06 .social-area6 .social-media li a i {
  color: #bcc3c5;
  font-size: 24px;
}
.footer-style06 .social-area6 .social-media li a:hover i {
  color: var(--theme);
}
.footer-style06 .footer-bottom {
  background-color: #242b2f;
  border: unset;
}
.footer-style06 .footer-ele {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
@media (max-width: 1199px) {
  .footer-style06 .footer-header-top {
    padding: 80px 14px 80px;
    gap: 84px;
  }
  .footer-style06 .footer-header-top .form-style6 {
    max-width: 450px;
  }
  .footer-style06 .footer-header-top .form-style6 .form-style-inner {
    padding-bottom: 12px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
  .footer-style06 .footer-header-top .form-style6 .rd-title,
  .footer-style06 .footer-header-top .form-style6 h4 {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
  }
  .footer-style06 .footer-header-top .form-style6 input {
    width: 100%;
    background: transparent;
    border: unset;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #bcc3c5;
  }
  .footer-style06 .footer-header-top .form-style6 .white-outline {
    border-color: #adb9be;
    color: #adb9be;
    padding: 13px 28px;
    border-radius: 0;
  }
  .footer-style06 .footer-header-top .form-style6 .white-outline i {
    color: #adb9be;
    font-size: 13px;
    padding-left: 5px;
    transform: rotate(-50deg);
  }
  .footer-style06 .footer-header-top .form-style6 .white-outline:hover {
    border-color: var(--theme);
    color: var(--white);
  }
  .footer-style06 .footer-header-top .form-style6 .white-outline:hover i {
    color: var(--white);
  }
  .footer-style06 .footer-header-top .footer-right .boxes {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .footer-style06 .footer-header-top .footer-right .boxes-cont {
    padding-top: 85px;
    display: flex;
    justify-content: space-between;
  }
  .footer-style06 .footer-header-top .footer-right .boxes-cont .title-cmn {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 38px;
  }
  .footer-style06 .footer-header-top .footer-right .widget-link li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer-style06 .footer-header-top .footer-logo1 {
    max-width: 232px;
  }
  .footer-style06 .footer-header-top .footer-logo1 img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer-style06 .footer-header-top {
    padding: 80px 14px 80px;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .footer-style06 .footer-header-top .form-style6 {
    max-width: 550px;
  }
  .footer-style06 .footer-header-top .form-style6 .form-style-inner {
    padding-bottom: 12px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
  .footer-style06 .footer-header-top .form-style6 .rd-title,
  .footer-style06 .footer-header-top .form-style6 h4 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .footer-style06 .footer-header-top .form-style6 .white-outline {
    padding: 10px 16px;
    border-radius: 0;
  }
  .footer-style06 .footer-header-top .footer-right .boxes {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .footer-style06 .footer-header-top .footer-right .boxes-cont {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .footer-style06 .footer-header-top .footer-right .boxes-cont .title-cmn {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .footer-style06 .footer-header-top .footer-right .widget-link li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer-style06 .footer-header-top .footer-logo1 {
    max-width: 232px;
  }
  .footer-style06 .footer-header-top .footer-logo1 img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .footer-style06 .footer-header-top {
    padding: 80px 5px 80px;
    flex-direction: column;
    align-items: center;
  }
  .footer-style06 .footer-header-top .form-style6 {
    max-width: 550px;
  }
  .footer-style06 .footer-header-top .form-style6 .form-style-inner {
    padding-bottom: 12px;
    display: flex;
  }
  .footer-style06 .footer-header-top .form-style6 .rd-title,
  .footer-style06 .footer-header-top .form-style6 h4 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .footer-style06 .footer-header-top .form-style6 .white-outline {
    padding: 10px 16px;
    border-radius: 0;
  }
  .footer-style06 .footer-header-top .footer-right .boxes {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
  }
  .footer-style06 .footer-header-top .footer-right .boxes-cont {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
  }
  .footer-style06 .footer-header-top .footer-right .boxes-cont .title-cmn {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .footer-style06 .footer-header-top .footer-right .widget-link li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
  }
  .footer-style06 .footer-header-top .footer-logo1 {
    max-width: 232px;
  }
  .footer-style06 .footer-header-top .footer-logo1 img {
    width: 100%;
  }
}

.text-85 {
  color: rgba(255, 255, 255, 0.85);
}

.footer-style-07 {
  padding-top: 86px;
}
.footer-style-07 .map-bg-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-style-07 .container {
  max-width: 1240px;
}
.footer-style-07 .footer-widget-cmn7 {
  padding: 98px 1px 100px;
}
.footer-style-07 .footer-widget-cmn7 .witget-title {
  font-size: 22px;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 23px !important;
}
.footer-style-07 .footer-widget-cmn7 .widget-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-style-07 .footer-widget-cmn7 .widget-link li a {
  font-family: "Satoshi";
  font-size: 16px;
  color: var(--white);
}
.footer-style-07 .footer-widget-cmn7 .widget-link li a:hover {
  color: var(--theme);
}
.footer-style-07 .cus-end-border {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}
.footer-style-07 .footer-widget-logo .footer-logo1 {
  margin-bottom: 37px;
}
.footer-style-07 .footer-widget-logo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin-bottom: 30px;
}
.footer-style-07 .footer-widget-logo .content-logo a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}
.footer-style-07 .footer-bottom {
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.footer-style-07 .footer-bottom .social-media-style1 {
  gap: 5px 7px;
}
.footer-style-07 .footer-bottom .social-media-style1 li a {
  background-color: var(--white);
}
.footer-style-07 .footer-bottom .social-media-style1 li a i {
  color: var(--black);
}
.footer-style-07 .footer-bottom .social-media-style1 li a:hover {
  background-color: var(--theme);
}
.footer-style-07 .footer-bottom .social-media-style1 li a:hover i {
  color: var(--white);
}
@media (max-width: 991px) {
  .footer-style-07 {
    padding-top: 70px;
  }
  .footer-style-07 .footer-widget-cmn7 {
    padding: 15px 1px 15px;
  }
  .footer-style-07 .footer-widget-cmn7 .witget-title {
    font-size: 22px;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 23px !important;
  }
  .footer-style-07 .footer-widget-cmn7 .footer-widget-logo p {
    margin-bottom: 14px;
  }
  .footer-style-07 .footer-widget-cmn7 .widget-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-style-07 .footer-widget-cmn7 .widget-link li a {
    font-family: "Satoshi";
    font-size: 16px;
    color: var(--white);
  }
  .footer-style-07 .footer-widget-cmn7 .widget-link li a:hover {
    color: var(--theme);
  }
}
@media (max-width: 575px) {
  .footer-style-07 {
    padding-top: 50px;
  }
  .footer-style-07 .cus-end-border {
    border: unset;
  }
  .footer-style-07 .footer-widget-cmn7 {
    padding: 15px 1px 15px;
  }
  .footer-style-07 .footer-widget-cmn7 .witget-title {
    font-size: 20px;
    margin-bottom: 16px !important;
  }
  .footer-style-07 .footer-widget-cmn7 .widget-link {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }
  .footer-style-07 .footer-widget-cmn7 .widget-link li a {
    font-family: "Satoshi";
    font-size: 16px;
    color: var(--white);
  }
  .footer-style-07 .footer-widget-cmn7 .widget-link li a:hover {
    color: var(--theme);
  }
}

.form-style07 {
  background-color: var(--white);
  border-radius: 100px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-style07 input {
  width: 100%;
  padding-left: 31px;
  border: unset;
  font-size: 15px;
  color: #6b7280;
  background-color: transparent;
}
.form-style07 .btn {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background-color: var(--theme);
  transform: rotate(-30deg);
}
.form-style07 .btn i {
  color: var(--white);
}
.form-style07 .arrow-email {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-style-08 .footer-top {
  padding: 197px 0 120px !important;
}
.footer-style-08 .footer-title-big {
  font-weight: 700;
  font-size: 222px;
  line-height: 140px;
  letter-spacing: -0.04em;
  color: #ff7425;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  left: -40px;
  margin-bottom: 104px;
}
.footer-style-08 .footer-ele {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 290px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .footer-style-08 .footer-top {
    padding: 100px 0 100px !important;
  }
  .footer-style-08 .footer-title-big {
    font-size: 180px;
    line-height: 140px;
    left: -4px;
    margin-bottom: 60px;
  }
  .footer-style-08 .footer-ele {
    width: 200px;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .footer-style-08 .footer-top {
    padding: 100px 0 100px !important;
  }
  .footer-style-08 .footer-title-big {
    font-size: 100px;
    line-height: 100px;
    left: -4px;
    margin-bottom: 30px;
  }
  .footer-style-08 .footer-ele {
    width: 200px;
    height: 180px;
  }
}
@media (max-width: 575px) {
  .footer-style-08 .footer-top {
    padding: 90px 0 90px !important;
  }
  .footer-style-08 .footer-title-big {
    font-size: 55px;
    line-height: 55px;
    left: -4px;
    margin-bottom: 30px;
  }
  .footer-style-08 .footer-ele {
    width: 200px;
    height: 180px;
  }
}

.contact-info-items8 {
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-info-items8 .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-items8 .small-text {
  line-height: 19px;
  font-size: 15px;
}
.contact-info-items8 .minfo {
  font-size: 18px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}
.contact-info-items8:hover .small-text {
  color: var(--white);
}

.footer-style-9 {
  background-color: #171717;
  border-radius: 12px;
}
.footer-style-9 .footer-top {
  padding: 120px 0;
}
.footer-style-9 .footer-ele {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
.footer-style-9 .hand-single {
  position: absolute;
  top: 290px;
  right: 105px;
}
.footer-style-9 .hand-doubble {
  position: absolute;
  top: 290px;
  left: 237px;
}
.footer-style-9 .content {
  max-width: 820px;
  margin: 0 auto;
}
.footer-style-9 .content h2 {
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 30px;
}
.footer-style-9 .content p {
  max-width: 535px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 38px;
}
.footer-style-9 .page-linked-9 {
  margin-top: 120px;
}
@media (max-width: 1399px) {
  .footer-style-9 .page-linked-9 {
    margin-top: 80px;
  }
  .footer-style-9 .hand-single {
    position: absolute;
    top: 220px;
    right: 25px;
  }
  .footer-style-9 .hand-doubble {
    position: absolute;
    top: 220px;
    left: 47px;
  }
  .footer-style-9 .footer-top {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .footer-style-9 .page-linked-9 {
    margin-top: 30px;
    gap: 8px 24px;
  }
  .footer-style-9 .hand-single {
    position: absolute;
    top: 220px;
    right: 5px;
    width: 110px;
    z-index: -1;
  }
  .footer-style-9 .hand-doubble {
    position: absolute;
    top: 220px;
    left: 10px;
    width: 110px;
    z-index: -1;
  }
  .footer-style-9 .footer-top {
    padding: 80px 0 65px;
  }
  .footer-style-9 .content {
    max-width: 820px;
    margin: 0 auto;
  }
  .footer-style-9 .content h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-family: "Instrument Sans", sans-serif;
    margin-bottom: 18px;
  }
  .footer-style-9 .content p {
    max-width: 535px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .footer-style-9 .page-linked-9 {
    margin-top: 30px;
    gap: 8px 24px;
  }
  .footer-style-9 .hand-single {
    display: none;
  }
  .footer-style-9 .hand-doubble {
    display: none;
  }
  .footer-style-9 .footer-top {
    padding: 80px 0 55px;
  }
  .footer-style-9 .cmn__btn {
    padding: 14px 18px;
    font-size: 12px;
  }
  .footer-style-9 .content {
    max-width: 820px;
    margin: 0 auto;
  }
  .footer-style-9 .content h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-family: "Instrument Sans", sans-serif;
    margin-bottom: 18px;
  }
  .footer-style-9 .content p {
    max-width: 535px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
  }
}

.page-linked-9 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 53px;
  flex-wrap: wrap;
}
.page-linked-9 li a {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}

.cmn-theme9 {
  background: #ac8de0;
  border-radius: 100px;
  border: 1px solid #ac8de0;
}
.cmn-theme9:hover {
  background: transparent;
  color: #ac8de0;
}
.cmn-theme9.cmn-theme9-outline {
  background-color: transparent;
}
.cmn-theme9.cmn-theme9-outline:hover {
  background-color: #ac8de0 !important;
  color: #fff !important;
}
.cmn-theme9.cmn-white-outline {
  background-color: transparent;
  border-color: #fff !important;
}
.cmn-theme9.cmn-white-outline:hover {
  border-color: #fff !important;
  background-color: #ac8de0 !important;
  color: #fff !important;
}

.footer-style-10 .form-style07 .btn {
  background-color: #85A6A6 !important;
}
.footer-style-10 .widget-link li a:hover {
  color: #85A6A6 !important;
}
.footer-style-10 .social-media-style1 li a:hover {
  background-color: #85A6A6 !important;
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul .menu-thumb {
  position: inherit;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 22px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  font-family: "Instrument Sans", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  border-radius: 10px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 4px solid var(--theme);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  padding: 20px 20px 10px 20px !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  margin: auto;
  max-height: 740px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  border-radius: 10px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  border-radius: 10px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  left: 25px;
  right: 25px;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 5.5px;
  justify-content: center;
  line-height: 1;
  background-color: var(--theme);
  color: var(--black);
  border-radius: 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn i {
  margin-left: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  border-radius: 10px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 0;
  pointer-events: initial;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button .cmn__btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb a {
  padding: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.header-main .main-menu ul li .has-homemenu::-webkit-scrollbar {
  display: none;
}
.header-main .main-menu ul li .has-homemenu {
  scrollbar-width: none;
}
.header-main .main-menu ul li .has-homemenu {
  -ms-overflow-style: none;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.hover-white-svg:hover svg line,
.hover-white-svg:hover svg path {
  stroke: #fff !important;
}

.header-2 {
  margin-top: 30px;
}
.header-2 .container {
  max-width: 1720px !important;
}
.header-2 .sidebar__toggle,
.header-2 .search-toggler {
  border: 1px solid var(--black);
  width: 48px;
  height: 48px;
  color: var(--black) !important;
  background-color: transparent;
}
.header-2 .sidebar__toggle:hover,
.header-2 .search-toggler:hover {
  background-color: var(--black) !important;
  color: var(--white) !important;
}
.header-2 .sidebar__toggle:hover svg path,
.header-2 .search-toggler:hover svg path {
  stroke: #fff !important;
}
@media (max-width: 1399px) {
  .header-2 .sidebar__toggle,
  .header-2 .search-toggler {
    width: 39px;
    height: 39px;
  }
}
@media (max-width: 1399px) {
  .header-2 {
    margin-top: 10px;
  }
}

.header-3 .container {
  max-width: 1740px !important;
}
.header-3 .header-main {
  padding: 22px 0;
}
.header-3 .header-right .sidebar__toggle:hover {
  color: var(--theme);
}
.header-3 .header-right .form-style3 {
  max-width: 213px;
  border-bottom: 1px solid #c8c8c8;
}
.header-3 .header-right .form-style3 input {
  width: 100%;
  border: unset;
  outline: none;
  padding: 0 0 8px;
  color: #8b8b8b;
  background-color: transparent;
}

.header-4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-4 .container {
  max-width: 1860px;
}
@media (max-width: 575px) {
  .header-4 .logo img {
    width: 120px;
  }
}
.header-4 .mean__menu-wrapper .main-menu ul li a {
  color: var(--white);
}
.header-4 .mean__menu-wrapper .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-4 .mean__menu-wrapper .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-4 .mean__menu-wrapper .main-menu ul li .submenu {
  background: var(--white);
  color: var(--header);
  border-top: 4px solid var(--theme-2dark);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-4 .mean__menu-wrapper .main-menu ul li .submenu li a {
  color: var(--header);
}
.header-4 .mean__menu-wrapper .main-menu ul li .submenu li a::before {
  background: var(--theme-2dark);
}
.header-4 .mean__menu-wrapper .main-menu ul li .submenu li a:hover {
  color: var(--theme-2dark) !important;
}
.header-4 .mean__menu-wrapper .main-menu ul li .submenu li:hover > a {
  color: var(--theme-2dark) !important;
}
.header-4 .mean__menu-wrapper .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme-2dark);
}
.header-4 .mean__menu-wrapper .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme-2dark);
}
.header-4 .mean__menu-wrapper .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  left: 15px;
  right: 15px;
}
.header-4 .mean__menu-wrapper .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn-main {
  width: initial;
  justify-content: initial;
  display: initial;
}
.header-4 .mean__menu-wrapper .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
  padding: 9px 25px;
}
.header-4 .mean__menu-wrapper .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn-arrow-right {
  margin-left: -5px;
}
.header-4 .mean__menu-wrapper .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
}
.header-4 .mean__menu-wrapper .main-menu ul li:hover > a {
  color: var(--theme-2dark);
}
.header-4 .mean__menu-wrapper .main-menu ul li:hover > a::after {
  color: var(--theme-2dark);
}
.header-4 .mean__menu-wrapper .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-4 .bars-style1 i {
  font-size: 34px;
  color: var(--white);
}
.header-4 .header-right {
  gap: 22px;
}
.header-4 .header-right .search-toggler {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.header-4 .header-right .search-toggler:hover {
  background: var(--theme);
  color: var(--white);
}
@media (max-width: 1399px) {
  .header-4 .header-right {
    gap: 16px;
  }
  .header-4 .header-right .search-toggler {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    color: var(--white);
    transition: all 0.3s ease-in-out;
  }
  .header-4 .header-right .search-toggler:hover {
    background: var(--theme);
    color: var(--white);
  }
}
@media (max-width: 575px) {
  .header-4 .header-right {
    gap: 10px;
  }
  .header-4 .header-right .cmn__btn {
    font-size: 13px !important;
    padding: 9px 13px !important;
  }
}
.header-4 .mean__menu-wrapper {
  padding: 0 35px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header-4 .mean__menu-wrapper {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.header-4 .sidebar__toggle {
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.header-4 .sidebar__toggle:hover {
  background-color: var(--theme-2dark);
  border: 1px solid var(--theme-2dark);
  color: var(--white);
}
.header-4 .gt-theme-btn-arrow-right {
  margin-left: -5px;
}

.heaer--4 .mega-menu-wrapper {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 150px;
}
.heaer--4 .header-left {
  margin-top: -20px;
}
.heaer--4 .logo-with-icon {
  margin-top: -20px;
}
.heaer--4 .main-menu ul li {
  margin-inline-end: 31px;
}
.heaer--4 .main-menu ul li a:not(.submenu) {
  color: #4a4a4a;
  font-weight: 600;
}
.heaer--4 .header-right .search-toggler {
  background-color: var(--white);
  color: var(--black);
  height: 70px;
  width: 65px;
}
.heaer--4 .header-right .cmn__btn {
  border-radius: 0 20px 0 0;
  height: 70px;
}
@media (max-width: 1399px) {
  .heaer--4 .mega-menu-wrapper {
    padding-top: 0px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .heaer--4 .header-left {
    margin-top: -1px;
  }
  .heaer--4 .logo-with-icon {
    margin-top: 1px;
  }
  .heaer--4 .main-menu ul li {
    margin-inline-end: 22px;
  }
  .heaer--4 .header-right .sidebar__toggle {
    width: 40px;
    height: 50px;
    background-color: var(--white);
    border-radius: 0 0;
  }
  .heaer--4 .header-right .search-toggler {
    height: 50px;
    width: 40px;
  }
  .heaer--4 .header-right .cmn__btn {
    height: 50px;
    border-radius: 0 0 0 0;
  }
}
@media (max-width: 575px) {
  .heaer--4 .header-right .sidebar__toggle {
    width: 40px;
    height: 38px;
    border-radius: 4px !important;
    background-color: var(--white);
    border-radius: 0 0;
  }
  .heaer--4 .header-right .search-toggler {
    height: 38px;
    border-radius: 4px !important;
    width: 40px;
  }
}

.header-5 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.header-5 .header-right .sidebar__toggle i {
  color: var(--white);
}
.header-5 .header-right .form-style3 {
  border-color: var(--white);
}
.header-5 .header-right .form-style3 input {
  color: var(--white);
  font-size: 16px;
}
.header-5 .header-right .form-style3 .btn i {
  color: var(--white);
}
.header-5 .header-right .form-style3 ::placeholder {
  color: var(--white);
}
.header-5 .search-toggler {
  background-color: var(--white) !important;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.header-6 .mega-menu-wrapper {
  padding-left: 45px;
}
.header-6 .mega-menu-wrapper .header-main {
  padding: 0 !important;
}
.header-6 .mega-menu-wrapper .header-main .main-menu ul li {
  margin-inline-end: 34px;
}
.header-6 .mega-menu-wrapper .header-right {
  gap: 28px;
}
.header-6 .mega-menu-wrapper .header-right .btn-header6 {
  background: rgba(255, 255, 255, 0.26);
  font-weight: 700;
  color: var(--white);
  padding: 40px 68px;
  border-radius: 0;
  font-size: 18px;
}
.header-6 .mega-menu-wrapper .header-right .btn-header6:hover {
  background-color: var(--theme);
}
.header-6 .mega-menu-wrapper .header-right .sidebar__toggle {
  width: 46px;
  height: 46px;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
}
.header-6 .mega-menu-wrapper .header-right .sidebar__toggle:hover {
  background-color: var(--theme);
  border-color: var(--theme);
}
.header-6 .mega-menu-wrapper .header-right .search-toggler {
  width: initial;
  height: initial;
  background-color: transparent;
  font-size: 20px;
}
.header-6 .mega-menu-wrapper .header-right .search-toggler:hover {
  color: var(--theme);
}
.header-6 .mega-menu-wrapper .header-right .shop-icon {
  color: var(--white);
  font-size: 24px;
}
.header-6 .mega-menu-wrapper .header-right .shop-icon .counts {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--theme);
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: -6px;
  bottom: -3px;
}
@media (max-width: 1399px) {
  .header-6 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 22px;
  }
  .header-6 .mega-menu-wrapper .header-right {
    gap: 22px;
  }
  .header-6 .mega-menu-wrapper .header-right .btn-header6 {
    padding: 11px 18px;
    font-size: 16px;
    font-weight: 500;
  }
  .header-6 .mega-menu-wrapper .header-right .sidebar__toggle {
    width: 40px;
    height: 40px;
  }
  .header-6 .mega-menu-wrapper .header-right .search-toggler {
    font-size: 20px;
  }
  .header-6 .mega-menu-wrapper .header-right .shop-icon {
    color: var(--white);
    font-size: 24px;
  }
  .header-6 .mega-menu-wrapper .header-right .shop-icon .counts {
    width: 15px;
    height: 15px;
    font-size: 10px;
    right: -6px;
    bottom: -3px;
  }
}
@media (max-width: 1199px) {
  .header-6 {
    padding: 14px 14px;
  }
  .header-6 .mega-menu-wrapper {
    padding-left: 0;
  }
  .header-6 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 22px;
  }
  .header-6 .mega-menu-wrapper .header-right {
    gap: 22px;
  }
  .header-6 .mega-menu-wrapper .header-right .btn-header6 {
    padding: 11px 18px;
    font-size: 16px;
    font-weight: 500;
  }
  .header-6 .mega-menu-wrapper .header-right .sidebar__toggle {
    width: 40px;
    height: 40px;
  }
  .header-6 .mega-menu-wrapper .header-right .search-toggler {
    font-size: 20px;
  }
  .header-6 .mega-menu-wrapper .header-right .shop-icon {
    color: var(--white);
    font-size: 24px;
  }
  .header-6 .mega-menu-wrapper .header-right .shop-icon .counts {
    width: 15px;
    height: 15px;
    font-size: 10px;
    right: -6px;
    bottom: -3px;
  }
}

.header-style7 {
  background-color: #161616;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.header-style7 .container {
  max-width: 1740px !important;
}
.header-style7 .header-right {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  padding-left: 35px;
}
.header-style7 .header-right .phone .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme);
  color: var(--white);
}
.header-style7 .header-right .phone a {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.header-style8 {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.header-style8 .mega-menu-wrapper {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}
.header-style8 .container {
  max-width: 1390px;
}
@media (max-width: 575px) {
  .header-style8 .header-main .logo img {
    width: 45px !important;
  }
}

.header-style09 .mega-menu-wrapper {
  background-color: var(--white);
  border-radius: 100px;
  padding: 8px 24px;
  margin-top: 20px;
}
.header-style09 .mega-menu-wrapper .main-menu ul li:not(:last-child) {
  margin-inline-end: 28px;
}
.header-style09 .mega-menu-wrapper .support-icon .cont span {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #687799;
}
.header-style09 .mega-menu-wrapper .support-icon .cont a {
  font-size: 18px;
  font-weight: 600;
  color: #020842;
}
.header-style09 .mega-menu-wrapper .search-toggler,
.header-style09 .mega-menu-wrapper .bars-style1 {
  border: 1px solid #171717;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-style09 .mega-menu-wrapper .search-toggler i,
.header-style09 .mega-menu-wrapper .bars-style1 i {
  font-size: 18px;
  color: var(--black);
}
.header-style09 .mega-menu-wrapper .search-toggler:hover,
.header-style09 .mega-menu-wrapper .bars-style1:hover {
  background-color: var(--black);
}
.header-style09 .mega-menu-wrapper .search-toggler:hover i,
.header-style09 .mega-menu-wrapper .bars-style1:hover i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .header-style09 .mega-menu-wrapper {
    padding: 8px 18px;
  }
  .header-style09 .mega-menu-wrapper .search-toggler,
  .header-style09 .mega-menu-wrapper .bars-style1 {
    width: 40px;
    height: 40px;
  }
  .header-style09 .mega-menu-wrapper .search-toggler i,
  .header-style09 .mega-menu-wrapper .bars-style1 i {
    font-size: 16px;
  }
  .header-style09 .mega-menu-wrapper .main-menu ul li:not(:last-child) {
    margin-inline-end: 20px;
  }
}
.header-style09 .container {
  max-width: 1600px;
}
.header-style09 .main-menu ul li a:not(.submenu) {
  color: #4a4a4a;
  font-weight: 600;
}

.header-10 {
  background-color: #1C3838;
  top: 54px;
}
.header-10 .header-right .style-whie {
  color: var(--white) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  background-color: #254040 !important;
}
.header-10 .header-right .style-whie i {
  transform: rotate(-24deg) !important;
}
.header-10 .header-right .style-whie:hover {
  background: #2c5a5a !important;
}
@media (max-width: 1199px) {
  .header-10 {
    top: 0px;
  }
}

.header--top {
  background-color: #1c3838;
  padding: 11px 0 12px;
  position: absolute;
  z-index: 999;
  width: 100%;
}
.header--top.style-11 {
  background-color: #032222;
}
.header--top .header-wrapper-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--top .header-wrapper-top ul {
  display: flex;
  align-items: center;
  gap: 8px 57px;
}
.header--top p {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.85);
}

.header-11 {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(21.95px);
  top: 54px;
}
.header-11 .mega-menu-wrapper {
  padding-left: 180px;
}
.header-11 .mega-menu-wrapper .header-main {
  padding: 0 !important;
}
.header-11 .mega-menu-wrapper .header-main .main-menu ul li {
  margin-inline-end: 34px;
}
.header-11 .mega-menu-wrapper .header-right {
  gap: 28px;
}
.header-11 .mega-menu-wrapper .header-right .btn-header11 {
  background: #85a6a6;
  font-weight: 700;
  color: var(--white);
  padding: 20px 54px;
  border-radius: 0;
  font-size: 18px;
}
.header-11 .mega-menu-wrapper .header-right .sidebar__toggle {
  width: 46px;
  height: 46px;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
}
.header-11 .mega-menu-wrapper .header-right .sidebar__toggle:hover {
  background-color: transparent;
  border-color: var(--white);
}
.header-11 .mega-menu-wrapper .header-right .search-toggler {
  width: initial;
  height: initial;
  background-color: transparent;
  font-size: 20px;
}
.header-11 .mega-menu-wrapper .header-right .search-toggler:hover {
  color: var(--theme);
}
.header-11 .mega-menu-wrapper .header-right .shop-icon {
  color: var(--white);
  font-size: 24px;
}
.header-11 .mega-menu-wrapper .header-right .shop-icon .counts {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--theme);
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: -6px;
  bottom: -3px;
}
@media (max-width: 1600px) {
  .header-11 .mega-menu-wrapper {
    padding-left: 16px;
  }
  .header-11 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 22px;
  }
  .header-11 .mega-menu-wrapper .header-right {
    gap: 22px;
  }
  .header-11 .mega-menu-wrapper .header-right .btn-header6 {
    padding: 11px 18px;
    font-size: 16px;
    font-weight: 500;
  }
  .header-11 .mega-menu-wrapper .header-right .sidebar__toggle {
    width: 40px;
    height: 40px;
  }
  .header-11 .mega-menu-wrapper .header-right .search-toggler {
    font-size: 20px;
  }
  .header-11 .mega-menu-wrapper .header-right .shop-icon {
    color: var(--white);
    font-size: 24px;
  }
  .header-11 .mega-menu-wrapper .header-right .shop-icon .counts {
    width: 15px;
    height: 15px;
    font-size: 10px;
    right: -6px;
    bottom: -3px;
  }
}
@media (max-width: 1199px) {
  .header-11 {
    padding: 14px 14px;
    top: 0;
  }
  .header-11 .mega-menu-wrapper {
    padding-left: 0;
  }
  .header-11 .mega-menu-wrapper .header-main .main-menu ul li {
    margin-inline-end: 22px;
  }
  .header-11 .mega-menu-wrapper .header-right {
    gap: 22px;
  }
  .header-11 .mega-menu-wrapper .header-right .btn-header11 {
    padding: 10px 16px;
  }
  .header-11 .mega-menu-wrapper .header-right .btn-header6 {
    padding: 11px 18px;
    font-size: 16px;
    font-weight: 500;
  }
  .header-11 .mega-menu-wrapper .header-right .sidebar__toggle {
    width: 40px;
    height: 40px;
  }
  .header-11 .mega-menu-wrapper .header-right .search-toggler {
    font-size: 20px;
  }
  .header-11 .mega-menu-wrapper .header-right .shop-icon {
    color: var(--white);
    font-size: 24px;
  }
  .header-11 .mega-menu-wrapper .header-right .shop-icon .counts {
    width: 15px;
    height: 15px;
    font-size: 10px;
    right: -6px;
    bottom: -3px;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky.header-4 {
  background-color: var(--black);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-2 {
  margin-top: 0;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-3 {
  margin-top: 0;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.heaer--4 {
  background-color: #c0ed17 !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.heaer--4 .instant-icon {
  display: none !important;
}
.sticky.header-5 {
  background-color: #cb5fb0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-style09 {
  background-color: var(--white);
}
.sticky.header-style09 .mega-menu-wrapper {
  margin-top: 0 !important;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info.style-4 {
  border-left: 2px solid var(--theme);
}
.offcanvas__info.style-4 .offcanvas__wrapper .offcanvas__close {
  background-color: var(--theme) !important;
}
.offcanvas__info.style-4 .offcanvas__wrapper .offcanvas__close i {
  color: var(--white);
}
.offcanvas__info.style-4 .offcanvas__wrapper .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.offcanvas__info.style-4 .offcanvas__wrapper .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__info.style-4 .offcanvas__wrapper .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme-2dark);
}
.offcanvas__info.style-4 .offcanvas__wrapper .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__logo img {
    width: 130px;
  }
}
.offcanvas__wrapper .offcanvas__close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .social-icon {
  margin-top: 40px;
  gap: 16px;
  display: flex;
  align-items: center;
}
.offcanvas__wrapper .social-icon a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  border: 1px solid #e6e8eb;
  background: transparent;
  text-align: center;
  font-size: 18px;
}
.offcanvas__wrapper .social-icon a i {
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}
.offcanvas__wrapper .social-icon a:hover {
  color: var(--theme);
  border: 1px solid var(--theme);
}
.offcanvas__wrapper .social-icon a:hover i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.offcanvas__wrapper .offcanvas__contact {
  margin-top: 0;
}
.offcanvas__wrapper .offcanvas__contact h4 {
  font-size: 26px;
}
.offcanvas__wrapper .offcanvas__contact ul {
  margin-top: 12px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__contact ul {
    display: none;
  }
}
.offcanvas__wrapper .offcanvas__contact ul li {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__contact ul li {
    font-size: 14px;
  }
}
.offcanvas__wrapper .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.offcanvas__wrapper .offcanvas__contact ul li a {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 99999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
  border-radius: 0 0 20px 20px;
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 200px 0 120px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 72px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
  font-weight: 500;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 40px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
  color: var(--theme);
  margin-right: 9px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
  opacity: 1;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
  color: var(--theme);
  margin-right: 5px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white);
}

.error-items {
  text-align: center;
  position: relative;
}
.error-items .error-image img {
  width: 100%;
  height: 100%;
}
.error-items h2 {
  font-size: 72px;
  font-weight: 500;
  letter-spacing: -2px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .error-items h2 {
    font-size: 30px;
  }
}
.error-items p {
  max-width: 722px;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  .error-items p {
    margin-bottom: 30px;
  }
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

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

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(21, 57, 238, 0.6);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.arrow-button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.arrow-button .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--white);
  box-shadow: 8px 6px 51.3px 18px rgba(10, 3, 46, 0.03);
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.arrow-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--white);
}
.arrow-button .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.arrow-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme);
}

.swiper-dot {
  text-align: center;
}
.swiper-dot .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background-color: var(--white);
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  border: 1px solid var(--theme);
  transition: 0.6s;
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 0;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--theme);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-dot-2 {
  text-align: center;
}
.swiper-dot-2 .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  transition: 0.6s;
  background-color: var(--white);
  border-radius: 30px;
  opacity: 1;
  position: relative;
}
.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 30px;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  border: 1px solid var(--theme);
  transition: 0.6s;
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 30px;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--theme);
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

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

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-slide-element {
  width: auto;
  display: inline-block;
}

.footer-bg {
  background-color: var(--header);
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 100px;
  border: 1px solid var(--theme);
  background: transparent;
  color: var(--theme);
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.split-text {
  overflow: hidden;
  position: relative;
}

.box-shadow-1 {
  box-shadow: 8px 6px 51.3px 151px rgba(10, 3, 46, 0.03) !important;
}

.box-bg-1 {
  background-color: #f7f7f7 !important;
}

.container-2 {
  max-width: 1320px;
}

.text-clr {
  color: var(--text);
}

.text-black2 {
  color: var(--black2);
}

.theme-clr {
  color: var(--theme) !important;
}

.theme-border {
  border: 1px solid var(--theme);
}

.py-onehalf {
  padding-top: 6px;
  padding-bottom: 6px;
}

.link-effect {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.link-effect:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-25 {
  font-size: 25px;
}
@media (max-width: 1399px) {
  .fs-25 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .fs-25 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .fs-25 {
    font-size: 19px;
  }
}

.body-font {
  font-family: "DM Sans", sans-serif;
}

.heading-font {
  font-family: "Instrument Sans", sans-serif;
}

@media (min-width: 1400px) {
  .container1320 {
    max-width: 1350px;
    margin: 0 auto;
  }
}

.image__effect {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.image__effect::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.image__effect img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 1.5s ease-out;
}
.image__effect:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.image__effect:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-bg-1 {
  background-color: var(--bg);
}

.text-bg {
  background-color: var(--text);
}

.black-bg {
  background-color: var(--black);
}

.social-media-style1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-media-style1 li a {
  width: 45px;
  height: 45px;
  line-height: 45;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3d3d3d;
  transition: all 0.3s;
  border-radius: 50%;
}
.social-media-style1 li a i {
  color: var(--white);
  transition: all 0.3s;
}
.social-media-style1 li a:hover {
  background-color: #2c2c2c;
}

.social-style2 {
  display: flex;
  align-items: center;
  gap: 9px 33px;
}
.social-style2 li a {
  gap: 13px;
  display: flex;
  align-items: center;
}
.social-style2 li a .cont {
  font-size: 18px;
  color: var(--white);
}
.social-style2 li a .cont .follow {
  color: #B2B2B2;
  font-size: 15px;
  line-height: 10px;
}
.social-style2 li .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.06);
}
.social-style2 li .icon i {
  color: var(--white);
}
.social-style2 li:hover .icon {
  background-color: #2c2c2c;
}
@media (max-width: 1199px) {
  .social-style2 {
    gap: 9px 20px;
  }
}

.circular-shape-wrapper {
  height: 100vh;
  background-color: #171717;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.circular-shape-wrapper .globe-circle img {
  transform: scale(1) rotate(0);
  opacity: 0.9;
}

.circular-shape-wrapper {
  transition: background-color 0.4s ease;
}

.circular-shape-wrapper .globe-circle img {
  will-change: transform;
  transform-origin: center center;
}

.circular-shape-wrapper2 {
  height: 100vh;
  background-color: #FCF7F3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.circular-shape-wrapper2 .globe-circle2 img {
  transform: scale(1) rotate(0);
  opacity: 0.9;
}

.circular-shape-wrapper2 {
  transition: background-color 0.4s ease;
}

.circular-shape-wrapper2 .globe-circle2 img {
  will-change: transform;
  transform-origin: center center;
}

.container-1403 {
  max-width: 1403px !important;
  margin: 0 auto;
}

.container-1430 {
  max-width: 1430px !important;
  margin: 0 auto;
}

.team-bg {
  background-color: #E6E6E6;
}

@media (min-width: 1400px) {
  .text-xxl-start-cus {
    left: 90px;
    position: relative;
    display: block;
  }
}

.hero-section {
  padding: 180px 0 0px;
}
@media (max-width: 1199px) {
  .hero-section {
    padding: 160px 0 0px;
  }
}
@media (max-width: 1199px) {
  .hero-section {
    padding: 140px 0 0px;
  }
}
@media (max-width: 575px) {
  .hero-section {
    padding: 120px 0 0px;
  }
}

.hero-1 {
  position: relative;
}
.hero-1 .big-text {
  font-weight: 700;
  font-size: 890px;
  line-height: 927px;
  text-align: center;
  letter-spacing: 1px;
  color: #ff602c;
  margin-top: 80px;
  margin-bottom: -80px;
  font-family: "ThunderFont", sans-serif;
}

.video-header {
  margin-bottom: 65px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.video-header .group-thumb {
  max-width: 400px;
  margin-bottom: 240px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.video-header .group-thumb .thumb {
  max-width: 325px;
}
.video-header .group-thumb .thumb img {
  width: 100%;
  border-radius: 14px 14px 0 14px;
}
.video-header .group-thumb .icon {
  width: 132px;
  position: relative;
  top: 145px;
  height: 145px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0px 15px 15px 15px;
}
.video-header .video-cont {
  max-width: 1150px;
  color: var(--white);
  font-size: 62px;
  font-weight: 500;
  line-height: 80px;
}
@media screen and (max-width: 1500px) {
  .video-header {
    margin-bottom: 40px;
  }
  .video-header .video-cont {
    max-width: 950px;
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1299px) {
  .video-header {
    margin-bottom: 40px;
  }
  .video-header .group-thumb {
    max-width: 300px;
    width: 100%;
  }
  .video-header .video-cont {
    max-width: 950px;
    font-size: 42px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .video-header {
    margin-bottom: 40px;
  }
  .video-header .group-thumb {
    max-width: 300px;
    width: 100%;
  }
  .video-header .video-cont {
    max-width: 950px;
    font-size: 36px;
    line-height: 42px;
  }
  .video-header .video-cont .cus-arrow {
    width: 120px;
  }
  .video-header .video-cont .cus-arrow img {
    width: 100%;
  }
  .video-header .video-cont span {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .video-header {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .video-header .group-thumb {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    justify-content: center;
  }
  .video-header .group-thumb .thumb {
    max-width: 325px;
  }
  .video-header .group-thumb .thumb img {
    width: 100%;
    border-radius: 14px 14px 0 14px;
  }
  .video-header .group-thumb .icon {
    width: 132px;
    position: relative;
    top: 0;
    height: 145px;
    left: 12px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px 15px 15px 0px;
  }
  .video-header .video-cont {
    max-width: 950px;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
  }
  .video-header .video-cont .cus-arrow {
    width: 120px;
  }
  .video-header .video-cont .cus-arrow img {
    width: 100%;
  }
  .video-header .video-cont span {
    font-size: 36px;
  }
}
@media screen and (max-width: 550px) {
  .video-header {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .video-header .group-thumb {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0px;
    justify-content: center;
  }
  .video-header .group-thumb .thumb {
    max-width: 325px;
  }
  .video-header .group-thumb .thumb img {
    width: 100%;
    border-radius: 14px 14px 0 14px;
  }
  .video-header .group-thumb .icon {
    width: 132px;
    position: relative;
    top: 0;
    height: 145px;
    left: 12px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px 15px 15px 0px;
  }
  .video-header .video-cont {
    max-width: 950px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  .video-header .video-cont span {
    font-size: 28px;
  }
}

.hero-content-left {
  display: flex;
  align-items: center;
  gap: 70px;
}
.hero-content-left .reviw-with-arrow .arrow-theme {
  width: 42px;
  height: 42px;
  font-size: 14px;
  color: var(--white);
  margin-bottom: 20px;
}
.hero-content-left h2 {
  font-weight: 500;
  font-size: 96px;
  line-height: 99px;
  color: var(--white);
}
.hero-content-left h2 .theme-bg {
  height: 70px;
  width: 116px;
  justify-content: center;
}
@media screen and (max-width: 1720px) {
  .hero-content-left {
    gap: 30px;
  }
  .hero-content-left .reviw-with-arrow .arrow-theme {
    width: 37px;
    height: 37px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .hero-content-left h2 {
    font-weight: 500;
    font-size: 70px;
    line-height: 76px;
  }
  .hero-content-left h2 .theme-bg {
    width: 50px;
    height: 60px;
    padding: 0 !important;
    line-height: 14px !important;
  }
  .hero-content-left h2 .theme-bg img {
    width: 50px;
    height: 40px;
    object-fit: contain;
  }
}
@media screen and (max-width: 1399px) {
  .hero-content-left {
    gap: 30px;
  }
  .hero-content-left .reviw-with-arrow .arrow-theme {
    width: 37px;
    height: 37px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .hero-content-left h2 {
    font-weight: 500;
    font-size: 60px;
    line-height: 66px;
  }
  .hero-content-left h2 .theme-bg {
    width: 50px;
    height: 60px;
    padding: 0 !important;
    line-height: 14px !important;
  }
  .hero-content-left h2 .theme-bg img {
    width: 50px;
    height: 40px;
    object-fit: contain;
  }
}
@media screen and (max-width: 1199px) {
  .hero-content-left {
    gap: 30px;
  }
  .hero-content-left .reviw-with-arrow .arrow-theme {
    width: 37px;
    height: 37px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .hero-content-left h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
  }
  .hero-content-left h2 .theme-bg {
    width: 50px;
    height: 60px;
    padding: 0 !important;
    line-height: 14px !important;
  }
  .hero-content-left h2 .theme-bg img {
    width: 50px;
    height: 40px;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .hero-content-left {
    gap: 30px;
  }
  .hero-content-left .reviw-with-arrow .arrow-theme {
    width: 37px;
    height: 37px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .hero-content-left h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 30px;
  }
  .hero-content-left h2 .theme-bg {
    width: 50px;
    height: 60px;
    padding: 0 !important;
    line-height: 14px !important;
  }
  .hero-content-left h2 .theme-bg img {
    width: 50px;
    height: 40px;
    object-fit: contain;
  }
}
@media screen and (max-width: 575px) {
  .hero-content-left {
    gap: 30px;
  }
  .hero-content-left h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
  }
  .hero-content-left h2 .theme-bg {
    width: 50px;
    height: 60px;
    padding: 0 !important;
    line-height: 14px !important;
  }
  .hero-content-left h2 .theme-bg img {
    width: 50px;
    height: 40px;
    object-fit: contain;
  }
}

.hero-content-right {
  max-width: 560px;
  margin-left: auto;
}
.hero-content-right .hero__right_inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 130px;
}
.hero-content-right .hero__right_inner .cont {
  max-width: 240px;
}
.hero-content-right .hero__right_inner .cont p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.63);
  margin: 0;
}
.hero-content-right .hero__right_inner .cont h2 {
  font-size: 96px;
  line-height: 99px;
  color: var(--white);
}
.hero-content-right .hero__right_inner .hero-r-thumb {
  max-width: 245px;
}
.hero-content-right .r-pragraph {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}
@media screen and (max-width: 1500px) {
  .hero-content-right .hero__right_inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 30px;
  }
  .hero-content-right .hero__right_inner .cont {
    max-width: 240px;
  }
  .hero-content-right .hero__right_inner .cont p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
  }
  .hero-content-right .hero__right_inner .cont h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .hero-content-right .hero__right_inner .hero-r-thumb {
    max-width: 245px;
  }
}
@media screen and (max-width: 1399px) {
  .hero-content-right .hero__right_inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
  }
  .hero-content-right .hero__right_inner .cont {
    max-width: 240px;
  }
  .hero-content-right .hero__right_inner .cont p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
  }
  .hero-content-right .hero__right_inner .cont .count,
  .hero-content-right .hero__right_inner .cont h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-content-right .hero__right_inner .hero-r-thumb {
    max-width: 245px;
  }
}
@media screen and (max-width: 991px) {
  .hero-content-right {
    max-width: 100%;
  }
  .hero-content-right .hero__right_inner {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
  }
  .hero-content-right .hero__right_inner .cont {
    max-width: 240px;
  }
  .hero-content-right .hero__right_inner .cont p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
  }
  .hero-content-right .hero__right_inner .cont .count,
  .hero-content-right .hero__right_inner .cont h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-content-right .hero__right_inner .hero-r-thumb {
    max-width: 245px;
  }
  .hero-content-right .r-pragraph {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
}

.text-with-circle .hero-m-title {
  font-weight: 700;
  font-size: 890px;
  line-height: 927px;
  text-align: center;
  letter-spacing: 1px;
  color: #ff602c;
  margin-top: 80px;
  margin-bottom: -80px;
}
.text-with-circle .circle-image {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(17.65px);
  border-radius: 50%;
  width: 188px;
  height: 188px;
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
}
.text-with-circle .circle-image .mimg-text {
  animation: spin 15s linear infinite;
}
.text-with-circle .circle-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1720px) {
  .text-with-circle .hero-m-title {
    font-weight: 700;
    font-size: 790px;
    line-height: 827px;
    text-align: center;
    letter-spacing: 1px;
    color: #ff602c;
    margin-top: 80px;
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 1500px) {
  .text-with-circle .hero-m-title {
    font-weight: 700;
    font-size: 690px;
    line-height: 700px;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 80px;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 1320px) {
  .text-with-circle .hero-m-title {
    font-size: 590px;
    line-height: 600px;
    letter-spacing: 1px;
    margin-top: 80px;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 1199px) {
  .text-with-circle .hero-m-title {
    font-size: 490px;
    line-height: 500px;
    letter-spacing: 1px;
    margin-top: 80px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 991px) {
  .text-with-circle .hero-m-title {
    font-size: 350px;
    line-height: 350px;
    letter-spacing: 1px;
    margin-top: 80px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .text-with-circle .hero-m-title {
    font-size: 250px;
    line-height: 250px;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .text-with-circle .circle-image {
    position: relative;
    top: 20px;
    left: 0%;
    transform: translateX(0%);
  }
}
@media screen and (max-width: 500px) {
  .text-with-circle .hero-m-title {
    font-size: 155px;
    line-height: 150px;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .text-with-circle .circle-image {
    position: relative;
    top: 20px;
    left: 0%;
    transform: translateX(0%);
  }
}

.breakcrumb-section {
  background: url(../../assets/img/inner-page/breadcrumb-bg.jpg) no-repeat center center/cover;
  padding: 265px 0 186px;
  z-index: 1;
}
.breakcrumb-section .container {
  max-width: 1340px;
  margin: 0 auto;
}
.breakcrumb-section .bread-single {
  position: absolute;
  left: -20px;
  bottom: 60px;
  transform: rotate(15deg);
  z-index: -1;
}
.breakcrumb-section .breadcrumb-content .breacd-title {
  font-size: 96px;
  font-weight: 500;
  text-align: center;
  color: var(--white);
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .breakcrumb-section {
    padding: 190px 0 150px;
  }
  .breakcrumb-section .breadcrumb-content .breacd-title {
    font-size: 70px;
  }
  .breakcrumb-section .bread-single {
    position: absolute;
    left: -20px;
    bottom: 60px;
    max-width: 150px;
    transform: rotate(15deg);
    z-index: -1;
  }
}
@media (max-width: 1199px) {
  .breakcrumb-section {
    padding: 150px 0 120px;
  }
  .breakcrumb-section .breadcrumb-content .breacd-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .breakcrumb-section {
    padding: 140px 0 100px;
  }
  .breakcrumb-section .breadcrumb-content .breacd-title {
    font-size: 50px;
    margin-top: 16px;
  }
  .breakcrumb-section .bread-single {
    position: absolute;
    left: -5px;
    bottom: 60px;
    max-width: 100px;
    transform: rotate(15deg);
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .breakcrumb-section {
    padding: 140px 0 100px;
  }
  .breakcrumb-section .breadcrumb-content ul li {
    font-size: 16px !important;
  }
  .breakcrumb-section .breadcrumb-content .breacd-title {
    font-size: 40px;
    margin-top: 12px;
  }
  .breakcrumb-section .bread-single {
    position: absolute;
    left: -5px;
    bottom: 60px;
    max-width: 80px;
    transform: rotate(15deg);
    z-index: -1;
  }
}
@media (max-width: 575px) {
  .breakcrumb-section {
    padding: 120px 0 90px;
  }
  .breakcrumb-section .breadcrumb-content ul li {
    font-size: 15px !important;
  }
  .breakcrumb-section .breadcrumb-content .breacd-title {
    font-size: 36px;
    margin-top: 10px;
  }
  .breakcrumb-section .bread-single {
    position: absolute;
    left: -5px;
    bottom: 20px;
    max-width: 60px;
    transform: rotate(15deg);
    z-index: -1;
  }
}

.hero-section-2 {
  padding: 20px;
}
.hero-section-2 .container {
  max-width: 1720px;
}
.hero-section-2 .hero-wrapper-02 {
  background: url(../../assets/img/home-2/hero-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 12px;
  padding: 219px 4px 120px;
}
.hero-section-2 .hero-wrapper-02 .hero-inner02 {
  display: flex;
  justify-content: space-between;
  gap: 24px 24px;
  position: relative;
  z-index: 1;
}
.hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 {
  font-weight: 700;
  font-size: 180px;
  line-height: 170px;
  color: #171717;
}
@media (min-width: 1400px) {
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 span {
    letter-spacing: -22px;
  }
}
.hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left p {
  max-width: 370px;
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
  padding-top: 70px;
  margin-left: 45px;
}
.hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right {
  margin-top: 120px;
}
.hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 {
  font-weight: 800;
  font-size: 180px;
  line-height: 170px;
  color: #171717;
  text-align: right;
  letter-spacing: -2px;
}
@media (min-width: 1400px) {
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 span {
    letter-spacing: -22px;
  }
}
.hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right p {
  max-width: 360px;
  font-size: 28px;
  line-height: 36px;
  color: var(--black);
  font-weight: 700;
  margin-left: auto;
  margin-right: 80px;
  padding-bottom: 180px;
}
.hero-section-2 .hero-wrapper-02 .hero-thumb-small {
  max-width: 350px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.hero-section-2 .hero-wrapper-02 .hero-thumb {
  max-width: 764px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .hero-section-2 .hero-wrapper-02 {
    padding: 219px 4px 120px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 {
    display: flex;
    gap: 24px 24px;
    position: relative;
    z-index: 1;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 {
    font-size: 150px;
    line-height: 150px;
    letter-spacing: -0.01em;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left p {
    max-width: 370px;
    font-size: 16px;
    line-height: 28px;
    padding-top: 70px;
    margin-left: 45px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right {
    margin-top: 120px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 {
    font-weight: 700;
    font-size: 150px;
    line-height: 150px;
    letter-spacing: -0.01em;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 img {
    width: 120px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right p {
    max-width: 360px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-left: auto;
    margin-right: 80px;
    padding-bottom: 180px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-thumb-small {
    max-width: 350px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-thumb {
    max-width: 764px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 1399px) {
  .hero-section-2 {
    padding: 14px;
  }
  .hero-section-2 .hero-wrapper-02 {
    padding: 180px 4px 120px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 {
    display: flex;
    gap: 24px 24px;
    position: relative;
    z-index: 1;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -0.01em;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 img {
    width: 120px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left p {
    max-width: 370px;
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
    margin-left: 0px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right {
    margin-top: 120px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 {
    font-weight: 700;
    font-size: 130px;
    line-height: 130px;
    letter-spacing: -0.01em;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 img {
    width: 120px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right p {
    max-width: 360px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-left: auto;
    margin-right: 0px;
    padding-bottom: 180px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-thumb-small {
    max-width: 250px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-thumb {
    max-width: 704px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 1199px) {
  .hero-section-2 {
    padding: 8px;
  }
  .hero-section-2 .hero-wrapper-02 {
    padding: 180px 4px 90px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 {
    display: flex;
    gap: 24px 24px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -0.01em;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 span {
    font-size: 90px;
    line-height: 90px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 img {
    width: 120px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left p {
    max-width: 370px;
    font-size: 16px;
    line-height: 28px;
    padding-top: 20px;
    margin-left: 0px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right {
    margin-top: 80px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 {
    font-weight: 700;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -0.01em;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 span {
    font-size: 90px;
    line-height: 90px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 img {
    width: 90px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right p {
    max-width: 360px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-left: auto;
    margin-right: 0px;
    padding-bottom: 90px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-thumb-small {
    max-width: 250px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-thumb {
    max-width: 704px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .hero-section-2 .hero-wrapper-02 {
    padding: 180px 4px 90px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 {
    display: flex;
    gap: 24px 24px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.01em;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 span {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 img {
    width: 60px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left p {
    max-width: 280px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    margin-left: 0px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right {
    margin-top: 80px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.01em;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 span {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 img {
    width: 40px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 .agency {
    justify-content: end;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right p {
    max-width: 250px;
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    margin-left: auto;
    margin-right: 0px;
    padding-bottom: 90px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-thumb-small {
    max-width: 160px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-thumb {
    max-width: 704px;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-section-2 .hero-wrapper-02 {
    overflow: hidden;
    padding: 170px 4px 10px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    gap: 24px 24px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.01em;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 .creative {
    justify-content: center;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 span {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left h2 img {
    width: 60px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-left p {
    max-width: 400px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding-top: 10px;
    margin: 0px auto;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right {
    margin-top: 0px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.01em;
    text-align: center;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 span {
    font-size: 60px;
    line-height: 60px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 img {
    width: 40px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right h2 .agency {
    justify-content: center;
  }
  .hero-section-2 .hero-wrapper-02 .hero-inner02 .content-right p {
    max-width: 400px;
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-thumb-small {
    max-width: 160px;
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
  .hero-section-2 .hero-wrapper-02 .hero-thumb {
    max-width: 650px;
    padding: 0 20px;
    position: relative;
    left: 50%;
    bottom: -10px;
  }
}
@media (max-width: 575px) {
  .hero-section-2 .hero-wrapper-02 {
    padding: 120px 4px 10px;
  }
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1399px) {
  .px-20 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 1199px) {
  .px-20 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.hero-section-3 {
  background-color: var(--body2);
  padding: 130px 50px 250px;
}
.hero-section-3 .container {
  max-width: 1590px !important;
}
.hero-section-3 .hero-thumb-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.hero-section-3 .hero-thumb-head .thumb {
  max-width: 329px;
  transform: rotate(-5deg);
}
.hero-section-3 .hero-thumb-head .thumb2 {
  max-width: 265px;
  position: relative;
  top: -130px;
}
.hero-section-3 .hero-thumb-head .thumb3 {
  max-width: 329px;
  transform: rotate(-5deg);
}
.hero-section-3 .hero-title {
  font-style: normal;
  font-weight: 400;
  font-size: 200px;
  line-height: 182px;
  letter-spacing: -0.01em;
  color: var(--black);
  text-align: center;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
  top: -70px;
  line-height: 0.95; /* tight like image 1 */
  letter-spacing: -0.02em; /* key difference */
  /* font rendering fix */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
.hero-section-3 .hero-content-footer {
  display: flex;
  justify-content: space-between;
}
.hero-section-3 .hero-content-footer .tumber {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.hero-section-3 .hero-content-footer .thumb {
  max-width: 329px;
  transform: rotate(9deg);
}
.hero-section-3 .hero-content-footer .cont {
  max-width: 360px;
  position: relative;
  right: -140px;
  top: -50px;
}
.hero-section-3 .hero-content-footer .cont p {
  font-size: 28px;
  line-height: 36px;
  color: var(--black);
  padding-bottom: 180px;
}
.hero-section-3 .hero-content-footer .cont .arrow {
  transform: rotate(10deg);
  font-size: 36px;
  color: var(--black);
  transition: all 0.4s;
  display: block;
  position: absolute;
  right: 0;
}
.hero-section-3 .hero-content-footer .cont .arrow:hover {
  color: var(--theme);
  transform: rotate(0);
}
@media screen and (max-width: 1700px) {
  .hero-section-3 {
    padding: 130px 50px 200px;
  }
  .hero-section-3 .hero-thumb-head {
    gap: 24px;
  }
  .hero-section-3 .hero-thumb-head .thumb {
    max-width: 300px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-thumb-head .thumb2 {
    max-width: 250px;
    top: -130px;
  }
  .hero-section-3 .hero-thumb-head .thumb3 {
    max-width: 300px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-title {
    font-weight: 400;
    font-size: 150px;
    line-height: 150px;
    letter-spacing: -0.01em;
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
    top: -70px;
  }
  .hero-section-3 .hero-content-footer {
    display: flex;
    justify-content: space-between;
  }
  .hero-section-3 .hero-content-footer .tumber {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .hero-section-3 .hero-content-footer .thumb {
    max-width: 329px;
    transform: rotate(9deg);
  }
  .hero-section-3 .hero-content-footer .cont {
    max-width: 360px;
    position: relative;
    right: 5px;
    top: -50px;
  }
  .hero-section-3 .hero-content-footer .cont p {
    font-size: 28px;
    line-height: 36px;
    color: var(--black);
    padding-bottom: 180px;
  }
  .hero-section-3 .hero-content-footer .cont .arrow {
    transform: rotate(10deg);
    font-size: 36px;
    color: var(--black);
    transition: all 0.4s;
    display: block;
    position: absolute;
    right: 0;
  }
  .hero-section-3 .hero-content-footer .cont .arrow:hover {
    color: var(--theme);
    transform: rotate(0);
  }
}
@media screen and (max-width: 1399px) {
  .hero-section-3 {
    padding: 130px 50px 150px;
  }
  .hero-section-3 .hero-thumb-head {
    gap: 24px;
  }
  .hero-section-3 .hero-thumb-head .thumb {
    max-width: 300px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-thumb-head .thumb2 {
    max-width: 250px;
    top: -130px;
  }
  .hero-section-3 .hero-thumb-head .thumb3 {
    max-width: 300px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-title {
    font-weight: 400;
    font-size: 150px;
    line-height: 150px;
    letter-spacing: -0.01em;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
    top: -70px;
  }
  .hero-section-3 .hero-content-footer {
    display: flex;
    justify-content: space-between;
  }
  .hero-section-3 .hero-content-footer .tumber {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .hero-section-3 .hero-content-footer .thumb {
    max-width: 329px;
    transform: rotate(9deg);
  }
  .hero-section-3 .hero-content-footer .cont {
    max-width: 360px;
    position: relative;
    right: 5px;
    top: -50px;
  }
  .hero-section-3 .hero-content-footer .cont p {
    font-size: 28px;
    line-height: 36px;
    color: var(--black);
    padding-bottom: 180px;
  }
  .hero-section-3 .hero-content-footer .cont .arrow {
    transform: rotate(10deg);
    font-size: 36px;
    color: var(--black);
    transition: all 0.4s;
    display: block;
    position: absolute;
    right: 0;
  }
  .hero-section-3 .hero-content-footer .cont .arrow:hover {
    color: var(--theme);
    transform: rotate(0);
  }
}
@media screen and (max-width: 1199px) {
  .hero-section-3 {
    padding: 130px 8px 120px;
  }
  .hero-section-3 .hero-thumb-head {
    gap: 24px;
  }
  .hero-section-3 .hero-thumb-head .thumb {
    max-width: 270px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-thumb-head .thumb2 {
    max-width: 220px;
    top: -130px;
  }
  .hero-section-3 .hero-thumb-head .thumb3 {
    max-width: 270px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-title {
    font-weight: 400;
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -0.01em;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
    top: -60px;
  }
  .hero-section-3 .hero-content-footer {
    display: flex;
    justify-content: space-between;
  }
  .hero-section-3 .hero-content-footer .tumber {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .hero-section-3 .hero-content-footer .thumb {
    max-width: 250px;
    transform: rotate(9deg);
  }
  .hero-section-3 .hero-content-footer .cont {
    max-width: 360px;
    position: relative;
    right: 5px;
    top: -50px;
  }
  .hero-section-3 .hero-content-footer .cont p {
    font-size: 28px;
    line-height: 36px;
    color: var(--black);
    padding-bottom: 20px;
  }
  .hero-section-3 .hero-content-footer .cont .arrow {
    transform: rotate(10deg);
    font-size: 36px;
    color: var(--black);
    transition: all 0.4s;
    display: block;
    position: absolute;
    right: auto;
  }
  .hero-section-3 .hero-content-footer .cont .arrow:hover {
    color: var(--theme);
    transform: rotate(0);
  }
}
@media screen and (max-width: 991px) {
  .hero-section-3 {
    padding: 130px 10px 100px;
  }
  .hero-section-3 .hero-thumb-head {
    gap: 24px;
  }
  .hero-section-3 .hero-thumb-head .thumb {
    max-width: 210px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-thumb-head .thumb2 {
    max-width: 180px;
    top: -130px;
  }
  .hero-section-3 .hero-thumb-head .thumb3 {
    max-width: 210px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-title {
    font-weight: 400;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -0.01em;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    top: -60px;
  }
  .hero-section-3 .hero-content-footer {
    display: flex;
    justify-content: space-between;
  }
  .hero-section-3 .hero-content-footer .tumber {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
  .hero-section-3 .hero-content-footer .thumb {
    max-width: 180px;
    transform: rotate(9deg);
  }
  .hero-section-3 .hero-content-footer .cont {
    max-width: 360px;
    position: relative;
    right: 5px;
    top: -50px;
  }
  .hero-section-3 .hero-content-footer .cont p {
    font-size: 28px;
    line-height: 36px;
    color: var(--black);
    padding-bottom: 20px;
  }
  .hero-section-3 .hero-content-footer .cont .arrow {
    transform: rotate(10deg);
    font-size: 24px;
    line-height: 34px;
    color: var(--black);
    transition: all 0.4s;
    display: block;
    position: absolute;
    right: auto;
  }
  .hero-section-3 .hero-content-footer .cont .arrow:hover {
    color: var(--theme);
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .hero-section-3 {
    padding: 130px 10px 90px;
  }
  .hero-section-3 .hero-thumb-head {
    gap: 24px;
  }
  .hero-section-3 .hero-thumb-head .thumb {
    max-width: 170px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-thumb-head .thumb2 {
    max-width: 140px;
    top: -130px;
  }
  .hero-section-3 .hero-thumb-head .thumb3 {
    max-width: 170px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-title {
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    top: -60px;
  }
  .hero-section-3 .hero-content-footer {
    display: flex;
    justify-content: space-between;
  }
  .hero-section-3 .hero-content-footer .tumber {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  .hero-section-3 .hero-content-footer .thumb {
    max-width: 120px;
    transform: rotate(9deg);
  }
  .hero-section-3 .hero-content-footer .cont {
    max-width: 360px;
    position: relative;
    right: 5px;
    top: -50px;
  }
  .hero-section-3 .hero-content-footer .cont p {
    font-size: 20px;
    line-height: 28px;
    color: var(--black);
    padding-bottom: 20px;
  }
  .hero-section-3 .hero-content-footer .cont .arrow {
    transform: rotate(10deg);
    font-size: 24px;
    line-height: 34px;
    color: var(--black);
    transition: all 0.4s;
    display: block;
    position: absolute;
    right: auto;
  }
  .hero-section-3 .hero-content-footer .cont .arrow:hover {
    color: var(--theme);
    transform: rotate(0);
  }
}
@media screen and (max-width: 575px) {
  .hero-section-3 {
    padding: 150px 8px 90px;
  }
  .hero-section-3 .hero-thumb-head {
    gap: 24px;
  }
  .hero-section-3 .hero-thumb-head .thumb {
    max-width: 120px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-thumb-head .thumb2 {
    max-width: 140px;
    top: -40px;
  }
  .hero-section-3 .hero-thumb-head .thumb3 {
    max-width: 170px;
    transform: rotate(-5deg);
  }
  .hero-section-3 .hero-title {
    font-weight: 400;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    top: 0px;
  }
  .hero-section-3 .hero-content-footer {
    display: flex;
    justify-content: space-between;
    justify-content: center;
  }
  .hero-section-3 .hero-content-footer .tumber {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  .hero-section-3 .hero-content-footer .thumb {
    max-width: 120px;
    transform: rotate(9deg);
  }
  .hero-section-3 .hero-content-footer .cont {
    max-width: 360px;
    position: relative;
    right: 5px;
    top: 0px;
  }
  .hero-section-3 .hero-content-footer .cont p {
    font-size: 20px;
    line-height: 28px;
    color: var(--black);
    padding-bottom: 20px;
    text-align: center;
  }
  .hero-section-3 .hero-content-footer .cont .arrow {
    transform: rotate(10deg);
    font-size: 24px;
    line-height: 34px;
    color: var(--black);
    transition: all 0.4s;
    display: block;
    position: absolute;
    right: auto;
    left: 50%;
  }
  .hero-section-3 .hero-content-footer .cont .arrow:hover {
    color: var(--theme);
    transform: rotate(0);
  }
}

.hero-section-4 {
  background-color: #c0ed17;
  padding: 210px 1px 70px;
  border-radius: 20px;
  margin: 20px;
}
.hero-section-4 .container {
  max-width: 1600px;
}
.hero-section-4 .hero-wrapper-04 {
  display: flex;
  justify-content: space-between;
}
.hero-section-4 .hero-wrapper-04 .content-left {
  max-width: 870px;
}
.hero-section-4 .hero-wrapper-04 .content-left .title-area {
  padding-bottom: 168px;
}
.hero-section-4 .hero-wrapper-04 .content-left .title-area span {
  font-weight: 700;
  font-size: 76px;
  line-height: 90px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #171717;
}
.hero-section-4 .hero-wrapper-04 .content-left .title-area .hero-text-arrow {
  width: 116px;
  height: 65px;
  object-fit: contain;
}
.hero-section-4 .hero-wrapper-04 .content-left .social-text {
  display: flex;
  align-items: center;
  gap: 43px;
}
.hero-section-4 .hero-wrapper-04 .content-left .social-text a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--black);
}
.hero-section-4 .hero-wrapper-04 .content-right {
  max-width: 530px;
}
.hero-section-4 .hero-wrapper-04 .content-right p {
  font-size: 16px;
  color: var(--black);
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.hero-section-4 .hero-wrapper-04 .content-right a {
  color: var(--black);
}
.hero-section-4 .hero-wrapper-04 .content-right a:hover {
  color: var(--theme);
}
.hero-section-4 .thumb-big {
  position: absolute;
  max-width: 711px;
  bottom: 20px;
  right: 20px;
}
.hero-section-4 .thumb-big img {
  width: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 1600px) {
  .hero-section-4 .hero-wrapper-04 {
    display: flex;
    justify-content: space-between;
  }
  .hero-section-4 .hero-wrapper-04 .content-left {
    max-width: 870px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area {
    padding-bottom: 100px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area span {
    font-size: 66px;
    line-height: 80px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .hero-text-arrow {
    width: 90px;
    height: 55px;
    object-fit: contain;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .social-text {
    display: flex;
    align-items: center;
    gap: 43px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .social-text a {
    font-size: 15px;
  }
  .hero-section-4 .hero-wrapper-04 .content-right {
    max-width: 530px;
  }
  .hero-section-4 .hero-wrapper-04 .content-right p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .hero-section-4 .thumb-big {
    max-width: 500px;
    bottom: 20px;
    right: 20px;
  }
  .hero-section-4 .thumb-big img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .hero-section-4 {
    padding: 180px 1px 70px;
    margin: 0px;
    border-radius: 0 0 0 0;
  }
  .hero-section-4 .hero-wrapper-04 {
    display: flex;
    justify-content: space-between;
  }
  .hero-section-4 .hero-wrapper-04 .content-left {
    max-width: 870px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area {
    padding-bottom: 70px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area span {
    font-size: 56px;
    line-height: 68px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .hero-text-arrow {
    width: 70px;
    height: 40px;
    object-fit: contain;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .arrow-rot-down {
    width: 60px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .hero-thumb-small {
    width: 90px;
    height: 50px;
    object-fit: cover;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .social-text {
    display: flex;
    align-items: center;
    gap: 43px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .social-text a {
    font-size: 15px;
  }
  .hero-section-4 .hero-wrapper-04 .content-right {
    max-width: 400px;
  }
  .hero-section-4 .hero-wrapper-04 .content-right p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .hero-section-4 .thumb-big {
    max-width: 450px;
    bottom: 20px;
    right: 20px;
  }
  .hero-section-4 .thumb-big img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .hero-section-4 .hero-wrapper-04 {
    display: flex;
    justify-content: space-between;
  }
  .hero-section-4 .hero-wrapper-04 .content-left {
    max-width: 870px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area {
    padding-bottom: 70px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area span {
    font-size: 48px;
    line-height: 68px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .hero-text-arrow {
    width: 70px;
    height: 40px;
    object-fit: contain;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .arrow-rot-down {
    width: 60px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .hero-thumb-small {
    width: 90px;
    height: 50px;
    object-fit: cover;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .social-text {
    display: flex;
    align-items: center;
    gap: 43px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .social-text a {
    font-size: 15px;
  }
  .hero-section-4 .hero-wrapper-04 .content-right {
    max-width: 400px;
  }
  .hero-section-4 .hero-wrapper-04 .content-right p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .hero-section-4 .thumb-big {
    max-width: 450px;
    bottom: 20px;
    right: 20px;
  }
  .hero-section-4 .thumb-big img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero-section-4 {
    padding: 160px 1px 70px;
  }
  .hero-section-4 .hero-wrapper-04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
  }
  .hero-section-4 .hero-wrapper-04 .content-left {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area {
    padding-bottom: 40px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area span {
    font-size: 44px;
    line-height: 55px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .hero-text-arrow {
    width: 70px;
    height: 40px;
    object-fit: contain;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .arrow-rot-down {
    width: 30px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .hero-thumb-small {
    width: 70px;
    height: 40px;
    object-fit: cover;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .social-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .social-text a {
    font-size: 15px;
  }
  .hero-section-4 .hero-wrapper-04 .content-right {
    max-width: 450px;
    text-align: center;
  }
  .hero-section-4 .hero-wrapper-04 .content-right p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .hero-section-4 .hero-wrapper-04 .content-right .read-more {
    justify-content: center;
  }
  .hero-section-4 .thumb-big {
    position: static;
    max-width: 450px;
    margin: 22px auto 0;
    bottom: 20px;
    right: 20px;
  }
  .hero-section-4 .thumb-big img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-section-4 {
    padding: 120px 1px 70px;
  }
  .hero-section-4 .hero-wrapper-04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
  }
  .hero-section-4 .hero-wrapper-04 .content-left {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area {
    padding-bottom: 20px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area span {
    font-size: 24px;
    line-height: 37px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .hero-text-arrow {
    width: 30px;
    height: 20px;
    object-fit: contain;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .arrow-rot-down {
    width: 20px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .title-area .hero-thumb-small {
    width: 50px;
    height: 30px;
    object-fit: cover;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .social-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1px 12px;
  }
  .hero-section-4 .hero-wrapper-04 .content-left .social-text a {
    font-size: 14px;
  }
  .hero-section-4 .hero-wrapper-04 .content-right {
    max-width: 450px;
    text-align: center;
  }
  .hero-section-4 .hero-wrapper-04 .content-right p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .hero-section-4 .hero-wrapper-04 .content-right .read-more {
    justify-content: center;
  }
  .hero-section-4 .thumb-big {
    position: static;
    max-width: 450px;
    margin: 22px auto 0;
    padding: 0 16px;
  }
  .hero-section-4 .thumb-big img {
    width: 100%;
  }
}

.hero-section-5 {
  padding-top: 242px;
  padding-bottom: 80px;
}
.hero-section-5 .hero-content-top {
  max-width: 1480px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hero-section-5 .hero-content-top .thumb {
  max-width: 391px;
  position: relative;
  top: -242px;
}
.hero-section-5 .hero-content-top p {
  max-width: 375px;
  color: var(--white);
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 500;
}
.hero-section-5 .hero-content-top .cont-more {
  display: flex;
  align-items: center;
  gap: 34px;
}
.hero-section-5 .hero-content-top .cont-more .arrows {
  width: 57px;
  height: 57px;
  filter: brightness(25);
}
.hero-section-5 .hero-content-top .cont-more .cont {
  max-width: 438px;
}
.hero-section-5 .hero-content-top .cont-more .cont h3 {
  margin-bottom: 34px;
  color: var(--white);
  font-weight: 700;
  font-size: 66px;
  line-height: 77px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.hero-section-5 .content-scial .social {
  display: flex;
  align-items: center;
  gap: 43px;
  margin-bottom: 85px;
}
.hero-section-5 .content-scial .social a {
  text-transform: uppercase;
  color: var(--white);
  font-size: 15px;
}
.hero-section-5 .hero-title5 {
  font-weight: 400;
  font-size: 250px;
  line-height: 182px;
  text-align: center;
  letter-spacing: -0.01em;
  color: var(--white);
}
@media screen and (max-width: 1720px) {
  .hero-section-5 .hero-content-top {
    max-width: 1380px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .hero-section-5 .hero-content-top .thumb {
    max-width: 391px;
    position: relative;
    top: -242px;
  }
  .hero-section-5 .hero-content-top p {
    max-width: 375px;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .hero-section-5 .hero-content-top .cont-more {
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .hero-section-5 .hero-content-top .cont-more .arrows {
    width: 57px;
    height: 57px;
    filter: brightness(25);
  }
  .hero-section-5 .hero-content-top .cont-more .cont {
    max-width: 438px;
  }
  .hero-section-5 .hero-content-top .cont-more .cont h3 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 66px;
    line-height: 77px;
  }
  .hero-section-5 .content-scial .social {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 50px;
  }
  .hero-section-5 .content-scial .social a {
    font-size: 15px;
  }
  .hero-section-5 .hero-title5 {
    font-size: 200px;
    line-height: 182px;
  }
}
@media screen and (max-width: 1600px) {
  .hero-section-5 .hero-content-top {
    max-width: 1200px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .hero-section-5 .hero-content-top .thumb {
    max-width: 391px;
    position: relative;
    top: -242px;
  }
  .hero-section-5 .hero-content-top p {
    max-width: 375px;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .hero-section-5 .hero-content-top .cont-more {
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .hero-section-5 .hero-content-top .cont-more .arrows {
    width: 40px;
    height: 40px;
    filter: brightness(25);
  }
  .hero-section-5 .hero-content-top .cont-more .cont {
    max-width: 438px;
  }
  .hero-section-5 .hero-content-top .cont-more .cont h3 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
  }
  .hero-section-5 .content-scial .social {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 50px;
  }
  .hero-section-5 .content-scial .social a {
    font-size: 15px;
  }
  .hero-section-5 .hero-title5 {
    font-size: 200px;
    line-height: 182px;
  }
}
@media screen and (max-width: 1399px) {
  .hero-section-5 {
    padding-top: 140px;
  }
  .hero-section-5 .hero-content-top {
    max-width: 1100px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .hero-section-5 .hero-content-top .thumb {
    max-width: 391px;
    position: relative;
    top: 0px;
  }
  .hero-section-5 .hero-content-top p {
    max-width: 300px;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .hero-section-5 .hero-content-top .cont-more {
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .hero-section-5 .hero-content-top .cont-more .arrows {
    width: 30px;
    height: 30px;
  }
  .hero-section-5 .hero-content-top .cont-more .cont {
    max-width: 438px;
  }
  .hero-section-5 .hero-content-top .cont-more .cont h3 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
  }
  .hero-section-5 .content-scial {
    padding-top: 60px;
  }
  .hero-section-5 .content-scial .social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
  }
  .hero-section-5 .content-scial .social a {
    font-size: 15px;
  }
  .hero-section-5 .hero-title5 {
    font-size: 140px;
    line-height: 150px;
  }
}
@media screen and (max-width: 991px) {
  .hero-section-5 {
    padding-bottom: 50px;
    padding-top: 120px;
  }
  .hero-section-5 .hero-content-top {
    max-width: 1100px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .hero-section-5 .hero-content-top .thumb {
    max-width: 391px;
    position: relative;
    top: 0px;
  }
  .hero-section-5 .hero-content-top p {
    max-width: 220px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .hero-section-5 .hero-content-top .cont-more {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .hero-section-5 .hero-content-top .cont-more .arrows {
    width: 22px;
    height: 22px;
  }
  .hero-section-5 .hero-content-top .cont-more .cont {
    max-width: 438px;
  }
  .hero-section-5 .hero-content-top .cont-more .cont h3 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 29px;
    line-height: 39px;
  }
  .hero-section-5 .content-scial {
    padding-top: 60px;
  }
  .hero-section-5 .content-scial .social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px 16px;
    margin-bottom: 20px;
  }
  .hero-section-5 .content-scial .social a {
    font-size: 13px;
  }
  .hero-section-5 .hero-title5 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section-5 {
    padding-bottom: 50px;
    padding-top: 120px;
  }
  .hero-section-5 .hero-content-top {
    max-width: 1100px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .hero-section-5 .hero-content-top .thumb {
    max-width: 391px;
    position: relative;
    top: 0px;
  }
  .hero-section-5 .hero-content-top p {
    max-width: 220px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .hero-section-5 .hero-content-top .cont-more {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .hero-section-5 .hero-content-top .cont-more .arrows {
    width: 22px;
    height: 22px;
  }
  .hero-section-5 .hero-content-top .cont-more .cont {
    max-width: 438px;
  }
  .hero-section-5 .hero-content-top .cont-more .cont h3 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 29px;
    line-height: 39px;
  }
  .hero-section-5 .content-scial {
    padding-top: 40px;
  }
  .hero-section-5 .content-scial .social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px 16px;
    margin-bottom: 20px;
  }
  .hero-section-5 .content-scial .social a {
    font-size: 13px;
  }
  .hero-section-5 .hero-title5 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 500px) {
  .hero-section-5 {
    padding-bottom: 50px;
    padding-top: 120px;
  }
  .hero-section-5 .hero-content-top {
    max-width: 1100px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .hero-section-5 .hero-content-top .thumb {
    max-width: 391px;
    position: relative;
    top: 0px;
  }
  .hero-section-5 .hero-content-top p {
    max-width: 220px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .hero-section-5 .hero-content-top .cont-more {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .hero-section-5 .hero-content-top .cont-more .arrows {
    width: 22px;
    height: 22px;
  }
  .hero-section-5 .hero-content-top .cont-more .cont {
    max-width: 438px;
  }
  .hero-section-5 .hero-content-top .cont-more .cont h3 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 29px;
    line-height: 39px;
  }
  .hero-section-5 .content-scial {
    padding-top: 40px;
  }
  .hero-section-5 .content-scial .social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px 16px;
    margin-bottom: 20px;
  }
  .hero-section-5 .content-scial .social a {
    font-size: 13px;
  }
  .hero-section-5 .hero-title5 {
    font-size: 42px;
    line-height: 42px;
  }
}

.hero-6 {
  background-color: var(--black);
  padding: 240px 0 220px;
  position: relative;
  z-index: 1;
}
.hero-6 .hero-content6 {
  max-width: 1630px;
  margin: 0 auto;
  text-align: center;
}
.hero-6 .hero-content6 .circle-image {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(9.75px);
  border-radius: 50%;
  width: 182px;
  height: 182px;
  margin: 0 auto;
  position: absolute;
  bottom: -140px;
  left: -90px;
}
.hero-6 .hero-content6 .circle-image .mimg-text {
  animation: spin 15s linear infinite;
}
.hero-6 .hero-content6 .circle-image .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: var(--white);
  transform: translate(-50%, -50%) rotate(-120deg);
}
.hero-6 .hero-content6 .hero-title span {
  font-size: 146px;
  line-height: 96px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--white);
  display: block;
}
.hero-6 .hero-content6 .hero-title .literata-font {
  font-style: italic;
  font-weight: 500;
}
.hero-6 .hero-content6 .hero-title .satoshi-font {
  font-weight: 700;
}
.hero-6 .hero-content6 .thumb1 {
  max-width: 196px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}
.hero-6 .hero-content6 .thumb1 .badge-custom {
  bottom: -10px;
  right: -20px;
}
.hero-6 .hero-content6 .thumb2 {
  max-width: 135px;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: -1;
}
.hero-6 .hero-content6 .thumb2 .badge-custom {
  bottom: 9px;
  left: -70px;
}
.hero-6 .hero-content6 .thumb3 {
  max-width: 267px;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
}
.hero-6 .hero-content6 .thumb3 .badge-custom {
  bottom: 14px;
  right: -80px;
}
.hero-6 .hero-content6 .thumb4 {
  max-width: 152px;
  position: absolute;
  bottom: 91px;
  left: calc(100% - 380px);
  z-index: -1;
}
.hero-6 .hero-content6 .thumb4 .badge-custom {
  bottom: 14px;
  right: -80px;
}
.hero-6 .hero-star {
  position: absolute;
  bottom: -48px;
  right: 48px;
  animation: rot360 10s linear infinite;
}
.hero-6 .hero-ele {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}
@media (max-width: 1399px) {
  .hero-6 {
    padding: 220px 0 190px;
  }
  .hero-6 .circle-image {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto;
    bottom: -140px;
    left: -90px;
  }
  .hero-6 .circle-image img {
    width: 95px !important;
  }
  .hero-6 .hero-title span {
    font-size: 110px !important;
    line-height: 80px !important;
  }
  .hero-6 .hero-star {
    bottom: 20px;
    right: 20px;
    width: 180px;
  }
  .hero-6 .thumb4 {
    max-width: 152px;
    position: absolute;
    bottom: 91px;
    left: calc(100% - 250px) !important;
    z-index: -1;
  }
  .hero-6 .thumb4 .badge-custom {
    bottom: 14px;
    right: -80px;
  }
}
@media (max-width: 991px) {
  .hero-6 {
    padding: 190px 0 150px;
  }
  .hero-6 .circle-image {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto;
    bottom: -140px;
    left: 0px !important;
  }
  .hero-6 .circle-image img {
    width: 95px !important;
  }
  .hero-6 .hero-title span {
    font-size: 70px !important;
    line-height: 30px !important;
  }
  .hero-6 .hero-star {
    bottom: 20px;
    right: 20px;
    width: 180px;
  }
  .hero-6 .thumb1 {
    max-width: 120px !important;
    top: -40px;
    left: 0;
    z-index: -1;
  }
  .hero-6 .thumb1 .badge-custom {
    bottom: -10px;
    right: -20px;
  }
  .hero-6 .thumb2 {
    max-width: 110px !important;
    top: -70px;
    right: 0;
    z-index: -1;
  }
  .hero-6 .thumb2 .badge-custom {
    bottom: 9px;
    left: -70px;
  }
  .hero-6 .thumb3 {
    max-width: 200px !important;
    bottom: -50px;
    left: 0;
    z-index: -1;
  }
  .hero-6 .thumb3 .badge-custom {
    bottom: 14px;
    right: -80px;
  }
  .hero-6 .thumb4 {
    max-width: 130px !important;
    position: absolute;
    bottom: 35px !important;
    left: calc(100% - 150px) !important;
    z-index: -1;
  }
  .hero-6 .thumb4 .badge-custom {
    bottom: 5px !important;
    right: 5px !important;
  }
}
@media (max-width: 767px) {
  .hero-6 {
    padding: 190px 0 150px;
  }
  .hero-6 .circle-image {
    width: 90px !important;
    height: 90px !important;
    margin: 0 auto;
    bottom: -110px !important;
    left: 30px !important;
  }
  .hero-6 .circle-image img {
    width: 70px !important;
  }
  .hero-6 .hero-title {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .hero-6 .hero-title span {
    font-size: 46px !important;
    line-height: 24px !important;
  }
  .hero-6 .hero-star {
    bottom: 20px;
    right: 20px;
    width: 180px;
  }
  .hero-6 .thumb1 {
    position: relative !important;
    max-width: 120px !important;
    top: 0px;
    left: 0;
    z-index: -1;
    margin-top: -20px;
  }
  .hero-6 .thumb1 .badge-custom {
    bottom: -10px;
    right: -20px;
  }
  .hero-6 .thumb2 {
    max-width: 110px !important;
    top: -50px !important;
    right: 0;
    z-index: -1;
  }
  .hero-6 .thumb2 .badge-custom {
    bottom: 9px;
    left: -70px;
  }
  .hero-6 .thumb3 {
    position: relative !important;
    max-width: 150px !important;
    bottom: -50px;
    left: 0;
    z-index: -1;
  }
  .hero-6 .thumb3 .badge-custom {
    bottom: 5px !important;
    right: 5px !important;
  }
  .hero-6 .thumb4 {
    max-width: 130px !important;
    position: absolute;
    bottom: 0px !important;
    left: calc(100% - 120px) !important;
    z-index: -1;
  }
  .hero-6 .thumb4 .badge-custom {
    bottom: 5px !important;
    right: 5px !important;
  }
}

@keyframes rot360 {
  0% {
    transform: rotate(360deg);
  }
}
.hero-7 {
  padding: 280px 0 210px !important;
}
.hero-7 .container {
  max-width: 1240px !important;
  margin: 0 auto;
}
.hero-7 .hero-title {
  font-weight: 700;
  font-size: 370px;
  line-height: 200px;
  text-align: center;
  color: #ff7425;
  margin-bottom: 131px;
  font-family: "Space Grotesk", sans-serif;
}
.hero-7 .circle-image {
  background: #282828;
  border-radius: 50%;
  border: 2px solid var(--white);
  width: 166px;
  height: 166px;
  margin: 0 auto;
  position: absolute;
  bottom: -166px;
  right: -70px;
  margin-left: -15px;
}
.hero-7 .circle-image .mimg-text {
  animation: spin 15s linear infinite;
}
.hero-7 .circle-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-40deg);
  color: var(--white);
  font-size: 19px;
}
.hero-7 .hero-content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 75px;
}
.hero-7 .hero-content-bottom h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 82px;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
}
.hero-7 .hero-content-bottom .content-right {
  max-width: 480px;
}
.hero-7 .hero-content-bottom .content-right .content-review {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 35px;
  margin-bottom: 30px;
  gap: 11px;
}
.hero-7 .hero-content-bottom .content-right .content-review p {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.hero-7 .hero-content-bottom .content-right .pragraph-s {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .hero-7 .hero-title {
    font-size: 300px;
    line-height: 80px;
    margin-bottom: 131px;
  }
  .hero-7 .circle-image {
    background: #282828;
    border-radius: 50%;
    border: 2px solid var(--white);
    width: 166px;
    height: 166px;
    margin: 0 auto;
    position: absolute;
    bottom: -120px;
    right: 30px;
    margin-left: 0px;
  }
  .hero-7 .circle-image .icon {
    font-size: 19px;
  }
  .hero-7 .hero-content-bottom {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .hero-7 {
    padding: 260px 0 200px !important;
  }
  .hero-7 .hero-title {
    font-size: 250px;
    line-height: 60px;
    margin-bottom: 131px;
  }
  .hero-7 .circle-image {
    border: 1px solid var(--white);
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: absolute;
    bottom: initial;
    top: 100%;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
  }
  .hero-7 .circle-image .icon {
    font-size: 16px;
  }
  .hero-7 .circle-image .mimg-text {
    width: 95px;
    height: 95px;
  }
  .hero-7 .hero-content-bottom {
    padding-top: 20px;
  }
  .hero-7 .hero-content-bottom h2 {
    font-size: 56px !important;
    line-height: 66px;
  }
  .hero-7 .hero-content-bottom .content-right {
    max-width: 400px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review {
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 20px;
    gap: 8px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review .review-thumb {
    max-width: 150px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .hero-7 .hero-content-bottom .content-right .pragraph-s {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hero-7 {
    padding: 200px 0 180px !important;
  }
  .hero-7 .hero-title {
    font-size: 200px;
    line-height: 60px;
    margin-bottom: 131px;
  }
  .hero-7 .hero-content-bottom {
    padding-top: 20px;
  }
  .hero-7 .hero-content-bottom h2 {
    font-size: 48px !important;
    line-height: 58px;
  }
  .hero-7 .hero-content-bottom .content-right {
    max-width: 300px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review {
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 20px;
    gap: 8px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review .review-thumb {
    max-width: 150px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .hero-7 .hero-content-bottom .content-right .pragraph-s {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero-7 {
    padding: 200px 0 180px !important;
  }
  .hero-7 .hero-title {
    font-size: 150px;
    line-height: 60px;
    margin-bottom: 131px;
  }
  .hero-7 .hero-content-bottom {
    padding-top: 20px;
  }
  .hero-7 .hero-content-bottom h2 {
    font-size: 36px !important;
    line-height: 48px;
  }
  .hero-7 .hero-content-bottom .content-right {
    max-width: 250px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review {
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 20px;
    gap: 8px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review .review-thumb {
    max-width: 150px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .hero-7 .hero-content-bottom .content-right .pragraph-s {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .hero-7 {
    padding: 150px 0 150px !important;
  }
  .hero-7 .hero-title {
    font-size: 85px;
    line-height: 60px;
    margin-bottom: 131px;
  }
  .hero-7 .hero-content-bottom {
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .hero-7 .hero-content-bottom h2 {
    font-size: 36px !important;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .hero-7 .hero-content-bottom .content-right {
    max-width: 100%;
  }
  .hero-7 .hero-content-bottom .content-right .content-review {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 20px;
    gap: 8px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review .review-thumb {
    max-width: 150px;
  }
  .hero-7 .hero-content-bottom .content-right .content-review p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
  }
  .hero-7 .hero-content-bottom .content-right .pragraph-s {
    font-size: 16px;
  }
}

.hero-section-7 {
  background-color: #161616;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 1;
}
.hero-section-7 .top-ele {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.hero-wrapper8 {
  display: flex;
  align-items: center;
  padding-top: 91px;
}
.hero-wrapper8 .social-hero {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.hero-wrapper8 .social-hero a {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Satoshi";
  display: block;
  transform: rotate(-90deg);
}
.hero-wrapper8 .hero-content7 {
  padding: 211px 0 175px 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-wrapper8 .hero-content7 h2 {
  margin-bottom: 65px;
}
.hero-wrapper8 .hero-content7 h2 span {
  font-weight: 700;
  font-size: 136px;
  line-height: 129px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  font-family: "Space Grotesk", sans-serif;
}
.hero-wrapper8 .hero-content7 h2 .text-with-icon {
  display: flex;
  align-items: center;
  gap: 38px;
}
.hero-wrapper8 .hero-content7 .content-right {
  max-width: 635px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
.hero-wrapper8 .hero-content7 .content-right p {
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  max-width: 380px;
}
.hero-wrapper8 .hero-content7 .content-right .box-unique-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  text-transform: uppercase;
  text-decoration-line: underline;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-left: 23px;
}
.hero-wrapper8 .hero-content7 .content-right .box-unique-btn::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--theme);
  z-index: -1;
  transition: all 0.4s;
}
.hero-wrapper8 .hero-content7 .content-right .box-unique-btn:hover::before {
  width: 120%;
  border-radius: 100px;
}
.hero-wrapper8 .hero-thumb {
  position: absolute;
  bottom: 0;
  left: calc(100% - 800px);
  z-index: 1;
}
.hero-wrapper8 .hero-thumb .thumb {
  max-width: 721px;
}
.hero-wrapper8 .hero-thumb .thumb img {
  width: 100%;
}
.hero-wrapper8 .hero-thumb .grop-arrow {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 170px;
}
.hero-wrapper8 .hero-thumb .grop-arrow img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  z-index: 1;
}
.hero-wrapper8 .hero-thumb .grop-arrow .icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 2px solid var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.4s;
  margin-left: -20px;
}
.hero-wrapper8 .hero-thumb .grop-arrow .icon i {
  font-size: 28px;
  color: var(--theme);
}
.hero-wrapper8 .hero-thumb .grop-arrow .icon:hover {
  background-color: var(--theme);
}
.hero-wrapper8 .hero-thumb .grop-arrow .icon:hover i {
  color: var(--white);
}
.hero-wrapper8 .hero-thumb .hero-circle-ele {
  position: absolute;
  top: 120px;
  left: -80px;
  z-index: -90;
  animation: cir360 20s linear infinite;
}
@media screen and (max-width: 1760px) {
  .hero-wrapper8 .hero-content7 {
    padding: 211px 0 175px 100px;
  }
  .hero-wrapper8 .hero-content7 h2 {
    margin-bottom: 65px;
  }
  .hero-wrapper8 .hero-content7 h2 span {
    font-size: 136px;
    line-height: 129px;
  }
  .hero-wrapper8 .hero-content7 h2 .text-with-icon {
    gap: 38px;
  }
  .hero-wrapper8 .hero-content7 .content-right {
    max-width: 635px;
    gap: 10px 20px;
  }
  .hero-wrapper8 .hero-content7 .content-right p {
    font-size: 16px;
    line-height: 29px;
    max-width: 380px;
  }
  .hero-wrapper8 .hero-content7 .content-right .box-unique-btn {
    font-size: 16px;
    line-height: 29px;
    padding-left: 23px;
  }
  .hero-wrapper8 .hero-thumb {
    bottom: 0;
    left: calc(100% - 750px);
  }
  .hero-wrapper8 .hero-thumb .thumb {
    max-width: 721px;
  }
  .hero-wrapper8 .hero-thumb .thumb img {
    width: 100%;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow {
    position: absolute;
    right: 0;
    top: 170px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    z-index: 1;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon {
    width: 88px;
    height: 88px;
    margin-left: -20px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon i {
    font-size: 28px;
  }
  .hero-wrapper8 .hero-thumb .hero-circle-ele {
    top: 120px;
    left: -60px;
  }
}
@media screen and (max-width: 1700px) {
  .hero-wrapper8 .hero-content7 {
    padding: 160px 0 160px 20px;
  }
  .hero-wrapper8 .hero-content7 h2 {
    margin-bottom: 65px;
  }
  .hero-wrapper8 .hero-content7 h2 span {
    font-size: 136px;
    line-height: 129px;
  }
  .hero-wrapper8 .hero-content7 h2 .text-with-icon {
    gap: 38px;
  }
  .hero-wrapper8 .hero-content7 .content-right {
    max-width: 635px;
    gap: 10px 20px;
  }
  .hero-wrapper8 .hero-content7 .content-right p {
    font-size: 16px;
    line-height: 29px;
    max-width: 380px;
  }
  .hero-wrapper8 .hero-content7 .content-right .box-unique-btn {
    font-size: 16px;
    line-height: 29px;
    padding-left: 23px;
  }
  .hero-wrapper8 .hero-thumb {
    bottom: 0;
    left: calc(100% - 550px);
  }
  .hero-wrapper8 .hero-thumb .thumb {
    max-width: 500px;
  }
  .hero-wrapper8 .hero-thumb .thumb img {
    width: 100%;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow {
    position: absolute;
    right: 0;
    top: 120px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    z-index: 1;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon {
    width: 88px;
    height: 88px;
    margin-left: -20px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon i {
    font-size: 28px;
  }
  .hero-wrapper8 .hero-thumb .hero-circle-ele {
    top: 120px;
    left: -30px;
  }
}
@media screen and (max-width: 1399px) {
  .hero-wrapper8 .hero-content7 {
    padding: 120px 0 120px 20px;
  }
  .hero-wrapper8 .hero-content7 h2 {
    margin-bottom: 65px;
  }
  .hero-wrapper8 .hero-content7 h2 span {
    font-size: 90px;
    line-height: 100px;
  }
  .hero-wrapper8 .hero-content7 h2 .text-with-icon {
    gap: 38px;
  }
  .hero-wrapper8 .hero-content7 .content-right {
    max-width: 520px;
    gap: 10px 20px;
  }
  .hero-wrapper8 .hero-content7 .content-right p {
    font-size: 16px;
    line-height: 29px;
    max-width: 300px;
  }
  .hero-wrapper8 .hero-content7 .content-right .box-unique-btn {
    font-size: 16px;
    line-height: 29px;
    padding-left: 23px;
  }
  .hero-wrapper8 .hero-thumb {
    bottom: 0;
    left: calc(100% - 550px);
  }
  .hero-wrapper8 .hero-thumb .thumb {
    max-width: 500px;
  }
  .hero-wrapper8 .hero-thumb .thumb img {
    width: 100%;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow {
    position: absolute;
    right: 0;
    top: 120px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    z-index: 1;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon {
    width: 88px;
    height: 88px;
    margin-left: -20px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon i {
    font-size: 28px;
  }
  .hero-wrapper8 .hero-thumb .hero-circle-ele {
    top: 120px;
    left: -30px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-wrapper8 {
    padding-top: 70px;
  }
  .hero-wrapper8 .hero-content7 {
    padding: 100px 0 110px 20px;
  }
  .hero-wrapper8 .hero-content7 h2 {
    margin-bottom: 35px;
  }
  .hero-wrapper8 .hero-content7 h2 span {
    font-size: 75px;
    line-height: 85px;
  }
  .hero-wrapper8 .hero-content7 h2 .text-with-icon {
    gap: 16px;
  }
  .hero-wrapper8 .hero-content7 h2 .text-with-icon img {
    width: 55px;
  }
  .hero-wrapper8 .hero-content7 .content-right {
    max-width: 520px;
    gap: 10px 20px;
  }
  .hero-wrapper8 .hero-content7 .content-right p {
    font-size: 16px;
    line-height: 29px;
    max-width: 300px;
  }
  .hero-wrapper8 .hero-content7 .content-right .box-unique-btn {
    font-size: 16px;
    line-height: 29px;
    padding-left: 23px;
  }
  .hero-wrapper8 .hero-thumb {
    bottom: 0;
    left: calc(100% - 430px);
  }
  .hero-wrapper8 .hero-thumb .thumb {
    max-width: 420px;
  }
  .hero-wrapper8 .hero-thumb .thumb img {
    width: 100%;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow {
    position: absolute;
    right: 0;
    top: 120px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    z-index: 1;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon {
    width: 88px;
    height: 88px;
    margin-left: -20px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon i {
    font-size: 28px;
  }
  .hero-wrapper8 .hero-thumb .hero-circle-ele {
    top: 120px;
    left: -30px;
    width: 350px;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper8 {
    padding: 150px 16px 80px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-wrapper8 .social-hero {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .hero-wrapper8 .social-hero a {
    font-size: 14px;
    line-height: 22px;
    transform: rotate(0deg);
  }
  .hero-wrapper8 .hero-content7 {
    padding: 0px 0 0px 0px;
    border: unset;
  }
  .hero-wrapper8 .hero-content7 h2 {
    margin-bottom: 35px;
  }
  .hero-wrapper8 .hero-content7 h2 span {
    font-size: 56px;
    line-height: 66px;
  }
  .hero-wrapper8 .hero-content7 h2 .text-with-icon {
    gap: 16px;
  }
  .hero-wrapper8 .hero-content7 h2 .text-with-icon img {
    width: 55px;
  }
  .hero-wrapper8 .hero-content7 .content-right {
    max-width: 520px;
    gap: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-wrapper8 .hero-content7 .content-right p {
    font-size: 16px;
    line-height: 29px;
    max-width: 300px;
  }
  .hero-wrapper8 .hero-content7 .content-right .box-unique-btn {
    font-size: 16px;
    line-height: 29px;
    padding-left: 23px;
  }
  .hero-wrapper8 .hero-thumb {
    bottom: 0;
    left: calc(100% - 430px);
  }
  .hero-wrapper8 .hero-thumb .thumb {
    max-width: 420px;
  }
  .hero-wrapper8 .hero-thumb .thumb img {
    width: 100%;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow {
    position: absolute;
    right: 0;
    top: 120px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    z-index: 1;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon {
    width: 44px;
    height: 44px;
    margin-left: -5px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon i {
    font-size: 14px;
  }
  .hero-wrapper8 .hero-thumb .hero-circle-ele {
    top: 120px;
    left: -30px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .hero-wrapper8 {
    padding: 140px 16px 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-wrapper8 .hero-content7 {
    padding: 0px 0 0px 0px;
    border: unset;
  }
  .hero-wrapper8 .hero-content7 h2 {
    margin-bottom: 18px;
  }
  .hero-wrapper8 .hero-content7 h2 span {
    font-size: 41px;
    line-height: 51px;
  }
  .hero-wrapper8 .hero-content7 h2 .text-with-icon {
    gap: 16px;
  }
  .hero-wrapper8 .hero-content7 h2 .text-with-icon img {
    width: 40px;
  }
  .hero-wrapper8 .hero-content7 .content-right {
    max-width: 520px;
    gap: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-wrapper8 .hero-content7 .content-right p {
    font-size: 16px;
    line-height: 29px;
    max-width: 300px;
  }
  .hero-wrapper8 .hero-content7 .content-right .box-unique-btn {
    font-size: 16px;
    line-height: 29px;
    padding-left: 23px;
  }
  .hero-wrapper8 .hero-thumb {
    bottom: 0;
    margin-top: 24px;
    position: relative;
    left: 0;
  }
  .hero-wrapper8 .hero-thumb .thumb {
    max-width: 420px;
  }
  .hero-wrapper8 .hero-thumb .thumb img {
    width: 100%;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow {
    position: absolute;
    right: 0;
    top: 120px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    z-index: 1;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon {
    width: 44px;
    height: 44px;
    margin-left: -5px;
  }
  .hero-wrapper8 .hero-thumb .grop-arrow .icon i {
    font-size: 14px;
  }
  .hero-wrapper8 .hero-thumb .hero-circle-ele {
    top: 120px;
    left: -30px;
    width: 250px;
  }
}

.body-bg2 {
  background-color: var(--body2);
}

.body-bg3 {
  background-color: #f6f8ef;
}

.body-bg5 {
  background-color: #eff8f1;
}

.digital-business-section .digital-business-title {
  font-family: "Instrument Sans", sans-serif;
  max-width: 1070px;
  margin: 0 auto 87px;
}
.digital-business-section .digital-business-title span {
  font-size: 66px;
  line-height: 84px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.digital-business-section .digital-business-title span:nth-child(3) {
  margin-left: 80px;
}
.digital-business-section .digital-business-title span:nth-child(4) {
  color: #9f9f9f;
}
.digital-business-section .digital-business-title span:nth-child(5) {
  color: #9f9f9f;
  margin-left: 220px;
}
@media (max-width: 1399px) {
  .digital-business-section .digital-business-title {
    max-width: 750px;
    margin: 0 auto 60px;
  }
  .digital-business-section .digital-business-title span {
    font-size: 44px;
    line-height: 54px;
    display: block;
  }
  .digital-business-section .digital-business-title span:nth-child(3) {
    margin-left: 80px;
  }
  .digital-business-section .digital-business-title span:nth-child(5) {
    margin-left: 220px;
  }
}
@media (max-width: 1199px) {
  .digital-business-section .digital-business-title {
    max-width: 650px;
    margin: 0 auto 50px;
  }
  .digital-business-section .digital-business-title span {
    font-size: 38px;
    line-height: 48px;
    display: block;
  }
  .digital-business-section .digital-business-title span:nth-child(3) {
    margin-left: 80px;
  }
  .digital-business-section .digital-business-title span:nth-child(5) {
    margin-left: 180px;
  }
}
@media (max-width: 991px) {
  .digital-business-section .digital-business-title {
    max-width: 550px;
    margin: 0 auto 50px;
    text-align: center !important;
  }
  .digital-business-section .digital-business-title span {
    font-size: 29px;
    line-height: 38px;
    display: block;
  }
  .digital-business-section .digital-business-title span:nth-child(3) {
    margin-left: 0px;
  }
  .digital-business-section .digital-business-title span:nth-child(5) {
    margin-left: 0px;
  }
}
@media (max-width: 575px) {
  .digital-business-section .digital-business-title {
    max-width: 550px;
    margin: 0 auto 50px;
    text-align: center !important;
  }
  .digital-business-section .digital-business-title span {
    font-size: 22px;
    line-height: 30px;
    display: block;
  }
  .digital-business-section .digital-business-title span:nth-child(3) {
    margin-left: 0px;
  }
  .digital-business-section .digital-business-title span:nth-child(5) {
    margin-left: 0px;
  }
}

.badge-custom {
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  line-height: 15px;
  z-index: 1;
}

.hero-section-09 {
  padding: 250px 5px 80px;
  background-color: var(--white);
}
.hero-section-09 .content-inner {
  max-width: 1580px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  position: relative;
}
.hero-section-09 .content-inner .hero-thumb {
  position: absolute;
  top: -60px;
  right: 24%;
}
.hero-section-09 .content-inner .content-left {
  max-width: 600px;
}
.hero-section-09 .content-inner .content-left h2 {
  font-weight: 300;
  font-size: 76px;
  line-height: 81px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 28px;
}
.hero-section-09 .content-inner .content-left h2 span {
  font-size: 76px;
  line-height: 81px;
  font-weight: 500;
}
.hero-section-09 .content-inner .content-left p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #5c5c5c;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 35px;
}
.hero-section-09 .content-inner .content-right {
  max-width: 250px;
}
.hero-section-09 .content-inner .content-right .copilot-thumb {
  position: relative;
  margin-bottom: 77px;
}
.hero-section-09 .content-inner .content-right .copilot-thumb .thumb {
  max-width: 218px;
}
.hero-section-09 .content-inner .content-right .copilot-thumb .thumb img {
  width: 100%;
}
.hero-section-09 .content-inner .content-right .content-count h2 {
  margin-bottom: 12px;
}
.hero-section-09 .content-inner .content-right .content-count h2 span {
  font-weight: 500;
  font-size: 96px;
  line-height: 96px;
  letter-spacing: -0.02em;
  color: #171717;
}
.hero-section-09 .content-inner .content-right .content-count p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #898989;
  font-family: "DM Sans", sans-serif;
}
.hero-section-09 .main-title {
  padding-top: 220px;
}
.hero-section-09 .main-title span {
  font-size: 390px;
  line-height: 240px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #171717;
}
.hero-section-09 .main-title .service {
  font-weight: 300;
}
.hero-section-09 .main-title .title {
  font-weight: 800;
}
@media (max-width: 1600px) {
  .hero-section-09 .main-title {
    padding-top: 220px;
  }
  .hero-section-09 .main-title span {
    font-size: 280px;
    line-height: 240px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #171717;
  }
  .hero-section-09 .main-title .title {
    font-weight: 800;
  }
}
@media (max-width: 1399px) {
  .hero-section-09 {
    padding: 230px 5px 80px;
  }
  .hero-section-09 .hero-thumb {
    max-width: 400px;
  }
  .hero-section-09 .hero-thumb img {
    width: 100%;
  }
  .hero-section-09 .main-title {
    padding-top: 220px;
  }
  .hero-section-09 .main-title span {
    font-size: 220px;
    line-height: 200px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #171717;
  }
  .hero-section-09 .main-title .title {
    font-weight: 800;
  }
}
@media (max-width: 1199px) {
  .hero-section-09 {
    padding: 230px 5px 80px;
  }
  .hero-section-09 .content-inner {
    gap: 24px;
  }
  .hero-section-09 .content-inner .hero-thumb {
    top: -60px;
    right: 28%;
  }
  .hero-section-09 .content-inner .content-left {
    max-width: 400px;
  }
  .hero-section-09 .content-inner .content-left h2 {
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 19px;
  }
  .hero-section-09 .content-inner .content-left h2 span {
    font-size: 58px;
    line-height: 68px;
  }
  .hero-section-09 .content-inner .content-left p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .hero-section-09 .content-inner .content-right .copilot-thumb {
    position: relative;
    margin-bottom: 24px;
  }
  .hero-section-09 .content-inner .content-right .copilot-thumb .thumb {
    max-width: 218px;
  }
  .hero-section-09 .content-inner .content-right .content-count h2 {
    margin-bottom: 10px;
  }
  .hero-section-09 .content-inner .content-right .content-count h2 span {
    font-size: 48px;
    line-height: 40px;
  }
  .hero-section-09 .content-inner .content-right .content-count p {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-section-09 .hero-thumb {
    max-width: 300px;
  }
  .hero-section-09 .hero-thumb img {
    width: 100%;
  }
  .hero-section-09 .main-title {
    padding-top: 110px;
  }
  .hero-section-09 .main-title span {
    font-size: 180px;
    line-height: 180px;
  }
  .hero-section-09 .main-title .title {
    font-weight: 800;
  }
}
@media (max-width: 991px) {
  .hero-section-09 {
    padding: 200px 5px 60px;
  }
  .hero-section-09 .content-inner {
    gap: 24px;
  }
  .hero-section-09 .content-inner .hero-thumb {
    top: -10px;
    right: 24%;
  }
  .hero-section-09 .content-inner .content-left {
    max-width: 400px;
  }
  .hero-section-09 .content-inner .content-left h2 {
    font-size: 58px;
    line-height: 68px;
    margin-bottom: 19px;
  }
  .hero-section-09 .content-inner .content-left h2 span {
    font-size: 58px;
    line-height: 68px;
  }
  .hero-section-09 .content-inner .content-left p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .hero-section-09 .content-inner .content-right {
    max-width: 180px;
  }
  .hero-section-09 .content-inner .content-right .copilot-thumb {
    position: relative;
    margin-bottom: 24px;
  }
  .hero-section-09 .content-inner .content-right .copilot-thumb .thumb {
    max-width: 218px;
  }
  .hero-section-09 .content-inner .content-right .content-count h2 {
    margin-bottom: 10px;
  }
  .hero-section-09 .content-inner .content-right .content-count h2 span {
    font-size: 48px;
    line-height: 40px;
  }
  .hero-section-09 .content-inner .content-right .content-count p {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-section-09 .hero-thumb {
    max-width: 250px;
  }
  .hero-section-09 .hero-thumb img {
    width: 100%;
  }
  .hero-section-09 .main-title {
    padding-top: 70px;
  }
  .hero-section-09 .main-title span {
    font-size: 140px;
    line-height: 120px;
  }
  .hero-section-09 .main-title .title {
    font-weight: 800;
  }
}
@media (max-width: 767px) {
  .hero-section-09 {
    padding: 160px 5px 60px;
  }
  .hero-section-09 .content-inner {
    gap: 24px;
  }
  .hero-section-09 .content-inner .hero-thumb {
    top: -10px;
    right: 24%;
  }
  .hero-section-09 .content-inner .content-left {
    max-width: 350px;
  }
  .hero-section-09 .content-inner .content-left h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 19px;
  }
  .hero-section-09 .content-inner .content-left h2 span {
    font-size: 48px;
    line-height: 58px;
  }
  .hero-section-09 .content-inner .content-left p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .hero-section-09 .content-inner .content-right {
    max-width: 180px;
  }
  .hero-section-09 .content-inner .content-right .copilot-thumb {
    position: relative;
    margin-bottom: 24px;
  }
  .hero-section-09 .content-inner .content-right .copilot-thumb .thumb {
    max-width: 218px;
  }
  .hero-section-09 .content-inner .content-right .content-count h2 {
    margin-bottom: 10px;
  }
  .hero-section-09 .content-inner .content-right .content-count h2 span {
    font-size: 48px;
    line-height: 40px;
  }
  .hero-section-09 .content-inner .content-right .content-count p {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-section-09 .hero-thumb {
    max-width: 250px;
  }
  .hero-section-09 .hero-thumb img {
    width: 100%;
  }
  .hero-section-09 .main-title {
    padding-top: 50px;
  }
  .hero-section-09 .main-title span {
    font-size: 100px;
    line-height: 120px;
  }
  .hero-section-09 .main-title .title {
    font-weight: 800;
  }
}
@media (max-width: 575px) {
  .hero-section-09 {
    padding: 140px 5px 60px;
  }
  .hero-section-09 .content-inner {
    gap: 24px;
    flex-wrap: wrap;
  }
  .hero-section-09 .content-inner .hero-thumb {
    top: -10px;
    right: 24%;
  }
  .hero-section-09 .content-inner .content-left {
    max-width: 100%;
  }
  .hero-section-09 .content-inner .content-left h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 11px;
  }
  .hero-section-09 .content-inner .content-left h2 span {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-section-09 .content-inner .content-left p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .hero-section-09 .content-inner .content-right {
    max-width: 100%;
  }
  .hero-section-09 .content-inner .content-right .copilot-thumb {
    position: relative;
    margin-bottom: 24px;
  }
  .hero-section-09 .content-inner .content-right .copilot-thumb .thumb {
    max-width: 218px;
  }
  .hero-section-09 .content-inner .content-right .content-count h2 {
    margin-bottom: 10px;
  }
  .hero-section-09 .content-inner .content-right .content-count h2 span {
    font-size: 48px;
    line-height: 40px;
  }
  .hero-section-09 .content-inner .content-right .content-count p {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-section-09 .hero-thumb {
    max-width: 250px;
  }
  .hero-section-09 .hero-thumb img {
    width: 100%;
  }
  .hero-section-09 .main-title {
    padding-top: 20px;
  }
  .hero-section-09 .main-title span {
    font-size: 39px;
    line-height: 80px;
  }
  .hero-section-09 .main-title .title {
    font-weight: 800;
  }
}

.hero-section-11 .content-inner {
  padding: 471px 0 170px;
}
.hero-section-11 .content-inner .content-box {
  max-width: 590px;
}
.hero-section-11 .content-inner h1 {
  font-weight: 400;
  font-size: 72px;
  line-height: 82px;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.hero-section-11 .content-inner .pragraphs {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.hero-section-11 .content-count {
  position: absolute;
  width: 371px;
  height: 371px;
  bottom: -170px;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(21.95px);
  padding: 53px 20px 46px;
  border-radius: 50%;
}
.hero-section-11 .content-count h2 {
  margin-bottom: 10px;
}
.hero-section-11 .content-count h2 span {
  font-weight: 700;
  font-size: 72px;
  line-height: 68px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #ffffff;
}
.hero-section-11 .content-count p {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .hero-section-11 .content-inner {
    padding: 300px 0 170px;
  }
  .hero-section-11 .content-inner .content-box {
    max-width: 590px;
  }
  .hero-section-11 .content-inner h1 {
    font-size: 72px;
    line-height: 82px;
  }
  .hero-section-11 .content-inner .pragraphs {
    font-size: 18px;
    line-height: 26px;
  }
  .hero-section-11 .content-count {
    position: absolute;
    width: 371px;
    height: 320px;
    bottom: -150px;
    right: 0;
    padding: 53px 20px 46px;
  }
  .hero-section-11 .content-count h2 {
    margin-bottom: 10px;
  }
  .hero-section-11 .content-count h2 span {
    font-size: 36px;
    line-height: 34px;
  }
  .hero-section-11 .content-count p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .hero-section-11 .content-inner {
    padding: 250px 0 170px;
  }
  .hero-section-11 .content-inner .content-box {
    max-width: 590px;
  }
  .hero-section-11 .content-inner h1 {
    font-size: 58px;
    line-height: 67px;
  }
  .hero-section-11 .content-inner .pragraphs {
    font-size: 18px;
    line-height: 26px;
  }
  .hero-section-11 .content-count {
    position: absolute;
    width: 371px;
    height: 320px;
    bottom: -150px;
    right: 0;
    padding: 53px 20px 46px;
  }
  .hero-section-11 .content-count h2 {
    margin-bottom: 10px;
  }
  .hero-section-11 .content-count h2 span {
    font-size: 36px;
    line-height: 34px;
  }
  .hero-section-11 .content-count p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .hero-section-11 .content-inner {
    padding: 170px 0 220px;
  }
  .hero-section-11 .content-inner .content-box {
    max-width: 590px;
  }
  .hero-section-11 .content-inner h1 {
    font-size: 58px;
    line-height: 67px;
  }
  .hero-section-11 .content-inner .pragraphs {
    font-size: 18px;
    line-height: 26px;
  }
  .hero-section-11 .content-count {
    position: absolute;
    width: 371px;
    height: 320px;
    bottom: -150px;
    right: 0;
    padding: 53px 20px 46px;
  }
  .hero-section-11 .content-count h2 {
    margin-bottom: 10px;
  }
  .hero-section-11 .content-count h2 span {
    font-size: 36px;
    line-height: 34px;
  }
  .hero-section-11 .content-count p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .hero-section-11 .content-inner {
    padding: 170px 0 220px;
  }
  .hero-section-11 .content-inner .content-box {
    max-width: 590px;
  }
  .hero-section-11 .content-inner h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-section-11 .content-inner .pragraphs {
    font-size: 18px;
    line-height: 26px;
  }
  .hero-section-11 .content-count {
    position: absolute;
    width: 321px;
    height: 320px;
    bottom: -150px;
    right: 0;
    padding: 53px 20px 46px;
  }
  .hero-section-11 .content-count h2 {
    margin-bottom: 10px;
  }
  .hero-section-11 .content-count h2 span {
    font-size: 36px;
    line-height: 34px;
  }
  .hero-section-11 .content-count p {
    font-size: 16px;
    line-height: 30px;
  }
}

.hero-10 {
  padding: 0 0 120px;
  position: relative;
}
.hero-10::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.33);
  height: 1px;
  bottom: 80px;
  top: initial;
}
.hero-10 .container-fluid {
  padding: 0 150px;
}
.hero-10 .hero-image {
  margin-top: 120px;
}
.hero-10 .hero-image .ele-left {
  max-width: 300px;
  position: absolute;
  left: -60px;
  bottom: 460px;
  height: 163px;
  object-fit: contain;
  z-index: 1;
  animation: updown 3s linear infinite;
}
.hero-10 .hero-image .ele-right {
  max-width: 200px;
  position: absolute;
  right: -60px;
  bottom: 104px;
  height: 180px;
  object-fit: contain;
  z-index: 1;
  animation: updown 3s linear infinite;
}
.hero-10 .hero-list {
  display: flex;
  align-items: center;
  gap: 65px;
  position: absolute;
  right: 150px;
  z-index: 999;
  bottom: 30px;
  padding-top: 30px;
}
.hero-10 .hero-list span {
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.hero-10 .hero-content {
  padding-bottom: 50px;
}
.hero-10 .hero-content h1 {
  color: var(--white);
  font-size: 58px;
  font-weight: 400;
  line-height: 124%;
  font-family: "Satoshi", sans-serif;
}
.hero-10 .hero-content h1 span {
  font-weight: 500;
}
.hero-10 .hero-content .group-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}
.hero-10 .hero-content .group-item .image-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-10 .hero-content .group-item .image-item .cont h2 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  color: var(--white);
}
.hero-10 .hero-content .group-item .image-item .cont span {
  color: var(--white);
}
.hero-10 .hero-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .hero-10 .hero-image {
    margin-top: 120px;
  }
  .hero-10 .hero-image .ele-left {
    max-width: 200px;
    position: absolute;
    left: -60px;
    bottom: 200px;
    height: 100px;
    object-fit: contain;
  }
  .hero-10 .hero-image .ele-right {
    max-width: 150px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 90px;
  }
  .hero-10 .hero-list {
    display: flex;
    align-items: center;
    gap: 65px;
    position: absolute;
    right: 150px;
    z-index: 999;
    bottom: 30px;
    padding-top: 30px;
  }
  .hero-10 .hero-list span {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
  }
  .hero-10 .hero-content {
    padding-bottom: 50px;
  }
  .hero-10 .hero-content h1 {
    color: var(--white);
    font-size: 48px;
    font-weight: 400;
    line-height: 120%;
  }
  .hero-10 .hero-content h1 span {
    font-weight: 500;
  }
  .hero-10 .hero-content .group-item {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 50px;
  }
  .hero-10 .hero-content .group-item .image-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hero-10 .hero-content .group-item .image-item .cont h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Satoshi", sans-serif;
    color: var(--white);
  }
  .hero-10 .hero-content .group-item .image-item .cont span {
    color: var(--white);
  }
}
@media (max-width: 1199px) {
  .hero-10 {
    padding-top: 120px;
  }
  .hero-10 .hero-image {
    margin-top: 0px;
  }
  .hero-10 .hero-image .ele-left {
    max-width: 120px;
    position: absolute;
    left: -60px;
    bottom: initial;
    top: 0;
    height: 80px;
    object-fit: contain;
  }
  .hero-10 .hero-image .ele-right {
    max-width: 120px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    height: 70px;
  }
  .hero-10 .hero-list {
    display: flex;
    align-items: center;
    gap: 65px;
    position: absolute;
    right: 150px;
    z-index: 999;
    bottom: 30px;
    padding-top: 30px;
  }
  .hero-10 .hero-list span {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
  }
  .hero-10 .hero-content {
    padding-bottom: 50px;
  }
  .hero-10 .hero-content h1 {
    color: var(--white);
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
  }
  .hero-10 .hero-content h1 span {
    font-size: 36px;
    font-weight: 500;
  }
  .hero-10 .hero-content .group-item {
    display: flex;
    align-items: center;
    gap: 12px 25px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .hero-10 .hero-content .group-item .image-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hero-10 .hero-content .group-item .image-item .cont h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: "Satoshi", sans-serif;
    color: var(--white);
  }
  .hero-10 .hero-content .group-item .image-item .cont span {
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .hero-10 {
    padding-top: 120px;
  }
  .hero-10 .container-fluid {
    padding: 0 12px;
  }
  .hero-10 .hero-image {
    margin-top: 0px;
  }
  .hero-10 .hero-image .ele-left {
    max-width: 120px;
    position: absolute;
    left: 10px;
    bottom: initial;
    top: 0;
    height: 80px;
    object-fit: contain;
  }
  .hero-10 .hero-image .ele-right {
    max-width: 120px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    height: 70px;
  }
  .hero-10 .hero-list {
    display: flex;
    align-items: center;
    gap: 9px 16px;
    position: absolute;
    right: initial;
    left: 10px;
    flex-wrap: wrap;
    z-index: 999;
    bottom: 30px;
    padding-top: 30px;
  }
  .hero-10 .hero-list span {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
  }
  .hero-10 .hero-content {
    padding-bottom: 50px;
  }
  .hero-10 .hero-content h1 {
    color: var(--white);
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
  }
  .hero-10 .hero-content h1 span {
    font-size: 36px;
    font-weight: 500;
  }
  .hero-10 .hero-content .group-item {
    display: flex;
    align-items: center;
    gap: 12px 25px;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .hero-10 .hero-content .group-item .image-item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hero-10 .hero-content .group-item .image-item .cont h2 {
    font-size: 15px;
    font-weight: 700;
    font-family: "Satoshi", sans-serif;
    color: var(--white);
  }
  .hero-10 .hero-content .group-item .image-item .cont span {
    color: var(--white);
  }
}

.min-h-54px {
  min-height: 54px;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border: none;
  font-family: "Instrument Sans", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.mobile-menus.style-2 .mean-nav ul li a {
  font-size: 18px !important;
  font-weight: 600 !important;
  font-family: "DM Sans", sans-serif !important;
}
@media (max-width: 767px) {
  .mobile-menus.style-2 .mean-nav ul li a {
    font-size: 18px !important;
  }
}
.mobile-menus .mean-nav ul li a {
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: "DM Sans", sans-serif !important;
}
@media (max-width: 767px) {
  .mobile-menus .mean-nav ul li a {
    font-size: 18px !important;
  }
}
.mobile-menus .mean-container .mean-nav ul li li a {
  font-size: 16px !important;
}
.mobile-menus .mean-nav {
  max-width: 530px;
}
@media (max-width: 1199px) {
  .mobile-menus .mean-nav {
    max-width: initial;
  }
}

.blog-section .container {
  max-width: 1310px;
}

.blog-right-sidebar {
  background-color: #f6f8ef;
  border-radius: 12px;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.blog-right-sidebar .user-profile {
  max-width: 238px;
  margin: 0 auto;
}
.blog-right-sidebar .user-profile .profile {
  margin: 0 auto 40px;
}
.blog-right-sidebar .user-profile .title {
  margin-bottom: 10px;
}
.blog-right-sidebar .user-profile .title a {
  font-size: 26px;
  color: var(--black);
  font-weight: 600;
}
.blog-right-sidebar .user-profile .designation {
  color: #898989;
  font-size: 14px;
}
.blog-right-sidebar .user-profile .profile-cont {
  margin-bottom: 37px;
}
.blog-right-sidebar .user-profile .exprient-text {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #4a4a4a;
}
.blog-right-sidebar .user-profile .social-icon {
  gap: 10px;
}
.blog-right-sidebar .user-profile .social-icon a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #39404a;
}
.blog-right-sidebar .user-profile .social-icon a:hover {
  background-color: var(--black);
  color: var(--white);
  font-size: 16px;
}
.blog-right-sidebar .bar-cmn-title {
  font-size: 22px;
  line-height: 26px;
  color: var(--black);
  margin-bottom: 21px;
  font-weight: 600;
}
.blog-right-sidebar .category-point ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-right-sidebar .category-point ul .cate-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  transition: all 0.4s ease-in-out;
}
.blog-right-sidebar .category-point ul .cate-item:hover {
  background-color: var(--theme);
  color: var(--white);
}
.blog-right-sidebar .post-point ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-right-sidebar .post-point ul li a {
  display: flex;
  align-items: center;
  gap: 24px;
}
.blog-right-sidebar .post-point ul li a .thumb {
  width: 145px;
}
.blog-right-sidebar .post-point ul li a .thumb img {
  width: 100%;
}
.blog-right-sidebar .post-point ul li a .cont .date {
  font-size: 14px;
  color: #717171;
  display: block;
  margin-bottom: 4px;
}
.blog-right-sidebar .post-point ul li a .cont .titles {
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  line-height: 22px;
  display: block;
  color: var(--black);
  font-weight: 600;
}
.blog-right-sidebar .post-point ul li a:hover .titles {
  color: var(--theme);
}
.blog-right-sidebar .tag-point ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blog-right-sidebar .tag-point ul li a {
  display: inline-block;
  background-color: var(--white);
  font-size: 15px;
  line-height: 19px;
  border-radius: 100px;
  padding: 8px 19px;
  color: #4a4a4a;
  transition: all 0.4s ease-in-out;
}
.blog-right-sidebar .tag-point ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 1399px) {
  .blog-right-sidebar {
    padding: 40px 19px;
    gap: 34px;
  }
  .blog-right-sidebar .user-profile {
    max-width: 238px;
    margin: 0 auto;
  }
  .blog-right-sidebar .user-profile .profile {
    margin: 0 auto 20px;
  }
  .blog-right-sidebar .user-profile .title {
    margin-bottom: 8px;
  }
  .blog-right-sidebar .user-profile .title a {
    font-size: 24px;
  }
  .blog-right-sidebar .user-profile .designation {
    font-size: 14px;
  }
  .blog-right-sidebar .user-profile .profile-cont {
    margin-bottom: 24px;
  }
  .blog-right-sidebar .user-profile .exprient-text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .blog-right-sidebar .bar-cmn-title {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 18px;
  }
  .blog-right-sidebar .category-point ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }
  .blog-right-sidebar .category-point ul .cate-item {
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 16px;
  }
  .blog-right-sidebar .post-point ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .blog-right-sidebar .post-point ul li a {
    gap: 10px;
  }
  .blog-right-sidebar .post-point ul li a .thumb {
    width: 110px;
  }
  .blog-right-sidebar .post-point ul li a .thumb img {
    width: 100%;
  }
  .blog-right-sidebar .post-point ul li a .cont .date {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .blog-right-sidebar .post-point ul li a .cont .titles {
    font-size: 16px;
    line-height: 22px;
  }
  .blog-right-sidebar .tag-point ul {
    gap: 8px;
  }
  .blog-right-sidebar .tag-point ul li a {
    font-size: 13px;
    line-height: 18px;
    padding: 7px 16px;
  }
}

.blog-left-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.blog-left-wrap .blog-big-items {
  padding: 15px;
  border: 1px solid #dadada;
  border-radius: 12px;
}
.blog-left-wrap .blog-big-items .blog-thumb {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.blog-left-wrap .blog-big-items .blog-thumb img {
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  display: block;
  transition: all 0.4s ease-in-out;
}
.blog-left-wrap .blog-big-items .blog-content {
  padding: 29px 25px 32px;
}
.blog-left-wrap .blog-big-items .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 10px 32px;
  margin-bottom: 10px;
}
.blog-left-wrap .blog-big-items .blog-content .blog-meta .meta-use {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
}
.blog-left-wrap .blog-big-items .blog-content .blog-meta .meta-date {
  font-size: 16px;
  color: #717171;
}
.blog-left-wrap .blog-big-items .blog-content .blog-meta .marketing-tag {
  border: 1px solid rgba(234, 77, 35, 0.31);
  font-size: 15px;
  line-height: 18px;
  padding: 10px 20px;
  border-radius: 100px;
  display: inline-block;
  color: var(--theme);
}
.blog-left-wrap .blog-big-items .blog-content .blog-title {
  font-size: 44px;
  line-height: 52px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-left-wrap .blog-big-items .blog-content .blog-text {
  font-size: 18px;
  line-height: 30px;
  color: #898989;
  margin-bottom: 42px;
}
.blog-left-wrap .blog-big-items:hover .blog-content .blog-title a {
  color: var(--theme);
}
.blog-left-wrap .blog-big-items:hover .blog-thumb img {
  border-radius: 12px;
  transform: scale(1.05);
}
.blog-left-wrap.styel2 .blog-big-items {
  padding: 0;
  border: 0;
}
.blog-left-wrap.styel2 .blog-big-items .blog-thumb {
  margin-bottom: 25px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content {
  padding: 0;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .blog-meta {
  margin-bottom: 24px;
  gap: 8px 20px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .blog-meta li {
  font-size: 16px;
  color: #666666;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .blog-meta .line {
  width: 1px;
  background-color: rgba(100, 105, 112, 0.7960784314);
  height: 23px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .blog-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .intro {
  margin-bottom: 40px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .intro .title {
  margin-bottom: 12px;
  color: var(--black);
  font-size: 26px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .intro p {
  font-size: 16px;
  line-height: 24px;
  color: #898989;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .l-pra {
  font-size: 16px;
  line-height: 24px;
  color: #898989;
  margin-bottom: 70px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap {
  background-color: #f8f7f0;
  padding: 45px 55px;
  border-left: 2px solid #ea4d23;
  margin-bottom: 50px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap h4 {
  font-size: 28px;
  color: var(--black);
  margin-bottom: 40px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap .exicutive h5 {
  font-size: 18px;
  line-height: 24px;
  color: var(--black);
  margin-bottom: 2px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap .exicutive p {
  font-size: 16px;
  line-height: 18px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .title {
  margin-bottom: 12px;
  color: var(--black);
  font-size: 22px;
  line-height: 29px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .pra-fs {
  font-size: 16px;
  line-height: 24px;
  color: #898989;
  margin-bottom: 30px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .intro-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .intro-list li {
  position: relative;
  padding-left: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  line-height: 19px;
  color: #898989;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .intro-list li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #898989;
  border-radius: 50%;
}
.blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .pra-ls {
  font-size: 16px;
  line-height: 24px;
  color: #898989;
  margin-top: 30px;
}
.blog-left-wrap.styel2 .blog-big-items .blog-thumb02 {
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
  width: 100%;
}
.blog-left-wrap.styel2 .blog-big-items .blog-thumb02 img {
  width: 100%;
}
.blog-left-wrap.styel2 .comment-area {
  padding: 80px 0;
}
.blog-left-wrap.styel2 .comment-area h4 {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 48px;
  color: var(--black);
  font-weight: 700;
}
.blog-left-wrap.styel2 .comment-area .comment-area-inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item {
  display: flex;
  gap: 25px;
}
.blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .com-thumb {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .pra-box {
  margin-top: 20px;
  padding: 30px 30px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .pra-box p {
  color: #898989;
  font-size: 16px;
  line-height: 26px;
}
.blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .replay {
  font-size: #505050;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.4s;
}
.blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .replay:hover {
  color: var(--theme);
}
.blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item.third {
  margin-left: 100px;
}
@media (max-width: 1199px) {
  .blog-left-wrap.styel2 .blog-big-items {
    padding: 0;
    border: 0;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-thumb {
    margin-bottom: 20px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content {
    padding: 0;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .blog-meta {
    margin-bottom: 19px;
    gap: 7px 18px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .blog-meta li {
    font-size: 16px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .blog-meta .line {
    width: 1px;
    height: 18px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .blog-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 35px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro {
    margin-bottom: 28px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro .title {
    margin-bottom: 9px;
    color: var(--black);
    font-size: 20px;
    line-height: 24px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .l-pra {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap {
    padding: 30px 30px;
    border-left: 1px solid #ea4d23;
    margin-bottom: 30px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap h4 {
    font-size: 20px;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 28px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap .quote {
    width: 36px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap .exicutive h5 {
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    margin-bottom: 2px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap .exicutive p {
    font-size: 16px;
    line-height: 18px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .pra-fs {
    font-size: 16px;
    line-height: 24px;
    color: #898989;
    margin-bottom: 20px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .intro-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .intro-list li {
    position: relative;
    padding-left: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    line-height: 19px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .pra-ls {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-thumb02 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .blog-left-wrap.styel2 .comment-area {
    padding: 60px 0;
  }
  .blog-left-wrap.styel2 .comment-area h4 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 37px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item {
    display: flex;
    gap: 16px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .com-thumb {
    width: 90px;
    height: 90px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .com-thumb img {
    width: 100%;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .pra-box {
    margin-top: 16px;
    padding: 16px 20px;
    margin-bottom: 9px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .pra-box p {
    color: #898989;
    font-size: 16px;
    line-height: 22px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .replay {
    font-size: #505050;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .replay:hover {
    color: var(--theme);
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item.third {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .blog-left-wrap.styel2 .blog-big-items {
    padding: 0;
    border: 0;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-thumb {
    margin-bottom: 20px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content {
    padding: 0;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .blog-meta {
    margin-bottom: 19px;
    gap: 7px 18px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .blog-meta li {
    font-size: 16px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .blog-meta .line {
    width: 1px;
    height: 18px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .blog-title {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 30px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro {
    margin-bottom: 16px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro .title {
    margin-bottom: 9px;
    color: var(--black);
    font-size: 20px;
    line-height: 24px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro p {
    font-size: 16px;
    line-height: 24px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .l-pra {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap {
    padding: 24px 20px;
    margin-bottom: 25px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap h4 {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 22px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap .quote {
    width: 36px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap .exicutive h5 {
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    margin-bottom: 2px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .quote-wrap .exicutive p {
    font-size: 16px;
    line-height: 18px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .pra-fs {
    font-size: 16px;
    line-height: 24px;
    color: #898989;
    margin-bottom: 20px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .intro-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .intro-list li {
    position: relative;
    padding-left: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    line-height: 19px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-content .intro2 .pra-ls {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .blog-left-wrap.styel2 .blog-big-items .blog-thumb02 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .blog-left-wrap.styel2 .comment-area {
    padding: 60px 0;
  }
  .blog-left-wrap.styel2 .comment-area h4 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 37px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item {
    display: flex;
    gap: 16px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .com-thumb {
    width: 90px;
    height: 90px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .com-thumb img {
    width: 100%;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .pra-box {
    margin-top: 16px;
    padding: 16px 20px;
    margin-bottom: 9px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .pra-box p {
    color: #898989;
    font-size: 16px;
    line-height: 22px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .replay {
    font-size: #505050;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .replay:hover {
    color: var(--theme);
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item.third {
    margin-left: 1px;
  }
}
@media (max-width: 575px) {
  .blog-left-wrap.styel2 .comment-area {
    padding: 40px 0;
  }
  .blog-left-wrap.styel2 .comment-area h4 {
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 27px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item {
    display: flex;
    gap: 16px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .com-thumb {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .com-thumb img {
    width: 100%;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .pra-box {
    margin-top: 16px;
    padding: 16px 20px;
    margin-bottom: 9px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .pra-box p {
    color: #898989;
    font-size: 16px;
    line-height: 22px;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .replay {
    font-size: #505050;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s;
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item .comment-cont .replay:hover {
    color: var(--theme);
  }
  .blog-left-wrap.styel2 .comment-area .comment-area-inner .comment-area-item.third {
    margin-left: 1px;
  }
}
.blog-left-wrap .leave-area .head {
  margin-bottom: 45px;
}
.blog-left-wrap .leave-area .head h4 {
  font-size: 38px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 16px;
}
.blog-left-wrap .leave-area .head p {
  color: #898989;
  font-size: 16px;
  line-height: 22px;
}
.blog-left-wrap .leave-area .leave-grp label {
  color: #232323;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
.blog-left-wrap .leave-area .leave-grp textarea {
  margin-bottom: -10px;
}
.blog-left-wrap .leave-area .leave-grp textarea,
.blog-left-wrap .leave-area .leave-grp input {
  background-color: #f6f8ef;
  padding: 12px 19px;
  border: unset;
  outline: none;
  color: var(--black);
  font-size: 15px;
  width: 100%;
}
@media (max-width: 1199px) {
  .blog-left-wrap .leave-area .head {
    margin-bottom: 35px;
  }
  .blog-left-wrap .leave-area .head h4 {
    font-size: 30px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 9px;
  }
  .blog-left-wrap .leave-area .head p {
    color: #898989;
    font-size: 16px;
    line-height: 22px;
  }
  .blog-left-wrap .leave-area .leave-grp label {
    color: #232323;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .blog-left-wrap .leave-area .leave-grp textarea {
    margin-bottom: -10px;
  }
  .blog-left-wrap .leave-area .leave-grp textarea,
  .blog-left-wrap .leave-area .leave-grp input {
    background-color: #f6f8ef;
    padding: 14px 19px;
    border: unset;
    outline: none;
    color: var(--black);
    font-size: 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-left-wrap .leave-area .head {
    margin-bottom: 20px;
  }
  .blog-left-wrap .leave-area .head h4 {
    font-size: 22px;
    margin-bottom: 9px;
  }
  .blog-left-wrap .leave-area .head p {
    color: #898989;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .blog-left-wrap {
    gap: 40px;
  }
  .blog-left-wrap .blog-big-items {
    padding: 15px;
    border: 1px solid #dadada;
    border-radius: 12px;
  }
  .blog-left-wrap .blog-big-items .blog-thumb {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 12px;
  }
  .blog-left-wrap .blog-big-items .blog-thumb img {
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .blog-left-wrap .blog-big-items .blog-content {
    padding: 24px 10px 25px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 10px 32px;
    margin-bottom: 10px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-meta .meta-use {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-meta .meta-date {
    font-size: 16px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-meta .marketing-tag {
    font-size: 14px;
    line-height: 17px;
    padding: 9px 16px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 16px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-title a {
    font-size: 36px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .blog-left-wrap {
    gap: 30px;
  }
  .blog-left-wrap .blog-big-items {
    padding: 15px;
    border: 1px solid #dadada;
    border-radius: 12px;
  }
  .blog-left-wrap .blog-big-items .blog-thumb {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 12px;
  }
  .blog-left-wrap .blog-big-items .blog-thumb img {
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .blog-left-wrap .blog-big-items .blog-content {
    padding: 24px 5px 25px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 10px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-meta .meta-use {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-meta .meta-date {
    font-size: 16px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-meta .marketing-tag {
    font-size: 14px;
    line-height: 17px;
    padding: 9px 16px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-title {
    font-size: 29px;
    line-height: 33px;
    margin-bottom: 16px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-title a {
    font-size: 29px;
  }
  .blog-left-wrap .blog-big-items .blog-content .blog-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
  }
}

.pagination-list {
  display: flex;
  gap: 16px;
  margin-top: 60px;
}
.pagination-list li a {
  width: 50px;
  height: 50px;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.pagination-list li a:hover {
  background-color: var(--black);
  color: var(--white);
}
@media (max-width: 767px) {
  .pagination-list {
    margin-top: 40px;
    gap: 12px;
  }
  .pagination-list li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .pagination-list {
    margin-top: 24px;
    gap: 12px;
  }
  .pagination-list li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.article-section02 {
  background-color: #252525;
  border-radius: 150px 150px 0 0;
}
@media (max-width: 1399px) {
  .article-section02 {
    border-radius: 90px 90px 0 0;
  }
}
@media (max-width: 1399px) {
  .article-section02 {
    border-radius: 0px 0px 0 0;
  }
}

.article-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article-inner .article__item {
  max-width: 1072px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 12px;
  padding: 21px 21px 21px 60px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.article-inner .article__item .content {
  width: calc(100% - 378px);
}
.article-inner .article__item .content .date {
  margin-bottom: 24px;
  gap: 16px;
  font-size: 16px;
  color: var(--white);
}
.article-inner .article__item .content .date .line {
  width: 55px;
  height: 1px;
  background-color: var(--white);
}
.article-inner .article__item .content .title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 40px;
  display: block;
}
.article-inner .article__item .content .read-more {
  font-weight: 600;
  color: var(--white);
  font-size: 16px;
  transition: all 0.4s;
}
.article-inner .article__item .content .read-more i {
  transform: rotate(-50deg);
  transition: all 0.4s;
}
.article-inner .article__item .content .read-more:hover {
  color: var(--theme);
}
.article-inner .article__item .content .read-more:hover i {
  transform: rotate(0);
}
.article-inner .article__item .thumb {
  border-radius: 8px;
  overflow: hidden;
  max-width: 378px;
}
.article-inner .article__item .thumb img {
  width: 100%;
}
.article-inner .article__item:hover {
  background-color: #303030;
  border-color: #303030;
}
.article-inner .article__item:hover .title {
  color: var(--theme);
}
.article-inner .article__item:hover .read-more {
  color: var(--theme);
}
.article-inner .article__item:hover .read-more i {
  transform: rotate(0);
}
.article-inner .article__item.active-bg {
  background-color: #303030;
  border-color: #303030;
}
@media (max-width: 991px) {
  .article-inner .article__item {
    max-width: 100%;
    padding: 16px 16px 16px 16px;
    display: flex;
    align-items: center;
    gap: 20px 30px;
  }
  .article-inner .article__item .content {
    width: calc(100% - 280px);
  }
  .article-inner .article__item .content .date {
    margin-bottom: 16px;
    gap: 16px;
    font-size: 16px;
  }
  .article-inner .article__item .content .date .line {
    width: 24px;
  }
  .article-inner .article__item .content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .article-inner .article__item .thumb {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .article-inner .article__item {
    gap: 16px 24px;
  }
  .article-inner .article__item .content {
    width: calc(100% - 210px);
  }
  .article-inner .article__item .content .date {
    margin-bottom: 7px;
    gap: 16px;
    font-size: 16px;
  }
  .article-inner .article__item .content .date .line {
    width: 16px;
  }
  .article-inner .article__item .content .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .article-inner .article__item .thumb {
    max-width: 210px;
  }
}
@media (max-width: 575px) {
  .article-inner .article__item {
    gap: 16px 24px;
    flex-wrap: wrap;
  }
  .article-inner .article__item .content {
    width: 100%;
  }
  .article-inner .article__item .content .date {
    margin-bottom: 7px;
    gap: 16px;
    font-size: 16px;
  }
  .article-inner .article__item .content .date .line {
    width: 16px;
  }
  .article-inner .article__item .content .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .article-inner .article__item .thumb {
    max-width: 100%;
  }
}

.article-head {
  margin-bottom: 90px;
}
.article-head .service-title {
  margin: 0;
  max-width: 100%;
  text-align: left;
}
.article-head .service-title .sticker-done {
  top: 57%;
  right: 7px;
}
@media (max-width: 1399px) {
  .article-head {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .article-head {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .article-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .article-head {
    margin-bottom: 30px;
  }
}

.view-all-btn {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 500;
  line-height: 22px;
  color: var(--white);
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.33);
  transition: all 0.4s;
}
.view-all-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #f36a3b 0%, #b52600 100%);
}
@media (max-width: 1399px) {
  .view-all-btn {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 500;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .view-all-btn {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 500;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .view-all-btn {
    width: 90px;
    height: 90px;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
  }
}

.article-section03 .article-title3 {
  font-size: 66px;
  line-height: 76px;
  text-transform: uppercase;
  margin-bottom: 120px;
}
.article-section03 .article-title3 .secound {
  padding-left: 172px;
}
.article-section03 .article-inner3 {
  display: flex;
  flex-direction: column;
  gap: 78px;
}
.article-section03 .article-inner3 .article__item3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 24px;
}
.article-section03 .article-inner3 .article__item3 .profile-area .learning-tag {
  font-size: 14px;
  line-height: 14px;
  color: var(--black);
  text-transform: uppercase;
  border-radius: 4px;
  padding: 8px 15px;
  border: 1px solid #d9d9d9;
  display: inline-block;
  margin-bottom: 75px;
}
.article-section03 .article-inner3 .article__item3 .profile-area .profile {
  gap: 10px;
}
.article-section03 .article-inner3 .article__item3 .profile-area .profile h5 {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 6px;
}
.article-section03 .article-inner3 .article__item3 .profile-area .profile .date {
  font-size: 13px;
  color: #717171;
  line-height: 14px;
}
.article-section03 .article-inner3 .article__item3 .article-content-right {
  gap: 18px 124px;
  display: flex;
  align-items: center;
}
.article-section03 .article-inner3 .article__item3 .article-content-right .thumb {
  max-width: 391px;
  border-radius: 12px;
}
.article-section03 .article-inner3 .article__item3 .article-content-right .thumb img {
  border-radius: 12px;
  width: 100%;
  transition: all 0.4s;
}
.article-section03 .article-inner3 .article__item3 .article-content-right .title {
  max-width: 494px;
  color: var(--black);
  font-size: 36px;
  line-height: 46px;
  margin: 0;
  display: block;
}
.article-section03 .article-inner3 .article__item3:hover .article-content-right .thumb img {
  transform: scale(1.05);
}
.article-section03 .article-inner3 .article__item3:hover .article-content-right .title {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .article-section03 .article-title3 {
    font-size: 46px;
    line-height: 66px;
    margin-bottom: 80px;
  }
  .article-section03 .article-title3 .secound {
    padding-left: 120px;
  }
  .article-section03 .article-inner3 {
    gap: 60px;
  }
  .article-section03 .article-inner3 .article__item3 {
    gap: 20px 24px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .learning-tag {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 30px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile {
    gap: 10px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile h5 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile .date {
    font-size: 13px;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right {
    gap: 18px 30px;
    display: flex;
    align-items: center;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right .thumb {
    max-width: 391px;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right .title {
    max-width: 494px;
    font-size: 36px;
    line-height: 46px;
    margin: 0;
    display: block;
  }
  .article-section03 .article-inner3 .article__item3:hover .article-content-right .thumb img {
    transform: scale(1.05);
  }
  .article-section03 .article-inner3 .article__item3:hover .article-content-right .title {
    color: var(--theme);
  }
}
@media (max-width: 1199px) {
  .article-section03 .article-title3 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 40px;
  }
  .article-section03 .article-title3 span {
    font-size: 34px;
  }
  .article-section03 .article-title3 .secound {
    padding-left: 70px;
  }
  .article-section03 .article-inner3 {
    gap: 60px;
  }
  .article-section03 .article-inner3 .article__item3 {
    gap: 20px 24px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .learning-tag {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 30px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile {
    gap: 10px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile h5 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile .date {
    font-size: 13px;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right {
    gap: 18px 30px;
    display: flex;
    align-items: center;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right .thumb {
    max-width: 391px;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right .title {
    max-width: 494px;
    font-size: 36px;
    line-height: 46px;
    margin: 0;
    display: block;
  }
  .article-section03 .article-inner3 .article__item3:hover .article-content-right .thumb img {
    transform: scale(1.05);
  }
  .article-section03 .article-inner3 .article__item3:hover .article-content-right .title {
    color: var(--theme);
  }
}
@media (max-width: 991px) {
  .article-section03 .article-title3 {
    font-size: 29px;
    line-height: 39px;
    margin-bottom: 29px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 29px;
  }
  .article-section03 .article-title3 span {
    font-size: 29px;
  }
  .article-section03 .article-title3 .secound {
    padding-left: 0px;
  }
  .article-section03 .article-inner3 {
    gap: 40px;
  }
  .article-section03 .article-inner3 .article__item3 {
    gap: 18px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .learning-tag {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 30px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile {
    gap: 10px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile h5 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile .date {
    font-size: 13px;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right {
    gap: 18px 24px;
    display: flex;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right .thumb {
    max-width: 391px;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right .title {
    max-width: 494px;
    font-size: 28px;
    line-height: 40px;
    margin: 0;
    display: block;
  }
  .article-section03 .article-inner3 .article__item3:hover .article-content-right .thumb img {
    transform: scale(1.05);
  }
  .article-section03 .article-inner3 .article__item3:hover .article-content-right .title {
    color: var(--theme);
  }
}
@media (max-width: 767px) {
  .article-section03 .article-title3 {
    font-size: 29px;
    line-height: 39px;
    margin-bottom: 29px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 29px;
  }
  .article-section03 .article-title3 span {
    font-size: 29px;
  }
  .article-section03 .article-title3 .secound {
    padding-left: 0px;
  }
  .article-section03 .article-inner3 {
    gap: 36px;
  }
  .article-section03 .article-inner3 .article__item3 {
    gap: 18px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area {
    order: 1;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .learning-tag {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 30px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile {
    gap: 10px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile h5 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .article-section03 .article-inner3 .article__item3 .profile-area .profile .date {
    font-size: 13px;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right {
    gap: 18px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right .thumb {
    max-width: 391px;
  }
  .article-section03 .article-inner3 .article__item3 .article-content-right .title {
    max-width: 494px;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    display: block;
  }
}

.article-section05 .article-title {
  font-size: 66px;
  line-height: 76px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .article-section05 .article-title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .article-section05 .article-title {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .article-section05 .article-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}

.article__item5 {
  padding: 15px 15px 22px;
  border-radius: 12px;
  border: 1px solid #e2e2e2;
}
.article__item5 .thumb {
  border-radius: 12px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.article__item5 .thumb img {
  transition: all 0.4s;
}
.article__item5 .content {
  margin: -35px 10px 0;
  z-index: 1;
  position: relative;
  background-color: var(--white);
  border-radius: 12px;
  padding: 36px 30px;
}
.article__item5 .content .date-tag {
  font-size: 16px;
  color: var(--black);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #d9d9d9;
  padding: 5px 13px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.article__item5 .content .date-tag i {
  color: var(--black);
  font-size: 14px;
}
.article__item5 .content .l-title,
.article__item5 .content h4 {
  margin-bottom: 15px;
}
.article__item5 .content .l-title a,
.article__item5 .content h4 a {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: var(--black);
}
.article__item5 .content p {
  font-size: 16px;
  line-height: 24px;
  color: #5c5c5c;
}
.article__item5 .footer-article {
  margin-top: 24px;
}
.article__item5 .footer-article .comment {
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 500;
}
.article__item5 .footer-article .comment i {
  color: var(--black);
}
.article__item5:hover .thumb img {
  transform: scale(1.05);
}
.article__item5:hover .l-title a,
.article__item5:hover h4 a {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .article__item5 {
    padding: 10px 10px 18px;
  }
  .article__item5 .content {
    margin: -15px 0px 0;
    padding: 24px 19px;
  }
  .article__item5 .content .date-tag {
    font-size: 14px;
    padding: 4px 12px;
    margin-bottom: 15px;
  }
  .article__item5 .content .date-tag i {
    color: var(--black);
    font-size: 14px;
  }
  .article__item5 .content .l-title,
  .article__item5 .content h4 {
    margin-bottom: 12px;
  }
  .article__item5 .content .l-title a,
  .article__item5 .content h4 a {
    font-size: 20px;
    line-height: 27px;
  }
  .article__item5 .content p {
    font-size: 15px;
    line-height: 24px;
  }
  .article__item5 .footer-article {
    margin-top: 16px;
  }
  .article__item5 .footer-article .comment {
    font-size: 16px;
    font-weight: 500;
  }
  .article__item5 .footer-article .comment i {
    color: var(--black);
  }
}

.build-together-section .together-wrap {
  padding: 150px 10px 60px;
}
.build-together-section .together-wrap .content {
  max-width: 1535px;
  margin: 0 auto;
}
.build-together-section .together-wrap .content h2 {
  font-size: 200px;
  line-height: 200px;
  color: var(--white);
  font-weight: 400;
  letter-spacing: -0.01em;
}
.build-together-section p {
  font-size: 18px;
  text-align: center;
  padding: 4px 12px;
  color: #5c5c5c;
  margin-top: 55px;
}
@media (max-width: 1399px) {
  .build-together-section p {
    margin-top: 34px;
  }
  .build-together-section .together-wrap {
    padding: 70px 10px 70px;
  }
  .build-together-section .together-wrap .content {
    max-width: 1535px;
    margin: 0 auto;
  }
  .build-together-section .together-wrap .content h2 {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (max-width: 1199px) {
  .build-together-section .together-wrap {
    padding: 70px 10px 70px;
  }
  .build-together-section .together-wrap .content {
    max-width: 1535px;
    margin: 0 auto;
  }
  .build-together-section .together-wrap .content h2 {
    font-size: 110px;
    line-height: 110px;
  }
  .build-together-section p {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .build-together-section .together-wrap {
    padding: 70px 10px 70px;
  }
  .build-together-section .together-wrap .content {
    max-width: 1535px;
    margin: 0 auto;
  }
  .build-together-section .together-wrap .content h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .build-together-section p {
    margin-top: 16px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .build-together-section .together-wrap {
    padding: 70px 10px 70px;
  }
  .build-together-section .together-wrap .content {
    max-width: 1535px;
    margin: 0 auto;
  }
  .build-together-section .together-wrap .content h2 {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .build-together-section .together-wrap {
    padding: 50px 10px 50px;
  }
  .build-together-section .together-wrap .content {
    max-width: 1535px;
    margin: 0 auto;
  }
  .build-together-section .together-wrap .content h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

.news-section06 .section-title6 {
  margin-bottom: 72px;
}
.news-section06 .news__items-06 .date-area {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.news-section06 .news__items-06 .date-area .line {
  background: rgba(255, 255, 255, 0.34);
  height: 1px;
  width: 38px;
  display: block;
}
.news-section06 .news__items-06 .date-area i {
  font-size: 8px;
  color: var(--white) !important;
}
.news-section06 .news__items-06 .date-area span {
  color: rgba(255, 255, 255, 0.767);
  display: block;
  font-size: 16px;
  line-height: 17px;
}
.news-section06 .news__items-06 .head-title {
  font-size: 24px;
  line-height: 34px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}
.news-section06 .news__items-06 .thumb {
  margin-bottom: 30px;
  display: block;
  border-radius: 8px;
}
.news-section06 .news__items-06 .thumb img {
  transition: all 0.4s;
  border-radius: 8px;
}
.news-section06 .news__items-06 p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.767);
  margin-bottom: 24px;
}
.news-section06 .news__items-06:hover .head-title {
  color: var(--theme);
}
.news-section06 .news__items-06:hover .thumb img {
  transform: scale(1.05);
}
@media (max-width: 1399px) {
  .news-section06 .section-title6 {
    margin-bottom: 45px;
  }
  .news-section06 .news__items-06 .date-area {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
  .news-section06 .news__items-06 .date-area .line {
    width: 16px;
  }
  .news-section06 .news__items-06 .date-area i {
    font-size: 8px;
  }
  .news-section06 .news__items-06 .date-area span {
    font-size: 15px;
    line-height: 16px;
  }
  .news-section06 .news__items-06 .head-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .news-section06 .news__items-06 .thumb {
    margin-bottom: 20px;
  }
  .news-section06 .news__items-06 p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
  }
}
@media (max-width: 1199px) {
  .news-section06 .section-title6 {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .news-section06 .section-title6 {
    margin-bottom: 24px;
  }
}

.max-w-100 {
  max-width: 100% !important;
}

.container-1400 {
  max-width: 1400px;
}

.theme-btn-quick {
  display: flex;
  align-items: center;
}
.theme-btn-quick .texts {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme);
  background-color: transparent;
  padding: 8.5px 24px;
  border: 1px solid var(--theme);
  border-right: 0 !important;
  transition: all 0.5s;
}
.theme-btn-quick .theme-btn-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--theme);
  color: var(--theme);
  transition: all 0.5s;
}
.theme-btn-quick .theme-btn-arrow i {
  transform: rotate(-50deg);
  transition: all 0.4s;
}
.theme-btn-quick:hover .texts {
  background-color: var(--theme);
  color: var(--white);
}
.theme-btn-quick:hover .theme-btn-arrow {
  background-color: var(--theme);
  color: var(--white);
  border-left: 1px solid var(--white) !important;
}
.theme-btn-quick:hover .theme-btn-arrow i {
  color: var(--white);
  transform: rotate(0deg);
}

.blog-card07 {
  cursor: pointer;
  background: transparent;
  transition: all 0.4s ease;
}
.blog-card07 .blog-image-wrapper {
  position: relative;
  overflow: hidden;
}
.blog-card07 .blog-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.blog-card07 .blog-image-wrapper .category-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--theme);
  color: var(--white);
  padding: 10px 24px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  z-index: 2;
  transition: all 0.3s ease;
}
.blog-card07 .blog-content {
  padding-top: 24px;
}
.blog-card07 .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.blog-card07 .blog-content .blog-meta .meta-line {
  width: 20px;
  height: 1px;
  background-color: var(--theme);
}
.blog-card07 .blog-content .blog-meta .date {
  color: var(--theme);
  font-size: 16px;
  font-weight: 400;
}
.blog-card07 .blog-content .blog-title {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  transition: color 0.4s ease;
  font-family: "Space Grotesk", sans-serif;
}
.blog-card07:hover .blog-image-wrapper img {
  transform: scale(1.1);
}
.blog-card07:hover .blog-image-wrapper .category-tag {
  background-color: var(--white);
  color: var(--black);
}
.blog-card07:hover .blog-title {
  color: var(--theme);
}

.blog-new-wrap9 {
  background: #ffffff;
  box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 120px 90px;
}
.blog-new-wrap9 .blog-header {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 35px;
  justify-content: space-between;
}
.blog-new-wrap9 .blog-header .b-title-9,
.blog-new-wrap9 .blog-header h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #1e2023;
  font-family: "Instrument Sans", sans-serif;
}
@media (max-width: 1399px) {
  .blog-new-wrap9 {
    padding: 24px 24px;
  }
  .blog-new-wrap9 .blog-header {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
  }
  .blog-new-wrap9 .blog-header h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

.blog-items-09 .blog-thumb {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 29px;
}
.blog-items-09 .blog-thumb img {
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  display: block;
  transition: all 0.4s ease-in-out;
}
.blog-items-09 .blog-content .blog-meta {
  display: flex;
  align-items: center;
  gap: 10px 21px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.blog-items-09 .blog-content .blog-meta li {
  color: #150e3d;
  font-size: 15px;
  line-height: 18px;
}
.blog-items-09 .blog-content .blog-meta .marketing-tag {
  border: 1px solid #d9d9d9;
  border-radius: 13.5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  color: #150e3d;
  padding: 6px 18px;
  border-radius: 100px;
  display: inline-block;
}
.blog-items-09 .blog-content .blog-title {
  margin-bottom: 19px;
}
.blog-items-09 .blog-content .blog-title a {
  font-size: 26px;
  display: block;
  line-height: 36px;
  color: var(--black);
  font-weight: 600;
  color: #171717;
}
.blog-items-09:hover .blog-content .blog-title a {
  color: #ac8de0;
}
.blog-items-09:hover .blog-thumb img {
  border-radius: 12px;
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .blog-items-09 .blog-thumb {
    margin-bottom: 24px;
  }
  .blog-items-09 .blog-content .blog-meta {
    display: flex;
    align-items: center;
    gap: 10px 16px;
    flex-wrap: wrap;
    margin-bottom: 26px;
  }
  .blog-items-09 .blog-content .blog-title {
    margin-bottom: 12px;
  }
  .blog-items-09 .blog-content .blog-title a {
    font-size: 22px;
    display: block;
    line-height: 30px;
    color: var(--black);
    font-weight: 600;
    color: #171717;
  }
}

.text-theme6 {
  color: #ac8de0;
}

.blog-items-10 .blog-content .blog-meta li {
  color: #626c74;
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-items-10 .blog-content .blog-meta li i {
  color: #85a6a6;
}
.blog-items-10 .blog-content .blog-title a {
  font-size: 24px;
  color: #28241f;
}
.blog-items-10 .blog-thumb-300 {
  max-width: 300px;
}
.blog-items-10:hover .blog-content .blog-title a {
  color: #85a6a6;
}

.blog-right-wrap10 {
  gap: 30px;
}
@media (max-width: 991px) {
  .blog-right-wrap10 {
    gap: 22px;
  }
}

.text-theme10 {
  color: #85a6a6;
}

.bg-theme11 {
  background-color: #85a6a6;
}

.bg-badge-title {
  background-color: #EFEFEF !important;
  color: #626C74 !important;
}

.blog-items-11 .blog-content .blog-meta-date li {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #85a6a6;
}
.blog-items-11 .blog-content .blog-meta-date li .line {
  width: 24px;
  height: 0px;
  border: 1px solid #85a6a6;
}
.blog-items-11:hover .blog-content a {
  color: #85A6A6 !important;
}

/*----------------------------------------*/
/*  2.15 Preloader
/*----------------------------------------*/
.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 9999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #111;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader.two svg {
  fill: #1d1d22;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader .preloader-heading .load-text {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 15px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  z-index: 20;
}
@media (max-width: 991px) {
  .preloader .preloader-heading .load-text {
    letter-spacing: 2px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.back-to-top {
  border-radius: 10px;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--white);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--header);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 999999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.pricing-header7 {
  text-align: center;
  margin-bottom: 65px;
}
.pricing-header7 p {
  font-size: 16px;
  margin-bottom: 40px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .pricing-header7 {
    margin-bottom: 30px;
  }
  .pricing-header7 p {
    font-size: 16px;
    margin-bottom: 24px;
    color: var(--white);
  }
}
@media (max-width: 991px) {
  .pricing-header7 {
    margin-bottom: 30px;
  }
  .pricing-header7 p {
    font-size: 16px;
    margin-bottom: 24px;
    color: var(--white);
  }
}

.pricing-plan-section07 {
  position: relative;
  background-color: var(--bg-2);
  font-family: "Space Grotesk", sans-serif;
}
.pricing-plan-section07 .pricing-ele {
  position: absolute;
  top: 156px;
  left: -50px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .pricing-plan-section07 .pricing-ele {
    width: 120px;
    top: 20px;
    left: 0px;
    z-index: -1;
  }
}
.pricing-plan-section07 .switch-label {
  color: var(--white);
  font-weight: 500;
}
.pricing-plan-section07 .price-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}
.pricing-plan-section07 .price-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-plan-section07 .price-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-dark3);
  transition: 0.4s;
  border-radius: 34px;
}
.pricing-plan-section07 .price-switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.pricing-plan-section07 .price-switch .slider2 {
  background-color: transparent;
  border: 1px solid var(--theme);
}
.pricing-plan-section07 .price-switch .slider2::before {
  background-color: var(--theme) !important;
}
.pricing-plan-section07 .price-switch input:checked + .slider2 {
  background-color: transparent !important;
  border: 1px solid var(--theme);
}
.pricing-plan-section07 .price-switch input:checked + .slider {
  background-color: var(--theme);
}
.pricing-plan-section07 .price-switch input:checked + .slider:before {
  transform: translateX(24px);
}
.pricing-plan-section07 .pricing-card {
  background-color: var(--black3);
  border: 1px solid var(--bg-dark3);
  transition: all 0.4s ease;
}
.pricing-plan-section07 .pricing-card .card-image {
  position: relative;
  overflow: hidden;
  padding: 26px 35px;
}
.pricing-plan-section07 .pricing-card .card-image span {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.28em;
  color: #ffffff;
}
.pricing-plan-section07 .pricing-card .card-body {
  padding: 45px 35px;
}
.pricing-plan-section07 .pricing-card .card-body .price-wrap .currency,
.pricing-plan-section07 .pricing-card .card-body .price-wrap .amount {
  font-size: 42px;
  font-weight: 500;
  color: var(--theme);
}
.pricing-plan-section07 .pricing-card .card-body .period {
  background: var(--bg-dark2);
  padding: 6px 18px;
  border-radius: 4px;
  font-size: 15px;
  margin-left: 5px;
  color: var(--text-gray1);
  position: relative;
  bottom: 10px;
}
.pricing-plan-section07 .pricing-card .card-body .description {
  color: var(--text-gray1);
  margin: 32px 0 35px;
  line-height: 1.6;
  font-size: 16px;
}
.pricing-plan-section07 .pricing-card .card-body .btn-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-dark3);
  color: var(--white);
  padding: 6px 6px 6px 82px;
  border-radius: 30px;
  text-decoration: none;
  margin-bottom: 35px;
}
.pricing-plan-section07 .pricing-card .card-body .btn-download i {
  background: var(--theme);
  padding: 8px;
  width: 37px;
  height: 37px;
  min-width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
.pricing-plan-section07 .pricing-card .card-body .feature-list {
  list-style: none;
  padding: 0;
  gap: 12px;
  display: flex;
  flex-direction: column;
  margin-bottom: 38px;
}
.pricing-plan-section07 .pricing-card .card-body .feature-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}
.pricing-plan-section07 .pricing-card .card-body .feature-list li i {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .pricing-plan-section07 .pricing-card .card-image {
    position: relative;
    overflow: hidden;
    padding: 26px 35px;
  }
  .pricing-plan-section07 .pricing-card .card-image span {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.28em;
    color: #ffffff;
  }
  .pricing-plan-section07 .pricing-card .card-body {
    padding: 40px 24px;
  }
  .pricing-plan-section07 .pricing-card .card-body .price-wrap .currency,
  .pricing-plan-section07 .pricing-card .card-body .price-wrap .amount {
    font-size: 38px;
  }
  .pricing-plan-section07 .pricing-card .card-body .period {
    padding: 6px 15px;
    font-size: 15px;
    margin-left: 5px;
    bottom: 10px;
  }
  .pricing-plan-section07 .pricing-card .card-body .description {
    color: var(--text-gray1);
    margin: 25px 0 25px;
    font-size: 16px;
  }
  .pricing-plan-section07 .pricing-card .card-body .btn-download {
    padding: 6px 6px 6px 20px;
    margin-bottom: 24px;
  }
  .pricing-plan-section07 .pricing-card .card-body .feature-list {
    gap: 9px;
    margin-bottom: 24px;
  }
  .pricing-plan-section07 .pricing-card .card-body .feature-list li {
    font-size: 15px;
  }
}
.pricing-plan-section07 .pricing-card.active {
  background-color: var(--theme);
}
.pricing-plan-section07 .pricing-card.active .amount,
.pricing-plan-section07 .pricing-card.active .period,
.pricing-plan-section07 .pricing-card.active .feature-list li i {
  color: var(--white);
}
.pricing-plan-section07 .pricing-card.active .description {
  color: var(--white);
}
.pricing-plan-section07 .pricing-card.active .period {
  background: rgba(255, 255, 255, 0.2);
}
.pricing-plan-section07 .pricing-card.active .btn-download {
  background: rgba(255, 255, 255, 0.3);
}

.pricing-card2 {
  background: #ffffff;
  border: 1px solid rgba(69, 78, 99, 0.14);
  border-radius: 10px;
  padding: 40px;
}
.pricing-card2 .price-small {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  margin-bottom: 24px;
  font-family: "Instrument Sans", sans-serif;
}
.pricing-card2 .price-wrap {
  margin-bottom: 24px;
}
.pricing-card2 .price-wrap .currency,
.pricing-card2 .price-wrap .amount {
  font-weight: 400;
  font-size: 66px;
  line-height: 83px;
  letter-spacing: -0.03em;
  color: #333333;
  color: "Space Grotesk", sans-serif;
}
.pricing-card2 .price-wrap .period {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #959aa6;
  font-family: "Instrument Sans", sans-serif;
}
.pricing-card2 .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 35px;
}
.pricing-card2 .feature-list li {
  width: 48%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #454e63;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pricing-card2 .feature-list li i {
  color: var(--black);
}
.pricing-card2 .price-btn {
  margin-bottom: 30px;
}
.pricing-card2 .time-limit {
  display: flex;
  align-items: center;
  gap: 22px;
}
.pricing-card2 .time-limit .line {
  width: 1px;
  height: 12px;
  background-color: #9f9f9f;
}
.pricing-card2 .time-limit div {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #454e63;
  font-family: "Instrument Sans", sans-serif i;
  font-family-color: #9f8fd7;
}
.pricing-card2.active {
  background-color: var(--theme);
  border-color: var(--theme);
}
.pricing-card2.active .price-small {
  color: var(--white);
}
.pricing-card2.active .price-wrap .currency,
.pricing-card2.active .price-wrap .amount {
  color: var(--white);
}
.pricing-card2.active .price-wrap .period {
  color: var(--white);
}
.pricing-card2.active .feature-list li {
  color: var(--white);
}
.pricing-card2.active .feature-list li i {
  color: var(--white);
}
.pricing-card2.active .price-btn {
  background-color: var(--white);
  color: var(--theme);
}
.pricing-card2.active .time-limit .line {
  background-color: #fff;
}
.pricing-card2.active .time-limit div {
  color: #fff;
  font-family: "Instrument Sans", sans-serif i;
  font-family-color: #fff;
}
@media (max-width: 1399px) {
  .pricing-card2 {
    padding: 24px;
  }
  .pricing-card2 .price-small {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 18px;
  }
  .pricing-card2 .price-wrap {
    margin-bottom: 18px;
  }
  .pricing-card2 .price-wrap .currency,
  .pricing-card2 .price-wrap .amount {
    font-size: 48px;
    line-height: 58px;
  }
  .pricing-card2 .price-wrap .period {
    font-size: 14px;
    line-height: 28px;
  }
  .pricing-card2 .feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 0;
    margin-bottom: 28px;
  }
  .pricing-card2 .feature-list li {
    width: 48%;
    font-size: 16px;
    line-height: 22px;
    gap: 6px;
  }
  .pricing-card2 .feature-list li i {
    color: var(--black);
  }
  .pricing-card2 .price-btn {
    margin-bottom: 24px;
  }
  .pricing-card2 .time-limit {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .pricing-card2 .time-limit .line {
    width: 1px;
    height: 12px;
  }
  .pricing-card2 .time-limit div {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .pricing-card2 {
    padding: 24px;
  }
  .pricing-card2 .price-small {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 18px;
  }
  .pricing-card2 .price-wrap {
    margin-bottom: 18px;
  }
  .pricing-card2 .price-wrap .currency,
  .pricing-card2 .price-wrap .amount {
    font-size: 48px;
    line-height: 58px;
  }
  .pricing-card2 .price-wrap .period {
    font-size: 14px;
    line-height: 28px;
  }
  .pricing-card2 .feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 0;
    margin-bottom: 28px;
  }
  .pricing-card2 .feature-list li {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    gap: 6px;
  }
  .pricing-card2 .feature-list li i {
    color: var(--black);
  }
  .pricing-card2 .price-btn {
    margin-bottom: 24px;
  }
  .pricing-card2 .time-limit {
    display: flex;
    align-items: center;
    gap: 2px 10px;
  }
  .pricing-card2 .time-limit .line {
    width: 1px;
    height: 12px;
  }
  .pricing-card2 .time-limit div {
    font-size: 14px;
    line-height: 28px;
  }
}

.price-btn {
  padding: 14px 31px;
  background: #333333;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--white);
}
@media (max-width: 1399px) {
  .price-btn {
    padding: 11px 24px;
  }
}

.pricing-card--master {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 40px 15px 15px;
}
.pricing-card--master .price-wrap {
  margin-bottom: 20px;
}
.pricing-card--master .price-wrap .currency,
.pricing-card--master .price-wrap .amount {
  font-size: 32px !important;
  line-height: 42px !important;
  font-family: "Instrument Sans", sans-serif;
  color: var(--theme);
}
.pricing-card--master .price-wrap .period {
  font-size: 16px !important;
}
.pricing-card--master .price-small {
  font-weight: 600;
  font-size: 36px;
  line-height: 32px;
  color: #171717;
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 21px;
}
.pricing-card--master .pra-group {
  background: #f6f8ef;
  border-radius: 12px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 22px;
  color: #898989;
  margin-bottom: 22px;
}
.pricing-card--master .middle-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #171717;
  display: block;
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 20px;
}
.pricing-card--master .feature-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
.pricing-card--master .feature-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #5c6672;
}
.pricing-card--master .feature-list li i {
  color: var(--theme);
}

.pricing-plan-section-09 {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.pricing-plan-section-09 .price-switch .slider2 {
  border-color: #6294ff !important;
}
.pricing-plan-section-09 .price-switch .slider2::before {
  background-color: #6294ff !important;
}
.pricing-plan-section-09 .switch-label {
  font-weight: 700 !important;
}
.pricing-plan-section-09 .pricing-card--master .price-wrap .currency,
.pricing-plan-section-09 .pricing-card--master .price-wrap .amount {
  color: #ac8de0;
}
.pricing-plan-section-09 .pricing-card--master .price-small {
  color: #171717;
}
.pricing-plan-section-09 .pricing-card--master .pra-group {
  background: #f9f7fd;
  color: #898989;
}
.pricing-plan-section-09 .pricing-card--master .middle-title {
  color: #171717;
}
.pricing-plan-section-09 .pricing-card--master .feature-list li {
  color: #5c6672;
}
.pricing-plan-section-09 .pricing-card--master .feature-list li i {
  color: #ac8de0;
}
.pricing-plan-section-09 .pricing-card--master .price-btn {
  background-color: #ac8de0;
}
.pricing-plan-section-09 .pricing-card--master .price-btn:hover {
  background-color: #ac8de0 !important;
}
.pricing-plan-section-09 .hand-3d {
  position: absolute;
  z-index: -1;
  top: 168px;
  left: 342px;
}
.pricing-plan-section-09 .price-ele {
  position: absolute;
  top: -290px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .pricing-plan-section-09 .hand-3d {
    position: absolute;
    z-index: -1;
    top: 200px;
    right: 20px;
    left: auto;
  }
}

.pricing-style11 {
  border: 1px solid rgba(97, 97, 97, 0.26) !important;
  border-radius: 6px;
  background-color: #EFEFEF !important;
  overflow: hidden;
}
.pricing-style11.active {
  background-color: #fff !important;
}
.pricing-style11 .cmn__btn-10 {
  background-color: #85A6A6 !important;
}
.pricing-style11 .card-image {
  border-bottom: 1px solid rgba(97, 97, 97, 0.26) !important;
}
.pricing-style11 .card-image span {
  color: #626C74 !important;
}
.pricing-style11 .card-body .price-wrap .currency,
.pricing-style11 .card-body .price-wrap .amount {
  color: var(--black) !important;
}
.pricing-style11 .card-body .price-wrap .period {
  padding: 9px 19px;
  background-color: #fff;
  color: #4B5563 !important;
}
.pricing-style11 .card-body .description {
  color: #4B5563 !important;
}
.pricing-style11 .card-body .btn-download {
  color: #4B5563 !important;
  background-color: #EFEFEF !important;
  border: 1px solid rgba(97, 97, 97, 0.26) !important;
}
.pricing-style11 .card-body .btn-download i {
  background-color: #85A6A6 !important;
  color: var(--white) !important;
}
.pricing-style11 .card-body .feature-list li {
  color: #4B5563 !important;
}
.pricing-style11 .card-body .feature-list li i {
  color: #4B5563 !important;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .sub-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--theme);
  font-family: "DM Sans", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.section-title .sub-title::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--theme);
  left: 0;
  top: 12px;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
.section-title-area .section-title-2 {
  margin-bottom: 0;
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg-2);
}

.bg-color-3 {
  background-color: var(--bg-3);
}

.theme-bg {
  background-color: var(--theme);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.contact-bg {
  background: #f4f5ec;
}

.video-box {
  margin-bottom: -30px;
}
.video-box source {
  width: 100%;
  height: 100%;
}

.section-bg-black {
  background-color: var(--bg-2);
}

.section-padding-150 {
  padding: 150px 0;
}
@media (max-width: 1199px) {
  .section-padding-150 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .section-padding-150 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section-padding-150 {
    padding: 80px 0;
  }
}

.section-title10 .subtitle-badge {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.28em;
  background: #ffffff;
  border-radius: 2px;
  color: #626c74;
  padding: 10px 19px;
  font-family: "Heebo", sans-serif;
}
.section-title10 h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #28241f;
}
@media (max-width: 1199px) {
  .section-title10 h2 {
    font-size: 44px;
    line-height: 54px;
  }
  .section-title10 .subtitle-badge {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 16px;
  }
}
@media (max-width: 991px) {
  .section-title10 h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .section-title10 h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .section-title10 h2 {
    font-size: 29px;
    line-height: 39px;
  }
}

.service-title {
  font-weight: 500;
  font-size: 96px;
  line-height: 108px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
  max-width: 855px;
  margin: 0 auto 60px;
}
.service-title .sticker-done {
  position: absolute;
  right: -70px;
  top: 22%;
}

.service-head {
  max-width: 1030px;
  margin: 0 auto 140px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.service-head p {
  max-width: 530px;
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  margin-left: auto;
}

.service-quick-wrap {
  display: flex;
  flex-direction: column;
}
.service-quick-wrap .service-quick-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 105px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.service-quick-wrap .service-quick-item.ser-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}
.service-quick-wrap .service-quick-item .hover-thumb {
  max-width: 305px;
  position: absolute;
  transition: all 0.4s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-10deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  border-radius: 19px;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  visibility: hidden;
  will-change: transform;
}
.service-quick-wrap .service-quick-item .hover-thumb img {
  width: 100%;
}
.service-quick-wrap .service-quick-item .serial {
  font-size: 18px;
  color: var(--white);
  width: 230px;
}
.service-quick-wrap .service-quick-item h2 {
  width: 675px;
  max-width: 675px;
  font-size: 96px;
  line-height: 108px;
  color: rgba(255, 255, 255, 0.13);
  font-weight: 700;
}
.service-quick-wrap .service-quick-item p {
  max-width: 365px;
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
  width: 365px;
  margin-left: auto;
}
.service-quick-wrap .service-quick-item .shape-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
.service-quick-wrap .service-quick-item .shape-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
.service-quick-wrap .service-quick-item:hover .hover-thumb {
  opacity: 1;
  visibility: visible;
}
.service-quick-wrap .service-quick-item:hover .hover-thumb,
.service-quick-wrap .service-quick-item:hover .shape-top,
.service-quick-wrap .service-quick-item:hover .shape-bottom {
  opacity: 1;
}
.service-quick-wrap .service-quick-item:hover h2 a {
  color: var(--white);
}

@media (max-width: 1399px) {
  .service-quick-wrap .service-quick-item {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
  }
  .service-quick-wrap .service-quick-item .hover-thumb {
    max-width: 305px;
    top: 50%;
    left: 64%;
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  .service-quick-wrap .service-quick-item .serial {
    font-size: 18px;
    color: var(--white);
    width: 230px;
  }
  .service-quick-wrap .service-quick-item h2 {
    width: 675px;
    max-width: 675px;
    font-size: 60px;
    line-height: 70px;
  }
  .service-quick-wrap .service-quick-item p {
    max-width: 365px;
    font-size: 18px;
    line-height: 28px;
    width: 365px;
    margin-left: auto;
  }
  .service-quick-wrap .service-quick-item .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
  }
  .service-quick-wrap .service-quick-item .shape-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .service-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.02em;
    max-width: 655px;
    margin: 0 auto 24px;
  }
  .service-title .sticker-done {
    position: absolute;
    right: -70px;
    top: 22%;
  }
  .service-head {
    max-width: 1030px;
    margin: 0 auto 60px;
    gap: 12px;
    justify-content: center;
    text-align: center;
  }
  .service-head p {
    max-width: 530px;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto;
  }
  .service-quick-wrap .service-quick-item {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
  }
  .service-quick-wrap .service-quick-item .hover-thumb {
    max-width: 205px;
    top: 50%;
    left: 64%;
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  .service-quick-wrap .service-quick-item .serial {
    font-size: 18px;
    color: var(--white);
    width: 230px;
  }
  .service-quick-wrap .service-quick-item h2 {
    width: 675px;
    max-width: 675px;
    font-size: 40px;
    line-height: 50px;
  }
  .service-quick-wrap .service-quick-item h2 a {
    font-size: 40px;
  }
  .service-quick-wrap .service-quick-item p {
    max-width: 365px;
    font-size: 18px;
    line-height: 28px;
    width: 365px;
    margin-left: auto;
  }
  .service-quick-wrap .service-quick-item .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
  }
  .service-quick-wrap .service-quick-item .shape-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .service-title {
    font-size: 44px;
    line-height: 54px;
    letter-spacing: -0.02em;
    max-width: 655px;
    margin: 0 auto 16px;
  }
  .service-title .sticker-done {
    display: none;
  }
  .service-head {
    max-width: 1030px;
    margin: 0 auto 40px;
    gap: 12px;
    justify-content: center;
    text-align: center;
  }
  .service-head p {
    max-width: 530px;
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
  }
  .service-quick-wrap .service-quick-item {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    gap: 20px;
  }
  .service-quick-wrap .service-quick-item .hover-thumb {
    max-width: 205px;
    top: 50%;
    left: 64%;
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  .service-quick-wrap .service-quick-item .serial {
    font-size: 18px;
    color: var(--white);
    width: 80px;
  }
  .service-quick-wrap .service-quick-item h2 {
    width: 375px;
    max-width: 375px;
    font-size: 30px;
    line-height: 40px;
  }
  .service-quick-wrap .service-quick-item h2 a {
    font-size: 30px;
  }
  .service-quick-wrap .service-quick-item p {
    max-width: 365px;
    font-size: 18px;
    line-height: 28px;
    width: 365px;
    margin-left: auto;
  }
  .service-quick-wrap .service-quick-item .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
  }
  .service-quick-wrap .service-quick-item .shape-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .service-title {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.02em;
    max-width: 655px;
    margin: 0 auto 10px;
  }
  .service-title .sticker-done {
    display: none;
  }
  .service-head {
    max-width: 1030px;
    margin: 0 auto 26px;
    gap: 12px;
    justify-content: center;
    text-align: center;
  }
  .service-head p {
    max-width: 530px;
    font-size: 15px;
    line-height: 22px;
    margin: 0 auto;
  }
  .service-quick-wrap .service-quick-item {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
    gap: 20px;
    flex-wrap: wrap;
  }
  .service-quick-wrap .service-quick-item .hover-thumb {
    max-width: 205px;
    top: 50%;
    left: 64%;
    transform: translate(-50%, -50%) rotate(-10deg);
  }
  .service-quick-wrap .service-quick-item .serial {
    font-size: 18px;
    color: var(--white);
    width: 60px;
  }
  .service-quick-wrap .service-quick-item h2 {
    width: 375px;
    max-width: 375px;
    font-size: 30px;
    line-height: 40px;
  }
  .service-quick-wrap .service-quick-item h2 a {
    font-size: 30px;
  }
  .service-quick-wrap .service-quick-item p {
    max-width: 365px;
    font-size: 18px;
    line-height: 28px;
    width: 365px;
    margin-left: auto;
  }
  .service-quick-wrap .service-quick-item .shape-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
  }
  .service-quick-wrap .service-quick-item .shape-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
  }
}
.workview-content .group-thumb {
  max-width: 500px;
  margin-left: auto;
  margin-bottom: 240px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.workview-content .group-thumb .thumb {
  max-width: 325px;
}
.workview-content .group-thumb .thumb img {
  width: 100%;
  border-radius: 14px 14px 0 14px;
}
.workview-content .group-thumb .icon {
  width: 132px;
  position: relative;
  top: 145px;
  height: 145px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0px 15px 15px 15px;
}
.workview-content p {
  font-size: 22px;
  line-height: 32px;
  color: var(--white);
  margin-bottom: 50px;
  max-width: 634px;
}
@media (max-width: 1199px) {
  .workview-content .group-thumb {
    max-width: 500px;
    margin-left: auto;
    margin-bottom: 150px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .workview-content .group-thumb .thumb {
    max-width: 255px;
  }
  .workview-content .group-thumb .thumb img {
    width: 100%;
    border-radius: 14px 14px 0 14px;
  }
  .workview-content .group-thumb .icon {
    width: 100px;
    position: relative;
    top: 105px;
    height: 105px;
    border-radius: 0px 15px 15px 15px;
  }
  .workview-content p {
    font-size: 19px;
    line-height: 29px;
    color: var(--white);
    margin-bottom: 30px;
    max-width: 634px;
  }
}
@media (max-width: 991px) {
  .workview-content .group-thumb {
    max-width: 500px;
    margin-left: auto;
    margin-bottom: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .workview-content .group-thumb .thumb {
    max-width: 220px;
  }
  .workview-content .group-thumb .thumb img {
    width: 100%;
    border-radius: 14px 14px 0 14px;
  }
  .workview-content .group-thumb .icon {
    width: 80px;
    top: 80px;
    height: 85px;
  }
  .workview-content .group-thumb .icon img {
    width: 40px;
  }
  .workview-content p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 22px;
    max-width: 634px;
  }
}
@media (max-width: 991px) {
  .workview-content .group-thumb {
    max-width: 500px;
    margin-left: auto;
    margin-bottom: 100px;
    display: flex;
    justify-content: flex-start;
  }
  .workview-content .group-thumb .thumb {
    max-width: 220px;
  }
  .workview-content .group-thumb .thumb img {
    width: 100%;
    border-radius: 14px 14px 0 14px;
  }
  .workview-content .group-thumb .icon {
    width: 80px;
    top: 80px;
    height: 85px;
  }
  .workview-content .group-thumb .icon img {
    width: 40px;
  }
  .workview-content p {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 22px;
    max-width: 634px;
  }
}

.world-globe {
  position: absolute;
  right: 100px;
  top: -100px;
}

.workview-head {
  margin-bottom: 130px;
}
.workview-head .more-then {
  max-width: 250px;
  font-size: 20px;
  line-height: 26px;
  color: var(--white);
}
.workview-head .l-text {
  max-width: 670px;
  font-size: 26px;
  line-height: 30px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .workview-head {
    margin-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .workview-head {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .workview-head {
    margin-bottom: 50px;
  }
}

.counter__item01 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 33px;
}
.counter__item01 .content h2,
.counter__item01 .content .count {
  font-size: 96px;
  line-height: 110px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}
.counter__item01 .content p {
  font-size: 20px;
  line-height: 22px;
  color: var(--white);
  font-weight: 500;
}
.counter__item01 .bore-dot {
  display: flex;
  align-items: center;
  gap: 1;
  position: relative;
  padding-left: 10px;
}
.counter__item01 .bore-dot::before {
  position: absolute;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--white);
}
.counter__item01.counter__items02 {
  max-width: 390px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  border: unset;
}
.counter__item01.counter__items02 h2 {
  line-height: 70px !important;
  border-bottom: 1px solid #747474;
  color: #8c8c8c;
  margin-bottom: 30px !important;
}
.counter__item01.counter__items02 h2 span {
  line-height: 70px !important;
  color: #8c8c8c !important;
}
@media (max-width: 1199px) {
  .counter__item01 .content h2,
  .counter__item01 .content .count {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .counter__item01 .content p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .counter__item01 .content h2,
  .counter__item01 .content .count {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 8px;
  }
  .counter__item01 .content p {
    font-size: 18px;
    line-height: 20px;
  }
}

.globe-circle {
  margin: 150px auto 0;
  max-width: 666px;
  text-align: center;
}
@media (max-width: 767px) {
  .globe-circle {
    margin: 70px auto 0;
  }
  .globe-circle img {
    width: 100%;
  }
}

.agency-work-item {
  padding: 67px 65px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  transition: all 0.4s;
}
.agency-work-item:hover {
  margin-left: 0 !important;
}
.agency-work-item.first .box {
  max-width: 496px;
}
.agency-work-item.first .j-mil,
.agency-work-item.first h4 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 19px;
}
.agency-work-item.first .j-mil a,
.agency-work-item.first h4 a {
  font-size: 36px;
  color: var(--white);
  line-height: 46px;
  font-weight: 700;
}
.agency-work-item.first p {
  font-size: 18px;
  line-height: 30px;
  color: var(--white);
}
.agency-work-item.secound {
  background: #333333;
  margin-left: -30px;
}
.agency-work-item.secound .box {
  display: flex;
  gap: 16px;
}
.agency-work-item.secound .web-img {
  width: 116px;
  height: 70px;
  object-fit: contain;
}
.agency-work-item.secound .j-mil,
.agency-work-item.secound h4 {
  font-size: 96px;
  line-height: 96px;
  color: #c2ef17;
  margin-bottom: 16px;
}
.agency-work-item.secound .j-mil span,
.agency-work-item.secound h4 span {
  font-size: 96px;
  line-height: 96px;
}
.agency-work-item.secound p {
  max-width: 250px;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
  opacity: 63%;
}
.agency-work-item.third {
  margin-left: -30px;
  background-color: var(--white);
}
.agency-work-item.third .box {
  max-width: 496px;
}
.agency-work-item.third .j-mil,
.agency-work-item.third h4 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 19px;
}
.agency-work-item.third .j-mil a,
.agency-work-item.third h4 a {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}
.agency-work-item.third p {
  font-size: 18px;
  line-height: 30px;
  color: var(--black);
}
@media (max-width: 1399px) {
  .agency-work-item {
    padding: 45px 30px;
  }
  .agency-work-item.first .box {
    max-width: 496px;
  }
  .agency-work-item.first .j-mil,
  .agency-work-item.first h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 19px;
  }
  .agency-work-item.first .j-mil a,
  .agency-work-item.first h4 a {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
  }
  .agency-work-item.first p {
    font-size: 18px;
    line-height: 30px;
  }
  .agency-work-item.secound {
    margin-left: 10px;
  }
  .agency-work-item.secound .box {
    display: flex;
    gap: 16px;
  }
  .agency-work-item.secound .web-img {
    width: 116px;
    height: 70px;
    object-fit: contain;
  }
  .agency-work-item.secound .j-mil,
  .agency-work-item.secound h4 {
    font-size: 96px;
    line-height: 96px;
    margin-bottom: 16px;
  }
  .agency-work-item.secound .j-mil span,
  .agency-work-item.secound h4 span {
    font-size: 96px;
    line-height: 96px;
  }
  .agency-work-item.secound p {
    max-width: 250px;
    font-size: 18px;
    line-height: 26px;
    opacity: 63%;
  }
  .agency-work-item.third {
    margin-left: 10px;
  }
  .agency-work-item.third .box {
    max-width: 496px;
  }
  .agency-work-item.third .j-mil,
  .agency-work-item.third h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 19px;
  }
  .agency-work-item.third .j-mil a,
  .agency-work-item.third h4 a {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
  }
  .agency-work-item.third p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .agency-work-item {
    padding: 45px 22px;
    margin: 9px !important;
  }
  .agency-work-item.first .box {
    max-width: 496px;
  }
  .agency-work-item.first .box img {
    width: 50px;
  }
  .agency-work-item.first .j-mil,
  .agency-work-item.first h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .agency-work-item.first .j-mil a,
  .agency-work-item.first h4 a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
  }
  .agency-work-item.first p {
    font-size: 16px;
    line-height: 26px;
  }
  .agency-work-item.secound {
    margin-left: 0px;
  }
  .agency-work-item.secound .box {
    display: flex;
    gap: 16px;
  }
  .agency-work-item.secound .web-img {
    width: 80px;
    height: 50px;
    object-fit: contain;
  }
  .agency-work-item.secound .j-mil,
  .agency-work-item.secound h4 {
    font-size: 39px;
    line-height: 46px;
    margin-bottom: 11px;
  }
  .agency-work-item.secound .j-mil span,
  .agency-work-item.secound h4 span {
    font-size: 39px;
    line-height: 46px;
  }
  .agency-work-item.secound p {
    max-width: 250px;
    font-size: 18px;
    line-height: 26px;
    opacity: 63%;
  }
  .agency-work-item.third {
    margin-left: 0px;
  }
  .agency-work-item.third .box {
    max-width: 496px;
  }
  .agency-work-item.third .box img {
    width: 50px;
  }
  .agency-work-item.third .j-mil,
  .agency-work-item.third h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .agency-work-item.third .j-mil a,
  .agency-work-item.third h4 a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
  }
  .agency-work-item.third p {
    font-size: 16px;
    line-height: 25px;
  }
}

.workview-section02 {
  z-index: -1;
}
.workview-section02 .container {
  max-width: 1694px;
}
.workview-section02 .top-account {
  padding-top: 280px;
}
.workview-section02 .top-space {
  margin-bottom: 80px;
}
.workview-section02 .world-globe {
  bottom: -160px;
  top: initial;
  width: 804px;
}
.workview-section02 .workview-head .arrow-theme {
  background-color: #bde917;
  width: 42px;
  height: 42px;
}
.workview-section02 .workview-head h2 {
  font-weight: 500;
  font-size: 86px;
  line-height: 108px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 45px;
  color: var(--white);
}
.workview-section02 .workview-head .reviw-with-arrow {
  gap: 20px;
  margin-bottom: 26px;
}
@media (max-width: 1399px) {
  .workview-section02 .workview-head .arrow-theme {
    background-color: #bde917;
    width: 42px;
    height: 42px;
  }
  .workview-section02 .workview-head h2 {
    font-size: 66px;
    line-height: 88px;
    margin-bottom: 45px;
  }
  .workview-section02 .workview-head .reviw-with-arrow {
    gap: 20px;
    margin-bottom: 26px;
  }
  .workview-section02 .top-account {
    padding-top: 20px;
  }
  .workview-section02 .top-space {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .workview-section02 .workview-head {
    margin-bottom: 30px !important;
  }
  .workview-section02 .workview-head .arrow-theme {
    background-color: #bde917;
    width: 42px;
    height: 42px;
  }
  .workview-section02 .workview-head h2 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .workview-section02 .workview-head .reviw-with-arrow {
    gap: 10px;
    margin-bottom: 20px;
  }
  .workview-section02 .top-account {
    padding-top: 0px;
  }
  .workview-section02 .top-space {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .workview-section02 .workview-head {
    margin-bottom: 10px !important;
  }
  .workview-section02 .workview-head .arrow-theme {
    background-color: #bde917;
    width: 42px;
    height: 42px;
  }
  .workview-section02 .workview-head h2 {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .workview-section02 .workview-head .reviw-with-arrow {
    gap: 10px;
    margin-bottom: 20px;
  }
  .workview-section02 .top-account {
    padding-top: 0px;
  }
  .workview-section02 .top-space {
    margin-bottom: 0px;
  }
}

.solution-play-title {
  max-width: 1065px;
  margin: 0 auto 140px;
}
.solution-play-title .service-title {
  margin-bottom: 75px;
}
@media (max-width: 1399px) {
  .solution-play-title {
    margin: 0 auto 90px;
  }
  .solution-play-title .service-title {
    margin-bottom: 30px;
  }
  .solution-play-title h2 {
    font-size: 56px;
    line-height: 68px;
  }
}
@media (max-width: 991px) {
  .solution-play-title {
    margin: 0 auto 60px;
  }
  .solution-play-title .service-title {
    margin-bottom: 30px;
  }
  .solution-play-title h2 {
    font-size: 48px;
    line-height: 68px;
  }
}
@media (max-width: 767px) {
  .solution-play-title {
    margin: 0 auto 60px;
  }
  .solution-play-title .service-title {
    margin-bottom: 20px;
  }
  .solution-play-title h2 {
    font-size: 42px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .solution-play-title {
    margin: 0 auto 40px;
  }
  .solution-play-title .service-title {
    margin-bottom: 16px;
  }
  .solution-play-title h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
}

.marquee .marquee-group {
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  display: inline-flex;
  animation: scroll 20s linear infinite;
}

.marquee .text {
  font-size: 96px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.33);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .marquee .text {
    letter-spacing: initial;
  }
}
@media (max-width: 1199px) {
  .marquee .text {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .marquee .text {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .marquee .text {
    font-size: 50px;
  }
}
.marquee .text span {
  margin-top: -10px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.marquee .text:hover {
  color: var(--white);
}

.marquee .text:hover span {
  color: var(--theme);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.business-item-style1 {
  background-color: #333333;
  border-radius: 12px;
  padding: 75px 40px;
  transition: all 0.5s;
  margin: 190px 10px 90px;
}
.business-item-style1.style1 {
  transform: rotate(-7deg);
}
.business-item-style1.style2 {
  transform: rotate(7deg);
}
.business-item-style1 h3 {
  font-size: 66px;
  line-height: 76px;
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 500;
}
.business-item-style1 h3 a {
  color: var(--white);
}
.business-item-style1 p {
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
  margin-bottom: 45px;
  font-weight: 500;
}
.business-item-style1 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.business-item-style1 ul li {
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
  font-weight: 500;
  transition: all 0.4s;
}
.business-item-style1 ul .sline {
  border-bottom: 1px solid var(--white);
  transition: all 0.4s;
}
.business-item-style1:hover {
  background-color: #bde917;
}
.business-item-style1:hover h3 {
  color: var(--black);
}
.business-item-style1:hover h3 a {
  color: var(--black);
}
.business-item-style1:hover p {
  color: var(--black);
}
.business-item-style1:hover ul li {
  color: var(--black);
}
.business-item-style1:hover ul .sline {
  border-bottom: 1px solid var(--black);
}
@media (max-width: 1600px) {
  .business-item-style1 {
    margin: 150px 10px 60px;
    padding: 40px 24px;
  }
  .business-item-style1 h3 {
    font-size: 56px;
    line-height: 66px;
    color: var(--white);
    margin-bottom: 16px;
    font-weight: 500;
  }
  .business-item-style1 h3 a {
    font-size: 56px;
  }
  .business-item-style1 p {
    font-size: 18px;
    line-height: 26px;
    color: var(--white);
    margin-bottom: 38px;
    font-weight: 500;
  }
  .business-item-style1 ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .business-item-style1 ul li {
    font-size: 18px;
    line-height: 26px;
    color: var(--white);
    font-weight: 500;
  }
  .business-item-style1 ul .sline {
    border-bottom: 1px solid var(--white);
  }
}
@media (max-width: 1399px) {
  .business-item-style1 {
    padding: 40px 24px;
    margin: 100px 10px 40px;
  }
  .business-item-style1 h3 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .business-item-style1 h3 a {
    color: var(--white);
    font-size: 38px;
  }
  .business-item-style1 p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 26px;
  }
  .business-item-style1 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .business-item-style1 ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .business-item-style1 ul .sline {
    border-bottom: 1px solid var(--white);
  }
}
@media (max-width: 500px) {
  .business-item-style1 {
    padding: 40px 22px;
    margin: 80px 10px 40px;
  }
  .business-item-style1 h3 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px;
  }
  .business-item-style1 h3 a {
    font-size: 34px;
  }
  .business-item-style1 p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 26px;
  }
  .business-item-style1 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .business-item-style1 ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .business-item-style1 ul .sline {
    border-bottom: 1px solid var(--white);
  }
}

.cus-swiper-pagination3 {
  margin-top: 27px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1399px) {
  .cus-swiper-pagination3 {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .cus-swiper-pagination3 {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .cus-swiper-pagination3 {
    margin-top: 0px;
  }
}

.cus-swiper-pagination3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #414141;
  opacity: 1;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

.cus-swiper-pagination3 .swiper-pagination-bullet-active {
  background: var(--white);
  transform: scale(1.3);
}

.workview-section-unique2 .workview-unique-title {
  font-size: 66px;
  line-height: 76px;
  color: var(--white);
  max-width: 1287px;
  margin-bottom: 1px;
  margin: 0 auto;
  font-weight: 500;
}
.workview-section-unique2 .workview-unique-title span {
  font-size: 66px;
  line-height: 76px;
}
.workview-section-unique2 .work-unique-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.workview-section-unique2 .work-unique-wrap .lefts .thumb {
  max-width: 243px;
  margin-bottom: 249px;
}
.workview-section-unique2 .work-unique-wrap .lefts .arrow-chevron {
  width: 64px;
  margin-left: 300px;
}
.workview-section-unique2 .work-unique-wrap .middle-content {
  max-width: 550px;
  margin: 0 auto;
}
.workview-section-unique2 .work-unique-wrap .middle-content p {
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
}
.workview-section-unique2 .work-unique-wrap .middle-content .pra1 {
  margin-bottom: 44px;
}
.workview-section-unique2 .work-unique-wrap .middle-content .pra2 {
  margin-bottom: 132px;
}
.workview-section-unique2 .thumb-big2 {
  max-width: 550px;
}
@media (max-width: 1399px) {
  .workview-section-unique2 .workview-unique-title {
    font-size: 44px;
    line-height: 54px;
    max-width: 720px;
    margin-bottom: 1px;
    margin: 0 auto 30px;
  }
  .workview-section-unique2 .workview-unique-title span {
    font-size: 44px;
    line-height: 54px;
  }
  .workview-section-unique2 .work-unique-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .workview-section-unique2 .work-unique-wrap .lefts .thumb {
    max-width: 243px;
    width: 240px;
    margin-bottom: 24px;
  }
  .workview-section-unique2 .work-unique-wrap .lefts .arrow-chevron {
    width: 64px;
    text-align: center;
    margin-left: 50px;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content {
    max-width: 550px;
    margin: 0 auto;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content p {
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
  }
  .workview-section-unique2 .work-unique-wrap .middle-content .pra1 {
    margin-bottom: 16px;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content .pra2 {
    margin-bottom: 132px;
  }
  .workview-section-unique2 .cmn_circle {
    width: 120px;
    height: 120px;
  }
  .workview-section-unique2 .cmn_circle img {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .workview-section-unique2 .workview-unique-title {
    font-size: 32px;
    line-height: 42px;
    max-width: 520px;
    margin-bottom: 1px;
    margin: 0 auto 30px;
  }
  .workview-section-unique2 .workview-unique-title span {
    font-size: 32px;
    line-height: 42px;
  }
  .workview-section-unique2 .work-unique-wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
  }
  .workview-section-unique2 .work-unique-wrap .lefts .thumb {
    max-width: 243px;
    width: 240px;
    margin-bottom: 24px;
  }
  .workview-section-unique2 .work-unique-wrap .lefts .arrow-chevron {
    width: 64px;
    text-align: center;
    margin-left: 50px;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content {
    max-width: 550px;
    margin: 0 auto;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content p {
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
  }
  .workview-section-unique2 .work-unique-wrap .middle-content .pra1 {
    margin-bottom: 16px;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content .pra2 {
    margin-bottom: 30px;
  }
  .workview-section-unique2 .work-unique-wrap .thumb-big2 {
    max-width: 400px;
  }
  .workview-section-unique2 .cmn_circle {
    width: 120px;
    height: 120px;
  }
  .workview-section-unique2 .cmn_circle img {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .workview-section-unique2 .workview-unique-title {
    font-size: 32px;
    line-height: 42px;
    max-width: 520px;
    margin-bottom: 1px;
    margin: 0 auto 30px;
  }
  .workview-section-unique2 .workview-unique-title span {
    font-size: 32px;
    line-height: 42px;
  }
  .workview-section-unique2 .work-unique-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 24px;
  }
  .workview-section-unique2 .work-unique-wrap .lefts .thumb {
    max-width: 243px;
    width: 240px;
    margin: 0 auto 10px !important;
    text-align: center;
  }
  .workview-section-unique2 .work-unique-wrap .lefts .arrow-chevron {
    width: 64px;
    text-align: center;
    margin-left: 50px;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content {
    max-width: 550px;
    margin: 0 auto;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content p {
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    text-align: center;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content .pra1 {
    margin-bottom: 16px;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content .pra2 {
    margin-bottom: 30px;
  }
  .workview-section-unique2 .work-unique-wrap .thumb-big2 {
    max-width: 400px;
    margin: 0 auto;
  }
  .workview-section-unique2 .work-unique-wrap .thumb-big2 img {
    width: 100%;
  }
  .workview-section-unique2 .cmn_circle {
    width: 120px;
    height: 120px;
  }
  .workview-section-unique2 .cmn_circle img {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .workview-section-unique2 .workview-unique-title {
    font-size: 24px;
    line-height: 34px;
    max-width: 520px;
    margin-bottom: 1px;
    margin: 0 auto 30px;
  }
  .workview-section-unique2 .workview-unique-title span {
    font-size: 24px;
    line-height: 34px;
  }
  .workview-section-unique2 .work-unique-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    gap: 24px;
  }
  .workview-section-unique2 .work-unique-wrap .lefts .thumb {
    max-width: 243px;
    width: 240px;
    margin: 0 auto 0px !important;
    text-align: center;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content {
    max-width: 550px;
    margin: 0 auto;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content .pra1 {
    margin-bottom: 12px;
  }
  .workview-section-unique2 .work-unique-wrap .middle-content .pra2 {
    margin-bottom: 24px;
  }
  .workview-section-unique2 .work-unique-wrap .thumb-big2 {
    max-width: 400px;
    margin: 0 auto;
  }
  .workview-section-unique2 .work-unique-wrap .thumb-big2 img {
    width: 100%;
  }
  .workview-section-unique2 .cmn_circle {
    width: 120px;
    height: 120px;
  }
  .workview-section-unique2 .cmn_circle img {
    width: 100px;
  }
}

.cmn_circle {
  position: relative;
  background-color: #2c2c2c;
  width: 203px;
  height: 203px;
  border-radius: 50%;
  position: relative;
}
.cmn_circle img {
  animation: spin 15s linear infinite;
}
.cmn_circle .arrow {
  transform: rotate(-140deg);
  color: var(--white);
}

.digital-business-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.digital-business-wrap .content-left {
  max-width: 502px;
}
.digital-business-wrap .content-left .thumb {
  transform: rotate(5deg);
  padding-bottom: 370px;
  margin-left: 164px;
}
.digital-business-wrap .content-left .cont h3 {
  font-size: 22px;
  line-height: 30px;
  color: var(--black);
  margin-bottom: 18px;
  font-weight: 700;
}
.digital-business-wrap .content-left .cont p {
  font-size: 18px;
  line-height: 24px;
  color: #919191;
  margin-bottom: 40px;
}
.digital-business-wrap .content-left .cont .read-more:hover {
  color: var(--theme) !important;
}
.digital-business-wrap .digital-bit-thumb {
  max-width: 700px;
}
.digital-business-wrap .digital-bit-thumb img {
  width: 100%;
}
@media (max-width: 1399px) {
  .digital-business-wrap .content-left .thumb {
    margin-left: 164px;
  }
}
@media (max-width: 1199px) {
  .digital-business-wrap .content-left {
    max-width: 502px;
  }
  .digital-business-wrap .content-left .thumb {
    transform: rotate(5deg);
    padding-bottom: 50px;
    margin-left: 4px;
  }
  .digital-business-wrap .content-left .cont h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .digital-business-wrap .content-left .cont p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .digital-business-wrap .content-left {
    max-width: 502px;
  }
  .digital-business-wrap .content-left .thumb {
    transform: rotate(5deg);
    padding-bottom: 30px;
    margin-left: 4px;
  }
  .digital-business-wrap .content-left .cont h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .digital-business-wrap .content-left .cont p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .digital-business-wrap .content-left {
    max-width: 502px;
  }
  .digital-business-wrap .content-left .thumb {
    transform: rotate(5deg);
    padding-bottom: 24px;
    margin-left: 4px;
  }
  .digital-business-wrap .content-left .cont h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .digital-business-wrap .content-left .cont p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .digital-business-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  .digital-business-wrap .content-left {
    max-width: 502px;
  }
  .digital-business-wrap .content-left .thumb {
    transform: rotate(5deg);
    padding-bottom: 24px;
    margin-left: 4px;
    margin: 0 auto;
    max-width: 250px;
  }
  .digital-business-wrap .content-left .cont {
    text-align: center;
  }
  .digital-business-wrap .content-left .cont h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .digital-business-wrap .content-left .cont p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}

.text-agency-section {
  padding: 200px 0 200px;
}
.text-agency-section .text-agency-wrap {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}
.text-agency-section .text-agency-wrap .text-agency-item {
  transition: all 0.4s;
  font-weight: 400;
  font-size: 200px;
  line-height: 182px;
  letter-spacing: -0.01em;
  opacity: 0.38;
  filter: blur(8.15px);
  text-align: center;
}
.text-agency-section .text-agency-wrap .text-agency-item .img {
  position: absolute;
  bottom: 120px;
  right: 10px;
  display: block;
  z-index: 2;
  transform: rotate(15deg);
  border: 2px solid var(--white);
  max-width: 280px;
  opacity: 0;
}
.text-agency-section .text-agency-wrap .text-agency-item .img img {
  width: 100%;
}
.text-agency-section .text-agency-wrap .text-agency-item:nth-child(1) .img {
  bottom: 120px;
  right: auto;
  left: 0;
}
.text-agency-section .text-agency-wrap .text-agency-item:nth-child(3) .img {
  bottom: 120px;
  right: auto;
  left: 0;
}
.text-agency-section .text-agency-wrap .text-agency-item:hover {
  color: var(--black);
  opacity: 1;
  filter: blur(0px);
}
.text-agency-section .text-agency-wrap .text-agency-item:hover .img {
  opacity: 1;
}
@media screen and (max-width: 1580px) {
  .text-agency-section {
    padding: 150px 0 150px;
  }
  .text-agency-section .text-agency-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  .text-agency-section .text-agency-wrap .text-agency-item {
    transition: all 0.4s;
    font-weight: 400;
    font-size: 150px;
    line-height: 150px;
    letter-spacing: -0.01em;
    opacity: 0.38;
    filter: blur(8.15px);
    text-align: center;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:nth-child(1) .img {
    right: auto;
    left: 0;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:nth-child(3) .img {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 1399px) {
  .text-agency-section {
    padding: 120px 0 120px;
  }
  .text-agency-section .text-agency-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  .text-agency-section .text-agency-wrap .text-agency-item {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -0.01em;
  }
  .text-agency-section .text-agency-wrap .text-agency-item .img {
    max-width: 200px;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:nth-child(1) .img {
    right: auto;
    left: 0;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:nth-child(3) .img {
    right: auto;
    left: 0;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:hover {
    color: var(--black);
    opacity: 1;
    filter: blur(0px);
  }
  .text-agency-section .text-agency-wrap .text-agency-item:hover .img {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .text-agency-section {
    padding: 100px 0 100px;
  }
  .text-agency-section .text-agency-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .text-agency-section .text-agency-wrap .text-agency-item {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.01em;
  }
  .text-agency-section .text-agency-wrap .text-agency-item .img {
    bottom: 50px;
    right: 10px;
    max-width: 120px;
    display: block;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:nth-child(1) .img {
    right: auto;
    left: 0;
    bottom: -80px;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:nth-child(3) .img {
    right: auto;
    left: 0;
    bottom: -80px;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:hover {
    color: var(--black);
    opacity: 1;
    filter: blur(0px);
  }
  .text-agency-section .text-agency-wrap .text-agency-item:hover .img {
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .text-agency-section {
    padding: 90px 0 90px;
  }
  .text-agency-section .text-agency-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  .text-agency-section .text-agency-wrap .text-agency-item {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.01em;
    filter: blur(2.15px);
  }
  .text-agency-section .text-agency-wrap .text-agency-item .img {
    bottom: 50px;
    right: 10px;
    max-width: 120px;
    display: block;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:nth-child(1) .img {
    right: auto;
    left: 0;
    bottom: -80px;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:nth-child(3) .img {
    right: auto;
    left: 0;
    bottom: -80px;
  }
  .text-agency-section .text-agency-wrap .text-agency-item:hover {
    color: var(--black);
    opacity: 1;
    filter: blur(0px);
  }
  .text-agency-section .text-agency-wrap .text-agency-item:hover .img {
    opacity: 1;
  }
}

.service-work-section .service-work-item {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.service-work-section .service-work-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.service-work-section .service-work-item:last-child {
  padding-bottom: 0;
}
.service-work-section .service-work-item .thumb {
  position: absolute;
  max-width: 180px;
  width: 100%;
  top: -30px;
  right: calc(100% - 250px);
  transform: scale(0);
  transition: all 0.4s ease-in-out;
}
.service-work-section .service-work-item .thumb img {
  width: 100%;
}
.service-work-section .service-work-item .content-right {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 1060px;
  margin-left: auto;
}
.service-work-section .service-work-item .content-right .text-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.service-work-section .service-work-item .content-right .text-area .serial,
.service-work-section .service-work-item .content-right .text-area h5 {
  font-size: 66px;
  line-height: 76px;
  color: transparent;
  font-family: "Satoshi";
  font-weight: 500;
  -webkit-text-stroke: 1.2px rgba(255, 255, 255, 0.25);
  text-stroke: 1.2px rgba(255, 255, 255, 0.25);
}
.service-work-section .service-work-item .content-right .text-area h2 a {
  font-size: 66px;
  line-height: 76px;
  color: var(--white);
  font-family: "Satoshi";
  font-weight: 500;
}
.service-work-section .service-work-item .content-right .arrow {
  color: rgba(255, 255, 255, 0.66);
  transform: rotate(-66deg);
  font-size: 32px;
}
.service-work-section .service-work-item:hover .thumb {
  transform: scale(1);
}
.service-work-section .service-work-item:hover .content-right .text-area .serial,
.service-work-section .service-work-item:hover .content-right .text-area h5 {
  color: var(--theme);
  -webkit-text-stroke: 2px var(--theme);
  text-stroke: 1.2px var(--theme);
}
.service-work-section .service-work-item:hover .content-right .text-area h2 a {
  color: var(--theme);
  text-decoration: underline;
}
.service-work-section .service-work-item:hover .content-right .arrow {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .service-work-section .service-work-item {
    padding: 40px 0;
  }
  .service-work-section .service-work-item .thumb {
    max-width: 140px;
    top: -20px;
    right: calc(100% - 200px);
  }
  .service-work-section .service-work-item .content-right {
    max-width: 800px;
  }
  .service-work-section .service-work-item .content-right .text-area {
    gap: 12px;
  }
  .service-work-section .service-work-item .content-right .text-area .serial,
  .service-work-section .service-work-item .content-right .text-area h5 {
    font-size: 44px;
    line-height: 54px;
  }
  .service-work-section .service-work-item .content-right .text-area h2 a {
    font-size: 44px;
    line-height: 54px;
  }
  .service-work-section .service-work-item .content-right .arrow {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .service-work-section .service-work-item {
    padding: 40px 0;
  }
  .service-work-section .service-work-item .thumb {
    max-width: 140px;
    top: -20px;
    right: calc(100% - 200px);
  }
  .service-work-section .service-work-item .content-right {
    max-width: 700px;
  }
  .service-work-section .service-work-item .content-right .text-area {
    gap: 12px;
  }
  .service-work-section .service-work-item .content-right .text-area .serial,
  .service-work-section .service-work-item .content-right .text-area h5 {
    font-size: 44px;
    line-height: 54px;
  }
  .service-work-section .service-work-item .content-right .text-area h2 a {
    font-size: 44px;
    line-height: 54px;
  }
  .service-work-section .service-work-item .content-right .arrow {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .service-work-section .service-work-item {
    padding: 40px 0;
  }
  .service-work-section .service-work-item .thumb {
    display: none;
  }
  .service-work-section .service-work-item .content-right {
    max-width: 100%;
  }
  .service-work-section .service-work-item .content-right .text-area {
    gap: 12px;
  }
  .service-work-section .service-work-item .content-right .text-area .serial,
  .service-work-section .service-work-item .content-right .text-area h5 {
    font-size: 44px;
    line-height: 54px;
  }
  .service-work-section .service-work-item .content-right .text-area h2 a {
    font-size: 44px;
    line-height: 54px;
  }
  .service-work-section .service-work-item .content-right .arrow {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .service-work-section .service-work-item {
    padding: 40px 0;
  }
  .service-work-section .service-work-item .content-right {
    max-width: 100%;
  }
  .service-work-section .service-work-item .content-right .text-area {
    gap: 8px;
  }
  .service-work-section .service-work-item .content-right .text-area .serial,
  .service-work-section .service-work-item .content-right .text-area h5 {
    font-size: 30px;
    line-height: 40px;
  }
  .service-work-section .service-work-item .content-right .text-area h2 a {
    font-size: 30px;
    line-height: 40px;
  }
  .service-work-section .service-work-item .content-right .arrow {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .service-work-section .service-work-item {
    padding: 40px 0;
  }
  .service-work-section .service-work-item .content-right {
    max-width: 100%;
  }
  .service-work-section .service-work-item .content-right .text-area {
    flex-wrap: wrap;
    gap: 8px;
  }
  .service-work-section .service-work-item .content-right .text-area .serial,
  .service-work-section .service-work-item .content-right .text-area h5 {
    font-size: 24px;
    line-height: 34px;
  }
  .service-work-section .service-work-item .content-right .text-area h2 a {
    font-size: 24px;
    line-height: 34px;
  }
  .service-work-section .service-work-item .content-right .arrow {
    font-size: 20px;
  }
}

.award-section-07 .big-title {
  font-weight: 700;
  font-size: 222px;
  line-height: 222px;
  letter-spacing: -0.04em;
  color: #ff7425;
  margin-bottom: 50px;
}
.award-section-07 h4,
.award-section-07 h3,
.award-section-07 p,
.award-section-07 h2 {
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 1399px) {
  .award-section-07 .big-title {
    font-size: 105px;
    line-height: 105px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .award-section-07 .big-title {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .award-section-07 .big-title {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .award-section-07 .big-title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .award-section-07 .big-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

.video-box-07 .video-thumb {
  position: relative;
}
.video-box-07 .video-thumb .mimg {
  width: 100%;
}
.video-box-07 .video-thumb .video-popup {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(15.55px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.video-box-07 .video-thumb .video-popup i {
  font-size: 40px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .video-box-07 .video-thumb .video-popup {
    width: 120px;
    height: 120px;
  }
  .video-box-07 .video-thumb .video-popup i {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .video-box-07 .video-thumb .video-popup {
    width: 70px;
    height: 70px;
  }
  .video-box-07 .video-thumb .video-popup i {
    font-size: 17px;
  }
}

.working-section-branding .branding-ele {
  position: absolute;
  bottom: 61px;
  right: -40px;
  animation: updown 2s linear infinite;
}
.working-section-branding .working-branding-wrap {
  display: flex;
  justify-content: center;
  gap: 54px 70px;
}
.working-section-branding .working-branding-wrap .working-branding-item {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}
.working-section-branding .working-branding-wrap .working-branding-item .icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.working-section-branding .working-branding-wrap .working-branding-item span {
  display: block;
  font-weight: 500;
  font-size: 42px;
  line-height: 59px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
}
.working-section-branding .working-branding-wrap .working-branding-item .working-preview {
  position: absolute;
  top: 50%;
  width: 194px;
  height: 194px;
  border: 1px solid var(--white);
  border-radius: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.4s;
  opacity: 0;
}
.working-section-branding .working-branding-wrap .working-branding-item:hover .working-preview {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
@media (max-width: 1399px) {
  .working-section-branding .branding-ele {
    bottom: 20px;
    right: 10px;
    width: 100px;
    z-index: -1;
  }
  .working-section-branding .working-branding-wrap {
    display: flex;
    justify-content: center;
    gap: 54px 70px;
  }
  .working-section-branding .working-branding-wrap .working-branding-item {
    display: flex;
    gap: 24px;
  }
  .working-section-branding .working-branding-wrap .working-branding-item .icon {
    width: 40px;
    height: 40px;
  }
  .working-section-branding .working-branding-wrap .working-branding-item span {
    font-size: 34px;
    line-height: 50px;
  }
  .working-section-branding .working-branding-wrap .working-branding-item .working-preview {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .working-section-branding .branding-ele {
    bottom: 20px;
    right: 10px;
    width: 100px;
    z-index: -1;
  }
  .working-section-branding .working-branding-wrap {
    display: flex;
    justify-content: center;
    gap: 45px 34px;
    flex-wrap: wrap;
  }
  .working-section-branding .working-branding-wrap .working-branding-item {
    display: flex;
    gap: 16px;
  }
  .working-section-branding .working-branding-wrap .working-branding-item .icon {
    width: 35px;
    height: 35px;
  }
  .working-section-branding .working-branding-wrap .working-branding-item span {
    font-size: 30px;
    line-height: 45px;
  }
  .working-section-branding .working-branding-wrap .working-branding-item .working-preview {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991px) {
  .working-section-branding .branding-ele {
    bottom: 10px;
    right: 10px;
    width: 70px;
    z-index: -1;
  }
  .working-section-branding .working-branding-wrap {
    display: flex;
    justify-content: center;
    gap: 30px 34px;
    flex-wrap: wrap;
  }
  .working-section-branding .working-branding-wrap .working-branding-item {
    display: flex;
    gap: 16px;
  }
  .working-section-branding .working-branding-wrap .working-branding-item .icon {
    width: 28px;
    height: 28px;
  }
  .working-section-branding .working-branding-wrap .working-branding-item span {
    font-size: 27px;
    line-height: 40px;
  }
  .working-section-branding .working-branding-wrap .working-branding-item .working-preview {
    width: 100px;
    height: 100px;
  }
}

.explore-solution-section7 {
  padding: 197px 0 114px;
}
.explore-solution-section7 .explore-solution-wrap {
  max-width: 1468px;
  margin-left: auto;
  padding: 0 14px;
}
.explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 110px;
}
.explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont p {
  font-weight: 500;
  font-size: 42px;
  line-height: 59px;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  max-width: 966px;
}
.explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont .top-thumb {
  max-width: 268px;
}
.explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont .top-thumb img {
  width: 100%;
}
.explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont {
  display: flex;
  justify-content: space-between;
}
.explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left {
  display: flex;
  align-items: center;
  gap: 11px;
}
.explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left h2 span {
  font-weight: 400;
  font-size: 80px;
  line-height: 166px;
  text-align: center;
  letter-spacing: -0.04em;
  text-transform: capitalize;
  color: #ff7425;
}
.explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left p {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
}
.explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .right {
  max-width: 553px;
}
.explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: var(--white);
  margin-bottom: 48px;
}
@media (max-width: 1399px) {
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont p {
    font-size: 24px;
    line-height: 45px;
    max-width: 966px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont .top-thumb {
    max-width: 168px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont .top-thumb img {
    width: 100%;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont {
    display: flex;
    justify-content: space-between;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left {
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left h2 span {
    font-size: 80px;
    line-height: 166px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left p {
    font-size: 20px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .right {
    max-width: 553px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .right p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
    text-align: center;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont p {
    font-size: 22px;
    line-height: 35px;
    max-width: 966px;
    margin-bottom: 5px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont .top-thumb {
    max-width: 168px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont .top-thumb img {
    width: 100%;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left {
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left h2 span {
    font-size: 60px;
    line-height: 80px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left p {
    font-size: 20px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .right {
    text-align: center;
    margin-top: 10px;
    max-width: 553px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .right p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 10px;
    text-align: center;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont p {
    font-size: 20px;
    line-height: 30px;
    max-width: 966px;
    margin-bottom: 5px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont .top-thumb {
    max-width: 168px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-top-cont .top-thumb img {
    width: 100%;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 11px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left h2 span {
    font-size: 40px;
    line-height: 60px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .left p {
    font-size: 14px;
    line-height: 18px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .right {
    text-align: center;
    margin-top: 10px;
    max-width: 553px;
  }
  .explore-solution-section7 .explore-solution-wrap .explore-solution-bottom-cont .right p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}

.service-ai-items {
  padding: 45px 40px;
  position: relative;
  z-index: 1;
}
.service-ai-items .i-title,
.service-ai-items h4 {
  margin-bottom: 22px;
}
.service-ai-items .i-title a,
.service-ai-items h4 a {
  font-size: 32px;
  display: block;
  line-height: 40px;
  color: #ffffff;
}
.service-ai-items p {
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 38px;
}
.service-ai-items.service-first {
  height: 602px;
  background-color: #45c9c9;
}
.service-ai-items.service-second {
  height: 486px;
  background-color: #ac8de0;
}
.service-ai-items.service-there {
  background-color: #6294ff;
}
.service-ai-items .service-ele4 {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: -1;
}
.service-ai-items .service-ele2 {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: -1;
}
.service-ai-items .service-ele1 {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .service-ai-items {
    padding: 30px 22px;
    z-index: 1;
  }
  .service-ai-items .i-title,
  .service-ai-items h4 {
    margin-bottom: 12px;
  }
  .service-ai-items .i-title a,
  .service-ai-items h4 a {
    font-size: 22px;
    line-height: 29px;
  }
  .service-ai-items p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .service-ai-items .cmn__btn {
    padding: 14px 22px;
  }
  .service-ai-items.service-first {
    height: 500px;
  }
  .service-ai-items.service-second {
    height: 400px;
  }
  .service-ai-items .service-ele1 {
    right: 9px;
    width: 90px;
  }
  .service-ai-items .service-ele2 {
    width: 210px;
  }
}

.service-count-items {
  padding: 60px 10px;
}
.service-count-items .title-count span,
.service-count-items h3 span {
  font-size: 58px;
  line-height: 52px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
.service-count-items p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .service-count-items {
    padding: 32px 10px;
  }
  .service-count-items .title-count span,
  .service-count-items h3 span {
    font-size: 34px;
    line-height: 34px;
  }
  .service-count-items p {
    font-size: 14px;
    line-height: 22px;
  }
}

.service--bg {
  background-color: #e4e8e8;
}

.service-slider-section .slider-fraction {
  position: absolute;
  top: 60px;
  left: 45%;
  z-index: 9;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
.service-slider-section .slider-fraction .total {
  font-size: 24px;
  font-weight: 600;
  color: #626c74;
}
.service-slider-section .service-content .sub-title {
  font-size: 16px;
  letter-spacing: 1px;
  color: #626c74;
  display: block;
  margin-bottom: 170px;
}
.service-slider-section .service-content .home-hand {
  margin-bottom: 40px;
}
.service-slider-section .service-content h3 {
  font-size: 47px;
  line-height: 57px;
  margin-bottom: 20px;
  color: #111827;
}
.service-slider-section .service-content p {
  font-size: 18px;
  line-height: 28px;
  color: #4b5563;
  margin-bottom: 38px;
}
.service-slider-section .service-content .view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 29px;
  border: 1px solid #85888e;
  border-radius: 100px;
  font-size: 16px;
  color: #85888e;
  transition: all 0.3s ease;
}
.service-slider-section .service-content .view-btn i {
  transform: rotate(-21deg);
}
.service-slider-section .service-content .view-btn:hover {
  background: #85a6a6;
  color: #fff;
  border-color: #85a6a6;
}
@media (max-width: 1199px) {
  .service-slider-section .slider-fraction {
    top: 60px;
    left: 45%;
  }
  .service-slider-section .slider-fraction .total {
    font-size: 24px;
    font-weight: 600;
    color: #626c74;
  }
  .service-slider-section .service-content .sub-title {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .service-slider-section .service-content .home-hand {
    margin-bottom: 22px;
  }
  .service-slider-section .service-content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .service-slider-section .service-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .service-slider-section .service-content .view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 29px;
    border: 1px solid #85888e;
    border-radius: 100px;
    font-size: 16px;
    color: #85888e;
    transition: all 0.3s ease;
  }
  .service-slider-section .service-content .view-btn i {
    transform: rotate(-21deg);
  }
  .service-slider-section .service-content .view-btn:hover {
    background: #85a6a6;
    color: #fff;
    border-color: #85a6a6;
  }
}

.service-wrapper-10 {
  margin-top: -70px;
}
@media (max-width: 1399px) {
  .service-wrapper-10 {
    margin-top: 0;
  }
}
.service-wrapper-10 .section-title-area {
  justify-content: end;
  margin-right: 250px;
}
@media (max-width: 1399px) {
  .service-wrapper-10 .section-title-area {
    margin-right: 0;
    justify-content: center;
  }
}
.service-wrapper-10 .service-card-items-10 {
  border-radius: 12px;
  background-color: var(--white);
  padding: 35px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .service-wrapper-10 .service-card-items-10 {
    margin-top: 30px;
  }
}
.service-wrapper-10 .service-card-items-10::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #85a6a6;
  transition: top 0.4s ease;
  z-index: -1;
  border-radius: 12px;
}
.service-wrapper-10 .service-card-items-10.style-2 {
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .service-wrapper-10 .service-card-items-10.style-2 {
    margin-top: 30px;
  }
}
.service-wrapper-10 .service-card-items-10 .icon {
  margin: 0 auto;
  text-align: center;
}
.service-wrapper-10 .service-card-items-10 .content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 35px;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 1399px) {
  .service-wrapper-10 .service-card-items-10 .content h3 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.service-wrapper-10 .service-card-items-10 .content h3 a {
  color: #150e3d;
}
.service-wrapper-10 .service-card-items-10 .content h3 a:hover {
  color: #85a6a6;
}
.service-wrapper-10 .service-card-items-10 .content p {
  line-height: 175%;
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  max-width: 269px;
  font-family: "Satoshi", sans-serif;
}
.service-wrapper-10 .service-card-items-10 .content .service-button {
  text-align: center;
  margin-top: 44px;
}
@media (max-width: 1399px) {
  .service-wrapper-10 .service-card-items-10 .content .service-button {
    margin-top: 30px;
  }
}
.service-wrapper-10 .service-card-items-10 .content .service-button .themes-btn {
  padding: 15px 29px;
  border-radius: 100px;
  border: 1px solid #85888e !important;
  background-color: transparent !important;
  color: #85888e !important;
}
.service-wrapper-10 .service-card-items-10 .content .service-button .themes-btn:hover {
  background-color: #2f4f4f !important;
  color: var(--white) !important;
}
.service-wrapper-10 .service-card-items-10:hover::before {
  top: 0;
  z-index: 9;
}
.service-wrapper-10 .service-card-items-10:hover .icon {
  position: relative;
  z-index: 999;
}
.service-wrapper-10 .service-card-items-10:hover .icon img {
  filter: brightness(0) invert(1);
}
.service-wrapper-10 .service-card-items-10:hover .content {
  position: relative;
  z-index: 999;
}
.service-wrapper-10 .service-card-items-10:hover .content .service-button .themes-btn {
  background-color: #2f4f4f !important;
  color: var(--white) !important;
}
.service-wrapper-10 .service-card-items-10:hover .content h3 a {
  color: var(--white);
}
.service-wrapper-10 .service-card-items-10:hover .content p {
  color: var(--white);
}
.service-wrapper-10 .service-card-items-10:hover .content .service-button .themes-btn {
  background-color: #2f4f4f;
  color: var(--white);
}

.service-section-10 {
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .service-section-10 {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .service-section-10 {
    margin-top: -80px;
  }
}
.service-section-10 .service-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .service-section-10 .service-image {
    display: none;
  }
}
.service-section-10 .service-image img {
  width: 100%;
  height: 100%;
}
.service-section-10 .map-image {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .service-section-10 .map-image {
    display: none;
  }
}

.member-team-section {
  background-color: #fcf7f3;
}
.member-team-section .container {
  max-width: 1340px;
  margin: 0 auto;
}

.team-header {
  margin-bottom: 65px;
}
.team-header .text-head-left h2 {
  margin-bottom: 40px;
  font-size: 85px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 500;
}
.team-header .text-head-left p {
  font-size: 18px;
  line-height: 26px;
  color: #919191;
  max-width: 470px;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .team-header {
    margin-bottom: 50px;
  }
  .team-header .text-head-left h2 {
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .team-header {
    margin-bottom: 50px;
  }
  .team-header .text-head-left h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .team-header .text-head-left h2 span {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .team-header {
    margin-bottom: 40px;
  }
  .team-header .text-head-left h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .team-header .text-head-left h2 span {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .team-header {
    margin-bottom: 30px;
  }
  .team-header .text-head-left h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .team-header .text-head-left h2 span {
    font-size: 32px;
  }
  .team-header .text-head-left p {
    text-align: start;
    margin-left: 0;
  }
}

.member-wrapper {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 10px;
}

.team-member-item .thumb {
  margin-bottom: 40px;
}
.team-member-item .thumb img {
  transition: all 0.4s;
}
.team-member-item:hover .thumb img {
  transform: scale(1.05);
}
.team-member-item.secound {
  margin-top: 94px;
}
.team-member-item.three {
  margin-top: 163px;
}
.team-member-item.four {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .team-member-item .thumb {
    margin-bottom: 18px;
  }
  .team-member-item.secound, .team-member-item.three, .team-member-item.four {
    margin-top: 0;
  }
  .team-member-item h4 a {
    font-size: 22px;
    margin-bottom: 15px !important;
  }
}

.team-section04 .team-title {
  margin-bottom: 100px;
}
.team-section04 .team-title h2 {
  font-size: 200px;
  line-height: 190px;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.team-section04 .team-wrap4 {
  display: flex;
  align-items: center;
  padding: 0 20px;
  flex-direction: column;
  gap: 150px;
}
.team-section04 .team-wrap4 .team-inner {
  max-width: 1290px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.team-section04 .team-wrap4 .team-inner .thumb {
  overflow: hidden;
  max-width: 435px;
}
.team-section04 .team-wrap4 .team-inner .thumb img {
  border-radius: 12px;
  transition: all 0.4s;
}
.team-section04 .team-wrap4 .team-inner .thumb .cont {
  width: 96%;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.team-section04 .team-wrap4 .team-inner .thumb .social-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.team-section04 .team-wrap4 .team-inner .thumb .social-icon li a {
  width: 38px;
  height: 38px;
  background-color: #fff;
  border: 1px solid #919191;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.4s;
}
.team-section04 .team-wrap4 .team-inner .thumb .social-icon li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-section04 .team-wrap4 .team-inner .thumb:hover .cont {
  bottom: 8px;
}
.team-section04 .team-wrap4 .team-inner .thumb:hover .social-icon {
  right: 8px;
}
.team-section04 .team-wrap4 .team-inner .rot-l4 {
  transform: rotate(-4.01deg);
}
.team-section04 .team-wrap4 .team-inner .rot-r4 {
  transform: rotate(4.01deg);
}
@media (max-width: 1399px) {
  .team-section04 .team-title {
    margin-bottom: 80px;
  }
  .team-section04 .team-title h2 {
    font-size: 140px;
    line-height: 140px;
    text-align: center;
  }
  .team-section04 .team-wrap4 {
    display: flex;
    align-items: center;
    padding: 0 20px;
    flex-direction: column;
    gap: 100px;
  }
  .team-section04 .team-wrap4 .team-inner {
    max-width: 1290px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .team-section04 .team-wrap4 .team-inner .thumb {
    overflow: hidden;
    max-width: 435px;
  }
  .team-section04 .team-wrap4 .team-inner .thumb img {
    border-radius: 12px;
    transition: all 0.4s;
  }
  .team-section04 .team-wrap4 .team-inner .thumb .cont {
    width: 96%;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
  }
  .team-section04 .team-wrap4 .team-inner .thumb .social-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .team-section04 .team-wrap4 .team-inner .thumb .social-icon li a {
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #919191;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.4s;
  }
  .team-section04 .team-wrap4 .team-inner .thumb .social-icon li a:hover {
    background-color: var(--theme);
    color: var(--white);
  }
  .team-section04 .team-wrap4 .team-inner .thumb:hover .cont {
    bottom: 8px;
  }
  .team-section04 .team-wrap4 .team-inner .thumb:hover .social-icon {
    right: 8px;
  }
  .team-section04 .team-wrap4 .team-inner .rot-l4 {
    transform: rotate(-4.01deg);
  }
  .team-section04 .team-wrap4 .team-inner .rot-r4 {
    transform: rotate(4.01deg);
  }
}
@media (max-width: 1199px) {
  .team-section04 .team-title {
    margin-bottom: 60px;
  }
  .team-section04 .team-title h2 {
    font-size: 90px;
    line-height: 90px;
    text-align: center;
  }
  .team-section04 .team-wrap4 {
    padding: 0 20px;
    gap: 70px;
  }
}
@media (max-width: 767px) {
  .team-section04 .team-title {
    margin-bottom: 40px;
  }
  .team-section04 .team-title h2 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }
  .team-section04 .team-wrap4 {
    padding: 0 14px;
    gap: 50px;
  }
  .team-section04 .team-wrap4 .team-inner {
    gap: 24px;
  }
  .team-section04 .team-wrap4 .team-inner .thumb .social-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 10px;
    right: -60px;
    transform: translateY(0%);
  }
  .team-section04 .team-wrap4 .team-inner .thumb .social-icon li a {
    width: 35px;
    height: 35px;
  }
  .team-section04 .team-wrap4 .team-inner .rot-l4 {
    transform: rotate(-4.01deg);
  }
  .team-section04 .team-wrap4 .team-inner .rot-r4 {
    transform: rotate(4.01deg);
  }
}
@media (max-width: 575px) {
  .team-section04 .team-title {
    margin-bottom: 35px;
  }
  .team-section04 .team-title h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .team-section04 .team-wrap4 {
    padding: 0 14px;
    gap: 24px;
  }
  .team-section04 .team-wrap4 .team-inner {
    gap: 24px;
  }
  .team-section04 .team-wrap4 .team-inner .thumb .social-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 10px;
    right: -60px;
    transform: translateY(0%);
  }
  .team-section04 .team-wrap4 .team-inner .thumb .social-icon li a {
    width: 35px;
    height: 35px;
  }
  .team-section04 .team-wrap4 .team-inner .rot-l4 {
    transform: rotate(-4.01deg);
  }
  .team-section04 .team-wrap4 .team-inner .rot-r4 {
    transform: rotate(4.01deg);
  }
}
@media screen and (max-width: 500px) {
  .team-section04 .team-wrap4 {
    padding: 0 14px;
    gap: 24px;
  }
  .team-section04 .team-wrap4 .team-inner {
    gap: 24px;
    flex-wrap: wrap;
  }
  .team-section04 .team-wrap4 .team-inner .thumb .social-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 10px;
    right: -60px;
    transform: translateY(0%);
  }
  .team-section04 .team-wrap4 .team-inner .thumb .social-icon li a {
    width: 35px;
    height: 35px;
  }
}

.award-section04 {
  background-color: #f6f8ef;
}
.award-section04 .award-title {
  margin-bottom: 100px;
}
.award-section04 .award-title h2 {
  font-size: 200px;
  line-height: 190px;
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.award-section04 .award-wrap4 {
  max-width: 858px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.award-section04 .award-wrap4 .line {
  border-left: 1px solid #dfdfdf;
}
.award-section04 .award-wrap4 .award-inner {
  display: flex;
  flex-direction: column;
  gap: 158px;
}
.award-section04 .award-wrap4 .award-inner .award-items4 {
  max-width: 309px;
}
.award-section04 .award-wrap4 .award-inner .award-items4 .thumb {
  display: block;
  overflow: hidden;
}
.award-section04 .award-wrap4 .award-inner .award-items4 .thumb img {
  overflow: hidden;
  transition: all 0.4s;
}
.award-section04 .award-wrap4 .award-inner .award-items4 .cont {
  padding: 28px 20px 38px;
}
.award-section04 .award-wrap4 .award-inner .award-items4 .cont h3,
.award-section04 .award-wrap4 .award-inner .award-items4 .cont h5 {
  font-size: 20px;
  line-height: 30px;
  color: var(--black);
  margin-bottom: 14px;
}
.award-section04 .award-wrap4 .award-inner .award-items4 .cont h3 a,
.award-section04 .award-wrap4 .award-inner .award-items4 .cont h5 a {
  font-size: 20px;
}
.award-section04 .award-wrap4 .award-inner .award-items4 .cont p {
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}
.award-section04 .award-wrap4 .award-inner .award-items4:hover .thumb img {
  transform: scale(1.05);
}
.award-section04 .award-wrap4 .award-inner.secound {
  padding-top: 368px;
}
@media (max-width: 1399px) {
  .award-section04 .award-wrap4 {
    max-width: 858px;
    gap: 24px;
  }
  .award-section04 .award-wrap4 .line {
    border-left: 1px solid #dfdfdf;
  }
  .award-section04 .award-wrap4 .award-inner {
    display: flex;
    flex-direction: column;
    gap: 54px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 {
    max-width: 309px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .thumb {
    display: block;
    overflow: hidden;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .thumb img {
    overflow: hidden;
    transition: all 0.4s;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont {
    padding: 24px 16px 24px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h3,
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h3 a,
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h5 a {
    font-size: 20px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont p {
    font-size: 18px;
    line-height: 24px;
  }
  .award-section04 .award-wrap4 .award-inner.secound {
    padding-top: 50px;
  }
  .award-section04 .award-title {
    margin-bottom: 80px;
  }
  .award-section04 .award-title h2 {
    font-size: 140px;
    line-height: 140px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .award-section04 .award-title {
    margin-bottom: 60px;
  }
  .award-section04 .award-title h2 {
    font-size: 90px;
    line-height: 90px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .award-section04 .award-wrap4 {
    max-width: 858px;
    gap: 24px;
  }
  .award-section04 .award-wrap4 .line {
    border-left: 1px solid #dfdfdf;
  }
  .award-section04 .award-wrap4 .award-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 {
    max-width: 309px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .thumb {
    display: block;
    overflow: hidden;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .thumb img {
    overflow: hidden;
    transition: all 0.4s;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont {
    padding: 24px 16px 24px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h3,
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h3 a,
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h5 a {
    font-size: 20px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont p {
    font-size: 18px;
    line-height: 24px;
  }
  .award-section04 .award-wrap4 .award-inner.secound {
    padding-top: 50px;
  }
  .award-section04 .award-title {
    margin-bottom: 40px;
  }
  .award-section04 .award-title h2 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .award-section04 .award-wrap4 {
    max-width: 858px;
    gap: 24px;
    flex-wrap: wrap;
  }
  .award-section04 .award-wrap4 .line {
    display: none;
  }
  .award-section04 .award-wrap4 .award-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 {
    max-width: 100%;
    margin: 0 auto;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .thumb {
    display: block;
    overflow: hidden;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .thumb img {
    overflow: hidden;
    transition: all 0.4s;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont {
    padding: 24px 16px 24px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h3,
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h5 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h3 a,
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont h5 a {
    font-size: 20px;
  }
  .award-section04 .award-wrap4 .award-inner .award-items4 .cont p {
    font-size: 16px;
    line-height: 22px;
  }
  .award-section04 .award-wrap4 .award-inner.secound {
    padding-top: 0px;
  }
  .award-section04 .award-title {
    margin-bottom: 35px;
  }
  .award-section04 .award-title h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}

.thingking-wrapper {
  max-width: 1342px;
  margin: 0 auto 140px;
  padding: 0 10px;
}
.thingking-wrapper .think-title {
  text-transform: uppercase;
  color: #717171;
  border-bottom: 1px solid #171717;
  padding-bottom: 38px;
  margin-bottom: 38px;
}
.thingking-wrapper .think-text-inner .title {
  display: block;
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  color: var(--black);
  transition: all 0.4s;
}
.thingking-wrapper .think-text-inner .title:hover {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .thingking-wrapper {
    margin: 0 auto 80px;
    padding: 0 10px;
  }
  .thingking-wrapper .think-title {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .thingking-wrapper .think-text-inner .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .thingking-wrapper {
    margin: 0 auto 40px;
    padding: 0 10px;
  }
  .thingking-wrapper .think-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .thingking-wrapper .think-text-inner .title {
    font-size: 27px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .thingking-wrapper {
    text-align: center;
    margin: 0 auto 38px;
    padding: 0 10px;
  }
  .thingking-wrapper .think-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .thingking-wrapper .think-text-inner .title {
    font-size: 22px;
    line-height: 29px;
  }
}

.team-wrapper5 {
  display: flex;
}
.team-wrapper5 .team__items5 .badge {
  background-color: var(--theme);
  padding: 9px 23px;
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  border-radius: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  transform: scale(0);
  transition: all 0.4s;
}
.team-wrapper5 .team__items5 .text-spre {
  position: absolute;
  bottom: 90px;
  right: 30px;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  opacity: 0;
}
.team-wrapper5 .team__items5 .text-spre a {
  color: var(--white);
  font-size: 66px;
  line-height: 66px;
  font-weight: 500;
}
.team-wrapper5 .team__items5:hover .badge {
  transform: scale(1);
}
.team-wrapper5 .team__items5:hover .text-spre {
  opacity: 1;
}
.team-wrapper5 .team__items5:hover .text-spre a {
  color: var(--theme);
}
@media screen and (max-width: 1650px) {
  .team-wrapper5 .team__items5 .badge {
    padding: 9px 23px;
    font-size: 16px;
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
  .team-wrapper5 .team__items5 .text-spre {
    position: absolute;
    bottom: 60px;
    right: 16px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }
  .team-wrapper5 .team__items5 .text-spre a {
    font-size: 44px;
    line-height: 44px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1399px) {
  .team-wrapper5 .team__items5 .badge {
    padding: 5px 15px;
    font-size: 14px;
    right: 10px;
    bottom: 10px;
  }
  .team-wrapper5 .team__items5 .text-spre {
    bottom: 45px;
    right: 10px;
  }
  .team-wrapper5 .team__items5 .text-spre a {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .team-wrapper5 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .team-wrapper5 .team__items5 {
    width: 33.3333333333%;
  }
  .team-wrapper5 .team__items5 .badge {
    padding: 5px 15px;
    font-size: 14px;
    right: 10px;
    bottom: 10px;
  }
  .team-wrapper5 .team__items5 .text-spre {
    bottom: 45px;
    right: 10px;
  }
  .team-wrapper5 .team__items5 .text-spre a {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .team-wrapper5 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .team-wrapper5 .team__items5 {
    width: 33.3333333333%;
  }
  .team-wrapper5 .team__items5 .badge {
    padding: 5px 15px;
    font-size: 12px;
    right: 10px;
    bottom: 10px;
  }
  .team-wrapper5 .team__items5 .text-spre {
    bottom: 45px;
    right: 10px;
  }
  .team-wrapper5 .team__items5 .text-spre a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .team-wrapper5 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .team-wrapper5 .team__items5 {
    width: 50%;
  }
  .team-wrapper5 .team__items5 .badge {
    padding: 5px 15px;
    font-size: 12px;
    right: 10px;
    bottom: 10px;
  }
  .team-wrapper5 .team__items5 .text-spre {
    bottom: 45px;
    right: 10px;
  }
  .team-wrapper5 .team__items5 .text-spre a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 400px) {
  .team-wrapper5 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .team-wrapper5 .team__items5 {
    width: 100%;
  }
  .team-wrapper5 .team__items5 .badge {
    padding: 5px 15px;
    font-size: 15px;
    right: 10px;
    bottom: 10px;
  }
  .team-wrapper5 .team__items5 .text-spre {
    bottom: 45px;
    right: 10px;
  }
  .team-wrapper5 .team__items5 .text-spre a {
    font-size: 26px;
    line-height: 26px;
  }
}

.team-section06 .section-title6 {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .team-section06 .section-title6 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .team-section06 .section-title6 {
    margin-bottom: 36px;
  }
}

.team-items6 {
  display: flex;
  align-items: end;
  gap: 16px;
}
.team-items6 .thumb {
  max-width: 178px;
  display: block;
}
.team-items6 .thumb img {
  width: 100%;
}
.team-items6 .cont .social {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.team-items6 .cont .social li a i {
  color: var(--white);
}
.team-items6 .cont .social li a:hover i {
  color: var(--theme);
}
.team-items6 .cont .title-name,
.team-items6 .cont h5 {
  margin-bottom: 10px;
}
.team-items6 .cont .title-name a,
.team-items6 .cont h5 a {
  color: var(--white);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.team-items6 .cont span {
  color: var(--white);
  font-size: 16px;
}
.team-items6:hover .cont .social {
  opacity: 1;
  visibility: visible;
}
.team-items6:hover .cont .title-name a,
.team-items6:hover .cont h5 a {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .team-items6 {
    gap: 12px;
  }
  .team-items6 .thumb {
    max-width: 150px;
  }
  .team-items6 .cont .title-name,
  .team-items6 .cont h5 {
    margin-bottom: 2px;
  }
  .team-items6 .cont .title-name a,
  .team-items6 .cont h5 a {
    font-size: 18px;
    line-height: 22px;
  }
  .team-items6 .cont span {
    font-size: 14px;
  }
}

.explore-video-section .container {
  max-width: 1680px;
  margin: 0 auto;
}
.explore-video-section .explore-thumb-area {
  height: 479px;
  position: relative;
}
.explore-video-section .explore-thumb-area .explore-contentt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 120px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.explore-video-section .explore-thumb-area .title-ex,
.explore-video-section .explore-thumb-area h4 {
  font-style: 36px;
  line-height: 38px;
  color: var(--white);
  max-width: 600px;
}
.explore-video-section .explore-thumb-area .video-area {
  max-width: 324px;
  background-color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 34px 10px;
  gap: 24px;
}
.explore-video-section .explore-thumb-area .video-area .video-popup {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--theme);
}
.explore-video-section .explore-thumb-area .video-area .video-popup i {
  color: var(--white);
  font-size: 22px;
}
.explore-video-section .explore-thumb-area .video-area span {
  font-size: 18px;
  color: var(--white);
}

.team-header7 {
  margin-bottom: 58px;
}
.team-header7 .faq-title {
  position: relative;
  z-index: 1;
  bottom: -90px;
}
.team-header7 h2 {
  font-weight: 700;
  font-size: 222px;
  line-height: 222px;
  letter-spacing: -0.04em;
  color: #ff7425;
  font-family: "Space Grotesk", sans-serif;
  text-align: right;
}
@media (max-width: 1199px) {
  .team-header7 {
    margin-bottom: 40px;
  }
  .team-header7 .faq-title {
    bottom: -20px;
  }
  .team-header7 h2 {
    font-size: 180px;
    line-height: 180px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .team-header7 {
    margin-bottom: 30px;
  }
  .team-header7 h2 {
    font-size: 140px;
    line-height: 140px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .team-header7 {
    margin-bottom: 30px;
  }
  .team-header7 .faq-title {
    bottom: 0px;
    margin-bottom: 13px;
  }
  .team-header7 h2 {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .team-header7 {
    margin-bottom: 22px;
  }
  .team-header7 .faq-title {
    bottom: 0px;
    margin-bottom: 15px;
    text-align: center;
  }
  .team-header7 h2 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }
}

.team-wrapper-07 {
  display: flex;
  flex-direction: column;
}
.team-wrapper-07 .team-wrap-item {
  border-top: 1px solid rgba(255, 255, 255, 0.315);
  padding: 62px 14px;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left {
  display: flex;
  align-items: flex-end;
  gap: 11px;
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left h2 {
  font-size: 42px;
  line-height: 52px;
  color: var(--white);
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left p {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  padding-bottom: 10px;
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb {
  max-width: 296px;
  border-radius: 50%;
  border: 2px solid var(--white);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.4s;
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb img {
  width: 100%;
  border-radius: 50%;
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 {
  gap: 5px 7px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a {
  width: 32px;
  height: 32px;
  position: relative;
  background-color: var(--white);
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a i {
  color: var(--black);
  font-size: 13px;
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a:hover {
  background-color: var(--theme);
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a:hover i {
  color: var(--white);
}
.team-wrapper-07 .team-wrap-item .team-wrap-inner .read-more {
  color: var(--theme);
}
.team-wrapper-07 .team-wrap-item:hover {
  background-color: #484848;
}
.team-wrapper-07 .team-wrap-item:hover .team-wrap-inner .teamts-thumb {
  max-width: 296px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.team-wrapper-07 .team-wrap-item:hover .team-wrap-inner .teamts-thumb img {
  width: 100%;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .team-wrapper-07 .team-wrap-item {
    border-top: 1px solid rgba(255, 255, 255, 0.43);
    padding: 62px 14px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left p {
    font-size: 16px;
    padding-bottom: 0px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb {
    max-width: 296px;
    border-radius: 50%;
    border: 2px solid var(--white);
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.4s;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb img {
    width: 100%;
    border-radius: 50%;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 {
    gap: 5px 7px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a {
    width: 32px;
    height: 32px;
    position: relative;
    background-color: var(--white);
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a i {
    color: var(--black);
    font-size: 13px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a:hover {
    background-color: var(--theme);
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a:hover i {
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .team-wrapper-07 .team-wrap-item {
    padding: 62px 14px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left p {
    font-size: 16px;
    padding-bottom: 0px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb {
    max-width: 200px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid var(--white);
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.4s;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb img {
    width: 100%;
    border-radius: 50%;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 {
    gap: 5px 7px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a {
    width: 32px;
    height: 32px;
    position: relative;
    background-color: var(--white);
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a i {
    color: var(--black);
    font-size: 13px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a:hover {
    background-color: var(--theme);
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a:hover i {
    color: var(--white);
  }
  .team-wrapper-07 .team-wrap-item:hover .team-wrap-inner .teamts-thumb {
    transform: translate(0%, 0%) scale(1);
  }
}
@media (max-width: 575px) {
  .team-wrapper-07 .team-wrap-item {
    padding: 30px 14px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .content-left p {
    font-size: 16px;
    padding-bottom: 0px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb {
    margin-top: 10px;
    max-width: 200px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid var(--white);
    position: static;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%) scale(1);
    opacity: 1;
    transition: all 0.4s;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb img {
    width: 100%;
    border-radius: 50%;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 {
    gap: 5px 7px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a {
    width: 32px;
    height: 32px;
    position: relative;
    background-color: var(--white);
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a i {
    color: var(--black);
    font-size: 13px;
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a:hover {
    background-color: var(--theme);
  }
  .team-wrapper-07 .team-wrap-item .team-wrap-inner .teamts-thumb .social-media-style1 li a:hover i {
    color: var(--white);
  }
}

.team-section-create h2 {
  font-weight: 700;
  font-size: 122px;
  line-height: 129px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.14);
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 65px;
}
.team-section-create .team-content-create {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.team-section-create .team-content-create .video-area {
  position: relative;
  margin-top: 70px;
}
.team-section-create .team-content-create .video-area .video-popup {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}
.team-section-create .team-content-create .video-area .video-popup i {
  font-size: 19px;
  color: var(--theme);
}
.team-section-create .team-content-create .video-area .text-circle {
  position: absolute;
  animation: cir360 20s linear infinite;
}
.team-section-create .team-content-create .r-content {
  max-width: 906px;
}
.team-section-create .team-content-create .r-content p {
  font-weight: 500;
  font-size: 42px;
  line-height: 59px;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 65px;
}
@media (max-width: 1399px) {
  .team-section-create h2 {
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 35px;
  }
}
@media (max-width: 991px) {
  .team-section-create h2 {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto 42px;
  }
  .team-section-create .team-content-create {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  .team-section-create .team-content-create .video-area {
    margin-top: 0;
  }
  .team-section-create .team-content-create .r-content {
    max-width: 906px;
    text-align: center;
  }
  .team-section-create .team-content-create .r-content p {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
  }
}

.team-digital-wrapper {
  display: flex;
}
.team-digital-wrapper .team-digital-item {
  border-radius: 50%;
  width: 300px;
  min-width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid var(--white);
  position: relative;
  z-index: 1;
}
.team-digital-wrapper .team-digital-item:not(:first-child) {
  margin-left: -52px;
}
.team-digital-wrapper .team-digital-item .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--theme);
  border: 4px solid var(--white);
  border-radius: 50%;
  gap: 18px;
  position: absolute;
  width: 91%;
  height: 91%;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s;
}
.team-digital-wrapper .team-digital-item .box img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  margin: 0 auto;
}
.team-digital-wrapper .team-digital-item .box a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  max-width: 175px;
  margin: 0 auto;
  display: block;
}
.team-digital-wrapper .team-digital-item:hover .box {
  opacity: 1;
  transform: scale(1);
}
.team-digital-wrapper .team-digital-item:nth-child(2) {
  bottom: 15px;
}
.team-digital-wrapper .team-digital-item:nth-child(3) {
  top: -50px;
}
.team-digital-wrapper .team-digital-item:nth-child(3) {
  bottom: 18px;
}
@media screen and (max-width: 1600px) {
  .team-digital-wrapper {
    justify-content: center;
  }
  .team-digital-wrapper .team-digital-item {
    width: 250px;
    min-width: 250px;
    height: 250px;
    border: 4px solid var(--white);
  }
  .team-digital-wrapper .team-digital-item:not(:first-child) {
    margin-left: -52px;
  }
  .team-digital-wrapper .team-digital-item .box {
    border: 4px solid var(--white);
    gap: 18px;
    width: 91%;
    height: 91%;
  }
  .team-digital-wrapper .team-digital-item .box img {
    width: 68px;
    height: 68px;
  }
  .team-digital-wrapper .team-digital-item .box a {
    font-size: 18px;
    line-height: 28px;
    max-width: 175px;
    margin: 0 auto;
  }
  .team-digital-wrapper .team-digital-item:nth-child(2) {
    bottom: 0px;
  }
  .team-digital-wrapper .team-digital-item:nth-child(3) {
    top: 0px;
  }
  .team-digital-wrapper .team-digital-item:nth-child(3) {
    bottom: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .team-digital-wrapper {
    justify-content: center;
  }
  .team-digital-wrapper .team-digital-item {
    width: 200px;
    min-width: 200px;
    height: 200px;
    border: 1px solid var(--white);
  }
  .team-digital-wrapper .team-digital-item:not(:first-child) {
    margin-left: -52px;
  }
  .team-digital-wrapper .team-digital-item .box {
    border: 1px solid var(--white);
    gap: 18px;
    width: 91%;
    height: 91%;
  }
  .team-digital-wrapper .team-digital-item .box img {
    width: 44px;
    height: 44px;
  }
  .team-digital-wrapper .team-digital-item .box a {
    font-size: 14px;
    line-height: 22px;
    max-width: 125px;
    margin: 0 auto;
  }
  .team-digital-wrapper .team-digital-item:nth-child(2) {
    bottom: 0px;
  }
  .team-digital-wrapper .team-digital-item:nth-child(3) {
    top: 0px;
  }
  .team-digital-wrapper .team-digital-item:nth-child(3) {
    bottom: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .team-digital-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  .team-digital-wrapper .team-digital-item {
    width: 200px;
    min-width: 200px;
    height: 200px;
    border: 1px solid var(--white);
  }
  .team-digital-wrapper .team-digital-item:not(:first-child) {
    margin-left: -25px;
  }
  .team-digital-wrapper .team-digital-item .box {
    border: 1px solid var(--white);
    gap: 18px;
    width: 91%;
    height: 91%;
  }
  .team-digital-wrapper .team-digital-item .box img {
    width: 44px;
    height: 44px;
  }
  .team-digital-wrapper .team-digital-item .box a {
    font-size: 14px;
    line-height: 22px;
    max-width: 125px;
    margin: 0 auto;
  }
  .team-digital-wrapper .team-digital-item:nth-child(2) {
    bottom: 0px;
  }
  .team-digital-wrapper .team-digital-item:nth-child(3) {
    top: 0px;
  }
  .team-digital-wrapper .team-digital-item:nth-child(3) {
    bottom: 0px;
  }
}

.team-details-right h2 {
  font-weight: 600;
  font-size: 96px;
  line-height: 105px;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 8px;
  font-family: "Instrument Sans", sans-serif;
}
.team-details-right .descriptions {
  font-weight: 600;
  font-size: 26px;
  line-height: 42px;
  color: #171717;
  margin-bottom: 38px;
  font-family: "Instrument Sans", sans-serif;
}
.team-details-right .pragrap {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #898989;
  margin-bottom: 30px;
}
.team-details-right .more-de h3,
.team-details-right .more-de h5 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #171717;
  margin-bottom: 25px;
}
.team-details-right .more-de ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.team-details-right .more-de ul li {
  display: flex;
  align-items: center;
  padding-bottom: 19px;
}
.team-details-right .more-de ul li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.team-details-right .more-de ul li .start-in {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #1c1c1c;
  font-family: "Instrument Sans", sans-serif;
  width: 160px;
}
.team-details-right .more-de ul li .designation {
  color: #898989;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.team-details-right .feature-contact-form {
  background-color: #f6f8ef;
}
@media (max-width: 991px) {
  .team-details-right h2 {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 12px;
  }
  .team-details-right .descriptions {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .team-details-right .pragrap {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .team-details-right .more-de h3,
  .team-details-right .more-de h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 19px;
  }
  .team-details-right .more-de ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .team-details-right .more-de ul li {
    padding-bottom: 15px;
  }
  .team-details-right .more-de ul li .start-in {
    font-size: 15px;
    line-height: 22px;
    width: 120px;
  }
  .team-details-right .more-de ul li .designation {
    font-size: 15px;
    line-height: 22px;
  }
}

.team-share h3,
.team-share h5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 37px;
  color: #171717;
  margin-bottom: 19px;
}
.team-share .social-icon {
  gap: 10px;
}
.team-share .social-icon a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #39404a;
  border: 1px solid #171717;
}
.team-share .social-icon a:hover {
  background-color: var(--black);
  color: var(--white);
  font-size: 16px;
}

.team-skill h3,
.team-skill h5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 37px;
  color: #171717;
  margin-bottom: 19px;
}
.team-skill .progress {
  overflow: visible !important;
  background-color: #eee;
  border-radius: 0;
  position: relative;
}
.team-skill .progress-bar {
  background-color: #1a1a1a;
  position: relative;
  overflow: visible !important;
  width: 0;
  transition: width 1.5s ease-in-out;
}
.team-skill .progress-bar .popOver {
  position: absolute;
  top: -32px;
  right: 0;
  background: #1a1a1a;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 18px;
  display: block;
  font-weight: bold;
  border-radius: 2px;
  white-space: nowrap;
  transform: translateX(50%);
  display: block !important;
}
.team-skill .progress-bar .popOver::after {
  content: attr(title);
}
.team-skill .progress-bar .popOver::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #1a1a1a;
}
.team-skill .progressText {
  display: block;
  margin-bottom: 10px;
  color: #6d7d9b;
}

.text--head-cmn h2 {
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #171717;
  font-family: "Instrument Sans", sans-serif;
}
.text--head-cmn p {
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #5c5c5c;
  margin-top: 25px;
}
@media (max-width: 1399px) {
  .text--head-cmn h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .text--head-cmn p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .text--head-cmn h2 {
    font-size: 37px;
    line-height: 47px;
  }
  .text--head-cmn p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .text--head-cmn h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .text--head-cmn p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
  }
}

.member-team-section-09 .container {
  margin: 0 auto;
}
.member-team-section-09 .member-wrapper {
  max-width: 1571px;
}

.team-member-item9 {
  position: relative;
  z-index: 1;
}
.team-member-item9 .thumb {
  margin-bottom: 0px;
}
.team-member-item9 .share-icon {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: 26px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -30px;
}
.team-member-item9 .share-icon i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ac8de0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
}
.team-member-item9 .share-icon ul {
  position: absolute;
  bottom: 0px;
  left: 8px;
  z-index: -2;
  opacity: 0;
  transition: all 0.4s;
}
.team-member-item9 .share-icon ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: block;
  background: #85a6a6;
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
  margin-bottom: 10px;
}
.team-member-item9 .share-icon:hover {
  cursor: pointer;
}
.team-member-item9 .share-icon:hover ul {
  bottom: 60px;
  opacity: 1;
}
.team-member-item9:hover h4 a {
  color: #ac8de0 !important;
}

.team-card-items-10 .team-image {
  position: relative;
}
.team-card-items-10 .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.team-card-items-10 .team-image .social-profile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}
.team-card-items-10 .team-image .social-profile ul {
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.team-card-items-10 .team-image .social-profile ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: block;
  background: #85a6a6;
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
  margin-bottom: 10px;
}
.team-card-items-10 .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  display: inline-block;
  background: #85a6a6;
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
}
.team-card-items-10 .team-image .social-profile .plus-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-card-items-10 .team-image .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-card-items-10 .team-content {
  margin-top: 30px;
  text-align: center;
}
.team-card-items-10 .team-content h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Satoshi", sans-serif;
  margin-bottom: 8px;
}
.team-card-items-10 .team-content h3 a {
  color: var(--bg-dark3);
}
.team-card-items-10 .team-content span {
  text-transform: uppercase;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.project-gallery {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 139px 139px 0px 0px;
}

.project-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 45px;
}
.project-gallery-head p {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
}
@media (max-width: 767px) {
  .project-gallery-head {
    justify-content: center;
  }
}

.project-card-item .thumb {
  border-radius: 30px;
  margin-bottom: 45px;
}
.project-card-item .thumb img {
  border-radius: 30px;
  transition: all 0.4s;
}
.project-card-item .content h3 a {
  font-size: 36px;
  color: var(--white);
  line-height: 46px;
}
.project-card-item .content .tag-project {
  margin-bottom: 18px;
}
.project-card-item .content .tag-project li a {
  display: inline-block;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 100px;
  padding: 10px 22px;
  font-weight: 700;
  line-height: 25px;
  font-size: 15px;
  transition: all 0.4s;
}
.project-card-item .content .tag-project li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.project-card-item:hover .thumb img {
  transform: scale(1.05);
}
@media (max-width: 1399px) {
  .project-card-item .thumb {
    margin-bottom: 30px;
  }
  .project-card-item .content h3 a {
    font-size: 29px;
    line-height: 39px;
  }
  .project-card-item .content .tag-project {
    margin-bottom: 16px;
  }
  .project-card-item .content .tag-project li a {
    display: inline-block;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 100px;
    padding: 8px 22px;
    font-weight: 700;
    line-height: 25px;
    font-size: 15px;
    transition: all 0.4s;
  }
  .project-card-item .content .tag-project li a:hover {
    background-color: var(--theme);
    color: var(--white);
  }
}
@media (max-width: 575px) {
  .project-card-item .thumb {
    margin-bottom: 22px;
  }
  .project-card-item .content h3 a {
    font-size: 24px;
    line-height: 39px;
  }
  .project-card-item .content .tag-project {
    margin-bottom: 14px;
  }
  .project-card-item .content .tag-project li a {
    display: inline-block;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 100px;
    padding: 5px 22px;
    font-weight: 700;
    line-height: 25px;
    font-size: 15px;
    transition: all 0.4s;
  }
  .project-card-item .content .tag-project li a:hover {
    background-color: var(--theme);
    color: var(--white);
  }
}

.since-section .service-title {
  margin: 0;
  max-width: 1370px;
  margin: 0 auto;
}
.since-section .service-title .sticker-thing {
  position: absolute;
  bottom: 170px;
  right: 20px;
}
.since-section .circle-image {
  background-color: #2c2c2c;
  width: 203px;
  height: 203px;
  border-radius: 50%;
  margin: -40px auto 0;
  position: relative;
}
.since-section .circle-image img {
  animation: spin 15s linear infinite;
}
.since-section .circle-image .arrow {
  transform: rotate(-140deg);
  color: var(--white);
}
.since-section .since-group1 {
  max-width: 1720px;
  margin: -317px auto 0;
}
.since-section .since-group1 .thumb1 {
  max-width: 241px;
}
.since-section .since-group1 .thumb2 {
  max-width: 357px;
  top: 61px;
  position: relative;
}
.since-section .since-group2 {
  max-width: 1127px;
  margin-left: 195px;
  margin-top: -250px;
  z-index: 2;
}
.since-section .since-group2 .thumb1 {
  max-width: 277px;
}
.since-section .since-group2 .thumb2 {
  max-width: 270px;
  margin-top: 161px;
}
.since-section .since-group3 {
  max-width: 1650px;
  margin: -200px auto 0;
}
.since-section .since-group3 .thumb1 {
  max-width: 346px;
  margin-bottom: 44px;
}
.since-section .since-group3 .thumb2 {
  max-width: 417px;
  padding-right: 30px;
}
.since-section .since-group3 .thumb3 {
  max-width: 394px;
  margin-bottom: 74px;
  position: relative;
}
@media (max-width: 1399px) {
  .since-section .since-group1 {
    max-width: 1720px;
    margin: -317px auto 0;
  }
  .since-section .since-group1 .thumb1 {
    max-width: 200px;
  }
  .since-section .since-group1 .thumb2 {
    max-width: 290px;
    top: 61px;
    position: relative;
  }
  .since-section .since-group2 {
    max-width: 1127px;
    margin-left: 195px;
    margin-top: -80px;
    z-index: 2;
  }
  .since-section .since-group2 .thumb1 {
    max-width: 200px;
  }
  .since-section .since-group2 .thumb2 {
    max-width: 200px;
    margin-top: 161px;
  }
  .since-section .since-group3 {
    max-width: 1650px;
    margin: -100px auto 0;
  }
  .since-section .since-group3 .thumb1 {
    max-width: 300px;
    margin-bottom: 44px;
  }
  .since-section .since-group3 .thumb2 {
    max-width: 417px;
    padding-right: 30px;
  }
  .since-section .since-group3 .thumb3 {
    max-width: 300px;
    margin-bottom: 74px;
    position: relative;
  }
  .since-section .service-title {
    font-size: 40px;
    line-height: 50px;
    text-align: center !important;
    margin: 0 auto 50px !important;
  }
  .since-section .service-title span {
    font-size: 40px;
  }
  .since-section .service-title .sticker-thing {
    right: 350px !important;
  }
}
@media (max-width: 991px) {
  .since-section .since-group1 {
    max-width: 1720px;
    margin: 0px auto 0;
  }
  .since-section .since-group1 .thumb1 {
    max-width: 200px;
  }
  .since-section .since-group1 .thumb2 {
    max-width: 290px;
    top: 61px;
    position: relative;
  }
  .since-section .since-group2 {
    max-width: 1127px;
    margin-left: 195px;
    margin-top: 0px;
    z-index: 2;
  }
  .since-section .since-group2 .thumb1 {
    max-width: 200px;
  }
  .since-section .since-group2 .thumb2 {
    max-width: 200px;
    margin-top: 161px;
  }
  .since-section .since-group3 {
    max-width: 1650px;
    margin: 0px auto 0;
  }
  .since-section .since-group3 .thumb1 {
    max-width: 210px;
    margin-bottom: 44px;
  }
  .since-section .since-group3 .thumb2 {
    max-width: 350px;
    padding-right: 0px;
    padding: 8px 12px;
  }
  .since-section .since-group3 .thumb2 img {
    width: 100%;
  }
  .since-section .since-group3 .thumb3 {
    max-width: 300px;
    margin-bottom: 74px;
    position: relative;
  }
  .since-section .service-title {
    font-size: 32px;
    line-height: 42px;
    text-align: center !important;
    margin: 0 auto 30px !important;
  }
  .since-section .service-title span {
    font-size: 32px;
  }
  .since-section .service-title .sticker-thing {
    right: 350px !important;
  }
}
@media (max-width: 575px) {
  .since-section .since-group1 {
    max-width: 1720px;
    margin: 0px auto 0;
  }
  .since-section .since-group1 .thumb1 {
    max-width: 200px;
  }
  .since-section .since-group1 .thumb2 {
    max-width: 290px;
    top: 61px;
    position: relative;
    padding: 1px 8px;
  }
  .since-section .since-group2 {
    max-width: 1127px;
    margin-left: 5px;
    margin-top: 0px;
    z-index: 2;
  }
  .since-section .since-group2 .thumb1 {
    max-width: 200px;
    padding: 1px 10px;
  }
  .since-section .since-group2 .thumb2 {
    max-width: 200px;
    margin-top: 161px;
  }
  .since-section .since-group3 {
    max-width: 1650px;
    margin: 16px auto 0;
  }
  .since-section .since-group3 .thumb1 {
    max-width: 210px;
    margin-bottom: 44px;
  }
  .since-section .since-group3 .thumb2 {
    max-width: 350px;
    padding-right: 0px;
    padding: 8px 12px;
  }
  .since-section .since-group3 .thumb2 img {
    width: 100%;
  }
  .since-section .since-group3 .thumb3 {
    max-width: 300px;
    margin-bottom: 74px;
    position: relative;
  }
  .since-section .service-title {
    font-size: 24px;
    line-height: 34px;
    text-align: center !important;
    margin: 0 auto 30px !important;
  }
  .since-section .service-title span {
    font-size: 24px;
  }
  .since-section .service-title .sticker-thing {
    right: 350px !important;
  }
}

.new__project_items {
  position: relative;
  border-radius: 12px;
  height: 556px;
}
.new__project_items img {
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.5s;
}
.new__project_items .content {
  background-color: var(--white);
  padding: 21px 31px;
  border-radius: 4px;
  max-width: 264px;
  width: 100%;
  position: absolute;
  bottom: -200px;
  left: 0;
  transition: all 0.6s;
  z-index: 1;
}
.new__project_items .content .date-title,
.new__project_items .content h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #717171;
  margin-bottom: 13px;
}
.new__project_items .content .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: var(--black);
  display: block;
}
.new__project_items:hover .content {
  bottom: 59px;
}
.new__project_items:hover img {
  transform: scale(1.05);
}
.new__project_items:hover .title {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .new__project_items {
    height: 500px;
  }
  .new__project_items img {
    height: 100%;
  }
  .new__project_items .content {
    background-color: var(--white);
    padding: 21px 31px;
    width: 100%;
    bottom: -200px;
  }
  .new__project_items .content .date-title,
  .new__project_items .content h6 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 13px;
  }
  .new__project_items .content .title {
    font-size: 22px;
    line-height: 32px;
  }
  .new__project_items:hover .content {
    bottom: 24px;
  }
}
@media (max-width: 991px) {
  .new__project_items {
    height: 500px;
  }
  .new__project_items img {
    height: 100%;
  }
  .new__project_items .content {
    background-color: var(--white);
    padding: 18px 24px;
    width: 100%;
    bottom: -200px;
  }
  .new__project_items .content .date-title,
  .new__project_items .content h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .new__project_items .content .title {
    font-size: 19px;
    line-height: 28px;
  }
  .new__project_items:hover .content {
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .new__project_items {
    height: 500px;
  }
  .new__project_items img {
    height: 100%;
  }
  .new__project_items .content {
    background-color: var(--white);
    padding: 18px 24px;
    width: 100%;
    bottom: -200px;
  }
  .new__project_items .content .date-title,
  .new__project_items .content h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .new__project_items .content .title {
    font-size: 19px;
    line-height: 28px;
  }
  .new__project_items:hover .content {
    bottom: 12px;
  }
}

.creative-design-section {
  padding-bottom: 220px;
}
.creative-design-section .title {
  margin-bottom: 65px;
  font-size: 18px;
  color: var(--black);
  text-align: center;
}
.creative-design-section .creative-item .thumb {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  display: block;
  margin-bottom: 27px;
}
.creative-design-section .creative-item .thumb img {
  transition: all 0.4s;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.creative-design-section .creative-item .cont h5 {
  color: #717171;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.creative-design-section .creative-item .cont h4 a {
  font-size: 22px;
  color: var(--black);
  font-weight: 700;
}
.creative-design-section .creative-item:hover .thumb img {
  transform: scale(1.05);
}
.creative-design-section .creative-item:hover .cont h5 {
  font-size: 18px;
}
.creative-design-section .creative-item:hover .cont h4 a {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .creative-design-section {
    padding-bottom: 120px;
  }
  .creative-design-section .title {
    margin-bottom: 36px;
  }
  .creative-design-section .creative-item .thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    display: block;
    margin-bottom: 20px;
  }
  .creative-design-section .creative-item .thumb img {
    transition: all 0.4s;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
  }
  .creative-design-section .creative-item .cont h5 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
  }
  .creative-design-section .creative-item .cont h4 a {
    font-size: 20px;
    color: var(--black);
    font-weight: 700;
  }
}
@media (max-width: 1199px) {
  .creative-design-section {
    padding-bottom: 80px;
  }
  .creative-design-section .title {
    margin-bottom: 30px;
  }
}

.gallery-section-masonary .title {
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .gallery-section-masonary .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .gallery-section-masonary .title {
    margin-bottom: 24px;
  }
}

.gallery__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__items .thumb {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.gallery__items .this-arrow {
  background-color: rgba(34, 32, 32, 0.36);
  position: absolute;
  top: 0;
  left: -100%;
  width: 0%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.4s;
}
.gallery__items:hover .this-arrow {
  width: 100%;
  left: 0;
}

.gallery-masonary {
  display: flex;
  gap: 24px;
}
.gallery-masonary .gallery-masonary-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1199px) {
  .gallery-masonary {
    gap: 16px;
  }
  .gallery-masonary .gallery-masonary-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .gallery-masonary {
    gap: 16px;
    flex-wrap: wrap;
  }
  .gallery-masonary .gallery-masonary-inner {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .gallery-masonary .last-one {
    width: 100% !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .gallery-masonary .last-one .gallery__items {
    width: 48% !important;
  }
}
@media (max-width: 500px) {
  .gallery-masonary {
    gap: 16px;
    flex-wrap: wrap;
  }
  .gallery-masonary .gallery-masonary-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .gallery-masonary .last-one {
    width: 100% !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .gallery-masonary .last-one .gallery__items {
    width: 100% !important;
  }
}

.style-blacks .text {
  color: var(--black);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 66px;
}
.style-blacks .text:hover {
  color: var(--black);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .style-blacks .text {
    font-size: 44px;
  }
}

.case-studies-section04 {
  background-color: #f6f8ef;
  padding: 200px 0;
  position: relative;
}
.case-studies-section04 .marquee-section {
  margin-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid #171717;
}
.case-studies-section04 .its-project-more {
  position: absolute;
  bottom: 340px;
  left: 100px;
  color: var(--black);
}
.case-studies-section04 .case-stuides-items04.style2 {
  max-width: 763px;
  margin-left: auto;
  margin-top: -96px;
}
.case-studies-section04 .case-stuides-items04.style4 {
  max-width: 784px;
  margin-left: auto;
  margin-top: -97px;
}
.case-studies-section04 .case-stuides-items04 .thumb {
  overflow: hidden;
  margin-bottom: 38px;
}
.case-studies-section04 .case-stuides-items04 .thumb img {
  transition: all 0.4s;
  overflow: hidden;
}
.case-studies-section04 .case-stuides-items04 .cont {
  padding: 0 40px 0;
}
.case-studies-section04 .case-stuides-items04 .cont p {
  font-size: 18px;
  margin-bottom: 14px;
}
.case-studies-section04 .case-stuides-items04 .cont .title {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
}
.case-studies-section04 .case-stuides-items04:hover .cont .title {
  color: var(--theme);
}
.case-studies-section04 .case-stuides-items04:hover .thumb img {
  transform: scale(1.05);
}
@media (max-width: 1600px) {
  .case-studies-section04 {
    padding: 120px 0;
  }
  .case-studies-section04 .case-stuides-items04.style2 {
    max-width: 563px;
    margin-left: auto;
    margin-top: -96px;
  }
  .case-studies-section04 .case-stuides-items04.style4 {
    max-width: 600px;
  }
}
@media (max-width: 1399px) {
  .case-studies-section04 {
    padding: 100px 0;
  }
  .case-studies-section04 .case-stuides-items04.style2 {
    max-width: 563px;
    margin-left: auto;
    margin-top: 24px;
    margin-right: 24px;
  }
  .case-studies-section04 .case-stuides-items04.style4 {
    max-width: 584px;
    margin-left: auto;
    margin-right: 24px;
    margin-top: 24px;
  }
  .case-studies-section04 .case-stuides-items04 .thumb {
    overflow: hidden;
    margin-bottom: 18px;
  }
  .case-studies-section04 .case-stuides-items04 .cont {
    padding: 0 14px 0;
  }
  .case-studies-section04 .case-stuides-items04 .cont p {
    font-size: 17px;
    margin-bottom: 11px;
  }
  .case-studies-section04 .case-stuides-items04 .cont .title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .case-studies-section04 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .case-studies-section04 .its-project-more {
    position: static;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
  .case-studies-section04 .case-stuides-items04 .cont p {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .case-studies-section04 .case-stuides-items04 .cont .title {
    font-size: 20px;
  }
  .case-studies-section04 .case-stuides-items04.style4 {
    margin: 24px auto 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .case-studies-section04 .case-stuides-items04 .cont p {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .case-studies-section04 .case-stuides-items04 .cont .title {
    font-size: 20px;
  }
  .case-studies-section04 .case-stuides-items04.style2 {
    max-width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }
}

.agency-count-section04 {
  padding-top: 70px;
  background-color: #f6f8ef;
}
.agency-count-section04 .agency-count-head {
  margin-bottom: 200px;
}
.agency-count-section04 .agency-count-head .right {
  max-width: 510px;
}
.agency-count-section04 .agency-count-head .right p {
  color: var(--black);
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 37px;
}
.agency-count-section04 .agency-count-head .left {
  max-width: 560px;
}
.agency-count-section04 .agency-count-head .left h4,
.agency-count-section04 .agency-count-head .left h3 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 46px;
  color: var(--black);
  font-weight: 700;
}
.agency-count-section04 .agency-count-head .left h4 {
  color: #919191;
}
.agency-count-section04 .agency-count-head .left a {
  position: relative;
  top: 16px;
}
.agency-count-section04 .agency-count-item {
  padding: 60px;
  border-radius: 12px;
  border: 1px solid #171717;
  background-color: var(--white);
  transition: all 0.4s;
}
.agency-count-section04 .agency-count-item .title {
  padding-bottom: 30px;
  border-bottom: 1px solid #171717;
  margin-bottom: 140px;
}
.agency-count-section04 .agency-count-item .title h2 {
  font-size: 82px;
}
.agency-count-section04 .agency-count-item p {
  font-size: 22px;
  color: var(--black);
  line-height: 34px;
}
@media (max-width: 1600px) {
  .agency-count-section04 .agency-count-head {
    margin-bottom: 120px;
  }
  .agency-count-section04 .agency-count-head .right {
    max-width: 510px;
  }
  .agency-count-section04 .agency-count-head .right p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 37px;
  }
  .agency-count-section04 .agency-count-head .left {
    max-width: 560px;
  }
  .agency-count-section04 .agency-count-head .left h4,
  .agency-count-section04 .agency-count-head .left h3 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
  }
  .agency-count-section04 .agency-count-head .left a {
    top: 16px;
  }
  .agency-count-section04 .agency-count-item {
    padding: 40px;
    background-color: var(--white);
    transition: all 0.4s;
  }
  .agency-count-section04 .agency-count-item .title {
    padding-bottom: 25px;
    margin-bottom: 140px;
  }
  .agency-count-section04 .agency-count-item .title h2 {
    font-size: 72px;
  }
  .agency-count-section04 .agency-count-item p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 1399px) {
  .agency-count-section04 .agency-count-head {
    margin-bottom: 70px;
  }
  .agency-count-section04 .agency-count-head .right {
    max-width: 510px;
  }
  .agency-count-section04 .agency-count-head .right p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .agency-count-section04 .agency-count-head .left {
    max-width: 560px;
  }
  .agency-count-section04 .agency-count-head .left h4,
  .agency-count-section04 .agency-count-head .left h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .agency-count-section04 .agency-count-head .left a {
    top: 16px;
  }
  .agency-count-section04 .agency-count-item {
    padding: 30px;
  }
  .agency-count-section04 .agency-count-item .title {
    padding-bottom: 16px;
    margin-bottom: 70px;
  }
  .agency-count-section04 .agency-count-item .title h2 {
    font-size: 44px;
  }
  .agency-count-section04 .agency-count-item p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .agency-count-section04 .agency-count-head {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .agency-count-section04 .agency-count-head .right {
    max-width: 510px;
  }
  .agency-count-section04 .agency-count-head .right p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .agency-count-section04 .agency-count-head .left {
    max-width: 560px;
  }
  .agency-count-section04 .agency-count-head .left h4,
  .agency-count-section04 .agency-count-head .left h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .agency-count-section04 .agency-count-head .left a {
    top: 16px;
  }
  .agency-count-section04 .agency-count-item {
    padding: 30px;
  }
  .agency-count-section04 .agency-count-item .title {
    padding-bottom: 16px;
    margin-bottom: 70px;
  }
  .agency-count-section04 .agency-count-item .title h2 {
    font-size: 44px;
  }
  .agency-count-section04 .agency-count-item p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .agency-count-section04 .agency-count-head {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .agency-count-section04 .agency-count-head .right {
    max-width: 510px;
  }
  .agency-count-section04 .agency-count-head .right p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .agency-count-section04 .agency-count-head .left {
    max-width: 560px;
  }
  .agency-count-section04 .agency-count-head .left h4,
  .agency-count-section04 .agency-count-head .left h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .agency-count-section04 .agency-count-head .left a {
    top: 16px;
  }
  .agency-count-section04 .agency-count-item {
    padding: 30px;
  }
  .agency-count-section04 .agency-count-item .title {
    padding-bottom: 16px;
    margin-bottom: 70px;
  }
  .agency-count-section04 .agency-count-item .title h2 {
    font-size: 38px;
  }
  .agency-count-section04 .agency-count-item p {
    font-size: 18px;
    line-height: 30px;
  }
}

.working-wrapper6 .working-items6 {
  padding: 54px 70px;
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.37);
  transition: all 0.4s;
}
.working-wrapper6 .working-items6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/home-6/working-bg.png) no-repeat center center/cover;
  z-index: -1;
  transition: all 0.5s;
  opacity: 0;
}
.working-wrapper6 .working-items6 .numbering {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.44);
  color: transparent;
  transition: all 0.4s;
}
.working-wrapper6 .working-items6 .cont {
  margin-top: 160px;
}
.working-wrapper6 .working-items6 .cont .c-title a,
.working-wrapper6 .working-items6 .cont h5 a {
  font-size: 24px;
  line-height: 34px;
  font-family: "Satoshi";
  color: var(--white);
  margin-bottom: 18px;
  display: block;
}
.working-wrapper6 .working-items6 .cont p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}
.working-wrapper6 .working-items6:hover {
  border-left: unset;
}
.working-wrapper6 .working-items6:hover::before {
  filter: brightness(1.2);
  opacity: 1;
}
.working-wrapper6 .working-items6:hover .numbering {
  color: var(--theme);
  -webkit-text-stroke-color: var(--theme);
}
.working-wrapper6 .working-items6:hover .cont .c-title a,
.working-wrapper6 .working-items6:hover .cont h5 a {
  color: var(--theme);
}
@media (max-width: 1399px) {
  .working-wrapper6 .working-items6 {
    padding: 24px 30px;
    position: relative;
    z-index: 1;
  }
  .working-wrapper6 .working-items6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/home-6/working-bg.png) no-repeat center center/cover;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
  }
  .working-wrapper6 .working-items6 .numbering {
    font-weight: 700;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -0.04em;
  }
  .working-wrapper6 .working-items6 .cont {
    margin-top: 120px;
  }
  .working-wrapper6 .working-items6 .cont .c-title a,
  .working-wrapper6 .working-items6 .cont h5 a {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .working-wrapper6 .working-items6 .cont p {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .working-wrapper6 .working-items6 {
    padding: 24px 30px;
    position: relative;
    z-index: 1;
  }
  .working-wrapper6 .working-items6 .numbering {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -0.04em;
  }
  .working-wrapper6 .working-items6 .cont {
    margin-top: 120px;
  }
  .working-wrapper6 .working-items6 .cont .c-title a,
  .working-wrapper6 .working-items6 .cont h5 a {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .working-wrapper6 .working-items6 .cont p {
    font-size: 17px;
    line-height: 26px;
  }
}

.news-section06 {
  position: relative;
  z-index: 1;
}
.news-section06 .shadow-effect {
  position: absolute;
  top: 340px;
  left: 0;
  z-index: -1;
}
.news-section06 .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: var(--white);
  border: 1px solid var(--theme);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 1399px) {
  .news-section06 .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.news-section06 .swiper-pagination-bullet-active {
  color: var(--white);
  background: var(--theme);
}

.foote-ele {
  position: absolute;
  bottom: 43px;
  left: 90px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .foote-ele {
    bottom: 10px;
    left: 10px;
    width: 90px;
  }
}

.project-solution-slide07 {
  position: relative;
}
.project-solution-slide07 .slide-top1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.project-solution-slide07 .slide-bottom1 {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.project-solution-slide07 .cus-swiper-pagination {
  position: absolute !important;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.project-solution-items .cont {
  position: absolute;
  left: 0;
  bottom: 90px;
  padding: 35px;
  width: 100%;
}
.project-solution-items .cont .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Space Grotesk", sans-serif;
  display: block;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.43);
}
@media (max-width: 1600px) {
  .project-solution-items .cont {
    position: absolute;
    left: 0;
    bottom: 90px;
    padding: 16px;
    width: 100%;
  }
  .project-solution-items .cont .title {
    font-size: 22px;
    line-height: 32px;
    padding-top: 18px;
  }
}

.select-work-section .title-area {
  position: relative;
  margin-bottom: -400px;
  z-index: 1;
}
.select-work-section .title-area .title {
  font-size: 250px;
  line-height: 201px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.06em;
  font-family: "Space Grotesk", sans-serif;
  color: #ffffff;
  margin-bottom: 50px;
}
.select-work-section .title-area p {
  max-width: 591px;
  margin: 0 auto 60px;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
}
.select-work-section .title-area .arrow-long {
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .select-work-section .title-area {
    position: relative;
    margin-bottom: -400px;
  }
  .select-work-section .title-area .title {
    font-size: 200px;
    line-height: 201px;
    text-align: center;
    margin-bottom: 50px;
  }
  .select-work-section .title-area p {
    max-width: 591px;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1299px) {
  .select-work-section .title-area {
    position: relative;
    margin-bottom: -300px;
  }
  .select-work-section .title-area .title {
    font-size: 150px;
    line-height: 150px;
    text-align: center;
    margin-bottom: 30px;
  }
  .select-work-section .title-area p {
    max-width: 591px;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1199px) {
  .select-work-section .title-area {
    position: relative;
    margin-bottom: 30px;
  }
  .select-work-section .title-area .title {
    font-size: 80px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 16px;
  }
  .select-work-section .title-area p {
    max-width: 591px;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 29px;
  }
  .select-work-section .arrow-long {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .select-work-section .title-area {
    position: relative;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .select-work-section .title-area .title {
    font-size: 50px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
  }
  .select-work-section .title-area p {
    max-width: 591px;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 29px;
  }
  .select-work-section .arrow-long {
    display: none;
  }
}

.working-wrapper-select .working-thumb-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.working-wrapper-select .working-thumb-bottom {
  max-width: 1640px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.working-wrapper-select .style1 {
  max-width: 519px;
}
.working-wrapper-select .style2 {
  max-width: 398px;
  position: relative;
  top: 461px;
}
.working-wrapper-select .style3 {
  max-width: 451px;
  position: relative;
  top: 114px;
}
.working-wrapper-select .style4 {
  max-width: 519px;
  position: relative;
  margin-top: 250px;
}
.working-wrapper-select .style5 {
  position: relative;
  max-width: 846px;
  top: 480px;
}
.working-wrapper-select .blog-card07 .tag {
  padding: 9px 18px;
  background: #ffffff;
  border: 1px solid rgba(77, 77, 77, 0.14);
  border-radius: 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #454e63;
}
.working-wrapper-select .blog-card07 h3 a {
  font-size: 32px;
  line-height: 43px;
  color: var(--white);
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
.working-wrapper-select .blog-card07:hover h3 a {
  color: var(--theme);
}
@media screen and (max-width: 1500px) {
  .working-wrapper-select .style1 {
    max-width: 419px;
  }
  .working-wrapper-select .style2 {
    max-width: 358px;
    position: relative;
    top: 461px;
  }
  .working-wrapper-select .style3 {
    max-width: 401px;
    position: relative;
    top: 114px;
  }
  .working-wrapper-select .style4 {
    max-width: 419px;
    position: relative;
    margin-top: 250px;
  }
  .working-wrapper-select .style5 {
    position: relative;
    max-width: 646px;
    top: 480px;
  }
}
@media screen and (max-width: 1500px) {
  .working-wrapper-select .style1 {
    max-width: 400px;
  }
  .working-wrapper-select .style2 {
    max-width: 328px;
    position: relative;
    top: 461px;
  }
  .working-wrapper-select .style3 {
    max-width: 350px;
    position: relative;
    top: 114px;
  }
  .working-wrapper-select .style4 {
    max-width: 400px;
    position: relative;
    margin-top: 250px;
  }
  .working-wrapper-select .style5 {
    position: relative;
    max-width: 500px;
    top: 480px;
  }
}
@media screen and (max-width: 1199px) {
  .working-wrapper-select .working-thumb-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 35px;
  }
  .working-wrapper-select .working-thumb-bottom {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .working-wrapper-select .style1 {
    max-width: 100%;
  }
  .working-wrapper-select .style2 {
    max-width: 100%;
    position: relative;
    top: 0px;
  }
  .working-wrapper-select .style3 {
    max-width: 100%;
    position: relative;
    top: 0px;
  }
  .working-wrapper-select .style4 {
    max-width: 100%;
    position: relative;
    margin-top: 0px;
  }
  .working-wrapper-select .style5 {
    position: relative;
    max-width: 100%;
    top: 0px;
  }
  .working-wrapper-select .blog-card07 .tag {
    padding: 7px 16px;
    font-size: 12px;
    line-height: 20px;
  }
  .working-wrapper-select .blog-card07 h3 a {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .working-wrapper-select .working-thumb-top {
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .working-wrapper-select .working-thumb-bottom {
    max-width: 100%;
    gap: 20px;
  }
  .working-wrapper-select .blog-card07 {
    width: 47.5%;
  }
  .working-wrapper-select .blog-card07 .tag {
    padding: 7px 16px;
    font-size: 12px;
    line-height: 20px;
  }
  .working-wrapper-select .blog-card07 h3 a {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 575px) {
  .working-wrapper-select .working-thumb-top {
    gap: 20px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .working-wrapper-select .working-thumb-bottom {
    max-width: 100%;
    gap: 20px;
    flex-wrap: wrap;
  }
  .working-wrapper-select .blog-card07 {
    width: 100%;
  }
  .working-wrapper-select .blog-card07 .tag {
    padding: 7px 16px;
    font-size: 12px;
    line-height: 20px;
  }
  .working-wrapper-select .blog-card07 h3 a {
    font-size: 22px;
    line-height: 30px;
  }
}

.solution-work-section {
  background-color: #292929;
}

.text-slide-brand-solution .style-blacks .marquee-group .text {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.41);
}
.text-slide-brand-solution .style-blacks .marquee-group .text .brand-solution-preview {
  position: absolute;
  right: 20px;
  height: 258px;
  width: 191px;
  transform: scale(0);
  transition: all 0.4s;
}
@media (max-width: 1399px) {
  .text-slide-brand-solution .style-blacks .marquee-group .text .brand-solution-preview {
    width: 160px;
    height: 160px;
    object-fit: contain;
  }
}
@media (max-width: 575px) {
  .text-slide-brand-solution .style-blacks .marquee-group .text .brand-solution-preview {
    width: 120px;
    height: 120px;
    object-fit: contain;
  }
}
.text-slide-brand-solution .style-blacks .marquee-group .text:hover {
  opacity: 1 !important;
}
.text-slide-brand-solution .style-blacks .marquee-group .text:hover .brand-solution-preview {
  transform: scale(1);
}

.concep-section {
  max-width: 1836px;
  padding: 0 14px;
  margin-left: auto;
}
.concep-section .concep-title {
  font-style: normal;
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: #ffffff;
  padding-top: 90px;
  padding-bottom: 180px;
  max-width: 1053px;
  margin: 0 auto;
  font-family: "Instrument Sans", sans-serif;
}
.concep-section .concep-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.concep-section .concep-wrap .thumb {
  max-width: 551px;
}
.concep-section .concep-wrap .thumb img {
  width: 100%;
}
.concep-section .concep-wrap .cont {
  max-width: 554px;
}
.concep-section .concep-wrap .cont p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 29px;
}
.concep-section .concep-wrap .thumb2 {
  max-width: 161px;
  position: relative;
  top: 60px;
}
.concep-section .concep-wrap .thumb2 img {
  width: 100%;
}
@media (max-width: 1399px) {
  .concep-section .concep-title {
    font-size: 38px;
    line-height: 48px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .concep-section .concep-wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .concep-section .concep-wrap .thumb {
    max-width: 451px;
  }
  .concep-section .concep-wrap .cont {
    max-width: 354px;
  }
  .concep-section .concep-wrap .cont p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .concep-section .concep-wrap .thumb2 {
    max-width: 161px;
    position: relative;
    top: 60px;
  }
  .concep-section .concep-wrap .thumb2 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .concep-section .concep-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
  }
  .concep-section .concep-wrap .thumb {
    max-width: 451px;
    margin: 0 auto;
  }
  .concep-section .concep-wrap .cont {
    max-width: 354px;
    text-align: center;
    margin: 0 auto;
  }
  .concep-section .concep-wrap .cont p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .concep-section .concep-wrap .cont .read-more {
    justify-content: center;
  }
  .concep-section .concep-wrap .thumb2 {
    max-width: 161px;
    position: relative;
    top: 0px;
    margin: 0 auto;
  }
  .concep-section .concep-wrap .thumb2 img {
    width: 100%;
  }
  .concep-section .concep-title {
    font-size: 24px;
    line-height: 34px;
    padding-top: 40px;
    padding-bottom: 30px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
}

.project-style-master .tag-project li a {
  border: 1px solid rgba(23, 23, 23, 0.18) !important;
  color: var(--black) !important;
}
.project-style-master .tag-project li a:hover {
  color: var(--white) !important;
}
.project-style-master .content h3 a {
  color: var(--black);
}

.more-project-list ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.more-project-list ul li {
  display: flex;
  align-items: center;
}
.more-project-list ul li .start-in {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #1c1c1c;
  font-family: "Instrument Sans", sans-serif;
  width: 90px;
}
.more-project-list ul li .designation {
  color: #898989;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .more-project-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .more-project-list ul li {
    display: flex;
    align-items: center;
  }
  .more-project-list ul li .start-in {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1c1c1c;
    font-family: "Instrument Sans", sans-serif;
    width: 90px;
  }
  .more-project-list ul li .designation {
    color: #898989;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
}

.team--conts h3 {
  font-weight: 600;
  font-size: 66px;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: #171717;
  font-family: "Instrument Sans", sans-serif;
}
.team--conts p {
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  color: #898989;
}
.team--conts.style--2 h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #171717;
}
.team--conts.style--2 p {
  font-weight: 500;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #898989;
}
@media (max-width: 1199px) {
  .team--conts h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .team--conts p {
    font-size: 16px;
    line-height: 22px;
  }
  .team--conts.style--2 h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
  }
  .team--conts.style--2 p {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 575px) {
  .team--conts h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .team--conts p {
    font-size: 16px;
    line-height: 22px;
  }
}

.three-circle li {
  font-weight: 600;
  font-size: 18px;
  line-height: 34px;
  color: #525252;
  font-family: "Instrument Sans", sans-serif;
}
.three-circle .circle-four {
  position: relative;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.three-circle .circle-four::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #525252;
}

.challenge-grop {
  border-radius: 12px;
  padding: 42px;
  background-color: #f6f8ef;
  max-width: 358px;
}

.project-counting-process .counting-process-cont h2 {
  font-weight: 700;
  font-size: 180px;
  line-height: 180px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #171717;
}
.project-counting-process .counting-process-cont h3,
.project-counting-process .counting-process-cont h5 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #171717;
}
@media (max-width: 1399px) {
  .project-counting-process .counting-process-cont h2 {
    font-size: 90px;
    line-height: 90px;
  }
  .project-counting-process .counting-process-cont h3,
  .project-counting-process .counting-process-cont h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .project-counting-process .counting-process-cont h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .project-counting-process .counting-process-cont h3,
  .project-counting-process .counting-process-cont h5 {
    font-size: 20px;
    line-height: 26px;
  }
}

.development--project-item {
  position: relative;
  z-index: 1;
}
.development--project-item .thumb {
  position: relative;
}
.development--project-item .thumb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(15, 14, 14, 0.486);
  inset: 0;
}
.development--project-item .content {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  padding: 0 10px 120px 280px;
  z-index: 2;
}
.development--project-item .content .c-sub-title,
.development--project-item .content h5 {
  font-weight: 800;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.06em;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 28px;
}
.development--project-item .content h2 a {
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
}
@media (max-width: 1399px) {
  .development--project-item .content {
    max-width: 1340px;
    padding: 24px 24px 80px 30px;
  }
  .development--project-item .content .c-sub-title,
  .development--project-item .content h5 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 28px;
  }
  .development--project-item .content h2 a {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  .development--project-item .content {
    max-width: 1340px;
    padding: 24px 24px 80px 30px;
  }
  .development--project-item .content .c-sub-title,
  .development--project-item .content h5 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .development--project-item .content h2 a {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .development--project-item .content {
    max-width: 1340px;
    padding: 60px 24px 60px 30px;
  }
  .development--project-item .content .c-sub-title,
  .development--project-item .content h5 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .development--project-item .content h2 a {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .development--project-item .thumb {
    height: 220px;
    position: relative;
  }
  .development--project-item .thumb img {
    height: 100%;
  }
  .development--project-item .thumb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(15, 14, 14, 0.486);
    inset: 0;
  }
  .development--project-item .content {
    max-width: 1340px;
    padding: 60px 24px 60px 30px;
  }
  .development--project-item .content .c-sub-title,
  .development--project-item .content h5 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .development--project-item .content h2 a {
    font-size: 22px;
    line-height: 30px;
  }
}

.development-sectio-project {
  background-color: #fff;
}
.development-sectio-project .project-title {
  font-weight: 200;
  font-size: 180px;
  line-height: 150px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #171717;
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .development-sectio-project .project-title {
    font-size: 90px;
    line-height: 70px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1399px) {
  .development-sectio-project .project-title {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .development-sectio-project .project-title {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .development-sectio-project .project-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .development-sectio-project .project-title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}

.helvetica-storke-section .marquee-group .text {
  text-transform: uppercase;
  -webkit-text-stroke: 2px #171717;
  color: transparent;
}
@media (max-width: 575px) {
  .helvetica-storke-section .cus-border-b,
  .helvetica-storke-section .cus-border-r {
    border: unset !important;
  }
}

.project-quick-cart .box {
  max-width: 236px;
}
.project-quick-cart .project-icon {
  margin-bottom: 52px;
}
.project-quick-cart .title-p,
.project-quick-cart h4 {
  margin-bottom: 12px;
}
.project-quick-cart .title-p a,
.project-quick-cart h4 a {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #171717;
  font-family: "Instrument Sans", sans-serif;
}
.project-quick-cart p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #898989;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 575px) {
  .project-quick-cart {
    text-align: center;
  }
  .project-quick-cart .box {
    margin: 0 auto;
  }
  .project-quick-cart .project-icon {
    width: 50px;
    margin: 0 auto 16px;
  }
  .project-quick-cart h4 {
    margin-bottom: 8px;
  }
  .project-quick-cart h4 a {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #171717;
    font-family: "Instrument Sans", sans-serif;
  }
  .project-quick-cart p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #898989;
    font-family: "DM Sans", sans-serif;
  }
}

.cus-border-r {
  border-right: 1px solid #d9d9d9;
}

.cus-border-b {
  border-bottom: 1px solid #d9d9d9;
}

.company-it-thumb {
  position: relative;
  z-index: 1;
}
.company-it-thumb .content {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.company-it-thumb .content .title {
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  transition: all 0.4s;
}
.company-it-thumb .content .arrow {
  transform: rotate(50deg);
  transition: all 0.4s;
  display: block;
}
.company-it-thumb .content .arrow i {
  font-size: 36px;
  color: var(--white);
}
.company-it-thumb:hover .content .arrow {
  transform: rotate(0deg);
}
@media (max-width: 1399px) {
  .company-it-thumb .content {
    bottom: 20px;
    width: 90%;
  }
  .company-it-thumb .content .title {
    font-size: 22px;
    line-height: 32px;
  }
  .company-it-thumb .content .arrow i {
    font-size: 20px;
    color: var(--white);
  }
}

.company-it-wrap {
  padding: 98px 10px 70px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.company-it-wrap .com-ele {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: -1;
}
.company-it-wrap .box {
  max-width: 666px;
  margin: 0 auto;
}
.company-it-wrap .review-area {
  gap: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
.company-it-wrap .review-area p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.88);
}
.company-it-wrap .cont-middle {
  margin-bottom: 90px;
}
.company-it-wrap .cont-middle h2 {
  font-weight: 500;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 40px;
}
.company-it-wrap .cont-middle p {
  max-width: 490px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 38px;
}
@media (max-width: 1399px) {
  .company-it-wrap {
    padding: 38px 10px 90px;
    z-index: 1;
  }
  .company-it-wrap .com-ele {
    right: 4px;
    bottom: 4px;
    width: 90px;
  }
  .company-it-wrap .box {
    max-width: 666px;
    margin: 0 auto;
  }
  .company-it-wrap .review-area {
    gap: 18px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
  .company-it-wrap .review-area p {
    font-size: 14px;
    line-height: 20px;
  }
  .company-it-wrap .cont-middle {
    margin-bottom: 24px;
  }
  .company-it-wrap .cont-middle h2 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: 24px;
  }
  .company-it-wrap .cont-middle p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1399px) {
  .company-it-wrap {
    padding: 38px 10px 90px;
    z-index: 1;
  }
  .company-it-wrap .com-ele {
    display: none;
  }
  .company-it-wrap .box {
    max-width: 666px;
    margin: 0 auto;
  }
  .company-it-wrap .review-area {
    gap: 8px 18px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .company-it-wrap .review-area p {
    font-size: 14px;
    line-height: 20px;
  }
  .company-it-wrap .cont-middle {
    margin-bottom: 24px;
  }
  .company-it-wrap .cont-middle h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 18px;
  }
  .company-it-wrap .cont-middle p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}

.ele-button-box {
  max-width: 220px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto -1px;
}
.ele-button-box .ele-img {
  height: 80px;
  max-width: 250px;
}

.counter-collaboration-section {
  position: relative;
  z-index: 1;
}
.counter-collaboration-section .global-ele-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.counter-collaboration-section .global-ele-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

.development--item-count {
  max-width: 300px;
}
.development--item-count h2 {
  border-bottom: 1px solid rgba(23, 23, 23, 0.23);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.development--item-count h2 span {
  font-weight: 500;
  font-size: 82px;
  line-height: 103px;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #171717;
}
.development--item-count .cont h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #171717;
  margin-bottom: 12px;
}
.development--item-count .cont p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #898989;
}
.development--item-count:hover h2 span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ac8de0;
  color: #ac8de0;
}
@media (max-width: 1199px) {
  .development--item-count h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .development--item-count h2 span {
    font-size: 29px;
    line-height: 42px;
  }
  .development--item-count .cont h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .development--item-count .cont p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .development--item-count {
    max-width: 100%;
  }
  .development--item-count h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .development--item-count h2 span {
    font-size: 29px;
    line-height: 42px;
  }
  .development--item-count .cont h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .development--item-count .cont p {
    font-size: 16px;
    line-height: 24px;
  }
}

.portfolio-info-box h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: #1f1f1f;
}
.portfolio-info-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4b5563;
}
@media (max-width: 1199px) {
  .portfolio-info-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .portfolio-info-box h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
  }
  .portfolio-info-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}

.portfolio-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  z-index: 1;
}
.portfolio-card .portfolio-image {
  position: relative;
  z-index: 1;
}
.portfolio-card .portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portfolio-card .portfolio-image::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(248.79deg, rgba(22, 56, 56, 0.33) 21.01%, rgba(22, 56, 56, 0.65) 74.95%);
}
.portfolio-card .portfolio-image .expand-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 55px;
  height: 58px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #85a6a6;
  font-size: 16px;
  transition: all 0.3s ease;
}
.portfolio-card .portfolio-image .expand-btn:hover {
  background: #85a6a6;
  color: #fff;
}
.portfolio-card .portfolio-content {
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 35px;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  padding-top: 28px;
}
.portfolio-card .portfolio-content .title {
  font-size: 24px;
  display: block;
  color: #fff;
  margin-bottom: 12px;
}
.portfolio-card .portfolio-content .category {
  font-size: 16px;
  color: #efefef;
}
@media (max-width: 575px) {
  .portfolio-card .portfolio-image .expand-btn {
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
  .portfolio-card .portfolio-content {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    padding-top: 12px;
  }
  .portfolio-card .portfolio-content .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 9px;
  }
  .portfolio-card .portfolio-content .category {
    font-size: 12px;
  }
}

.portfolio-card-item-10 {
  margin-top: 30px;
}
.portfolio-card-item-10 .portfolio-image img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.portfolio-card-item-10 .portfolio-content {
  margin-top: 30px;
}
.portfolio-card-item-10 .portfolio-content h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi", sans-serif;
}
.portfolio-card-item-10 .portfolio-content h3 a:hover {
  color: #85A6A6;
}
.portfolio-card-item-10 .portfolio-content p {
  color: #4B5563;
  margin-top: 5px;
  font-family: "Satoshi", sans-serif;
}

.portfolio-section-10 .container-fluid {
  padding: 0 34px;
}

.marquee--section10 .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .marquee--section10 .marquee {
    margin-bottom: 70px;
  }
}
.marquee--section10 .marquee.slide-right {
  transform: scaleX(-1);
}
.marquee--section10 .marquee.slide-right .text,
.marquee--section10 .marquee.slide-right .stroke-text {
  transform: scaleX(-1);
}
.marquee--section10 .marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee--section10 .marquee .text {
  color: var(--white);
  font-size: 90px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 50px;
  font-family: "Satoshi", sans-serif;
  -webkit-text-stroke: 1px #626C74;
  color: transparent;
  line-height: 112px;
}
.marquee--section10 .marquee .text:hover {
  color: transparent;
}
@media (max-width: 1199px) {
  .marquee--section10 .marquee .text {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .marquee--section10 .marquee .text {
    gap: 20px;
  }
}

.testimonial__section {
  background-color: #fcf7f3;
  margin-bottom: -1px;
}
.testimonial__section .container {
  max-width: 1550px;
  margin: 0 auto;
}

.testimonial-header {
  gap: 70px;
  margin-bottom: 0px;
}
.testimonial-header .count-title {
  font-weight: 700;
  font-size: 600px;
  line-height: 590px;
  color: var(--theme);
}
.testimonial-header .t-ttile-left {
  position: relative;
  bottom: 150px;
}
@media (max-width: 1399px) {
  .testimonial-header {
    gap: 50px;
  }
  .testimonial-header .count-title {
    font-size: 400px;
    line-height: 400px;
  }
  .testimonial-header .t-ttile-left {
    bottom: 120px;
  }
}
@media (max-width: 1199px) {
  .testimonial-header {
    gap: 20px;
  }
  .testimonial-header .count-title {
    font-size: 290px;
    line-height: 320px;
  }
  .testimonial-header .count-title span {
    font-size: 290px;
  }
  .testimonial-header .t-ttile-left {
    bottom: 120px;
  }
}
@media (max-width: 767px) {
  .testimonial-header {
    gap: 20px;
  }
  .testimonial-header .count-title {
    font-size: 120px;
    line-height: 150px;
  }
  .testimonial-header .count-title span {
    font-size: 120px;
  }
  .testimonial-header .t-ttile-left {
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-header {
    gap: 14px;
  }
  .testimonial-header .count-title {
    font-size: 80px;
    line-height: 90px;
  }
  .testimonial-header .count-title span {
    font-size: 80px;
  }
  .testimonial-header .t-ttile-left {
    bottom: 10px;
    margin-bottom: 20px;
  }
}

.testimonial-image-style-1 {
  max-width: 307px;
  margin-left: auto;
}
.testimonial-image-style-1 img {
  width: 100%;
}

.testimonial-content-style-1 {
  padding-bottom: 32px;
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  gap: 58px;
  align-items: flex-start;
}
.testimonial-content-style-1 .rd-title,
.testimonial-content-style-1 h4 {
  font-size: 36px;
  line-height: 46px;
  color: #83807e;
  margin-bottom: 50px;
}
.testimonial-content-style-1 .content h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 1px;
}
.testimonial-content-style-1 .content span {
  font-size: 16px;
  line-height: 24px;
  color: #767676;
}
@media (max-width: 1199px) {
  .testimonial-content-style-1 {
    gap: 20px;
  }
  .testimonial-content-style-1 .rd-title,
  .testimonial-content-style-1 h4 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .testimonial-content-style-1 .rd-title span,
  .testimonial-content-style-1 h4 span {
    font-size: 28px;
  }
  .testimonial-content-style-1 .content h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-content-style-1 .content span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .testimonial-content-style-1 {
    gap: 20px;
  }
  .testimonial-content-style-1 .quote-i {
    width: 40px;
    height: 40px;
  }
  .testimonial-content-style-1 .rd-title,
  .testimonial-content-style-1 h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .testimonial-content-style-1 .rd-title span,
  .testimonial-content-style-1 h4 span {
    font-size: 22px;
  }
  .testimonial-content-style-1 .content h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-content-style-1 .content span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-content-style-1 {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

.cuss-swiper-pagination {
  margin-left: 160px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cuss-swiper-pagination {
    margin-left: 0px;
  }
}

.cuss-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(23, 23, 23, 0.18);
  opacity: 1;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

.cuss-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--black);
  transform: scale(1.3);
}

.testimonial-slider01 {
  margin-right: -180px;
}
@media (max-width: 767px) {
  .testimonial-slider01 {
    margin-right: 0;
  }
}

.s-title {
  margin-bottom: 130px;
}
@media (max-width: 1399px) {
  .s-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .s-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .s-title {
    margin-bottom: 40px;
  }
}

.testimonial-item-style-1 .time-year {
  color: var(--theme);
  font-size: 28px;
  font-family: "Space Grotesk", sans-serif;
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--white);
  padding-bottom: 20px;
  margin-bottom: 64px;
  z-index: 1;
}
.testimonial-item-style-1 .time-year::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 13px;
  background-color: var(--white);
  clip-path: polygon(48% 100%, 0 0, 100% 0);
  top: 100%;
  inset-inline-start: 0;
}
.testimonial-item-style-1 .title {
  font-size: 28px;
  margin-bottom: 24px;
}
.testimonial-item-style-1 p {
  color: var(--text-gray1);
  font-size: 18px;
  font-weight: 500;
}
.testimonial-item-style-1 .subs {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .testimonial-item-style-1 .time-year {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 40px;
    z-index: 1;
  }
  .testimonial-item-style-1 .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .testimonial-item-style-1 p {
    font-size: 15px;
  }
  .testimonial-item-style-1 .subs {
    padding-top: 24px;
  }
}

.cus-swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 88px;
}
@media (max-width: 1199px) {
  .cus-swiper-pagination {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .cus-swiper-pagination {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .cus-swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cus-swiper-pagination {
    margin-top: 22px;
  }
}

.cus-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.18);
  opacity: 1;
  margin: 0 6px !important;
  transition: all 0.3s ease;
}

.cus-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--white);
  transform: scale(1.3);
}

.shop-sponsor-section {
  background-color: #fcf7f3;
}
.shop-sponsor-section .sponsor-grac-circle {
  max-width: 466px;
  margin: 150px auto 0;
  animation: 20s cir360 linear infinite;
}
@media (max-width: 1399px) {
  .shop-sponsor-section .sponsor-grac-circle {
    max-width: 300px;
    margin: 100px auto 0;
  }
  .shop-sponsor-section .sponsor-grac-circle img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .shop-sponsor-section .sponsor-grac-circle {
    max-width: 300px;
    margin: 80px auto 0;
  }
  .shop-sponsor-section .sponsor-grac-circle img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .shop-sponsor-section .sponsor-grac-circle {
    max-width: 220px;
    margin: 60px auto 0;
  }
  .shop-sponsor-section .sponsor-grac-circle img {
    width: 100%;
  }
}

@keyframes cir360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.trusted-shop {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: var(--black);
  margin-left: 100px;
  margin-bottom: -120px;
}
@media (max-width: 991px) {
  .trusted-shop {
    margin-left: 0px;
    margin-bottom: -90px;
  }
}
@media (max-width: 767px) {
  .trusted-shop {
    margin-left: 0px;
    text-align: center;
    font-size: 14px;
    max-width: 250px;
    margin: 0 auto 25px;
    line-height: 22px;
  }
}

.sponsor-shop-wrap1 {
  border-bottom: 1px solid #c0c0c0;
}
.sponsor-shop-wrap1 .sponsor-shop-item {
  width: 14.2857142857%;
  height: 169px;
  border-right: 1px solid #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sponsor-shop-wrap1 .sponsor-shop-item:first-child {
  border-left: 1px solid #c0c0c0;
}
.sponsor-shop-wrap1 .sponsor-shop-item img {
  max-width: 122px;
  object-fit: contain;
}
.sponsor-shop-wrap1.style02 {
  border-bottom: unset;
}
@media (max-width: 991px) {
  .sponsor-shop-wrap1 .sponsor-shop-item {
    height: 120px;
  }
  .sponsor-shop-wrap1 .sponsor-shop-item img {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .sponsor-shop-wrap1 {
    flex-wrap: wrap;
  }
  .sponsor-shop-wrap1 .sponsor-shop-item {
    width: 25%;
    height: 100px;
  }
  .sponsor-shop-wrap1 .sponsor-shop-item img {
    max-width: 70px;
  }
}
@media (max-width: 575px) {
  .sponsor-shop-wrap1 {
    flex-wrap: wrap;
  }
  .sponsor-shop-wrap1 .sponsor-shop-item {
    width: 33.3333333333%;
    height: 100px;
  }
  .sponsor-shop-wrap1 .sponsor-shop-item img {
    max-width: 70px;
  }
}

.business-card-section03 .business-card-top03 {
  display: flex;
  justify-content: space-between;
}
.business-card-section03 .business-card-top03 .business-title3 {
  font-size: 200px;
  line-height: 200px;
  color: var(--black);
}
.business-card-section03 .business-slide-wrap03 {
  width: 88%;
  padding: 0 14px;
}
.business-card-section03 .business-slide-wrap03 .business-item-style1 {
  margin: 120px 15px 20px;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03 {
  padding: 0;
  background-color: transparent;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03.style1 {
  transform: rotate(3.5deg) !important;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03.style2 {
  transform: rotate(-3.5deg) !important;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03 .card-profile {
  background-color: var(--white);
  border-radius: 8px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03 .card-profile h3,
.business-card-section03 .business-slide-wrap03 .business-item-style03 .card-profile h4 {
  font-size: 18px;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03 .card-profile p {
  color: #717171;
  margin: 0;
  font-size: 16px;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03 .card-profile .text-great {
  font-size: 14px;
  color: #717171;
  text-transform: uppercase;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03 .business-card-body {
  background-color: var(--white);
  border-radius: 8px;
  padding: 32px 30px;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03 .business-card-body .ratting {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03 .business-card-body .ratting i {
  color: #ff8000;
}
.business-card-section03 .business-slide-wrap03 .business-item-style03 .business-card-body p {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1850px) {
  .business-card-section03 .business-slide-wrap03 {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .business-card-section03 .business-slide-wrap03 {
    width: 100%;
  }
  .business-card-section03 .business-slide-wrap03 .business-item-style1 {
    margin: 80px 15px 20px;
  }
  .business-card-section03 .business-slide-wrap03 .business-item-style03 .card-profile {
    padding: 16px 20px;
    display: flex;
    gap: 13px;
  }
  .business-card-section03 .business-slide-wrap03 .business-item-style03 .business-card-body {
    padding: 24px 20px;
  }
  .business-card-section03 .business-slide-wrap03 .business-item-style03 .business-card-body p {
    line-height: 26px;
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 1400px) {
  .business-card-section03 .business-slide-wrap03 {
    width: 100%;
  }
  .business-card-section03 .business-slide-wrap03 .business-item-style1 {
    margin: 80px 15px 20px;
  }
  .business-card-section03 .business-slide-wrap03 .business-item-style03 .card-profile {
    padding: 16px 20px;
    display: flex;
    gap: 13px;
  }
  .business-card-section03 .business-slide-wrap03 .business-item-style03 .business-card-body {
    padding: 24px 20px;
  }
  .business-card-section03 .business-slide-wrap03 .business-item-style03 .business-card-body p {
    line-height: 26px;
    padding-bottom: 10px !important;
    margin-bottom: 0;
  }
  .business-card-section03 .business-card-top03 .business-title3 {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 1199px) {
  .business-card-section03 .business-slide-wrap03 .business-item-style1 {
    margin: 50px 15px 20px;
  }
  .business-card-section03 .business-card-top03 .business-title3 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .business-card-section03 .business-slide-wrap03 .business-item-style1 {
    margin: 40px 15px 20px;
  }
  .business-card-section03 .business-card-top03 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .business-card-section03 .business-card-top03 .business-title3 {
    font-size: 70px;
    line-height: 70px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .business-card-section03 .business-card-top03 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .business-card-section03 .business-card-top03 .business-title3 {
    font-size: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .business-card-section03 .business-card-top03 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .business-card-section03 .business-card-top03 .business-title3 {
    font-size: 34px;
    line-height: 34px;
    width: 100%;
    text-align: center;
  }
}

.testimonial__section5 .container {
  max-width: 1720px;
}
.testimonial__section5 .crafting-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 38px;
  border-bottom: 1px solid #171717;
  margin-bottom: 120px;
  flex-wrap: wrap;
  gap: 10px;
}
.testimonial__section5 .crafting-text p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  color: #717171;
  font-weight: 500;
}
.testimonial__section5 .testimonial-title-05 {
  margin-bottom: 150px;
}
.testimonial__section5 .testimonial-title-05 .ratting-content {
  display: flex;
  align-items: center;
  gap: 14px 50px;
}
.testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow {
  align-items: center;
  gap: 20px;
}
.testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow .arrow-theme {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #f0b010;
  color: #fff;
  transition: all 0.4s;
}
.testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow .arrow-theme:hover {
  background-color: var(--theme);
}
.testimonial__section5 .testimonial-title-05 .ratting-content .more-then {
  color: #717171;
}
.testimonial__section5 .testimonial-title-05 h2 {
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  color: var(--black);
  margin-bottom: 70px;
}
.testimonial__section5 .testimonial-content-style-1 {
  border: unset;
}
.testimonial__section5 .cuss-swiper-pagination {
  margin-top: 0;
}
@media (max-width: 1600px) {
  .testimonial__section5 .crafting-text {
    padding-bottom: 24px;
    margin-bottom: 70px;
    gap: 10px;
  }
  .testimonial__section5 .crafting-text p {
    font-size: 16px;
    line-height: 18px;
  }
  .testimonial__section5 .testimonial-title-05 {
    margin-bottom: 90px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content {
    display: flex;
    align-items: center;
    gap: 14px 24px;
    flex-wrap: wrap;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow {
    align-items: center;
    gap: 14px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow .arrow-theme {
    width: 37px;
    min-width: 37px;
    height: 37px;
    font-size: 16px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .more-then {
    font-size: 16px;
  }
  .testimonial__section5 .testimonial-title-05 h2 {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .testimonial__section5 .crafting-text {
    padding-bottom: 24px;
    margin-bottom: 50px;
    gap: 10px;
  }
  .testimonial__section5 .crafting-text p {
    font-size: 16px;
    line-height: 18px;
  }
  .testimonial__section5 .testimonial-title-05 {
    margin-bottom: 60px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content {
    display: flex;
    align-items: center;
    gap: 14px 24px;
    flex-wrap: wrap;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow {
    align-items: center;
    gap: 14px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow .arrow-theme {
    width: 37px;
    min-width: 37px;
    height: 37px;
    font-size: 16px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .more-then {
    font-size: 16px;
  }
  .testimonial__section5 .testimonial-title-05 h2 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial__section5 .crafting-text {
    padding-bottom: 20px;
    margin-bottom: 30px;
    gap: 10px;
  }
  .testimonial__section5 .crafting-text p {
    font-size: 16px;
    line-height: 18px;
  }
  .testimonial__section5 .testimonial-title-05 {
    margin-bottom: 40px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content {
    display: flex;
    align-items: center;
    gap: 14px 24px;
    flex-wrap: wrap;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow {
    align-items: center;
    gap: 14px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow .arrow-theme {
    width: 37px;
    min-width: 37px;
    height: 37px;
    font-size: 16px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .more-then {
    font-size: 16px;
  }
  .testimonial__section5 .testimonial-title-05 h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial__section5 .crafting-text {
    padding-bottom: 20px;
    margin-bottom: 30px;
    gap: 10px;
  }
  .testimonial__section5 .crafting-text p {
    font-size: 16px;
    line-height: 18px;
  }
  .testimonial__section5 .testimonial-title-05 {
    margin-bottom: 40px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content {
    display: flex;
    align-items: center;
    gap: 14px 24px;
    flex-wrap: wrap;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow {
    align-items: center;
    gap: 14px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .reviw-with-arrow .arrow-theme {
    width: 37px;
    min-width: 37px;
    height: 37px;
    font-size: 16px;
  }
  .testimonial__section5 .testimonial-title-05 .ratting-content .more-then {
    font-size: 16px;
  }
  .testimonial__section5 .testimonial-title-05 h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}

.testimonial-content-style-6 {
  max-width: 835px;
  margin-left: auto;
}
.testimonial-content-style-6 .review-ratting {
  margin-bottom: 38px;
}
.testimonial-content-style-6 .title {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 30px;
  line-height: 52px;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 10px;
}
.testimonial-content-style-6 .content-profile {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
.testimonial-content-style-6 .content-profile .content-profile-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-content-style-6 .content-profile .content-profile-inner .thumb {
  border: 1px solid var(--white);
  border-radius: 50%;
}
.testimonial-content-style-6 .content-profile .content-profile-inner h6 {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 20px;
  color: var(--white);
  font-family: "Satoshi";
}
.testimonial-content-style-6 .content-profile .content-profile-inner span {
  color: var(--white);
  font-size: 16px;
  font-family: "Satoshi";
}
.testimonial-content-style-6 .content-profile .cus-quote {
  width: 120px;
}
@media (max-width: 767px) {
  .testimonial-content-style-6 .review-ratting {
    margin-bottom: 20px;
  }
  .testimonial-content-style-6 .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .testimonial-content-style-6 .cus-quote {
    width: 45px;
  }
  .testimonial-content-style-6 .content-profile {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: 25px;
  }
  .testimonial-content-style-6 .content-profile .cus-quote {
    width: 55px !important;
  }
  .testimonial-content-style-6 .content-profile .content-profile-inner {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .testimonial-content-style-6 .content-profile .content-profile-inner .thumb {
    border-radius: 50%;
  }
  .testimonial-content-style-6 .content-profile .content-profile-inner h6 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .testimonial-content-style-6 .content-profile .content-profile-inner span {
    color: var(--white);
    font-size: 16px;
  }
  .testimonial-content-style-6 .content-profile .cus-quote {
    width: 120px;
  }
}

.testimonial__section6 .slide-btn {
  position: relative;
  bottom: -50px;
  z-index: 5;
}

.cmn-slie-btn {
  width: 50px;
  height: 50px;
  background-color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  color: var(--white);
}
.cmn-slie-btn.active {
  background-color: var(--theme);
  color: var(--white);
}
.cmn-slie-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}

.testimonial-single-left .box {
  max-width: 270px;
  margin: 0 auto;
}
.testimonial-single-left .thumb {
  max-width: 254px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 40px;
}
.testimonial-single-left .thumb img {
  border-radius: 50%;
}
.testimonial-single-left .thumb .quote-top {
  position: absolute;
  top: 15px;
  right: -60px;
  border-radius: initial;
}
.testimonial-single-left .cont {
  text-align: center;
}
.testimonial-single-left .cont h4 {
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 9px;
  font-weight: 600;
  color: var(--white);
  line-height: 30px;
}
.testimonial-single-left .cont p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--white);
}
@media (max-width: 991px) {
  .testimonial-single-left .thumb {
    margin-bottom: 20px;
  }
  .testimonial-single-left .thumb img {
    border-radius: 50%;
  }
  .testimonial-single-left .thumb .quote-top {
    position: absolute;
    top: 5px;
    width: 40px;
    right: -10px;
    border-radius: initial;
  }
  .testimonial-single-left .cont {
    text-align: center;
  }
  .testimonial-single-left .cont h4 {
    margin-bottom: 2px;
    line-height: 30px;
  }
  .testimonial-single-left .cont p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }
}

.testimonial__section9 .testimonial-slider {
  max-width: 1070px;
  margin: 0 auto;
}
.testimonial__section9 .testi-title {
  font-weight: 400;
  font-size: 180px;
  line-height: 145px;
  text-align: center;
  letter-spacing: -0.02em;
  font-family: "helvetica";
  text-transform: uppercase;
  color: rgba(23, 23, 23, 0.14);
}
@media (max-width: 1600px) {
  .testimonial__section9 .testi-title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .testimonial__section9 .testi-title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 575px) {
  .testimonial__section9 .testi-title {
    font-size: 36px;
    line-height: 64px;
  }
}

.testimonial-wrapper09 {
  padding: 0 1px 120px;
  border-radius: 12px;
  margin: 0 10px;
  position: relative;
  z-index: 1;
}
.testimonial-wrapper09 .text-circle-wrap {
  width: 222px;
  height: 222px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  margin: -1px auto 0px;
  position: relative;
  top: -110px;
}
.testimonial-wrapper09 .text-circle-wrap .circle-image {
  background-color: #171717 !important;
}
.testimonial-wrapper09 .text-circle-wrap .circle-image .arrow i {
  font-size: 33px;
}
.testimonial-wrapper09 .testimonial-content-style-9 .title {
  font-weight: 500;
  font-size: 50px;
  line-height: 72px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
}
.testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 100px;
}
.testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner .line {
  width: 51px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.88);
}
.testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner .text1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 42px;
  color: #ffffff;
  font-family: "Instrument Sans", sans-serif;
}
.testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner .text2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.77);
  font-family: "DM Sans", sans-serif;
}
.testimonial-wrapper09 .slide-btn {
  top: 50%;
  max-width: 1340px;
}
.testimonial-wrapper09 .man-ele1,
.testimonial-wrapper09 .man-ele2,
.testimonial-wrapper09 .man-ele3 {
  position: absolute;
  z-index: -1;
}
.testimonial-wrapper09 .man-ele1 {
  top: 100px;
  left: 480px;
}
.testimonial-wrapper09 .man-ele2 {
  bottom: 117px;
  right: 299px;
}
.testimonial-wrapper09 .man-ele3 {
  bottom: 44px;
  left: 227px;
}
.testimonial-wrapper09 .quote {
  position: absolute;
  z-index: -1;
  top: 120px;
  right: 167px;
}
@media (max-width: 1399px) {
  .testimonial-wrapper09 .text-circle-wrap {
    width: 145px;
    height: 145px;
    top: -55px;
  }
  .testimonial-wrapper09 .text-circle-wrap .circle-image {
    width: 135px;
    height: 135px;
  }
  .testimonial-wrapper09 .text-circle-wrap .circle-image .mimg-text {
    width: 120px;
  }
  .testimonial-wrapper09 .text-circle-wrap .circle-image .arrow i {
    font-size: 24px;
  }
  .testimonial-wrapper09 .man-ele1 {
    left: 100px;
    top: 50px;
  }
  .testimonial-wrapper09 .quote {
    top: 20px;
    right: 20px;
    width: 60px;
  }
  .testimonial-wrapper09 .testimonial-content-style-9 .title {
    font-size: 34px;
    line-height: 44px;
  }
  .testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner {
    gap: 8px 16px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner .line {
    width: 20px;
    height: 1px;
  }
  .testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner .text1 {
    font-size: 16px;
    line-height: 26px;
  }
  .testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner .text2 {
    font-size: 14px;
    line-height: 24px;
  }
  .testimonial-wrapper09 .slide-btn {
    top: 50%;
    max-width: 120px;
    margin: 30px auto 0;
    position: static !important;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper09 {
    padding: 0 1px 80px;
  }
  .testimonial-wrapper09 .text-circle-wrap {
    width: 145px;
    height: 145px;
    top: -25px;
  }
  .testimonial-wrapper09 .text-circle-wrap .circle-image {
    width: 135px;
    height: 135px;
  }
  .testimonial-wrapper09 .text-circle-wrap .circle-image .mimg-text {
    width: 120px;
  }
  .testimonial-wrapper09 .text-circle-wrap .circle-image .arrow i {
    font-size: 24px;
  }
  .testimonial-wrapper09 .man-ele1 {
    left: 100px;
    top: 50px;
  }
  .testimonial-wrapper09 .quote {
    top: 20px;
    right: 20px;
    width: 60px;
  }
  .testimonial-wrapper09 .testimonial-content-style-9 .title {
    font-size: 22px;
    line-height: 32px;
  }
  .testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner {
    gap: 8px 16px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner .line {
    width: 20px;
    height: 1px;
  }
  .testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner .text1 {
    font-size: 16px;
    line-height: 26px;
  }
  .testimonial-wrapper09 .testimonial-content-style-9 .badge-text-inner .text2 {
    font-size: 14px;
    line-height: 24px;
  }
  .testimonial-wrapper09 .slide-btn {
    top: 50%;
    max-width: 120px;
    margin: 30px auto 0;
    position: static !important;
  }
}

.testimonial-card-items-10 {
  background-color: var(--white);
  padding: 40px 100px;
  position: relative;
  border-radius: 4px;
}
@media (max-width: 1399px) {
  .testimonial-card-items-10 {
    padding: 40px 75px;
  }
}
@media (max-width: 1399px) {
  .testimonial-card-items-10 {
    padding: 30px;
  }
}
.testimonial-card-items-10 .icon {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  background-color: #85a6a6;
  position: absolute;
  top: 20px;
  left: -30px;
  font-size: 45px;
  color: var(--white);
  border-radius: 4px;
}
@media (max-width: 1399px) {
  .testimonial-card-items-10 .icon {
    display: none;
  }
}
.testimonial-card-items-10 .star {
  color: #85a6a6;
}
.testimonial-card-items-10 h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .testimonial-card-items-10 h3 {
    font-size: 20px;
  }
}
.testimonial-card-items-10 p {
  color: #555555;
  line-height: 175%;
  font-weight: 400;
  font-size: 16px;
  font-family: "Satoshi", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 30px;
  margin-bottom: 30px;
  max-width: 460px;
  margin-top: 15px;
}
.testimonial-card-items-10 .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .testimonial-card-items-10 .client-info-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.testimonial-card-items-10 .client-info-item .info-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-card-items-10 .client-info-item .info-item .cont h5 {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .testimonial-card-items-10 .client-info-item img {
    width: 70px;
  }
}

.testimonial-section-10 .testi-slider {
  margin-left: -20px;
  margin-right: -100px;
  margin-top: 48px;
}
@media (max-width: 1399px) {
  .testimonial-section-10 .testi-slider {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
  }
}

.testimonial__section11 {
  z-index: 1;
}
.testimonial__section11 .slide-btn {
  position: absolute;
  right: 300px;
  bottom: 190px;
  z-index: 9;
}
.testimonial__section11 .slide-btn i {
  color: var(--black);
}
.testimonial__section11 .map-11 {
  z-index: -1;
  position: absolute;
  top: 200px;
  left: 177px;
}
@media (max-width: 1399px) {
  .testimonial__section11 .slide-btn {
    position: static;
    right: 300px;
    bottom: 190px;
    z-index: 9;
    margin-top: 24px;
  }
  .testimonial__section11 .slide-btn i {
    color: var(--black);
  }
}

.testimonial-content-style-11 .title {
  font-size: 32px;
  line-height: 50px;
  color: #1f1f1f;
}
.testimonial-content-style-11 .review-ratting {
  margin-bottom: -70px;
}
@media (max-width: 767px) {
  .testimonial-content-style-11 .title {
    font-size: 22px;
    line-height: 34px;
    color: #1f1f1f;
  }
  .testimonial-content-style-11 .review-ratting {
    margin-bottom: 7px;
    width: 60px;
    height: 60px;
  }
  .testimonial-content-style-11 .review-ratting img {
    width: 100%;
  }
}

.testimonial-thumb-area .thumb {
  max-width: 582px;
  margin: 0 auto;
}
.testimonial-thumb-area .google-review {
  position: absolute;
  top: 220px;
  right: 30px;
}
.testimonial-thumb-area .google-review-pilot {
  position: absolute;
  bottom: 250px;
  left: 0;
}
@media (max-width: 1199px) {
  .testimonial-thumb-area .google-review {
    top: 220px;
    width: 120px;
    right: 30px;
  }
  .testimonial-thumb-area .google-review-pilot {
    bottom: 250px;
    width: 140px;
    left: 0;
  }
}

.section-bg11 {
  background-color: #efefef !important;
}

.review-ratting i {
  color: var(--theme-star);
  font-size: 18px;
}/*# sourceMappingURL=main.css.map */