@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #00dcea;
  --theme-2: #04213f;
  --theme-3: #8effff;
  --theme-4: #ece6ff;
  --header: #04213f;
  --base: #00dcea;
  --text: #696969;
  --border: #e6e6e6;
  --border2: #373737;
  --ratting: #f8bc26;
  --bg: #04213f;
  --bg2: #04213f;
  --bg3: #04213f;
  ---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
}

.theme-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding: 22px 40px;
  transition: all 0.4s ease-in-out;
  letter-spacing: 0;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  z-index: 9;
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn::before,
.theme-btn::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--header);
  border-radius: 50%;
  z-index: -1;
}
.theme-btn::before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.theme-btn::after {
  right: -20px;
  transform: translate(50%, -50%);
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}
.theme-btn:hover::after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}
.theme-btn.bg-2 {
  background: var(--theme-2);
}
.theme-btn.bg-2::before,
.theme-btn.bg-2::after {
  background: var(--white);
}
.theme-btn.bg-2:hover {
  color: var(--theme-2);
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  max-width: 100vw;
}

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: "Rubik", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);

  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 65px;
  font-weight: 500;
  line-height: 112%;
}

h2 {
  font-size: 45px;
  line-height: 120%;
  font-weight: 500;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 137%;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  width: 9em;
}

.preloader img {
  position: absolute;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f176";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: var(--theme);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .sub-content {
  color: var(--theme);
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  background-color: var(--white);
  box-shadow: 0px 5px 30px rgba(0, 220, 234, 0.2);
  animation: icon-animation 1.5s ease-in-out infinite;
  padding: 6px 12px;
  border-radius: 10px;
}
.section-title .sub-content img {
  margin-right: 5px;
}
.section-title .sec-sub-text-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  margin-bottom: 20px;
  color: var(--theme);
}
.section-title h2 {
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
  }
}

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

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

@-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 rounded-2 {
  50% {
    transform: rotate(5deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-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);
  }
}

@-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);
  }
}
@keyframes top-image-bounce {
  0% {
    transform: translateX(-8px);
  }
  50% {
    transform: translateX(12px);
  }
  100% {
    transform: translateX(-8px);
  }
}
@keyframes top-image-bounce-2 {
  0% {
    transform: translatey(-8px);
  }
  50% {
    transform: translatey(12px);
  }
  100% {
    transform: translatey(-8px);
  }
}
@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes moveCursor1 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes moveCursor2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@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 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%;
  }
}
@keyframes icon-animation {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@-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);
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .header-main {
    padding: 15px 0px;
  }
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 30px;
  padding: 30px 0;
}
.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(--white);
  text-align: left;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.header-main-2 .main-menu ul li a {
  color: var(--header);
}

.header-2 .header-main-2 {
  border-bottom: 1px solid var(--border);
}
.sticky .header-main .main-menu ul li a {
  color: var(--header);
}

.img-logo{
  background-image: url(../img/logo-alt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
}

.img-logo-alt{
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
}

.sticky .img-logo{
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 50px;
}
.header-main .main-menu ul li a i {
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
}
.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);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.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;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme);
  color: var(--white) !important;
}
.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: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);
}

.sidebar__toggle {
  cursor: pointer;
  font-size: x-large;
  color: var(--theme);
}

.header-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-2 .header-right {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header-2 .header-right .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .header-2 .header-right .icon-items {
    display: none;
  }
}
.header-2 .header-right .icon-items .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: rgba(0, 220, 234, 0.1);
  border-radius: 50%;
  color: var(--theme);
  border: 1px solid rgba(16, 24, 40, 0.1);
}
.header-2 .header-right .icon-items .content p {
  color: var(--text);
  margin-bottom: 5px;
}
.header-2 .header-right .icon-items .content h4 {
  font-size: 18px;
}
.header-2 .header-right .icon-items .content h4 a {
  color: var(--black);
}
@media (max-width: 1199px) {
  .header-2 .header-right .header-button {
    display: none;
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
  -webkit-transition: all 0.9s;
  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-2 .header-main {
  border: none;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  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: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.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;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li
  .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  ul
  li
  .offcanvas__contact-icon
  i {
  color: var(--theme);
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  .header-button
  .theme-btn {
  width: 100%;
  padding: 16px 40px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper
    .offcanvas__content
    .offcanvas__contact
    .header-button
    .theme-btn {
    padding: 14px 30px;
  }
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper
  .offcanvas__content
  .offcanvas__contact
  .social-icon
  a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  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;
  }
}

.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;
}

.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: 1.5;
  font-weight: 500;
}
.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: 7px;
  padding: 0 !important;
  display: flex;
  align-items: center;
}

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

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

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

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .mean-container .mean-nav ul li.menu-thumb {
    display: none;
  }
}

.hero-2 {
  position: relative;
  padding-top: 200px;
  z-index: 9;
  margin-bottom: -5px;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #00dcea;
}

.hero-2 video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-2 .video-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 33, 63, 0.5);
  z-index: 1;
}

.hero-2 .hero-content h1{
  color: var(--white);
}

.hero-2 .hero-content h4{
  color: var(--white);
}

.swiper-button-next, .swiper-button-prev{
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
  color: var(--white);
}

.swiper-button-next{
  padding-right: 3rem;
}

.swiper-button-prev{
  padding-left: 3rem;
}

@media (max-width: 767px) {
  .hero-2 {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .hero-2 {
    padding-top: 130px;
  }
  .swiper-button-next, .swiper-button-prev{
    display: none;
  }
}
.hero-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/hero/bg-shape.png);
  z-index: -1;
}
.hero-2 .hero-content {
  text-align: center;
  margin-bottom: 90px;
  position: relative;
  z-index: 9;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.hero-2 .hero-content img{
  width: 20%;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 30px;
  }
  .hero-2 .hero-content img{
    width: 40%;
    margin-bottom: 20px;
  }
}
.hero-2 .hero-content .sub-content {
  color: var(--theme);
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  background-color: var(--white);
  box-shadow: 0px 5px 30px rgba(0, 220, 234, 0.2);
  animation: icon-animation 1.5s ease-in-out infinite;
  padding: 6px 12px;
  border-radius: 10px;
  max-width: 60%;

}
.hero-2 .hero-content h4{
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}
.hero-2 .hero-content .sub-content img {
  margin-right: 5px;
}
.hero-2 .hero-content .hero-button {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content .hero-button {
    margin-top: 20px;
  }
}

.hero-4 {
  padding: 220px 0 150px;
}
@media (max-width: 767px) {
  .hero-4 {
    padding: 180px 0 150px;
  }
}
@media (max-width: 575px) {
  .hero-4 {
    padding: 160px 0 150px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content {
    text-align: center;
  }
}
.hero-4 .hero-content .sub-content {
  color: var(--theme);
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 500;

  font-size: 18px;
  position: relative;
  background-color: var(--white);
  box-shadow: 0px 5px 30px rgba(0, 220, 234, 0.2);
  animation: icon-animation 1.5s ease-in-out infinite;
  padding: 6px 12px;
  border-radius: 10px;
}
.hero-4 .hero-content .sub-content img {
  margin-right: 5px;
}
.hero-4 .hero-content h1 {
  letter-spacing: -2.6px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .hero-4 .hero-content h1 {
    font-size: 54px;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-content h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-content h1 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 30px;
    font-weight: 500;
  }
}
.hero-4 .hero-content h1 span {
  color: var(--theme);
  font-style: italic;
}
.hero-4 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 35px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 25px;
    justify-content: center;
  }
}
@media (max-width: 470px) {
  .hero-4 .hero-content .hero-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-4 .hero-content .about-author {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .hero-4 .hero-content .about-author {
    gap: 15px;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-content .about-author {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-content .about-author {
    flex-wrap: initial;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-content .about-author {
    margin-top: 30px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-content .about-author {
    margin-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.hero-4 .hero-content .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .hero-4 .hero-content .about-author .author-image {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hero-4 .hero-content .about-author .author-image .content h6 {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.hero-4 .hero-image {
  position: relative;
}
.hero-4 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.hero-4 .hero-image .circle-musk-shape {
  position: absolute;
  top: 0;
  left: -30%;
}
@media (max-width: 991px) {
  .hero-4 .hero-image .circle-musk-shape {
    display: none;
  }
}

.software-destacados{
  padding: 50px 0;
}

.funfact-box-items {
  padding: 40px 45px;
  background: rgba(0, 220, 234, 0.1);
  border: 1.2px solid rgba(16, 24, 40, 0.1);
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .funfact-box-items {
    padding: 30px;
  }
  .software-destacados{
    padding: 0;
  }
}
.funfact-box-items h3 {
  font-weight: "bold";
  color: var(--text);
  border-bottom: 2px dotted var(--text);
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .funfact-box-items h6 {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
.funfact-box-items:hover {
  background-color: var(--theme);
}
.funfact-box-items:hover h2,
.funfact-box-items:hover h3,
.funfact-box-items:hover p {
  color: var(--white);
}
.funfact-box-items:hover h3 {
  border-bottom: 2px dotted var(--white);
}
.funfact-box-items.active {
  background-color: var(--theme);
}
.funfact-box-items.active h2,
.funfact-box-items.active h6,
.funfact-box-items.active p {
  color: var(--white);
}
.funfact-box-items.active h6 {
  border-bottom: 2px dotted var(--white);
}
.funfact-box-items.style-2 {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1.2px solid rgba(255, 255, 255, 0.05);
}
.funfact-box-items.style-2 h6 {
  color: rgba(255, 255, 255, 0.55);
  border-bottom: 2px dotted rgba(255, 255, 255, 0.1);
}
.funfact-box-items.style-2 h2,
.funfact-box-items.style-2 p {
  color: var(--white);
}
.funfact-box-items.style-2:hover {
  background-color: var(--theme);
}
.funfact-box-items.style-2:hover h6 {
  color: var(--white);
  border-bottom: 2px dotted var(--white);
}
.funfact-box-items.style-2.active {
  background-color: var(--theme);
}
.funfact-box-items.style-2.active h6 {
  color: var(--white);
  border-bottom: 2px dotted var(--white);
}

.feature-wrapper{
  padding-top: 100px;
}

.feature-wrapper .feature-content .list-items {
  margin-top: 30px;
  margin-bottom: 40px;
}
.feature-wrapper .feature-content .list-items li {
  color: var(--header);
}
.feature-wrapper .feature-content .list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.feature-wrapper .feature-content .list-items li i {
  color: var(--theme);
  margin-right: 10px;
}
.feature-wrapper .feature-dashboard-image img {
  height: 100%;
  border-radius: 10px;
}
.about-wrapper .about-content {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-content {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content {
    margin-left: 0;
  }
}
.about-wrapper .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .about-author {
    gap: 12px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-author {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-content .about-author {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-content .about-author {
    margin-top: 20px;
  }
}
.about-wrapper .about-content .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about-wrapper .about-content .about-author .author-image img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.about-wrapper .about-content .about-author .author-image .content h5 span {
  color: var(--text);
  font-weight: 400;
}
.about-wrapper.style-2 .about-image-items-2 .about-image {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .about-wrapper.style-2 .about-image-items-2 .about-image {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style-2 .about-image-items-2 .about-image {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items-2 .about-image {
    height: 400px;
  }
}
.about-wrapper.style-2 .about-image-items-2 .about-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .about-wrapper.style-2 .about-image-items-2 .about-image-2 {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items-2 .about-image-2 {
    height: 400px;
  }
}
.about-wrapper.style-2 .about-image-items-2 .about-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.about-wrapper.style-2 .about-content .icon-items {
  display: flex;
  margin-top: 30px;
  gap: 20px;
}
.about-wrapper.style-2 .about-content .icon-items .dot {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: var(--white);
  box-shadow: 0px 5px 30px rgba(0, 220, 234, 0.3);
  border-radius: 50%;
  position: relative;
}
.about-wrapper.style-2 .about-content .icon-items .dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--theme);
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.about-wrapper.style-2 .about-content .icon-items .content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.planning-wrapper .planning-content .planning-items {
  background-color: rgba(0, 220, 234, 0.1);
  border: 1.2px solid rgba(16, 24, 40, 0.1);
  border-radius: 10px;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .planning-wrapper .planning-content .planning-items {
    gap: 10px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .planning-wrapper .planning-content .planning-items {
    margin-top: 30px;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .planning-wrapper .planning-content .planning-items {
    margin-top: 20px;
  }
}
@media (max-width: 470px) {
  .planning-wrapper .planning-content .planning-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.planning-wrapper .planning-content .planning-items i {
 margin-right: 10px;
  color: var(--theme);
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}
.planning-wrapper .planning-content .planning-items:hover {
  background-color: var(--white);
  box-shadow: 0px 5px 30px rgba(0, 220, 234, 0.2);
  border: 1.2 solid transparent;
}
.planning-wrapper .planning-content .planning-items:hover .number {
  background-color: var(--theme);
  color: var(--white);
  box-shadow: 0px 5px 30px rgba(0, 220, 234, 0.5);
}
.planning-wrapper .planning-content .planning-items.active {
  background-color: var(--white);
  box-shadow: 0px 5px 30px rgba(0, 220, 234, 0.2);
  border: 1.2 solid transparent;
}
.planning-wrapper .planning-content .planning-items.active .number {
  background-color: var(--theme);
  color: var(--white);
  box-shadow: 0px 5px 30px rgba(0, 220, 234, 0.5);
}
@media (max-width: 767px) {
  .planning-wrapper .planning-image-items .planning-image {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .planning-wrapper .planning-image-items .planning-image {
    height: 400px;
  }
}
.planning-wrapper .planning-image-items .planning-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.planning-wrapper .planning-image-items .planning-image-2 {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .planning-wrapper .planning-image-items .planning-image-2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .planning-wrapper .planning-image-items .planning-image-2 {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .planning-wrapper .planning-image-items .planning-image-2 {
    height: 400px;
  }
}
.planning-wrapper .planning-image-items .planning-image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.service-offer-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  border: 1.2px solid rgba(16, 24, 40, 0.1);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(0, 220, 234, 0.1);
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .service-offer-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 30px;
    gap: 25px;
  }
}
.service-offer-items .icon {
  position: relative;
  font-size: 40px;
  color: var(--theme);
}
.service-offer-items .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 80px;
  transform: rotate(-30deg);
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(0, 220, 234, 0.1) 0%,
    rgba(0, 220, 234, 0) 100%
  );
}
.service-offer-items .offer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .service-offer-items .offer-content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 25px;
  }
}
.service-offer-items .offer-content .content h3 {
  margin-bottom: 3px;
}
.service-offer-items .offer-content .content h3 a:hover {
  color: var(--theme);
}

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

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

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

.fix {
  overflow: hidden;
}

@media (max-width: 575px) {
  br {
    display: none;
  }
}

/* background */

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
}
.nice-select:focus,
.nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
  height: 10px;
  width: 10px;
  right: 15px;
  top: initial;
  border-color: var(--border);
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
}
.nice-select .list {
  width: initial;
  background-color: var(--theme);
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  max-height: 50vh;
  overflow-x: auto;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button,
.nice-select .list::-webkit-scrollbar-thumb {
  background: var(--header);
}
.nice-select .option {
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  padding: 4px 5px;
  min-height: initial;
  font-weight: 500;
}
.nice-select .option:hover,
.nice-select .option:focus,
.nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .current {
  font-weight: 500;
  color: var(--header);
}

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

.ml-30 {
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .ml-30 {
    margin-left: 0;
  }
}

.ml-minus-30 {
  margin-left: -30px;
}
@media (max-width: 1399px) {
  .ml-minus-30 {
    margin-left: 0;
  }
}

.border-none {
  border-top: none !important;
}

.about-image {
  margin-top: 30px;
}
.about-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.team-details-wrapper .team-details-content {
  margin-top: -7px;
  margin-bottom: -5px;
}
.team-details-wrapper .team-details-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .team-details-wrapper .team-details-content h2 {
    font-size: 28px;
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

.contact-form-items {
  background-color: #f9fafb;
  padding: 70px;
}
@media (max-width: 767px) {
  .contact-form-items {
    padding: 60px 40px;
  }
}
@media (max-width: 575px) {
  .contact-form-items {
    padding: 50px 30px;
  }
}
.contact-form-items .title {
  margin-bottom: 40px;
}
.contact-form-items .title h2 {
  font-size: 36px;
  margin-bottom: 5px;
}
.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
  padding: 18px 30px;
  border: none;
  outline: none;
  background-color: var(--white);
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}
@media (max-width: 575px) {
  .contact-form-items .form-clt input,
  .contact-form-items .form-clt textarea {
    padding: 12px 20px;
  }
}
.contact-form-items .form-clt textarea {
  padding: 18px 30px 110px;
}
@media (max-width: 575px) {
  .contact-form-items .form-clt textarea {
    padding: 12px 20px 90px;
  }
}
.contact-form-items .form-clt::placeholder {
  color: var(--text);
}

.cta-marketing-wrapper {
  background-color: var(--theme);
  padding: 60px 70px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cta-marketing-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cta-marketing-wrapper {
    padding: 50px 40px;
  }
  .cta-marketing-wrapper br {
    display: none;
  }
}
@media (max-width: 575px) {
  .cta-marketing-wrapper {
    padding: 40px 30px;
  }
}
.cta-marketing-wrapper h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cta-marketing-wrapper h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .cta-marketing-wrapper h2 {
    font-size: 28px;
  }
}
.cta-marketing-wrapper .thumb {
  position: relative;
}
.cta-marketing-wrapper .thumb .circle-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-newsletter-wrapper {
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  border-radius: 10px;
}
.cta-newsletter-wrapper .line-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.cta-newsletter-wrapper .line-shape img {
  width: 100%;
  height: 100%;
}
.cta-newsletter-wrapper .cta-newsletter-image img {
  width: 100%;
  height: 100%;
}
.cta-newsletter-wrapper .cta-newsletter-content {
  margin-left: 70px;
  padding-right: 135px;
}
@media (max-width: 1399px) {
  .cta-newsletter-wrapper .cta-newsletter-content {
    margin-left: 0;
    padding-right: 0;
    padding: 30px 30px;
  }
}
@media (max-width: 1199px) {
  .cta-newsletter-wrapper .cta-newsletter-content .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .cta-newsletter-wrapper .cta-newsletter-content .section-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .cta-newsletter-wrapper .cta-newsletter-content br {
    display: none;
  }
}
.cta-newsletter-wrapper .cta-newsletter-content .form-clt {
  position: relative;
  margin-top: 30px;
}
.cta-newsletter-wrapper .cta-newsletter-content .form-clt input {
  border: none;
  outline: none;
  background-color: var(--white);
  color: var(--text);
  width: 100%;
  border-radius: 12px;
  padding: 22px 30px;
}
@media (max-width: 575px) {
  .cta-newsletter-wrapper .cta-newsletter-content .form-clt input {
    padding: 18px 30px;
  }
}
.cta-newsletter-wrapper .cta-newsletter-content .form-clt input::placeholder {
  color: var(--text);
}
.cta-newsletter-wrapper .cta-newsletter-content .form-clt .theme-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (max-width: 575px) {
  .cta-newsletter-wrapper .cta-newsletter-content .form-clt .theme-btn {
    top: 6px;
  }
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }
  100% {
    right: -100%;
  }
}

.testimonial-section-2 {
  background-color: #f9fafb;
  position: relative;
}
.testimonial-section-2 .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonial-section-2 .bg-shape img {
  width: 100%;
  height: 100%;
}
.testimonial-section-2 .testimonial-slider-2 {
  margin-bottom: -50px;
}

.testimonial-card-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 65px;
  background-color: var(--white);
  box-shadow: 0px 5px 30px rgba(0, 220, 234, 0.2);
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 16px;
}
@media (max-width: 1600px) {
  .testimonial-card-items {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-card-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    text-align: center;
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .testimonial-card-items .testimonial-content {
    flex-basis: 100%;
  }
}
.testimonial-card-items .testimonial-content .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .testimonial-card-items .testimonial-content .author-image {
    justify-content: center;
  }
}
.testimonial-card-items .testimonial-content .author-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.testimonial-card-items .testimonial-content .author-image .content h5 {
  font-size: 22px;
}
.testimonial-card-items .testimonial-content .author-image .content h5 span {
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
}
.testimonial-card-items .testimonial-content p {
  font-size: 24px;
  letter-spacing: -0.72px;
  color: var(--header);
  line-height: 150%;
}
@media (max-width: 1600px) {
  .testimonial-card-items .testimonial-content p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .testimonial-card-items .testimonial-content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-card-items .testimonial-content p {
    font-size: 18px;
  }
}
.testimonial-card-items .testimonial-content .star {
  color: var(--theme);
  margin-top: 20px;
}
.testimonial-card-items.style-2 {
  background-color: #1a1d20;
  box-shadow: none;
}
.testimonial-card-items.style-2 .testimonial-content .author-image .content h5 {
  color: var(--white);
}
.testimonial-card-items.style-2
  .testimonial-content
  .author-image
  .content
  h5
  span {
  color: #696969;
}
.testimonial-card-items.style-2 .testimonial-content p {
  color: var(--white);
}
.testimonial-card-items.style-2 .testimonial-content .star {
  color: var(--theme-2);
}

.marcas-slider{
  display: flex;
  align-items: center;
}

.brand-wrapper h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  text-align: center;
  margin-bottom: 50px;
}
.brand-wrapper h6 span {
  color: var(--theme);
}
.brand-wrapper .brand-image {
  text-align: center;
}

.project-wrapper {
  padding: 0 70px;
}
@media (max-width: 1399px) {
  .project-wrapper {
    padding: 0 30px;
  }
}
.project-wrapper .project-box-items {
  margin-top: 30px;
}
.project-wrapper .project-box-items .project-image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.project-wrapper .project-box-items .project-content {
  margin-top: 25px;
}
.project-wrapper .project-box-items .project-content p {
  font-weight: 500;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.45);
}
.project-wrapper .project-box-items .project-content h3 a {
  color: var(--white);
  background-image: linear-gradient(var(--theme), var(--theme-3));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.project-wrapper .project-box-items .project-content h3 a:hover {
  color: var(--white);
  background-size: 100% 2px;
}

.footer-widgets-wrapper {
  padding: 90px 0 120px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 50px 0 80px;
    margin-bottom: -50px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    margin-bottom: -30px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper {
    margin-bottom: -50px;
  }
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: rgba(255, 255, 255, 0.55);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  gap: 10px;
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  background-color: #2b3852;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  padding: 10px 15px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon span{
  font-weight: bold;
}
.footer-widgets-wrapper
  .single-footer-widget
  .footer-content
  .social-icon
  a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .contact-info-area {
  margin-top: 25px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .contact-info-area
  .contact-items {
  display: flex;
  gap: 20px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .contact-info-area
  .contact-items:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .contact-info-area
  .contact-items
  .icon {
  color: var(--theme);
  font-size: 18px;
}
.footer-widgets-wrapper
  .single-footer-widget
  .contact-info-area
  .contact-items
  .content
  a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  font-weight: 400;
}
.footer-widgets-wrapper
  .single-footer-widget
  .contact-info-area
  .contact-items
  .content
  a:hover{
  color: var(--theme);
}
.footer-widgets-wrapper
  .single-footer-widget
  .contact-info-area
  .contact-items
  .content
  p {
  color: rgba(255, 255, 255, 0.55);
}
.footer-widgets-wrapper
  .single-footer-widget
  .contact-info-area
  .contact-items.color-style-2
  .icon {
  color: var(--theme);
  cursor: pointer;
}

.footer-widgets-wrapper
  .single-footer-widget
  .contact-info-area
  .contact-items.color-style-2
  .icon :hover{
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .list-items li {
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  display: table;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widgets-wrapper .single-footer-widget .list-items li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover {
  background-size: 100% 1px;
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover::before {
  opacity: 1;
  visibility: visible;
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .list-items li:hover a {
  color: var(--theme);
}

.footer-bottom {
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .footer-bottom {
    padding: 20px 0;
    text-align: center;
  }
}
.footer-bottom .footer-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center !important;
    margin-top: 30px;
  }
}
.footer-bottom .footer-wrapper p {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer-bottom .footer-wrapper p a {
  color: rgba(255, 255, 255, 0.7019607843);
}
.footer-bottom .footer-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .footer-bottom .footer-wrapper .footer-menu {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.footer-bottom .footer-wrapper .footer-menu li a {
  color: rgba(255, 255, 255, 0.7019607843);
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--theme);
}
.footer-bottom .footer-wrapper .scroll-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--theme);
  border-radius: 5px;
  text-align: center;
  color: var(--white);
  display: inline-block;
  font-size: 24px;
  transition: all 0.4s ease-in-out;
}
.footer-bottom .footer-wrapper .scroll-icon:hover {
  background-color: var(--white);
  color: var(--header);
}
.footer-bottom.style-2 {
  border-top: 1.2px solid rgba(255, 255, 255, 0.07);
  padding: 20px 0;
  position: relative;
  margin-top: 35px;
}
.footer-bottom.style-2 .scroll-icon {
  background-color: var(--theme-2);
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}

.footer-section {
  position: relative;
  z-index: 9;
}

@media (max-width: 470px) {
  .mobile-hidden {
    display: none;
  }
  .container {
    padding: 0 25px;
  }
  .container-mobile {
    padding: 0 25px;
  }
}