@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

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

body {
  background-color: #F1F4F7;
}

html {
  scroll-behavior: smooth;
}

.no-scroll {
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.trp-shortcode-switcher__wrapper .trp-shortcode-switcher {
  padding: 0 !important;
  border: 1px solid white !important;
}

body {
  font-family: "inter", sans-serif;
  color: #000000;
  line-height: 1.6;
}

@font-face {
  font-family: "poppins-b";
  src: url("../fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "poppins-r";
  src: url("../fonts/Poppins-Regular.ttf");
}
.tittle-diaz {
  width: fit-content;
  margin: 0px auto 0px auto;
  font-family: "poppins-b", sans-serif;
}
.tittle-diaz .underlined {
  display: flex;
  justify-content: start;
  gap: 5px;
}
.tittle-diaz span:nth-child(1) {
  background-color: #EF3B24;
  height: 4px;
  width: 50%;
  display: block;
  border-radius: 4px;
}
.tittle-diaz span:nth-child(2), .tittle-diaz span:nth-child(3) {
  background-color: #01658F;
  height: 4px;
  display: block;
  border-radius: 4px;
}
.tittle-diaz span:nth-child(2) {
  width: 28%;
}
.tittle-diaz span:nth-child(3) {
  width: 10%;
}

.tittle-diaz.tittle-2 span:nth-child(1) {
  background-color: #001E2B;
}
.tittle-diaz.tittle-2 span:nth-child(2), .tittle-diaz.tittle-2 span:nth-child(3) {
  background-color: #fff;
}

.tittle-diaz.tittle-3 span:nth-child(1) {
  background-color: #EF3B24;
}
.tittle-diaz.tittle-3 span:nth-child(2), .tittle-diaz.tittle-3 span:nth-child(3) {
  background-color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

.opacity {
  opacity: 0;
}

.box-animated.semi-opacity {
  opacity: 0.1;
  transition: transform 1s ease-in-out, opacity 2s ease-in-out;
  transform: translateY(-10%);
}

.box-animated.from-left {
  transition: transform 2s ease-in-out, opacity 2.5s ease-in-out;
  transform: translateX(-100%);
  opacity: 0;
}

.from-rigth {
  transition: transform 2s ease-in-out, opacity 2.5s ease-in-out;
  transform: translateX(20px);
  opacity: 0;
}

.box-animated.from-left-2 {
  transition: transform 2.4s ease-in-out, opacity 2.5s ease-in-out;
  transform: translateX(-100%);
  opacity: 0;
}

.box-animated.from-left-3 {
  transition: transform 2.8s ease-in-out, opacity 2.5s ease-in-out;
  transform: translateX(-100%);
  opacity: 0;
}

.box-animated.from-left-4 {
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
  transform: translateX(-100%);
  opacity: 0;
}

.box-animated.from-bottom2 {
  transform: translateY(20px);
  transition: transform 1.4s ease-in-out, opacity 1.4s ease-in-out;
  opacity: 0;
}

.box-animated.from-bottom3 {
  transform: translateY(20px);
  transition: transform 1.8s ease-in-out, opacity 1.8s ease-in-out;
  opacity: 0;
}

.box-animated.from-bottom4 {
  transform: translateY(20px);
  transition: transform 2.2s ease-in-out, opacity 2.2s ease-in-out;
  opacity: 0;
}

.box-animated.from-bottom5 {
  transform: translateY(20px);
  transition: transform 2.4s ease-in-out, opacity 2.4s ease-in-out;
  opacity: 0;
}

.box-animated.from-bottom {
  transform: translateY(100%);
  transition: transform 1s ease-in-out, opacity 1s ease-out;
  opacity: 0;
}

.box-animated.from-top2 {
  transform: translateY(-10px);
  transition: transform 1.8s ease-in-out, opacity 1.8s ease-in-out;
  opacity: 0;
}

.box-animated.from-top {
  transform: translateY(-100%);
  transition: transform 1s ease-in-out, opacity 1s ease-out;
}

.box-animated.visible {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

@keyframes spring-in {
  0% {
    transform: translateY(80%);
    opacity: 0;
  }
  60% {
    transform: translateY(-5%);
    opacity: 1;
  }
  80% {
    transform: translateY(5%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.special-animated.visible.animate-on-scroll {
  animation: spring-in 1.2s linear forwards;
  transition: opacity 0.3s ease-out;
}

@keyframes shake-ratation {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  25% {
    transform: translateY(-5px) rotate(25deg);
  }
  50% {
    transform: translateY(5px) rotate(-20deg);
  }
  100% {
    transform: translateY(0);
  }
}
.animate-shake-ratation {
  animation: shake-ratation 3s linear;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(-2px) rotate(5deg);
  }
  20% {
    transform: translateY(-2px) rotate(-5deg);
  }
  30% {
    transform: translateY(-2px) rotate(5deg);
  }
  40% {
    transform: translateY(0) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.animate-shake {
  animation: shake 3s linear;
  animation-iteration-count: infinite;
}

@keyframes rotation-ligth {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animate-rotation {
  animation: rotation-ligth 5s linear;
  animation-iteration-count: infinite;
}

/* From uiverse.io by @Ali-Tahmazi99 */
.air-btn {
  display: inline-block;
  width: fit-content;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-in;
  z-index: 1;
  color: #fff;
  font-size: 1rem;
}

.air-btn::before,
.air-btn::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
}

.air-btn::before {
  left: -10px;
  background-color: #01658F;
}

.air-btn::after {
  right: -10px;
  background-color: #0a729f;
}

.air-btn:hover::before,
.air-btn:hover::after {
  width: 58%;
}

.air-btn:hover {
  color: #f3f3f3;
  transition: 0.3s;
}

.header {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.header .header-cont {
  backdrop-filter: blur(10px);
  border-radius: 55px;
  background-color: rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: space-between;
  padding: 10px 40px;
  align-items: center;
  transition: border-radius 0.3s ease-out;
}
.header .header-cont.rounded {
  border-radius: 20px 20px 0 0;
}
.header .header-logo img {
  width: 64px;
}
.header ul {
  display: flex;
  gap: 24px;
  font-weight: 600;
  font-size: 1.05rem;
}
@media (max-width: 1080px) {
  .header ul {
    display: none;
  }
}
.header ul a {
  transition: color 0.3s ease-out;
}
.header .header-contact a {
  display: flex;
  gap: 10px;
  background-color: #EF3B24;
  border-radius: 10px;
  padding: 10px 16px 6px 16px;
  color: #fff;
  box-shadow: 0px 0px 6px 1px #01658F;
  font-weight: 500;
  transition: background-color 0.3s ease-out;
}
.header .header-contact a:hover {
  background-color: #be2e1b;
}
@media (max-width: 1080px) {
  .header .header-contact {
    display: none;
  }
}
.header .menu-nav {
  display: none;
  background-color: transparent;
  border: none;
}
.header .menu-nav .hamburger-svg {
  cursor: pointer;
  width: 30px;
  height: 30px;
  transition: transform 0.4s ease-in-out;
}
@media (max-width: 800px) {
  .header .menu-nav .hamburger-svg {
    width: 24px;
    height: 24px;
  }
}
.header .menu-nav .path-line {
  fill: none;
  stroke: #000;
  stroke-width: 3;
  stroke-linecap: round;
  transition: d 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.header .menu-nav .path-top.open {
  d: path("M3 3 L35 35");
}
.header .menu-nav .path-middle.open {
  d: path("M19 19 L19 19");
  opacity: 0;
}
.header .menu-nav .path-bottom.open {
  d: path("M35 3 L3 35");
}
@media (max-width: 1080px) {
  .header .menu-nav {
    display: block;
  }
}
.header .active-link {
  color: rgb(28, 97, 161);
  text-decoration: underline;
}

header.sticky {
  position: fixed;
}

.animation-st {
  animation: fixed-menu 1s ease-out;
}

@keyframes fixed-menu {
  0% {
    opacity: 0.5;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.mobile-menu {
  position: fixed;
  top: 97px;
  right: 10px;
  width: calc(100% - 20px);
  height: calc(100vh - 97px);
  border-top: 2px solid rgba(200, 199, 199, 0.4);
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  transform: translateY(110%);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  padding: 20px 20px 40px 40px;
  z-index: 40;
  color: #000;
  overflow-y: auto;
}
@media (max-width: 800px) {
  .mobile-menu {
    height: calc(100vh - 74px);
  }
}
.mobile-menu .btn-limantour {
  display: flex;
  width: fit-content;
  gap: 10px;
  background-color: #EF3B24;
  border-radius: 10px;
  padding: 10px 16px 6px 16px;
  color: #fff;
  box-shadow: 0px 0px 6px 1px #01658F;
  font-weight: 500;
  transition: background-color 0.3s ease-out;
  margin: 0 auto;
}
.mobile-menu .btn-limantour:hover {
  background-color: #be2e1b;
}
.mobile-menu li {
  font-size: 1.2rem;
  margin-bottom: 10px;
  padding: 10px 0 10px 20px;
  text-align: center;
}
.mobile-menu ul {
  margin-bottom: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu.open {
  transform: translateY(0);
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

footer {
  background-color: #001E2B;
  color: #fff;
}
footer .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px 20px;
}
@media (max-width: 750px) {
  footer .container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
footer .container .tittle-diaz {
  margin-bottom: 20px;
}
footer .container .img-wraper {
  background-color: #fff;
  border-radius: 34px;
  padding: 8px;
  display: block;
}
footer .container .img-wraper img {
  width: 25px;
}
footer .container .social-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .container .social-box .img-wraper-2 {
  padding: 8px;
  border-radius: 40px;
  background-color: #093345;
  transition: background-color 0.2s ease-out;
}
footer .container .social-box .img-wraper-2:hover {
  background-color: rgba(24, 150, 205, 0.3);
}
footer .container .social-box img {
  width: 30px;
}
footer .container .logo img {
  margin: 0 auto 12px auto;
}
footer .container .logo h3 {
  text-align: center;
  font-family: "poppins-r", sans-serif;
}
footer .container div:nth-child(3) h5 {
  font-size: 1.2rem;
  font-family: "poppins-r", sans-serif;
  margin-bottom: 14px;
  text-align: center;
}
footer .container div:nth-child(3) .phone-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .container div:nth-child(3) .phone-contact a {
  font-size: 1.2rem;
  transition: color 0.2s ease-out;
}
footer .container div:nth-child(3) .phone-contact a:hover {
  color: #EF3B24;
}
footer .container .location-box .group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer .container .location-box .group p {
  max-width: 230px;
  font-family: "poppins-r", sans-serif;
}
footer .container .links ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .container .links ul a {
  transition: color 0.2s ease-out;
}
footer .container .links ul a:hover {
  color: #EF3B24;
}
footer .container .work-hours ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .copy {
  background-color: #EF3B24;
  text-align: center;
}
footer .copy span {
  color: #001E2B;
}

.banner-sect {
  background-image: url("../images/banner-bg2.webp");
  height: 100vh;
  padding-top: 110px;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
}
.banner-sect::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(#01658F 55%, #D0D6D9 100%);
  opacity: 0.4;
  z-index: 0;
}
.banner-sect h1, .banner-sect h2, .banner-sect div {
  z-index: 2;
}
.banner-sect h1 {
  font-size: 4rem;
  line-height: 4.2rem;
  text-align: center;
}
@media (max-width: 820px) {
  .banner-sect h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 640px) {
  .banner-sect h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 510px) {
  .banner-sect h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 440px) {
  .banner-sect h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 368px) {
  .banner-sect h1 {
    font-size: 1.6rem;
  }
}
.banner-sect h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  opacity: 0.7;
  font-family: "poppins-r", sans-serif;
}
@media (max-width: 820px) {
  .banner-sect h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 640px) {
  .banner-sect h2 {
    font-size: 2rem;
  }
}
@media (max-width: 510px) {
  .banner-sect h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 440px) {
  .banner-sect h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 368px) {
  .banner-sect h2 {
    font-size: 1.4rem;
  }
}
.banner-sect .btn-box {
  display: flex;
}
@media (max-width: 420px) {
  .banner-sect .btn-box {
    flex-direction: column;
    gap: 10px;
  }
}
.banner-sect .btn-form {
  background-color: #EF3B24;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-sect .btn-form img {
  width: 25px;
}
.banner-sect .btn-services {
  background-color: #5B7FBD;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-sect .btn-services img {
  width: 25px;
}
.banner-sect #airCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@keyframes wind-flutter {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateY(-5px) rotate(0.3deg);
    opacity: 0.95;
  }
}
.banner-sect .flutter-text .char {
  display: inline-block;
  animation: wind-flutter 2s ease-in-out infinite alternate;
}
.banner-sect .flutter-text .char:nth-child(even) {
  animation-delay: 0.2s;
}
.banner-sect .flutter-text .char:nth-child(3n) {
  animation-delay: 0.4s;
}
.banner-sect .flutter-text .char:nth-child(5n) {
  animation-delay: 0.6s;
}

.benefits {
  background-color: #fff;
  padding: 40px 20px;
}
.benefits .benefits-cont {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 840px) {
  .benefits .benefits-cont {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.benefits .benefits-cont div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 840px) {
  .benefits .benefits-cont div {
    min-width: 280px;
    justify-content: flex-start;
  }
}
.benefits .benefits-cont img {
  width: 70px;
  transform: translate(35%);
}
@media (max-width: 1050px) {
  .benefits .benefits-cont img {
    width: 50px;
  }
}
.benefits .benefits-cont .img-wrapper {
  border: 2px solid #EF3B24;
  border-radius: 70px;
  padding: 3px;
}
.benefits .benefits-cont p {
  margin-left: 40px;
  font-family: "poppins-r", sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 1050px) {
  .benefits .benefits-cont p {
    font-size: 1.1rem;
  }
}
.benefits .benefits-cont p span {
  font-family: "poppins-b", sans-serif;
  font-size: 2.1rem;
  line-height: 2.2rem;
}
@media (max-width: 1050px) {
  .benefits .benefits-cont p span {
    font-size: 1.8rem;
  }
}

.services-sect {
  background-image: url("../images/service-bg.webp");
  background-size: cover;
  padding: 40px 30px;
}
.services-sect .tittle-diaz {
  text-align: center;
  margin-bottom: 30px;
}
.services-sect .tittle-diaz h2 {
  font-size: 2.8rem;
}
.services-sect p {
  text-align: center;
  font-family: "poppins-r", sans-serif;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 40px auto;
}
.services-sect .services-cont {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 30px;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .services-sect .services-cont {
    grid-template-columns: 1fr;
  }
}
.services-sect .services-cont ul li {
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 20px;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
}
.services-sect .services-cont ul li div {
  width: 88px;
}
.services-sect .services-cont ul li .service-op {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.services-sect .services-cont ul li .service-op span {
  font-family: "poppins-b", sans-serif;
  font-size: 1.4rem;
}
.services-sect .services-cont ul li .option-active {
  background-color: rgba(1, 101, 143, 0.3);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.services-sect .services-cont ul li div:nth-child(1) {
  background-color: rgb(243, 244, 246);
  padding: 5px;
  border-radius: 10px;
}
.services-sect .services-cont ul li.active {
  background-color: #EF3B24;
  color: #fff;
  box-shadow: 0px 0px 0px 4px rgba(239, 59, 36, 0.3);
  scale: 1.045;
}
.services-sect .services-cont ul li.active path, .services-sect .services-cont ul li.active line, .services-sect .services-cont ul li.active g, .services-sect .services-cont ul li.active circle {
  stroke: #fff;
}
.services-sect .services-cont ul li.active .option-active {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  animation: pulse 2s linear;
  animation-iteration-count: infinite;
}
.services-sect .services-cont ul li.active div:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.3);
}
.services-sect .services-cont .services-img {
  height: 500px;
  max-height: 500px;
  position: relative;
}
.services-sect .services-cont .services-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(71, 61, 61, 0.5));
  border-radius: 10px;
}
.services-sect .services-cont .services-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
  transition: opacity 0.3s ease-out;
}
.services-sect .services-cont .services-img .services-info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 20px;
}
.services-sect .services-cont .services-img p {
  text-align: left;
  opacity: 0.8;
  margin-bottom: 25px;
}
.services-sect .services-cont .services-img a {
  background-color: #EF3B24;
  font-family: "poppins-r", sans-serif;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  width: fit-content;
  gap: 10px;
  transition: background-color 0.3s ease-out;
}
.services-sect .services-cont .services-img a:hover {
  background-color: #be2e1b;
}
.services-sect .services-cont .services-img a img {
  width: 25px;
}

.about-us-sect {
  background-color: #001E2B;
  padding: 150px 0 100px 0;
}
.about-us-sect .container {
  display: flex;
  position: relative;
}
@media (max-width: 1000px) {
  .about-us-sect .container {
    flex-direction: column;
    padding: 25px;
  }
}
.about-us-sect .container .pp {
  width: 100%;
  position: relative;
}
.about-us-sect .container .pp:hover::after, .about-us-sect .container .pp:hover .about-img {
  transform: scale(1.02);
}
.about-us-sect .container .pp::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  left: 15%;
  top: -8%;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1000px) {
  .about-us-sect .container .pp::after {
    position: relative;
  }
}
@media (max-width: 1000px) {
  .about-us-sect .container .pp .about-img {
    position: relative;
    max-height: 400px;
    object-fit: cover;
    object-position: center center;
    left: 0;
    top: 0;
    margin-bottom: 24px;
  }
}
.about-us-sect .container .pp .about-icon {
  width: 200px;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1000px) {
  .about-us-sect .container .pp .about-icon {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.about-us-sect .container .about-img {
  border-radius: 25px;
  position: absolute;
  left: 15%;
  top: -8%;
  z-index: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.about-us-sect h2 {
  margin-bottom: 30px;
  font-size: 3.5rem;
  line-height: 3.7rem;
}
@media (max-width: 700px) {
  .about-us-sect h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 400px) {
  .about-us-sect h2 {
    font-size: 2.1rem;
    line-height: 2.3rem;
  }
}
.about-us-sect .Technician-bg, .about-us-sect .Satisfied-bg {
  border: 4px solid #CECECE;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.about-us-sect .Technician-bg img, .about-us-sect .Satisfied-bg img {
  width: 70px;
}
.about-us-sect .Technician-bg {
  background-color: #01658F;
  max-width: 100px;
  margin: 0 auto;
}
.about-us-sect .Satisfied-bg {
  background-color: #EF3B24;
  max-width: 100px;
  margin: 0 auto;
}
.about-us-sect .about-1 {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  font-family: "poppins-r", sans-serif;
}
@media (max-width: 600px) {
  .about-us-sect .about-1 {
    grid-template-columns: 1fr;
    place-items: center;
    text-align: center;
  }
}
.about-us-sect .about-1 h4 {
  font-family: "poppins-b", sans-serif;
  font-size: 1.8rem;
}
.about-us-sect .about-1 p {
  font-size: 1.1rem;
}
.about-us-sect .about-us-cont {
  background-image: url("../images/service-bg.webp");
  background-size: cover;
  border-radius: 25px;
  padding: 60px 40px;
  width: 100%;
  z-index: 0;
}
.about-us-sect .about-us-cont .about-tittle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.about-us-sect .about-us-cont .about-tittle img {
  width: 60px;
}
.about-us-sect .about-us-cont .about-tittle h3 {
  font-size: 1.5rem;
  color: #EF3B24;
}
.about-us-sect .about-us-cont .contactor-logo {
  width: 300px;
}
.about-us-sect .about-us-cont .ruud-logo {
  width: 100px;
}
.about-us-sect .about-us-cont .investors {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 600px) {
  .about-us-sect .about-us-cont .investors {
    flex-direction: column;
    align-items: center;
  }
}

.modal-video {
  position: fixed;
  display: flex;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.modal-video .modal-body {
  position: relative;
  width: 100%;
  height: 90vh;
  background-color: #212121;
  border-radius: 20px;
}
.modal-video .modal-body video {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.modal-video .modal-body #closeModal {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: color 0.3s ease-out;
  outline: none;
  background-color: transparent;
  border: none;
  z-index: 55;
}
.modal-video .modal-body #closeModal svg {
  width: 30px;
}
.modal-video .modal-body #closeModal svg path {
  fill: #fff;
}
.modal-video .modal-body #closeModal svg:hover path {
  fill: #EF3B24;
}

.modal-video.open {
  visibility: visible;
}

.form-sect {
  background-color: #fff;
  padding: 90px 20px 30px 20px;
}
.form-sect .container {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 60px;
}
@media (max-width: 900px) {
  .form-sect .container {
    grid-template-columns: 1fr;
  }
}
.form-sect .container .form-img {
  position: relative;
}
.form-sect .container .form-img h3 {
  font-size: 2.5rem;
  position: absolute;
  line-height: 2.6rem;
  font-family: "poppins-b", sans-serif;
}
.form-sect .container .form-img h3 span {
  font-size: 3.5rem;
  color: #EF3B24;
  line-height: 3.7rem;
}
.form-sect .container .form-cont {
  background-color: #EF3B24;
  padding: 30px 30px 140px 30px;
  position: relative;
  max-width: 550px;
  border-radius: 10px;
  margin-bottom: -180px;
}
@media (max-width: 900px) {
  .form-sect .container .form-cont {
    margin-left: auto;
    margin-right: auto;
  }
}
.form-sect .container .form-cont .tittle-diaz {
  margin-left: 0;
  margin-bottom: 20px;
  color: #FFF;
}
.form-sect .container .form-cont .icon {
  background-color: #000;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  width: fit-content;
  position: absolute;
  top: -50px;
}
.form-sect .container .form-cont .icon img {
  width: 40px;
}
.form-sect .container .form-cont .wpcf7-not-valid-tip {
  color: white;
}
.form-sect .container .form-cont input, .form-sect .container .form-cont textarea, .form-sect .container .form-cont select {
  background-color: #FFF;
  padding: 16px;
  width: 100%;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
  font-family: "poppins-r", sans-serif;
}
.form-sect .container .form-cont textarea {
  height: 140px;
  outline: none;
  resize: none;
}
.form-sect .container .form-cont input[type=submit] {
  background-color: #FFF;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  background-color: #001E2B;
  font-family: "poppins-r", sans-serif;
  font-size: 1.2rem;
  cursor: pointer;
}

.gallery {
  background-color: #001E2B;
  padding: 80px 40px;
}
@media (max-width: 1050px) {
  .gallery {
    padding-top: 224px;
  }
}
.gallery .tittle-diaz {
  margin-left: 0;
  color: #fff;
  margin-bottom: 60px;
  font-size: 1.8rem;
}
.gallery .gallery-cont {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.gallery .gallery-cont .gallery-item {
  position: relative;
  height: 400px;
  width: 25%;
}
.gallery .gallery-cont .gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 10;
  pointer-events: none;
}
.gallery .gallery-cont .gallery-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E %3Cpath d='M11 6C13.7614 6 16 8.23858 16 11M16.6588 16.6549L21 21M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E %3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 11;
  pointer-events: none;
}
.gallery .gallery-cont .gallery-item:hover {
  cursor: zoom-in;
}
.gallery .gallery-cont .gallery-item:hover::before {
  opacity: 1;
}
.gallery .gallery-cont .gallery-item:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.gallery .gallery-cont .gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.work-sect {
  background-color: #001E2B;
  padding: 40px 20x;
}
.work-sect .container {
  position: relative;
  padding: 0 20px;
  padding-bottom: 180px;
}
.work-sect .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
}
.work-sect .tittle-work {
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #fff;
}
@media (max-width: 1050px) {
  .work-sect .tittle-work {
    flex-direction: column;
    align-items: center;
  }
}
.work-sect .tittle-work .img-tittle {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 400px) {
  .work-sect .tittle-work .img-tittle h2 {
    font-size: 1.6rem;
  }
  .work-sect .tittle-work .img-tittle h3 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .work-sect .tittle-work .img-tittle img {
    width: 30px;
  }
}
.work-sect .tittle-work .img-tittle img {
  width: 80px;
}
.work-sect .tittle-work h2 {
  font-size: 2rem;
}
.work-sect .tittle-work h3 {
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.work-sect .work-cont {
  padding: 80px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  place-items: center;
  gap: 20px;
}
@media (max-width: 1290px) {
  .work-sect .work-cont {
    justify-content: center;
    gap: 80px;
    grid-template-columns: repeat(auto-fit, minmax(370px, 400px));
  }
}
@media (max-width: 500px) {
  .work-sect .work-cont {
    justify-content: center;
    gap: 80px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 400px));
  }
}
.work-sect .work-cont .work-item {
  padding: 12px 20px;
  border-radius: 25px;
  height: auto;
}
.work-sect .work-cont .work-item.bg-1 {
  background-image: linear-gradient(#001E2B 26%, #045679 50%);
}
.work-sect .work-cont .work-item.bg-2 {
  background-image: linear-gradient(#045679 26%, #001E2B 50%);
}
.work-sect .work-cont .work-inside {
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  padding: 20px;
}
.work-sect .work-cont .work-inside span {
  display: block;
  border: 5px solid #CECECE;
  border-radius: 80px;
  width: fit-content;
  padding: 16px;
  background-color: #fff;
}
.work-sect .work-cont .work-inside .up {
  margin: -60px auto 20px auto;
}
.work-sect .work-cont .work-inside .down {
  margin: 20px auto -60px auto;
}
.work-sect .work-cont .work-inside h4 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-family: "poppins-b", sans-serif;
}
.work-sect .work-cont .work-inside p {
  font-family: "poppins-r", sans-serif;
  font-size: 1.1rem;
}

.faqs-sect {
  padding: 80px 20px;
}
.faqs-sect .container {
  display: flex;
  gap: 40px;
}
@media (max-width: 1100px) {
  .faqs-sect .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.faqs-sect .container .faqs-cont {
  width: 50%;
}
@media (max-width: 1100px) {
  .faqs-sect .container .faqs-cont {
    order: 0;
    width: 90%;
  }
}
.faqs-sect .container .faqs-cont .faq-tittle {
  display: flex;
  color: #EF3B24;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.faqs-sect .container .faqs-cont .faq-tittle h3 {
  font-size: 2rem;
  font-family: "poppins-r", sans-serif;
}
.faqs-sect .container .faqs-cont .faq-tittle img {
  width: 60px;
}
.faqs-sect .container .faqs-cont h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.faqs-sect .container .faqs-cont p {
  color: #767171;
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.faqs-sect .container .faqs-cont .faq-item {
  border: 1px solid rgba(1, 101, 143, 0.3);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.faqs-sect .container .faqs-cont .faq-item .faq-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.faqs-sect .container .faqs-cont .faq-item .faq-header h4 {
  font-family: "poppins-r", sans-serif;
  font-size: 1.3rem;
}
.faqs-sect .container .faqs-cont .faq-item .faq-header img {
  width: 30px;
}
.faqs-sect .container .faqs-cont .faq-item .faq-header svg {
  width: 30px;
}
.faqs-sect .container .faqs-cont .faq-item .faq-header .chevron-icon .vertical-line {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transform-origin: center;
}
.faqs-sect .container .faqs-cont .faq-item p {
  max-height: 0px;
  overflow: hidden;
  margin-bottom: 0px;
  transition: max-height 0.3s ease-in-out;
}
.faqs-sect .container .faqs-cont .faq-item.open .chevron-icon .vertical-line {
  transform: scaleY(0); /* Colapsa la línea vertical a cero */
  opacity: 0;
}
.faqs-sect .container .faqs-cont .faq-item.open {
  border: 1px solid #EF3B24;
}
.faqs-sect .container .faqs-cont .faq-item.open p {
  max-height: 300px;
}
@media (max-width: 1100px) {
  .faqs-sect .container .faqimg {
    order: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}
.lightbox-modal {
  display: none; /* Oculto por defecto */
  position: fixed; /* Posición fija en la ventana */
  z-index: 1000; /* Alto z-index para estar encima de todo */
  padding-top: 50px; /* Un poco de espacio desde arriba */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Habilita el desplazamiento si es necesario */
  background-color: rgb(0, 0, 0); /* Fondo negro */
  background-color: rgba(0, 0, 0, 0.9); /* Negro con opacidad */
}

.lightbox-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px; /* Ajusta el tamaño máximo */
  border-radius: 10px;
}

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

.lightbox-close:hover, .lightbox-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
}

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