/*///////////////////////// GENERALES /////////////////////////*/

body {
  font-family: "Inter", sans-serif;
  color: #05162d;
  background-color: white;
}

img {
  width: 100%;
}
a{
  color: #0a94a1;
}
a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

.oswald {
  font-family: "Oswald", sans-serif;
}
.inter {
  font-family: "Inter", sans-serif;
}

.main-wrapper,
.wrapper {
  overflow: hidden !important;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.green {
  color: #23dba6;
}

.blue {
  color: #0a94a1;
}

.gray {
  color: #aaaeb8;
}

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

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-wrap {
  white-space: nowrap;
}

.rotate {
  transform: scaleX(-1);
}

.underline {
  text-decoration: underline;
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/

.btn {
  border-radius: 35px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  width: fit-content;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.btn::after {
  content: url(../images/icon-arrow.svg);
  position: absolute;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -36px;
  top: 0;
  border-radius: 50%;
  transition: 0.3s;
}

.btn:hover::after {
  transform: rotate(45deg);
}

.btn-primary {
  border: 1px solid #aaaeb8;
  color: #05162d;
  background-color: #ffffff;
}

.btn-primary::after {
  background-color: #05162d;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  border: 1px solid #aaaeb8;
  color: #05162d;
  background-color: #ffffff;
  box-shadow: none !important;
}

.btn-primary:hover::after {
  background-color: #0e916c;
}

.btn-secondary {
  border: 1px solid #ffffff;
  color: #05162d;
  background-color: #ffffff;
}

.btn-secondary::after {
  background-color: #23dba6;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  border: 1px solid #ffffff;
  color: #05162d;
  background-color: #ffffff;
  box-shadow: none !important;
}

.btn-secondary:hover::after {
  background-color: #0e916c;
}
.bg-map{
  
}
/* FLOAT BTN */
/* .wsp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.wsp-float:hover {
  text-decoration: none;
  color: white;
  background-color: #18b853;
} */

.scroll-top {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  transition: 0.3s;
  opacity: 0;
}

.show-scroll {
  opacity: 1;
}
/*///////////////////////// HEADER /////////////////////////*/

header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.header-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 0) 84%
  );
  width: 100%;
  height: 250px;
  position: absolute;
  left: 0;
  opacity: 0.7;
  top: 0;
}

.navbar-brand {
  background-image: url(../images/logo.svg);
  height: 78px;
  width: 300px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar.bsnav-sticky.bsnav-sticky-slide.sticked.in .navbar-brand {
  background-image: url(../images/logo-scroll.svg);
  height: 36px;
  width: 250px;
}

.navbar-toggler {
  padding: 0;
}

/* Navegador principal */
.navbar-collapse {
  justify-content: center;
  display: flex;
}

.navbar {
  padding: 2rem 3rem;
}

.custom-nav {
  justify-content: end;
  width: 100%;
  align-items: center;
}

.nav-link {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff !important;
  margin-right: 1.6rem !important;
  margin-left: 1.6rem !important;
  position: relative;
  padding: 6px 0px !important;
  font-family: "Inter", sans-serif;
}

.nav-link:not(.nav-link-d)::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0rem;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #23dba6;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after, .nav-link.active:after {
  width: 40px;
}

.nav-item.active .nav-link,
.nav-link.active {
  font-weight: 600 !important;
}

.nav-link-btn {
  border-radius: 26px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  padding: 12px 20px;
  transition: all 150ms ease-out;
  text-decoration: none !important;
  color: #fff;
  background-color: #23dba6;
}

.nav-link-btn:hover,
.nav-link-btn:focus,
.nav-link-btn:active,
.nav-link-btn:not(:disabled):not(.disabled).active,
.nav-link-btn:not(:disabled):not(.disabled):active,
.show > .nav-link-btn.dropdown-toggle {
  background-color: #00ac7b;
  color: #fff;
  transition: all ease 0.25s;
}

/* Bs nav para el menú mobile */
.bsnav-mobile .navbar {
  left: 0 !important;
  color: #fff !important;
  transform: translate3d(-300px, 0, 0) !important;
  width: 80%;
  max-width: 300px;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.bsnav-mobile .navbar.bsnav-dark {
  background: #ffffff !important;
  color: #114435 !important;
  padding: 0px 0 15px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #fff;
  padding: 1.4rem 3rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in .nav-link {
  color: #05162d !important;
}
.bsnav-sticky.bsnav-sticky-slide.sticked.in .nav-link.active {
  font-weight: 600;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon::before {
  background-color: #333333;
}

/*//////////////////////// MAIN-HERO ////////////////////////////*/
.main-section {
  min-height: 100vh;
  display: flex;
  align-items: end;
  position: relative;
  padding: 4rem 0rem;
}

.main-section .container-fluid {
  position: relative;
  z-index: 5;
}

.main-video {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -5;
  height: 100%;
  object-fit: cover;
}

.deco-hero {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.overlay {
  background: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  opacity: 0.35;
}

h1 {
  font-size: 3.8rem;
}

.main-section-overlay {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 84%);
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  opacity: 0.7;
  bottom: 0;
}

/*///////////////////////// CLIENTES //////////////////////////*/
.customer-container {
  position: relative;
  background-color: #000;
  padding: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.customer-container:hover {
  background-color: #13a67d;
}

.customer-container-lg {
  height: 700px;
}
.customer-container-sm {
  height: 350px;
}

.customer-logo {
  width: 200px;
  margin: auto;
  margin-bottom: 2rem;
  transform: translateY(35px);
  transition: 0.5s;
}

.customer-info {
  position: relative;
  width: 100%;
  z-index: 5;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.customer-info-hide {
  transform: translateY(1000px);
  transition: 0.5s;
  width: 100%;
  max-width: 400px;
  text-align: center;

  visibility: hidden !important;
}

.customer-container:hover .customer-info-hide,
.customer-container:hover .customer-logo {
  transform: translateY(0px);
}

.customer-info-hide p {
  color: white !important;
  font-weight: 300;
  line-height: 1.1;
}

.customer-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.8;
  transition: 0.5s;
}

.customer-container:hover .customer-bg, .customer-container:focus .customer-bg {
  opacity: 0.1;
  transform: scale(1.1);
}
.customer-info-hide a,
.customer-info-hide i {
  transition: 0.3s;
  color: white;
}
.customer-info-hide a:hover {
  color: white;
}
.customer-info-hide a:hover i {
  margin-left: 16px !important;
}

/* Modal */
.modal-open .modal {
  background: #05162dad;
}
.modal-content {
  border-radius: 0;
  background-image: url(../images/bg-modal.svg);
  background-size: auto;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 1rem;
}

.modal-deco {
  height: 4px;
  width: 65px;
  background-color: #23dba6;
}
.logo-modal{
  width: 100%;
  max-width: 250px;
}
.modal-content .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 50px;
  height: 50px;
  background: #23dba6;
  border-radius: 50%;
  opacity: 1;
  color: white;
  text-shadow: 0 0 BLACK;
  font-weight: 400;
  transition: .3s;
}

.modal-content .close:hover {
  opacity: 1 !important;
  background: #108f6b;
}

.modal-deco-lg {
  height: 490px;
  width: 100%;
  object-fit: cover;
}
.modal-deco-sm {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.modal-content p {
  font-size: 14px;
}
/*///////////////////////// NOSOTROS HOME //////////////////////////*/
.about-us {
  position: relative;
  padding: 5rem 0;
}

.title-deco {
  position: relative;
  padding-left: 45px;
  margin-bottom: 0;
  font-weight: 700;
}

.title-deco::after {
  content: "";
  height: 2px;
  width: 30px;
  bottom: 10px;
  left: 0;
  background-color: #0a94a1;
  position: absolute;
}
.title-deco-dark::after {
  background-color: #05162d;
}

.about-right {
  position: relative;
  display: flex;
  justify-content: end;
  background-image: url(../images/deco-about.jpg);
  min-height: 460px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-right-box {
  padding: 1.6rem;
  height: 180px;
  width: 220px;
  margin: -4rem 1rem 0 1rem;
  color: white;
}

.about-right-box-right {
  right: 0;
}

.about-right-box-title {
  display: flex;
  margin-bottom: 1.4rem;
}

.about-right-box-title img {
  height: 50px;
  width: auto;
  margin-right: 1rem;
  transition: 0.3s;
}

.about-right-box:hover .about-right-box-title img {
  transform: scale(1.1);
}

.dark-bg {
  background-color: #05162d;
}

.green-bg {
  background-color: #23dba6;
}

/*///////////////////////// AREAS //////////////////////////*/
.products-block-container {
  display: flex;
  height: 620px;
}
.products-block-container a {
  color: white;
}
.products-block {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  transition: flex 0.5s ease;
  position: relative;
  padding: 3rem;
  filter: grayscale(1);
}

.products-block-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  bottom: 0;
}

.products-block .products-block-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.products-block:hover {
  flex: 3;
  filter: grayscale(0);
}

.products-block-content h3 {
  font-size: 40px;
}

.products-block-more {
  opacity: 0;
  width: 500px;
  text-align: center;
}

.products-block:hover .products-block-more {
  opacity: 1;
}

.products-block-button {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff1c;
  border-radius: 50%;
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}

.products-block-button img {
  width: 40%;
}

.products-block:hover .products-block-button {
  background-color: #23dba6;
  transform: rotate(45deg) scale(1.3);
}

/*///////////////////////// CONTACTO //////////////////////////*/
.contact {
  padding: 5rem 0;
  background-image: url("../images/bg-contacto.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*////////////////// FORMULARIO ///////////////*/
.form-control {
  border: 0;
  border-bottom: 1px solid #97a4ad;
  border-radius: 0px;
  transition: 0.3s;
  background-color: transparent;
  color: white;
  padding: 0.4rem 0rem;
}

.form-control:hover {
  border: 0;
  border-bottom: 1px solid white;
  box-shadow: none;
  background-color: transparent;
  color: white;
}
.form-control:focus {
  border-bottom: 2px solid white;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.form-control:focus {
  color: #fff;
  background-color: transparent;
  outline: 0;
  }

form label {
  display: none;
}

.relative {
  position: relative;
}

#response {
  background: #2ec770;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
  position: absolute;
  top: 0px;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #05162da8 url(../images/loading.gif) center no-repeat;
}

.loading {
  display: none;
}

.map iframe {
  min-height: 410px;
  height: 100%;
}

/*///////////////////////// FOOTER //////////////////////////*/
footer {
  background: url(../images/bg-footer.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 5rem;
}

.footer-border {
  border-right: 1px solid #ffffff29;
}

.footer-logo {
  width: 100%;
  max-width: 150px;
}

.footer-contact {
  list-style: none;
  padding-left: 0;
}

.footer-contact li {
  margin-bottom: 0.4rem;
}

.footer-contact li,
.footer-contact li a {
  font-size: 16px;
  transition: 0.3s;
}

.footer-contact li a:hover {
  color: #009d71 !important;
}

.social-column {
  height: 100%;
  flex-direction: column;
  justify-content: end;
  display: flex;
}

.social-media-container {
  display: flex;
}

.social-media {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50px;
  color: #fff;
  padding: 20px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 12px;
  background-color: #ffffff14;
}

.social-media:hover {
  border-radius: 4px;
  background-color: #23dba6;
}

.copy-end {
  background-color: #02102367;
}

.copy-end p {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.464);
}

/*///////////////////////// QUE HACEMOS - INTERNA //////////////////////////
/////////////////////////////////////////////////////////////////////////////*/
.about-internal {
  padding-top: 8rem !important;
  background-image: url(../images/bg-about-interna.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.internal-header .navbar {
  padding: 1.4rem 3rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
  background-color: white;
}

.internal-header .navbar-brand {
  background-image: url(../images/logo-scroll.svg);
  height: 36px;
  width: 250px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

.internal-header .nav-link {
  color: #05162d !important;
}

.video-container {
  position: relative;
}

.video-deco {
  position: absolute;
  bottom: -1.4rem;
  right: -1rem;
  width: 85px;
}

.play-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 86px;
  transition: 0.3s;
}

.video-container:hover .play-btn {
  transform: scale(1.1);
}

.founders {
  padding: 4rem 0;
}

.founder-container {
  border: 1px solid #aaaeb87d;
  padding: 1.4rem;
  transition: 0.3s;
}

.founder-container:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.1) 0px 4px 10px -8px;
}

.founder-photo-container {
  position: relative;
  width: fit-content;
}

.founder-deco {
  position: absolute;
  bottom: -0.2rem;
  right: -0.2rem;
  width: 45px;
}

.founder-contact {
  margin-top: 0.8rem;
  border-left: 1px solid #23dba6;
  padding-left: 0.6rem;
  display: flex;
  flex-direction: column;
}

.founder-contact a {
  color: #05162d;
  transition: 0.3s;
}

.founder-contact a:hover {
  color: #23dba6;
}

.founder-photo {
  width: 185px;
  height: 185px;
}

.founder-text {
  font-weight: 600;
  font-size: 20px;
}

/* Testimonios */
.testimonials {
  background: url(../images/deco-testimoniales.svg) #f7f8f9;
  background-position: right top;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 6rem 0;
}

.deco-container {
  display: flex;
  align-items: center;
  line-height: 1;
}

.deco-container img {
  width: 274px;
}

#testimonialsCarousel {
  --f-carousel-slide-height: 99%;
  --f-carousel-spacing: 10px;
  height: 350px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

#testimonialsCarousel .f-carousel__dots {
  flex-direction: column;
  right: 0;
  left: auto;
  position: relative;
  margin-bottom: 3rem !important;
}

#testimonialsCarousel .f-carousel__slide {
  padding-right: 6rem;
}

.testimonials-text-container {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0 1rem 0;
}

.testimonials-text {
  font-size: 36px;
  margin-bottom: 2rem;
}

/*///////////////////////// QUIENES SOMOS - INTERNA //////////////////////////
/////////////////////////////////////////////////////////////////////////////*/
.whyus-internal {
  padding-top: 6rem !important;
  padding-bottom: 6rem;
  background: linear-gradient(to right, #f7f8f9 80%, white 80% 100%);
}
.whyus-video {
  margin-top: 85px;
}
.whyus-iframe iframe {
  height: 780px;
}

.whyus-container {
  position: relative;
  border: 1px solid #aaaeb838;
  padding: 3.8rem 2.2rem;
  min-height: 400px;
  background-color: white;
  margin-top: 1.2rem;
  transition: 0.3s;
}

.whyus-container:hover,
.whyus-container:hover .whyus-number {
  border: 1px solid #aaaeb8;
}

.whyus-container img {
  height: 50px;
  width: auto;
  margin-bottom: 3.4rem;
}

.whyus-number {
  width: 40px;
  height: 40px;
  background-color: white;
  border: 1px solid #aaaeb838;
  position: absolute;
  top: -20px;
  left: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.whyus-number small {
  font-weight: 700;
  font-size: 14px;
  color: #aaaeb8;
}

#whyusCarousel {
  min-width: 2000px;
  --f-carousel-spacing: 15px;
}

#whyusCarousel .f-carousel__slide {
  width: 20%;
}
/*////////////////////// RESPONSIVE //////////////////*/

@media (max-width: 1360px) {
  .customer-logo {
    width: 180px;
  }
  .customer-container {
    padding: 1.4rem;
  }
}

@media (max-width: 1240px) {
  .customer-logo {
    width: 180px;
  }
  .products-block-more {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .navbar-brand {
    height: 58px;
    width: 280px;
  }
  .navbar,
  .internal-header .navbar {
    padding: 2rem 1rem;
  }

  .bsnav-sticky.bsnav-sticky-slide.sticked.in,
  .internal-header .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding: 1.4rem 1rem;
  }
  .customer-logo {
    width: 210px;
  }
  .whyus-video {
    margin-top: 100px;
  }
  .whyus-iframe iframe {
    height: 650px;
  }
}

@media (max-width: 768px) {
  .navbar,
  .internal-header .navbar {
    padding: 1.4rem 1rem;
  }

  .internal-header .bsnav-light .navbar-toggler .navbar-toggler-icon,
  .internal-header .bsnav-light .navbar-toggler .navbar-toggler-icon::after,
  .internal-header .bsnav-light .navbar-toggler .navbar-toggler-icon::before {
    background-color: #333333;
  }

  h1 {
    font-size: 3rem;
  }
  .custom-nav {
    align-items: flex-start;
  }
  .bsnav-mobile .navbar-nav {
    padding: 30px;
  }

  .nav-link {
    color: #05162d !important;
  }

  .nav-link::after {
    content: "";
    left: 0;
    right: auto;
  }

  .nav-link-btn {
    margin-top: 1rem;
    display: block;
    margin-left: 0 !important;
  }
  .custom-nav .navbar-nav {
    padding: 10px 20px;
  }
  .bsnav-mobile .navbar-nav .nav-item .nav-link {
    margin-left: 0 !important;
  }
  .customer-container-lg {
    height: 500px;
  }
  .about-internal {
    padding-top: 6rem !important;
  }
  .deco-container img {
    width: 240px;
  }
  .testimonials-text {
    font-size: 32px;
  }
  .whyus-iframe iframe {
    height: 500px;
  }
  #whyusCarousel {
    min-width: auto;
  }
  #whyusCarousel .f-carousel__slide {
    width: 55%;
  }
  .whyus-container {
    min-height: 420px;
}
.modal-content {
  background-position: 260px top;
}
.logo-modal{
  width: 100%;
  max-width: 180px;
}
.whyus-video {
  margin-top: 78px;
}
}

@media (max-width: 525px) {
  .mobile-alignment {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-right-box {
    padding: 1rem;
  }
  .about-right-box-title {
    margin-bottom: 1rem;
  }
  .products-block-container {
    flex-direction: column;
    height: auto;
  }
  .products-block {
    min-height: 380px;
    padding: 2rem;
  }
  .products-block-content h3 {
    font-size: 32px;
  }
  .contact {
    background-position: left center;
  }
  .modal-content .close {
    right: -5px;
    top: -5px;
  }
  .modal-content {
    border-top-right-radius: 35px;
  }
  .hero-deco-mobile {
    height: 1px;
    width: 150px;
    background-color: #707070;
  }
  .footer-border {
    border-right: 0;
  }
  .founders {
    padding: 2rem 0;
  }
  .founder-photo-container {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
  }
  #testimonialsCarousel .f-carousel__slide {
    padding-right: 3rem;
  }
  #testimonialsCarousel {
    height: 375px;
  }
  .testimonials-text-container {
    height: 375px;
  }
  .testimonials-text {
    font-size: 22px;
  }
  .deco-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .deco-container img {
    width: 280px;
    margin-bottom: 1rem;
  }
  #whyusCarousel .f-carousel__slide {
    width: 90%;
  }
  .whyus-iframe iframe {
    height: 320px;
}
}

@media (max-width: 375px) {
  #testimonialsCarousel {
    height: 410px;
  }
  .testimonials-text-container {
    height: 410px;
  }
  #testimonialsCarousel .f-carousel__slide {
    padding-right: 2rem;
  }
}

@media (max-width: 320px) {
}
