:root {
  --bg-color: #18191b;
  --theme-color: #0e161c;
  --main-color: #5fb9ee;
}

/* --------------- Menu --------------- */

.zzz {
  border: solid red;
}
.color-txt {
  color: var(--main-color);
}
.color-txt2 {
  color: #fff !important;
}
.color-txt3 {
  color: #0e161c !important;
}
.navbar {
  position: absolute;
  left: 0;
  top: 30px;
  padding: 0;
  margin: 0;
  width: 100%;
  background: transparent;
  z-index: 9999999;
}
.navbar.nav-scroll {
  padding: 0;
  position: fixed;
  top: -80px;
  padding: 15px 0;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-backdrop-filter: blur(10px);
  background: var(--theme-color);
  backdrop-filter: blur(20px);
}
/* .navbar .logo {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px; } */
.navbar .navbar-nav {
  padding: 2px 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  margin-left: 15px;
}
.navbar .navbar-nav .nav-link {
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}
.navbar .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, 0.1);
}
.navbar .topnav .butn {
  padding: 7px 20px;
  background: #fff;
  color: #1d1d1d;
  margin-right: 15px;
}

/* --------------- header --------------- */
.header-dm .caption {
  position: relative;
  z-index: 3;
}

.header-dm .imgs-cube {
  position: relative;
}
.header-dm .imgs-cube .imgs {
  position: absolute;
  top: 50px;
  right: -100px;
}
.header-dm .imgs-cube .imgs .circle {
  width: 200px;
  position: relative;
  z-index: 4;
}
.header-dm .imgs-cube .imgs .circle:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(240, 236, 236, 0.01);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: -1;
}

.header-dm .mimg {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  width: 50%;
}
.header-dm .mimg img {
  border-radius: 0 30px 30px 0;
}
.header-dm .mimg .shaps.top {
  background: var(--theme-color);
  border-radius: 0 0 30px 0;
  width: 45%;
  height: 150px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.header-dm .mimg .shaps.top .shap-right-top {
  position: absolute;
  top: 0;
  right: -2.05rem;
}
.header-dm .mimg .shaps.top .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.header-dm .mimg .shaps.top .shap-left-bottom {
  position: absolute;
  bottom: -2.05rem;
  left: -1px;
}
.header-dm .mimg .shaps.top .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.header-dm .mimg .text {
  background: var(--theme-color);
  border-radius: 0 30px 0 0;
  padding: 30px 30px 0 0;
  position: absolute;
  bottom: -1px;
  left: -1px;
  text-align: right;
}
.header-dm .mimg .text .shap-left-top {
  position: absolute;
  left: 0;
  top: -2.05rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.header-dm .mimg .text .shap-left-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.header-dm .mimg .text .shap-right-bottom {
  position: absolute;
  right: -2.05rem;
  bottom: -1px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.header-dm .mimg .text .shap-right-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}

/* --------------- Awards --------------- */
.intro-vid .bg-img {
  height: 380px;
  border-radius: 30px;
  margin-top: 70px;
  position: relative;
}
.intro-vid .bg-img .states {
  position: absolute;
  top: -120px;
  left: 30px;
  background: #152029;
  padding: 60px 40px;
  border-radius: 30%;
  max-width: 300px;
  z-index: 3;
}
.intro-vid .bg-img .states .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro-vid .bg-img .states .imgs .img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 2px solid var(--bg-color);
}
.intro-vid .bg-img .states .imgs .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--main-color);
  text-align: center;
  line-height: 40px;
  margin-left: -10px;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.intro-vid .bg-img .states .imgs .icon img {
  width: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.intro-vid .bg-img .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.intro-vid .bg-img .play-button a {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

/* --------------- Works --------------- */
.works-dm .sec-head {
  padding-left: 100px;
}

.works-dm .item {
  margin-top: 80px;
}
.works-dm .item:hover .img .tags {
  opacity: 1;
}
.works-dm .item .img {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}
.works-dm .item .img .tags {
  position: absolute;
  bottom: 15px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.works-dm .item .img .tags a {
  padding: 7px 15px;
  background: #fff;
  border-radius: 30px;
  color: var(--theme-color);
  font-size: 14px;
  margin: 0 -5px;
}
.works-dm .item .img .tags a:hover {
  background: var(--main-color);
  color: white;
}
.works-dm .item .img .tags.colorful a {
  background: var(--main-color);
}
.works-dm .item .info {
  font-size: 14px;
}
.works-dm .item .info .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--main-color);
  margin: 0 10px;
}

/* --------------- Services --------------- */
.services-dm {
  position: relative;
  z-index: 3;
}
.services-dm .img-patern {
  position: absolute;
  bottom: 10%;
  left: -15%;
  width: 30%;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.07;
  z-index: -1;
}
.services-dm .item {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.315);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-dm .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.services-dm .item .title h2 {
  font-size: 100px;
  letter-spacing: -4px;
}
.services-dm .item p {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-dm .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.315);
  border-radius: 50%;
  margin-left: 150px;
}
.services-dm .item .icon img {
  width: 30px;
}
.title {
  color: white;
}
.services-dm .item:hover .title {
  margin-bottom: 0;
  color: var(--main-color);
}
.services-dm .item:hover p {
  opacity: 1;
}

.numbers-dm .item h2 {
  font-size: 120px;
  font-weight: 200;
}
.numbers-dm .item h2 span {
  font-size: 50px;
}

.numbers-dm .item h6 {
  font-size: 18px;
}

/* --------------- Clients --------------- */
.clients-dm {
  position: relative;
}
.clients-dm:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 200px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 3;
}
.clients-dm:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 200px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.clients-dm .item {
  margin: 0 80px;
}
.clients-dm .item img {
  width: 140px;
}

/* --------------- Testimonials --------------- */
.testimonials-dm {
  overflow: hidden !important;
}
.testimonials-dm .sec-head .states h6 {
  font-size: 16px;
}
.testimonials-dm .sec-head .states h6 i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border-radius: 50%;
  background: var(--main-color);
  margin-right: 5px;
}
.testimonials-dm .swiper {
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
  overflow: visible;
}
.testimonials-dm .swiper-wrapper {
  padding-bottom: 140px;
}
.testimonials-dm .item {
  padding: 40px 30px;
  border-radius: 15px;
  background: #152029;
}
.testimonials-dm .item .fit-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonials-dm .item span.sub-color {
  font-size: 16px;
}
.testimonials-dm .item .stars {
  color: var(--main-color);
  font-size: 13px;
}
.testimonials-dm .swiper-pagination {
  position: absolute;
  bottom: 0;
  top: auto;
  background: rgba(255, 255, 255, 0.08);
  height: 2px;
}
.testimonials-dm
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

/* --------------- Awards --------------- */
.awards-sa .item-title {
  padding: 0 15px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.awards-sa .item-title > div {
  padding: 0;
}
.awards-sa .item-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}

.awards-sa .item-line {
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
}
.awards-sa .item-line > div {
  padding: 0;
}
.awards-sa .item-line > div:last-of-type {
  text-align: right;
}
.awards-sa .item-line:hover:after {
  height: 100%;
}
.awards-sa .item-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.awards-sa .item-line .honors h6 {
  font-size: 14px;
}
.awards-sa .item-line .project-date span {
  font-size: 14px;
  opacity: 0.7;
}

/* --------------- Blogs --------------- */
.blog-sa .item .img {
  height: 470px;
  border-radius: 15px;
}

.blog-sa .item .cont .info a {
  font-size: 14px;
}

.blog-sa .item .cont .info .date {
  opacity: 0.5;
  margin-left: 5px;
}

/* --------------- Contact --------------- */
.contact-sa .box {
  padding: 120px 60px;
  background-color: #0e161c;
  background-size: cover;
  background-position: center center;
  border-radius: 30px;
  overflow: hidden;
}

.contact-sa .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.contact-sa .contact-form label {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-sa .contact-form label .star {
  color: red;
  padding-left: 5px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
}

.contact-sa .contact-form button {
  background: transparent;
  color: #fff;
}

/* --------------- footer --------------- */
.footer-sa {
  background-color: #0e161c;
  border-radius: 30px 30px 0 0;
  padding-top: 20px;
}
.footer-sa .logo {
  width: 170px;
}
.footer-sa .contact-info .item {
  margin-bottom: 50px;
}
.footer-sa .contact-info .item span {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-sa .contact-info .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sa .contact-info .social-icon a:hover {
  border-color: #fff;
}
.footer-sa .sub-footer .copy p {
  font-size: 14px;
}
.footer-sa .sub-footer .copy p a {
  color: #fff;
}
.footer-sa .sub-footer .links {
  width: 100%;
}
.footer-sa .sub-footer .links a {
  font-size: 14px;
}
.footer-sa .sub-footer .links .active {
  color: #fff;
}
.footer-sa .call-action h2 {
  font-family: Unbounded, sans-serif;
  font-size: 80px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.footer-sa .call-action h2 .buton {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  top: -100px;
  right: 7%;
  font-size: 32px;
  color: #ffffff;
}

/* * --------------- FAQS --------------- */
.team-crv {
  background-color: #152029;
}
.team-crv .main-marq {
  overflow: hidden !important;
}
.team-crv .main-marq .item {
  padding: 0 80px !important;
}
.team-crv .main-marq .item h2 {
  white-space: nowrap;
  font-size: 10vw;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -4px;
}
.team-crv .main-marq .item:nth-of-type(even) {
  opacity: 0.5;
}

.team-crv .content .item {
  position: relative;
}
.team-crv .content .item .img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-crv .content .item .cont {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 4;
}
.team-crv .content .item .cont h6 {
  font-size: 20px;
  margin-bottom: 5px;
}
.team-crv .content .item .cont span {
  font-size: 14px;
}
.team-crv .content .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-crv .content .item:hover .img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.team-crv .content .item:hover .cont {
  opacity: 1;
}
.team-crv .content .item:hover:after {
  opacity: 0.4;
}
.team-crv .content .item.full {
  height: 100%;
}
.team-crv .content .item.full .img {
  height: 100%;
}

.footer-sa .call-action h2 .buton img {
  width: 30px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

h1 {
  font-size: 64px;
  letter-spacing: -3px;
}

h2 {
  font-size: 48px;
  letter-spacing: -3px;
}

h3 {
  font-size: 40px;
  letter-spacing: -2px;
}

h4 {
  font-size: 36px;
  letter-spacing: -2px;
}

h5 {
  font-size: 32px;
  letter-spacing: -1px;
}

h6 {
  font-size: 24px;
}

.sub-bg {
  background: #ffffff;
}

.sub-color {
  color: #a4a4a4;
}

.sub-head {
  font-size: 20px;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #a4a4a4;
  margin: 0;
}

.sec-head .sub-head {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300;
}
.sec-head .sub-head:after {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--main-color);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.sub-head2 {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 300;
}
.sub-head2:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.text-indent {
  text-indent: 20%;
}

.loader-wrap svg {
  fill: #152029;
}

.crv-butn span {
  background: var(--main-color);
  color: #ffffff;
}
.crv-butn2 span {
  background: #ffffff;
  color: var(--main-color);
}

.crv-butn .text {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500 !important;
  padding: 0 20px;
  border-radius: 30px;
  position: relative;
}
.crv-butn .text:after {
  content: "";
  width: 30px;
  height: 30px;
  background: var(--main-color);
  position: absolute;
  top: 5px;
  right: -15px;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.crv-butn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: -10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.crv-butn .icon img {
  width: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.crv-butn:hover .text:after {
  border-radius: 50%;
  top: calc(50% - 5px);
  right: 0;
  height: 10px;
}

.crv-butn:hover .icon {
  margin-left: 5px;
}
.crv-butn:hover .icon img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.butn.butn-bord {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.butn.butn-bord:hover {
  background: #fff;
  color: #212121;
}

.icon.invert img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.butn .icon {
  width: 18px;
}

.butn:hover .icon.invert img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

/* --------------- Clients --------------- */
.clients-ds {
  background: #0e161c;
  border-radius: 30px 30px 0 0;
  box-shadow: -50px -50px 0px 0px #152029,
    /* Arriba-Izquierda */
      /* Box Shadow: Sombra en la esquina superior derecha */ 50px -50px 00px 0px
      #152029; /* Arriba-Derecha */
}
.clients-ds .item {
  position: relative;
  border: 1px solid rgba(249, 249, 249, 0.2);
  border-radius: 50%;
  width: 220px;
  height: 220px;
  padding: 30px;
}
.clients-ds .item .text-center {
  width: 100%;
}
.clients-ds .item .img {
  width: 100% !important;
  margin: auto;
  overflow: hidden;
}
.clients-ds .item p {
  margin-top: 30px;
}

/* --------------- Testimonials --------------- */
.testimonials-ds .container {
  padding: 100px 60px;
  background: var(--bg-color);
  border-radius: 30px;
}

.testimonials-ds .qoute-icon {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.testimonials-ds .qoute-icon .text {
  width: 240px;
}
.testimonials-ds .qoute-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
}

.testimonials-ds .item .info .img-author {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-ds .item .info .info-text {
  padding-left: 20px;
}
.testimonials-ds .item .info .info-text p {
  font-size: 14px;
  color: #bbbbbb;
  margin-top: 5px;
}

.testimonials-ds .swiper {
  position: relative;
}
.testimonials-ds .swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
  background: #bbbbbb;
}
.testimonials-ds
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .header-dm .caption {
    height: 700px;
  }
  .services-accord2 .accordion .accordion-title h2 {
    font-size: 70px;
    margin-bottom: -50px;
  }
  .header-dm .mimg {
    width: 98%;
    top: -15px;
    right: 1%;
  }
  .header-dm .mimg .shaps.top {
    width: 90%;
    height: 220px;
  }
  .sec-head .sub-head {
    margin-bottom: 30px;
  }
  .text-indent {
    text-indent: inherit;
  }
  .intro-vid {
    margin-top: 120px;
  }
  .services-dm .item .title h2 {
    font-size: 80px;
  }
  .works-dm .sec-head {
    padding-left: 0;
  }
  .works-dm .gallery,
  .works-dm .items {
    position: static !important;
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .header-dm .caption h1 {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .header-mst .caption h1 {
    font-size: 45px !important;
  }
  .services-accord2 .accordion .accordion-title h2 {
    font-size: 70px !important;
  }
  .services-dm .item {
    display: block !important;
  }
  .services-dm .item .title h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
  .intro-vid {
    margin-top: 0;
  }
  .intro-vid .bg-img .states {
    display: none;
  }
  .testimonials-dm .sec-head .states .ml-80 {
    margin-left: 15px !important;
  }
  .contact-pg .sec-head h2 {
    font-size: 30px;
  }
}

/* -------------------------- */
.marq-mp .main-marq {
  overflow: hidden;
  padding: 25px 0;
}

.marq-mp .color-bg {
  background: var(--main-color);
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  position: relative;
  z-index: 4;
}

.marq-mp .gray-bg {
  background: white;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  margin-top: -30px;
  color: #3f78e0;
}

.marq-mp .item {
  padding: 0 60px !important;
  position: relative;
}
.marq-mp .item:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #cce3ee;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.marq-mp .item h5 {
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

/* --------------- header --------------- */
.header-mda {
  min-height: 100vh;
  padding: 140px 0 180px;
  position: relative;
  overflow: hidden !important;
}
.header-mda .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-mda .video-bg video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; /* Ensure video is behind content and overlay */
}
.header-mda .caption h1 {
  font-size: 60px;
  line-height: 0.85;
  padding-bottom: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: white;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}

/* --------------- service --------------- */
.services-ds .item {
  padding: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.164);
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-ds {
  color: #152029;
  background: #ffffff !important;
  border-radius: 50px 50px 0 0;
  padding-bottom: 200px;
  position: relative;
  z-index: 5;
    border-radius: 30px 30px 0 0;
  box-shadow: -50px -50px 0px 0px var(--theme-color),
    /* Arriba-Izquierda */
      /* Box Shadow: Sombra en la esquina superior derecha */ 50px -50px 00px 0px
      var(--theme-color); /* Arriba-Derecha */
}
.services-ds .item:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.services-ds .item .title h2 {
  font-family: Unbounded, sans-serif;
  font-size: 105px;
  line-height: 128px;
  letter-spacing: -4px;
  font-weight: 400;
  color: #152029;
}
.services-ds .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-left: 150px;
}
.services-ds .item .icon img {
  width: 30px;
}
.services-ds .item .title {
  position: relative;
  margin-bottom: -70px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.services-ds .item:hover .title {
  transition: all 0.7s;
  margin-bottom: 0;
}
.services-ds .item:hover h2 {
  transition: all 0.7s;
  color: var(--main-color);
}
.services-ds .item:hover .icon {
  transition: all 0.7s;
  background-color: var(--main-color);
  color: white;
}

/* ------------------ team --------------------- */
.team-mp .item {
  background: #1b2a3680;
  border-radius: 15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-mp .item:hover {
  background: var(--main-color);
  color: #212121;
}
.team-mp .item:hover .cont span {
  color: #212121;
}
.team-mp .item:hover .social-icon a {
  border-color: #212121;
}
.team-mp .item:hover .social-icon a:hover {
  border-color: #fff;
}
.team-mp .item .img {
  width: 420px;
  height: 170px;
  overflow: hidden;
}
.team-mp .item .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.team-mp .item .cont {
  padding: 30px 0 0 50px;
}
.team-mp .item .cont span {
  font-size: 14px;
  color: #b1b1b1;
  margin-top: 15px;
}
.team-mp .item .social-icon {
  padding: 30px 30px 0 0;
}
.team-mp .item .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 14px;
  margin: 0 5px;
}
.team-mp .item .social-icon a:hover {
  background: #fff;
  color: #212121;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.box-dark {
  background: var(--theme-color);
  color: #fff;
  border-radius: 70px;
  position: relative;
  z-index: 4;
}
/* --------------- about pg --------------- */
.intro-iner {
  position: relative;
}
.intro-iner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 4;
  display: none;
}
.intro-iner .content .item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.intro-iner .content .item span {
  font-size: 16px;
  padding: 8px 24px;
  background: var(--bg-color);
  border-radius: 30px;
}
.intro-iner .content .item span.bdark {
  background: #777;
  color: #fff;
}
.intro-iner .content .item span.bred {
  background: var(--main-color);
  color: var(--theme-color);
}
.intro-iner .content .item img {
  width: 50px;
}
.intro-iner .content .item .icon1 img {
  width: 70px;
}
.intro-iner .img-box {
  position: relative;
}
.intro-iner .img-box .states {
  position: absolute;
  bottom: 120px;
  left: -30px;
  background: var(--main-color);
  color: #212121;
  padding: 20px 20px;
  border-radius: 15px;
  z-index: 3;
}
.intro-iner .img-box .just-shape {
  background: var(--theme-color);
  border-radius: 0 0 30px 0;
  width: 200px;
  height: 50px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.intro-iner .img-box .just-shape .shap-right-top {
  position: absolute;
  top: -1px;
  right: -2.05rem;
}
.intro-iner .img-box .just-shape .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .just-shape .shap-left-bottom {
  position: absolute;
  bottom: -2.05rem;
  left: -1px;
}
.intro-iner .img-box .just-shape .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .butn-vid {
  background: var(--theme-color);
  border-radius: 30px 0 0 0;
  padding: 40px 0 0 30px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.intro-iner .img-box .butn-vid .vid {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #212121;
  position: relative;
}
.intro-iner .img-box .butn-vid .vid:after {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.intro-iner .img-box .butn-vid .cont {
  padding-left: 20px;
}
.intro-iner .img-box .butn-vid .shap-right-top {
  position: absolute;
  right: 0;
  top: -2.05rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-iner .img-box .butn-vid .shap-right-top svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img-box .butn-vid .shap-left-bottom {
  position: absolute;
  left: -2.05rem;
  bottom: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.intro-iner .img-box .butn-vid .shap-left-bottom svg {
  width: 2.1rem;
  height: 2.1rem;
}
.intro-iner .img {
  height: 580px;
  border-radius: 15px;
}
.intro-iner .sec-head {
  padding-top: 40px;
}
.intro-iner .accordion-item {
  background: transparent;
  border-radius: 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  margin-bottom: 5px;
}
.intro-iner .accordion-item .accordion-header {
  background: transparent;
}
.intro-iner .accordion-item .accordion-header button {
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding: 30px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.intro-iner .accordion-item .accordion-header button:after {
  background-image: url(../imgs/kobee/plus-solid.svg);
  -webkit-filter: invert(1);
  filter: invert(1);
}
.intro-iner .accordion-item .accordion-header button:not(.collapsed):after {
  background-image: url(../imgs/kobee/minus-solid.svg);
}
.intro-iner .accordion-item .accordion-body {
  padding: 0;
  padding: 0px 100px 30px 0;
}
.intro-iner .accordion-item .accordion-body p {
  font-size: 14px;
}

/* --------------- Process --------------- */
/* .process-mp .sec-head .butn {
  border-color: #fff;
}
.process-mp .sec-head .butn:hover {
  background: #fff;
  color: #212121;
}

.process-mp .item {
  padding: 40px;
  border-radius: 10px;
  background: #1b2a3680;
}
.process-mp .item .img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.process-mp .item .text {
  padding-left: 60px;
  padding-top: 20px;
}
.process-mp .item .text p {
  color: #fff;
  font-size: 18px;
}
.process-mp .item .botm {
  margin-top: 60px;
  font-size: 40px;
}
.process-mp .item .botm span {
  opacity: 0.5;
} */
/* --------------- Clients --------------- */
/* .clients-sa .item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  text-align: center;
}
  .clients-sa .item .img {
    width: 100px; }
  .clients-sa .item .cont .icon {
    width: 40px;
    margin: 0 auto 10px; }
  .clients-sa .item .cont span {
    font-size: 14px;
    line-height: 20px; } */
/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .header-mda .caption h1 {
    font-size: 120px;
    line-height: 1;
  }
  .services-mda .sec-head h2 {
    font-size: 50px;
  }
  .sec-head-lg h2 {
    font-size: 70px;
  }
  .faqs .main-marq h4 {
    font-size: 180px;
  }
  .footer-mp .footer-logo h1 {
    font-size: 170px;
  }
}

@media screen and (max-width: 768px) {
  /* .navbar .logo img {
    max-width: 110px;
  } */
  .sec-head-lg h2 {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .sec-head-lg h2 br {
    display: none;
  }
  .sec-head-lg .d-flex {
    display: block !important;
    margin-top: 15px;
  }
  .box-dark {
    border-radius: 40px;
  }
  .header-mda {
    min-height: auto;
  }
  .header-mda .caption h1 {
    font-size: 64px;
  }
  .services-mda .sec-head h2 {
    font-size: 40px;
  }
  .services-mda .sec-head h2 span {
    position: relative;
    top: -10px;
  }
  .services-mda .sec-head h2 .fit-img {
    display: none;
  }
  .testimonials-ds .qoute-icon .text {
    width: 180px;
  }
  .testimonials-ds .qoute-icon .icon {
    width: 80px;
  }
  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal;
  }
  .faqs .main-marq h4 {
    font-size: 90px;
  }
  .footer-mp .footer-logo .union {
    display: none;
  }
  .footer-mp .footer-logo h1 {
    font-size: 90px;
  }
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sub-head {
    margin-left: 15px;
  }
  .header-ma .caption h1 {
    font-size: 60px;
  }
  .header-ma .caption .img {
    width: 175px;
  }
  .header-ma .mimg .lg-text text {
    font-size: 140px !important;
  }
  .services-ds .item .title h2 {
    font-size: 80px;
    line-height: 1.2;
  }
  .awards-sa {
    padding-bottom: 0;
  }
  .about-ma {
    display: block !important;
  }
  .about-ma .content {
    width: 100%;
    padding: 0 15px !important;
  }
  .about-ma .content .item {
    margin-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .sec-head {
    display: block !important;
  }
  .sec-head .ml-auto {
    margin-top: 15px;
  }
  .header-ma .caption {
    display: block !important;
    padding: 140px 0 80px;
  }
  .header-ma .caption h1 {
    font-size: 45px;
  }
  .header-ma .mimg {
    height: 400px;
  }
  .sec-head h3 {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -1px;
  }
  .services-ds .item {
    display: block !important;
  }
  .services-ds .item .title {
    margin-bottom: 0;
  }
  .services-ds .item .title h2 {
    font-size: 30px !important;
    margin-bottom: 10px;
  }
  .team-ds h6 {
    font-size: 20px;
  }
  .services-ds .item .icon {
    margin-left: 15px;
  }
  .works-ma {
    padding-bottom: 200px;
  }
  .works-ma .gallery-text .text h4 {
    font-size: 40px;
  }
  .testimonials-ds .container {
    padding: 100px 15px;
  }
  .testimonials-ds .qoute-icon .text {
    width: 180px;
  }
  .testimonials-ds .qoute-icon .icon {
    width: 80px;
  }
  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal;
  }
  .awards-sa .item-line .honors {
    margin-bottom: 15px;
  }
  .awards-sa .item-line .project-date {
    margin-top: 15px;
  }
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
  .sec-head .sub-head {
    margin-bottom: 15px !important;
  }
  .sec-head .text-indent {
    text-indent: 0;
  }
  .sec-head .d-flex {
    display: block !important;
  }
  .sec-head .ml-auto {
    margin: 15px 0 0 !important;
  }
  .team-hed .caption h1 {
    font-size: 100px;
  }
  .pricing-hed .caption h1,
  .contact-hed .caption h1 {
    font-size: 90px;
  }
  .services-dm .item {
    display: block !important;
    position: relative;
  }
  .services-dm .item .title h2 {
    font-size: 60px;
    letter-spacing: -2px;
    margin-bottom: 10px;
  }
  .services-dm .item .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .services-cst .item .title h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .services-cst .item .title .list {
    display: none;
  }
  .services-cst .item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .services-cst .item .icon img {
    width: 25px;
  }
  .intro-iner .img-box {
    width: calc(100% - 100px);
    margin: 0 auto 80px;
  }
  .team-mp .item .img {
    width: 280px;
  }
  .team-mp .item h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
  .work-hed2 .fit-img {
    height: 400px;
  }
  .footer-sa .call-action h2 {
    font-size: 70px;
  }
  .footer-sa .call-action h2 .buton {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    letter-spacing: -1px;
  }
  h2 {
    letter-spacing: -1px;
  }
  h3 {
    font-size: 32px;
    letter-spacing: normal;
  }
  h4 {
    font-size: 28px;
    letter-spacing: normal;
  }
  .about-hed h1,
  .serv-hed h1 {
    font-size: 30px;
    letter-spacing: normal;
  }
  .team-hed .caption h1 {
    font-size: 60px;
  }
  .team-hed .fit-img {
    margin-top: -30px;
  }
  .pricing-hed .caption h1,
  .contact-hed .caption h1 {
    font-size: 40px;
  }
  .intro-iner .img-box {
    width: 100%;
  }
  .intro-iner .img-box .states {
    left: 30px;
    bottom: 150px;
  }
  .team-mp .item {
    padding: 30px;
  }
  .team-mp .item .d-flex {
    display: block !important;
  }
  .team-mp .item .img {
    width: auto;
    height: auto;
    background: var(--theme-color);
  }
  .team-mp .item .cont {
    padding: 30px 0 0;
    text-align: center;
  }
  .team-mp .item .ml-auto {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto !important;
  }
  .team-mp .item .social-icon {
    padding: 0;
    margin-top: 30px;
  }
  .testimonials-ds .qoute-icon .text {
    width: 180px;
  }
  .testimonials-ds .qoute-icon .icon {
    width: 80px;
  }
  .testimonials-ds .item h4 {
    font-size: 25px;
    letter-spacing: normal;
  }
  .faqs-pg .sec-head h2 {
    font-size: 30px;
  }
  .faqs-pg .accordion-item .accordion-header button {
    font-size: 20px;
  }
  .contact-pg .sec-head h2 {
    font-size: 30px;
  }
  .serv-hed2 .caption h1,
  .work-hed2 h1 {
    font-size: 40px !important;
  }
  .serv-hed2 .caption .list ul,
  .work-hed2 .list ul {
    padding: 0;
  }
  .work-hed .caption h1 {
    font-size: 45px;
  }
  .work-card .card-item .img {
    height: 500px;
  }
  .work-card .card-item h5 {
    font-size: 35px;
  }
  .blog-hed .caption h1 {
    font-size: 35px;
    text-indent: 0;
  }
  .post-header h1 {
    font-size: 30px !important;
  }
  .post-header .info {
    display: block !important;
  }
  .main-post .post-qoute {
    padding: 30px !important;
  }
  .main-post .post-qoute h6:before {
    position: relative;
    left: 0;
  }
  .main-post .info-area {
    display: block !important;
  }
  .main-post .info-area .tags {
    margin-bottom: 15px;
  }
  .main-post .author-area {
    padding: 30px 15px;
  }
  .main-post .author-area .flex {
    display: block !important;
  }
  .main-post .author-area .author-img {
    margin-bottom: 15px;
  }
  .footer-sa .call-action h2 {
    font-size: 35px;
    line-height: 1.4;
  }
}
.fuente {
  font-family: Unbounded, Courier, monospace;
  font-weight: 400;
}
.fuente2 {
  font-family: Unbounded, Courier, monospace;
  font-weight: 200 !important;
}

/* --------------- FAQS --------------- */
.team-ds {
  background-color: #152029;
}
.team-ds2 {
  background-color: var(--main-color);
}
.team-ds .item {
  text-align: center;
  margin-bottom: 60px;
}
.team-ds2 .item {
  text-align: center;
  margin-bottom: 60px;
  color: #ffffff;
}
.team-ds .item:hover .img {
  border-color: #152029;
}
.team-ds .item:hover .cont h6 {
  color: #152029;
}
.team-img .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain !important;
  filter: brightness(0) invert(1);
  padding: 5px;
}
.team-ds3 .item:hover .img {
  border-color: var(--main-color);
}
.team-ds3 .item:hover .cont h6 {
  color: var(--main-color);
}
.team-ds .item .img,
.team-ds .item .numb {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  /* background-color: var(--bg-color); */
  margin: auto;
  /* padding: 1.5rem; */
}
.pading-img {
  padding: 1.5rem;
}
.team-ds .item .img img,
.team-ds .item .numb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-ds2 video {
  width: 100%;
  height: 100%;
  position: center center;
  object-fit: cover !important;
  display: block !important;
}
.team-ds .item .img {
  border: 2px solid rgba(255, 255, 255, 0.098);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-ds .item .numb {
  line-height: 220px;
}
.team-ds .item .numb h3 {
  line-height: 220px;
}
.team-ds .item .cont {
  margin-top: 15px;
}
.team-ds .item .cont h6 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.team-ds .item .cont span {
  color: #ffffff;
  font-size: 14px;
  margin-top: 5px;
}
.team-ds .item .cont span a {
  color: var(--main-color);
  text-decoration: underline;
}
/* --------------- header --------------- */
.header-mst {
  padding: 200px 0;
}
.header-mst .caption h1 {
  font-size: 120px;
}
.header-mst .butons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mst .butons .bg,
.header-mst .butons .bord {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.header-mst .butons .bg {
  background: var(--main-color);
  position: relative;
  z-index: 3;
}
.header-mst .butons .bord {
  border: 1px solid #fff;
  padding: 20px;
  margin-left: -30px;
}
.header-mst .cont .arrow {
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.header-mst .cont .arrow svg {
  width: 15px;
}
.header-mst .cont span {
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 16px;
  margin-left: 10px;
}
/* * --------------- Services --------------- */
.services-accord2 {
  color: #152029;
  background: #ffffff !important;
  border-radius: 50px 150px 0 0;
  padding-bottom: 200px;
  position: relative;
  z-index: 5;
}
.services-accord2 .accordion .accordion-item {
  background: transparent;
  border-radius: 0;
  border: 0;
}
.services-accord2 .accordion .accordion-title {
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  overflow: hidden;
}
.services-accord2 .accordion .accordion-title h2 {
  font-size: 90px;
  font-weight: 500;
  margin-bottom: -60px;
  color: #152029;
}
.services-accord2 .accordion .accordion-title .icon svg {
  width: 40px;
  height: 40px;
}
.services-accord2 .accordion .accordion-title:not(.collapsed) .title h2 {
  margin-bottom: 0;
}
.services-accord2 .accordion .accordion-title:not(.collapsed) .icon svg path {
  stroke: #0047ff;
}
.services-accord2 .accordion .accordion-body {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.services-accord2 .accordion .accordion-body .img {
  height: 140px;
  border-radius: 15px;
}

/* --------------- Works --------------- */
.work-matrial {
  background: var(--main-color);
  border-radius: 50px 50px 0 0;
  margin-top: -60px;
  padding-bottom: 200px;
  position: relative;
  z-index: 5;
}
.work-matrial .butn.butn-bord {
  border-color: rgba(0, 0, 0, 0.2);
}
.work-matrial .swiper-cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 10;
  flex-shrink: 10;
  min-height: 0;
  /* padding: 0 15px; */
}
.work-matrial .swiper {
  width: 100%;
  height: 100%;
}
.work-matrial .swiper-material {
  height: 85vh;
  width: 100%;
  max-width: 100%;
}
.work-matrial .demo-material-image {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: var(--swiper-material-slide-border-radius);
}
.work-matrial .demo-material-label {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #fff;
  border-radius: 15px;
}
.work-matrial .demo-material-label span {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.work-matrial .demo-material-label h6 {
  font-weight: 500;
}
.about-smt {
  background: #152029;
  border-radius: 50px 50px;
  position: relative;
  margin-top: -60px;
  z-index: 7;
}
.about-smt .boxs {
  position: relative;
  bottom: -100px;
}
.about-smt .boxs .item {
  padding: 60px 20px;
  width: 100%;
  border-radius: 7px !important;
}
.about-smt .boxs .item h2 {
  font-size: 100px;
}
.about-smt .boxs .item h6 {
  font-size: 18px;
}
.about-smt .boxs .bg-color {
  background: var(--main-color);
}
.about-smt .main-img {
  height: 90vh;
  min-height: 500px;
}
.hero-mst {
  background: var(--theme-color);
  border-radius: 50px 50px 0 0;
  margin-top: -60px;
  position: relative;
  z-index: 5;

}
/* .hero-mst .img {
  height: 500px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  max-width: 550px;
  margin: auto;
} */
.hero-mst .exp {
  position: absolute;
  top: 30%;
  left: 15px;
}
.hero-mst .exp span {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.3;
}
.hero-mst .exp h2 {
  font-size: 100px;
}
.hero-mst .curve {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact-pg input,
.contact-pg textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-pg input:focus,
.contact-pg textarea:focus {
  border-color: #fff;
}

.contact-pg textarea {
  min-height: 180px;
}

.contact-pg .butn:hover {
  background: var(--main-color) !important;
  color: white;
}

.bg-video {
  position: relative;
  overflow: hidden;
  height: 130vh; /* ajusta a lo que necesites */
  display: flex;
  align-items: center;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* asegura que se vea bien */
  z-index: -1;
}

.bg-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.242); /* oscurece el video */
  z-index: 0;
}

.bg-video .container {
  position: relative;
  z-index: 1;
}
.fit-img video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* asegura que se vea bien */
}

/* --- BOTÓN FLOTANTE WHATSAPP --- */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Botón principal */
.whatsapp-main {
  background-color: #25d366;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

/* .whatsapp-main:hover {
  transform: scale(1.1);
} */

/* Opciones ocultas */
.whatsapp-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.whatsapp-float.active .whatsapp-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
  background-color: #25d366;
  padding: 1rem;
  border-radius: 10px;
}

.whatsapp-item {
  color: white;
  /* background-color: #2539d3; */
  width: 100%;
  padding: 10px 15px;
  /* border-radius: 25px; */
  font-size: 14px;
  text-decoration: none;
  border-bottom: rgba(255, 255, 255, 0.393) 1px solid;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); */
  transition: background 0.2s ease, transform 0.2s ease;
}
.whatsapp-item:hover {
  background-color: #18c959;
  color: white;
  transform: translateX(-5px);
}

.dropdown-menu {
  background-color: #0e161cbd;
  color: white !important;
  border-radius: 10px;
  border: solid rgba(255, 255, 255, 0.249) 0.5px !important;
}
.dropdown-item {
  color: rgba(255, 255, 255, 0.995) !important;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.9s;
}
.dropdown-item:hover {
  background-color: var(--bg-color) !important;
  color: var(--main-color) !important;
}
.team-bg{
  background-color: var(--theme-color) !important;
}