:root {
  --var-heading_color: #1498eb;
  --var-content_color: #9394a8;
  --var-card-color: #2b2e4a;
  --var-textcolor: #030303;
  --var-textgray: #6e6f81;
  --var-white: #fff;
}

/*Background color*/


.bg_main {
  background-color: var(--var-textcolor);
}

.bg_gray {
  background-color: rgba(235, 230, 230, 0.13);
}

.bg_gradient {
  background: var(
    --linear,
    linear-gradient(251deg, #1498eb 0%, #0274be 89.72%)
  );
}

/* Text color */

.txt_hover:hover {
  color: var(--var-heading_color) !important;
}

.txt_wheight {
  color: var(--var-white);
}

.txt_light_blue {
  color: var(--var-heading_color);
}

.txt_gray {
  color: var(--var-textgray);
}

.txt_black {
  color: var(--var-textcolor);
}

.txt_gradient {
  background: linear-gradient(to right, #1498eb, #962de3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/*font size*/

h1 {
  font-size: 60px;
}

h2 {
  font-size: 44px;
}

.fs_34 {
  font-size: 34px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

.fs_16 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/*font weight*/

.fw_800 {
  font-weight: 800;
}

.fw_700 {
  font-weight: 700;
}

.fw_600 {
  font-weight: 600;
}

.fw_500 {
  font-weight: 500;
}

.fw_400 {
  font-weight: 400;
}

/* Line heigth */

.lh_34 {
  line-height: 34px;
}

.lh_24 {
  line-height: 24px;
}

.lh_22 {
  line-height: 22px;
}

.lh_normal {
  line-height: normal;
}

/* leter specing */

.leter_space {
  letter-spacing: 0.42px;
}

.leter_space_6 {
  letter-spacing: 0.6px;
}

/* Background image */

.main_bg_img {
  position: relative;
  background-image: url(../image/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
}

.main_bg_gradient {
  position: absolute;
  background-image: url(../image/back-greadiant.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  top: 0;
  background-attachment: fixed;
}

.container-fluid {
  max-width: 1525px;
}

.container {
  max-width: 1220px;
}

body {
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: normal;
  overflow-x: hidden;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline-block;
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
}

p {
  font-size: 14px;
  color: var(--var-content_color);
  font-style: normal;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a:hover, .navbar-light .navbar-nav .nav-link:focus {
  text-decoration: none;
  color: #962de3 !important;
}
.social-media a:hover {
  background: #377be9;
  color: #fff !important;
}
span {
  display: flex;
  display: inline-block;
}

svg {
  height: 16px;
  width: 16px;
}

/* Button */

.btn {
  color: #ffffff;
  padding: 15px 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  /* height: 50px;
  max-width: 238px;
  font-size: 16px;
  font-style: normal;
  background: var(
    --linear,
    linear-gradient(251deg, #1498eb 0%, #962de3 89.72%)
  );
  vertical-align: middle;
  font-family: "Mulish", sans-serif; */
}

.btn:hover {
  color: #212529;
  background: #fff;
}

/* Padding */

.padding_65 {
  padding: 65px;
}

.padding_40 {
  padding: 40px;
}

.padding_32 {
  padding: 32px;
}

.padding_lr {
  padding: 50px 35px;
}

.padding_t_b {
  padding: 30px 0px;
}

/* End Padding */

/* Margin */

.margin_left_10 {
  margin-left: 10px;
}

.margin_top_120 {
  margin-top: 120px;
}

.margin_top_70 {
  margin-top: 70px;
}

.margin_top_60 {
  margin-top: 60px;
}

.margin_top_40 {
  margin-top: 40px;
}

.margin_bottom_60 {
  margin-bottom: 60px;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

/* End Margin */

/* Border */

.border_color_right,
.border-end {
  border-right: 1px solid;
  border-image: linear-gradient(to bottom, #8646b354, #1499ebd0, #8646b354) 1
    100%;
}

.border_color_left {
  border-left: 1px solid;
  border-image: linear-gradient(to bottom, #8646b354, #1499ebd0, #8646b354) 1
    100%;
}

.border_bottom_color {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(0.25turn, #8646b354, #1499ebd0, #8646b354);
  border-image-slice: 1;
}

.border_solid {
  border: 2px solid transparent;
  background: linear-gradient(251deg, #1e1633 0%, #1e1633 89.72%) padding-box,
    linear-gradient(251deg, #1498eb 0%, #962de3 89.72%) border-box;
}

.regular_plan-1 {
  border: 2px solid #2b2e4a;
}

.regular_plan-1:hover {
  background: linear-gradient(251deg, #1e1633 0%, #1e1633 89.72%) padding-box,
    linear-gradient(251deg, #1498eb 0%, #962de3 89.72%) border-box;
  border: 2px solid transparent;
}

.cretal_al_logo {
  max-width: 329px;
  width: 100%;
}

.icon-phone {
  position:absolute;
 left: 1rem;
 font-size: 1.2rem;
}


/* navebar toggel */

.dropdown-menu.show {
  background: rgb(43, 46, 74, 0.9);
}

.navbar-toggler {
  background-color: #ffffff;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link, .dropdown-item {
  color: #ffffff;
}
.navbar-light .navbar-toggler {
  border: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 17px;
  padding-right: 17px;
}

.quesion_dot {
  margin-left: -6px;
  margin-top: 32px;
  height: 12px;
  width: 24px;
  border-radius: 50%;
  display: inline-block;
  background: var(
    --linear,
    linear-gradient(251deg, #1498eb 0%, #962de3 89.72%)
  );
}

.quesion_line {
  margin-top: 39px;
  height: 1px;
  width: 50px;
  background: var(
    --linear,
    linear-gradient(251deg, #1498eb 0%, #962de3 89.72%)
  );
}

.regular_plan-2 {
  background: linear-gradient(#1e1633, #1e1633) padding-box,
    linear-gradient(90deg, #962de3 0%, rgba(0, 169, 224, 1) 50%, #962de3 100%)
      border-box;
  border: 2px solid transparent;
  background-size: 600% 600%;
  animation: AnimateBorder 2s ease infinite;
  -webkit-animation: AnimateBorder 2s ease infinite;
  -moz-animation: AnimateBorder 2s ease infinite;
  z-index: -1;
  transform: translate(-2px, -2px);
  transition: filter 1s ease-in;
}

.regular_plan-2:hover {
  transition: filter 0.5s ease-in;
}

@-webkit-keyframes AnimateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.border_left {
  border-left: 1px solid;
}

.border_bottom_gray {
  border-bottom: 1px solid #9394a81a;
}

/* Border radus */

.border_radius {
  border-radius: 20px;
}

.border_radius_10 {
  border-radius: 10px;
}

.border_top_radius {
  border-radius: 10px 10px 0px 0px;
}

.border_right_radius {
  border-radius: 0px 20px 20px 0px;
}

.border_bottom_radius {
  border-radius: 0px 0px 10px 10px;
}

.gradient_line {
  width: 40px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 100px;
  margin-bottom: 10px;
  background: #0274be;
}

.main_blog {
  margin: 30px 140px 0;
}
.blog_contant {
  padding: 95px 80px;
}
.sub_title {
  color: var(--var-content_color);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.97px;
  text-transform: uppercase;
  text-align: center;
}

.main_title {
  color: #fff;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.8px;
  max-width: 870px;
  margin: auto;
}

.welcome_content .title_text {
  max-width: 686px;
}

.title_text {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.42px;
  max-width: 486px;
  margin: auto;
  margin-top: 15px;
}

.Working_work_section div:nth-child(3) {
  max-width: 486px;
}
.word_help_box .title_text {
  width: 340px;
  max-width: 100%;
}
.sign_up_form input {
  width: 500px;
  height: 58px;
  border-radius: 5px;
  border: 1px solid var(--6-e-6-f-81, #6e6f81);
  background: var(--bg-color, #1e1633);
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  padding-left: 55px;
}

.sign_up_form a {
  right: 4px;
  top: 4px;
}

.sign_up_form svg {
  top: 22px;
  left: 28px;
}

.help_word_box svg {
  width: 80px;
  height: 80px;
}

.number_gradient h1 {
  font-weight: 800;
  color: var(--var-textcolor);
  font-family: "Mulish", sans-serif;
  background: -webkit-linear-gradient(
    right,
    #ffffff,
    #0274be,
    #ffffff,
    #ffffff
  );
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: var(--var-textcolor);
}

.writer_wroks .title_text {
  max-width: 340px;
  margin: auto;
}

.about_us_content_inner{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.help_us_contant .title_text p {
  max-width: 486px;
  margin: auto;
}

.about-us_contant h1 {
  max-width: 620px;
}

.contact-us_content h1 {
  max-width: 870px;
  margin: auto;
}

.main_use-cases,
.plan-pricing_content h1 {
  max-width: 1193px;
  margin: auto;
}

.faqs_section h1 {
  max-width: 905px;
  margin: auto;
}

.review_contant,
.team_contant h2 {
  max-width: 645px;
  margin: auto;
}

.star_contant h2 {
  max-width: 690px;
  margin: auto;
}

.about-us_content h2 {
  max-width: 919px;
  margin: auto;
}

.review_img {
  top: -38px;
}

.review_box_width {
  overflow: hidden;
}

.plan_list ul li {
  display: list-item;
  list-style: disc;
}

.regular_plan_content {
  padding: 30px;
}

.review_btn {
  max-width: 330px;
  height: 50px;
  padding: 10px 60px;
}

.writer_wroks svg {
  height: 80px;
  width: 100px;
}

.team_member svg {
  height: 20px;
  width: 20px;
}

.blog_ellips {
  bottom: 267px;
  right: 0;
  left: 153px;
  z-index: -1;
}

.blog_ellips-2 {
  top: 0;
  right: 310px;
  z-index: 5;
}

.blog_ellips-3 {
  right: 280px;
  top: 190px;
}

/* Accordion CSS */

.faqs_accordion {
  max-width: 745px;
  margin: auto;
}

.accordion-button::after {
  background-image: url("https://www.aerolexlabs.com/image/accordion-2.svg");
  transform: scale(0.7) !important;
  position: absolute;
  left: 32px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("https://www.aerolexlabs.com/image/accordion-1.svg");
}

.accordion-button:not(.collapsed) {
  background-color: var(--var-card-color);
  color: white;
}

.accordion-button {
  background-color: transparent;
  padding: 30px 30px 20px;
  font-size: 18px;
}

.accordion-body {
  background-color: var(--var-card-color);
  padding: 30px 70px;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 10px 10px 0px 0px;
  box-shadow: none;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.bg_transparnt {
  background-color: transparent;
}

/* switch */

.form-switch .form-check-input {
  width: 35px;
  height: 15px;
  margin-top: 6px;
}

.get_start_gadient {
  left: -150px;
  bottom: 100px;
}

.get_start_gadient-1 {
  top: -13px;
  right: 0px;
}

.most_popular {
  height: 35px;
  width: 141px;
  margin: auto;
  border-radius: 0px 0px 5px 5px;
  padding: 8px 17px;
}

.gradient_dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--var-textgray);
}

.social-icon {
  border-radius: 50% !important;
}

.social_icon svg {
  height: 43px;
  width: 43px;
  margin-right: 10px;
}
.footer_content .plan_list {
  padding: 16px 0 0 16px;
}
.star {
  background: var(--linear, linear-gradient(359deg, #f3b408 0%, #ffff 89.72%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*theme loder*/

.alloader {
  justify-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background-color: var(--var-textcolor);
}

.loader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 6rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  animation: pulsOut 1.8s ease-in-out infinite;
  filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.75));
}

.loader:before {
  width: 100%;
  padding-bottom: 100%;
  box-shadow: inset 0 0 0 1rem #fff;
  animation-name: pulsIn;
}

.loader:after {
  width: calc(100% - 2rem);
  padding-bottom: calc(100% - 2rem);
  box-shadow: 0 0 0 0 #fff;
}

@keyframes pulsIn {
  0% {
    box-shadow: inset 0 0 0 1rem #fff;
    opacity: 1;
  }
  50%,
  100% {
    box-shadow: inset 0 0 0 0 #fff;
    opacity: 0;
  }
}

@keyframes pulsOut {
  0%,
  50% {
    box-shadow: 0 0 0 0 #fff;
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 1rem #fff;
    opacity: 1;
  }
}

/*end theme loder*/

/* slik slider */

.slick-slide img {
  display: inline;
}

.slick-next:before {
  content: "";
  line-height: 0px;
  padding-left: 15px;
}

.slick-prev:before {
  content: "";
  line-height: 0px;
  padding-right: 50px;
}

.multiple-items .slick-next {
  top: 100%;
  margin-top: 49px;
  font-size: 0;
  height: 50px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #ffffff;
  vertical-align: middle;
  width: 50%;
  right: 0;
  display: flex;
  justify-content: start;
}

.multiple-items .slick-prev {
  top: 100%;
  margin-top: 49px;
  font-size: 0;
  height: 50px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #ffffff;
  vertical-align: middle;
  width: 50%;
  left: 0;
  display: flex;
  justify-content: end;
}

.btn-prev {
  width: 130px;
}

.btn-next {
  width: 130px !important;
}

.multiple-items svg {
  margin-left: 50px;
}

.slick-dots li button::before {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  color: #858588 !important;
  opacity: 0.7;
}

.slick-dots li.slick-active button:before {
  width: 30px;
  height: 4px;
  flex-shrink: 0;
  border-radius: 100px;
  margin-top: 9px;
  color: transparent !important;
  background: var(
    --linear,
    linear-gradient(251deg, #1498eb 0%, #962de3 89.72%)
  );
  opacity: 1;
}

.slick-dots li {
  margin: 0px 6px;
}

.slick-dots li button::before {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  color: var(--var-textgray);
}
.slick-dots li.slick-active button:before {
  width: 30px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 100px;
  margin-top: 7px;
  color: transparent;
  background: var(
    --linear,
    linear-gradient(251deg, #1498eb 0%, #962de3 89.72%)
  );
}

.navbar-toggler {
  background: var(
    --linear,
    linear-gradient(251deg, #1498eb 0%, #962de3 89.72%)
  );
}

.header_section.sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
 
  z-index: 999;
  background-color: #0e0d0de8;
  -webkit-animation: sticky 1.2s;
  animation: sticky 0.5s;
  -webkit-box-shadow: 0px 10px 30px 0px rgb(110 104 162 / 10%);
  box-shadow: 0px 10px 30px 0px rgb(110 104 162 / 10%);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  height: 25px;
  width: 25px;
}

input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

/* login and sing up pages css */
.login-register .input-field input {
  border-radius: 8px;
  padding-left: 16px;
}
.social-media a i {
  padding: 10px;
}
.social-media a .fa-facebook-f:before {
  padding: 0 3px;
}
.social-media a .fa-linkedin-in:before {
  padding: 0 1px;
}
.in_page {
  width: 500px;
  margin-left: -70px;
}
.login-register .input-field i {
  text-align: center;
  line-height: 55px;
  color: #acacac;
  transition: 0.5s;
  font-size: 1.1rem;
}
.login-register .input-field {
  width: 100%;
  margin: 25px 0;
  display: grid;
  grid-template-columns: 15% 85%;
  padding: 0 0.4rem;
  position: relative;
}
.login-register .btn {
  width: 150px;
  outline: none;
  max-height: 49px;
  cursor: pointer;
  transition: 0.5s;
}
.login-register form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s 0.7s;
  overflow: hidden;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
#dropdownMenuButton1 {
  background: none;
  transition: none;
}
#dropdownMenuButton1:focus {
  box-shadow: none;
}
#dropdownMenuButton1:hover span {
  color: #962de3 !important;
}
#dropdownMenuButton1:hover svg path,
.tp-header-login a:hover svg path {
  fill: #962de3 !important;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff !important;
  background: var(--linear, linear-gradient(251deg, #1498eb 0%, #962de3 89.72%));
}
/* Blog */
.blog-title {
  margin: 50px 34px;
}
button {
  cursor: pointer;
  z-index: 1;
}
.blog-title h5 {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.42px;
  color: var(--var-heading_color);
  text-transform: capitalize;
}
.blog-title h2 {
  font-size: 34px;
  letter-spacing: 1.02px;
  padding: 12px 0;
}
.blog-title p {
  max-width: 450px;
  line-height: 22px;
  letter-spacing: 0.42px;
}
.blog-title span {
  margin-top: 138px;
}
/* blog-card */
.blog_img img {
  border-radius: 0 20px 20px 0;
}
.blog_insight_contant {
  padding: 50px 0 50px 35px;
  display: grid;
  align-content: space-between;
  height: 100%;
}
.blog_insight_contant .main_title h2 {
  font-size: 33px;
}
.multiple-items .open_bolg_with {
  margin: 30px 0 0;
}
.open_bolg_with {
  padding: 0 15px;
}
.open-blogs_contain {
  padding: 20px;
}
.open-blogs_contain h3 {
  text-transform: capitalize;
}
.blog_contain {
  width: 395px;
  margin: auto;
  position: relative;
  padding: 20px 30px;
}
.blog_card {
  background-color: var(--var-card-color);
  border-radius: 10px;
  padding: 0;
  position: relative;
}
.blog_card h4 {
  color: var(--var-heading_color);
  font-size: 14px;
  font-style: normal;
}
.about_expert {
  background: #fff;
  box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.12);
  border-radius: 22px;
  padding: 3px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-button {
  position: absolute;
  top: 233px;
  background-color: var(--var-white);
  border-radius: 29px;
  padding: 7px 14px 7px 4px;
}
.blog_card ul li {
  padding-left: 35px;
}
.blog_card span {
  padding-left: 7px;
  color: var(--var-textcolor);
}
.blog_card ul li a {
  color: var(--var-heading_color);
  font-size: 14px;
  letter-spacing: 0.42px;
}
.blog_card img {
  border-radius: 10px 10px 0 0;
  object-fit: cover;
}
.blog_card ul li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 27px;
  left: 94px;
  border-radius: 10px;
  background-color: var(--var-heading_color);
}
.blog_card h3 {
  padding: 19px 0;
  letter-spacing: 0.72px;
  font-size: 24px;
}
.blog_card p {
  max-width: 362px;
  letter-spacing: 0.42px;
}

section.diynamic_team_section {
  position: relative;
}
.collapsed .accordion-button_minus, .accordion-button_plus {
  display: none;
  margin-right: 20px;
}
.accordion-button_minus, .accordion-button_plus {
  margin-right: 20px;
}
.collapsed .accordion-button_plus {
  display: block;
}
.accordion {
  width: 70%;
  margin: 0 auto;
}
.accordion-item {
  background-color: transparent;
  border: none;
}
.accordion-button {
  color: #93939b !important;
  border-radius: 16px 16px 0 0 !important;
}
.accordion-body {
  padding: 0 30px 30px 70px;
  border-radius: 0 0 16px 16px;
  color: #93939b;
}



.back-to-top-whatsapp {
  background: green;
  border-radius: 50%;
  
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 30px;
  bottom:2rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 337;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
}
.back-to-top-whatsapp:hover {
  background: rgb(8, 180, 8);
}
.back-to-top-whatsapp i {

  font-size: 1.7rem;
}
.contact_us input[type="email"]::-webkit-input-placeholder {
  color: #000;
}






/* Galeria de imagens */
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  background-size: cover;
}

/* Container fixo para cada imagem */
.image-container {
  width: 300px;  /* Define uma largura fixa */
  height: 350px; /* Define uma altura fixa */
  overflow: hidden; /* Evita que a imagem saia do contêiner */
  position: relative;
  border-radius: 10px;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* Ajuste da imagem dentro do container */
.scroll-image {
  width: 100%; /* Mantém a largura total */
  height: auto; /* Mantém a proporção correta */
  min-height: 100%; /* Garante que a imagem seja pelo menos do tamanho do container */
  position: absolute;
  top: 0;
  transition: transform 7s ease-in-out;
}


/* Faz a imagem deslizar para baixo ao passar o mouse */
.image-container:hover .scroll-image {
  transform: translateY(calc(-100% + 350px)); /* Move para cima apenas o necessário */
}




.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}



.whatsapp-contact {
  text-align: center;
  margin-top: 20px;
}

.whatsapp-contact a:hover {
  color: #ffffff!important;
}

.whatsapp-btn {
  background: #25D366;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.whatsapp-btn i {
  font-size: 24px;
  margin-right: 10px;
}

.whatsapp-btn:hover {
  background: #1EBE56;
}








      /* Estilos para o carrossel premium */
        .premium-carousel {
            position: relative;
            width: 100%;
            max-width: 100%;
            margin: 40px auto;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        
        .carousel-viewport {
            width: 100%;
            overflow: hidden;
            position: relative;
        }
        
        .carousel-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: transform;
            touch-action: pan-y;
        }
        
        .carousel-slide {
            flex: 0 0 25%;
            padding: 0 10px;
            box-sizing: border-box;
            transition: all 0.3s ease;
        }
        
        .slide-content {
            position: relative;
            height: 700px;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .slide-image-container {
            height: 100%;
            width: 100%;
            overflow: hidden;
            position: relative;
        }
        
        .slide-image {
            width: 100%;
            height: auto;
            min-height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: transform 18s ease-out;
            object-fit: cover;
        }
        
        .slide-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
            height: 100px;
            display: flex;
            align-items: flex-end;
            padding: 15px;
            color: white;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }
        
        /* Efeito hover para mostrar mais da imagem */
        .slide-content:hover .slide-image {
            transform: translateY(calc(-100% + 400px));
        }
        
        .slide-content:hover .slide-overlay {
            opacity: 1;
        }
        
        /* Controles do carrossel */
        .carousel-control {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 10;
            border: none;
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }
        
        .carousel-control:hover {
            opacity: 1;
        }
        
        .carousel-control svg {
            width: 24px;
            height: 24px;
            fill: #333;
        }
        
        .prev-control {
            left: 15px;
        }
        
        .next-control {
            right: 15px;
        }
        
        /* Paginação */
        .carousel-pagination {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .pagination-bullet {
            width: 10px;
            height: 10px;
            background: #ccc;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .pagination-bullet.active {
            background: #4a6bdf;
        }
        
        /* Responsividade */
        @media (max-width: 992px) {
            .carousel-slide {
                flex: 0 0 50%;
            }
            
            .slide-content {
                height: 350px;
            }
            
            .slide-content:hover .slide-image {
                transform: translateY(calc(-100% + 350px));
            }
        }
        
        @media (max-width: 768px) {
            .carousel-slide {
                flex: 0 0 90%;
            }
            
            .carousel-control {
              display: none;
            }

            .slide-content {
                height: 300px;
            }
            
            .slide-content:hover .slide-image {
                transform: translateY(calc(-100% + 300px));
            }
        }





  











.headline-wrapper {
  flex-wrap: wrap;
  gap: 20px;
}

.headline-text {
  max-width: 600px;
}

.mascote-img {
  max-width: 180px;
  height: auto;
}

@media (max-width: 768px) {
  .headline-mascote {
    margin-top: 20px;
  }

  .mascote-img {
  max-width: 150px;
  height: auto;
  border-radius: 1rem;
}


  .headline-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.robo-effects {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  text-align: center;
  z-index: 2;
}

.speech-bubble {
  background: #4a6bdf;
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-top: -50rem!important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  position: relative;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.5s ease;
  animation: floatBubble 6s ease-in-out;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  
  margin-left: 15px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #4a6bdf transparent;
}

@keyframes floatBubble {
  0% { transform: translateY(0); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateY(-10px); opacity: 0; }
}

@media (max-width: 768px) {
  .speech-bubble {
    font-size: 12px;
    max-width: 180px;
  }
}



