/*   
Theme Name: Kodia-theme
Theme URI: eae.edu.co
Description: tema desarrollado para nomra
Author: Randall styk
Author URI: randallsmp@gmail.com 
Version: 0.1
.
General comments/License Statement if any.
.
*/

/* 
X-Small	None	<576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px
*/

/* Variables */
:root {
  --primary-color: #4156f6;
  --primary-hover-color: #6778f8;
  --secondary-color: white;
  --secondary-text-color: #8c8c8c;
  --font-family: "Outfit", sans-serif;
  --big-text-size: 52px;
  --border-radius: 20px;
  --font-weight-default: 200;
  --big-border-radius: 200px;
  --custom-subtitle-size: 25px;
}

body {
  font-family: var(--font-family);
}
ul {
  list-style-type: none;
}
p {
  font-family: var(--font-family);
}
html {
  margin-top: 0px !important;
}
.wpcf7-response-output {
  display: none;
}
.spinner-border {
  width: 3rem;
  height: 3rem;
  margin-top: 20px;
  border-width: 0.25rem; /* Ajuste del grosor del borde del spinner */
}

/************************* Components ******************************/
.custom-button {
  background-color: var(--primary-color) !important;
  padding: 4px 24px !important;
  font-weight: var(--font-weight-default) !important;
  transition: background-color 0.3s ease;
}
.custom-button:hover {
  background-color: var(--primary-hover-color) !important;
  text-decoration: underline;
}
.custom-text-basic {
  font-size: 19px;
  font-weight: var(--font-weight-default);
  line-height: 1;
}
.custom-text-title {
  font-size: 23px;
  font-weight: var(--font-weight-default);
  line-height: 1;
  color: var(--primary-color);
}
.big-text {
  font-size: 35px !important;
}
.custom-text-field {
  font-size: 15px;
  font-weight: var(--font-weight-default) !important;
}
.form-control {
  font-size: 15px !important;
  padding: 11px 16px !important;
  font-family: var(--font-family);
  color: var(--secondary-text-color);
}
.form-control:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}
.custom-hover:hover {
  background-color: #eceefe !important;
}
/*************************  Header - Mobile  ******************************/
body.menu-open {
  overflow: hidden;
}

.custom-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: black;
  color: var(--secondary-color);
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-menu.show {
  transform: translateY(0);
}

.navbar-toggler {
  position: relative;
  z-index: 1001;
}

.navbar-toggler .menu-icon {
  display: inline-block;
}

.navbar-toggler .close-icon {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .menu-icon {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .close-icon {
  display: inline-block;
}

.custom-menu .nav-link {
  color: var(--secondary-color);
  font-size: 1.5rem;
  text-align: center;
}

.custom-menu .nav-link:hover {
  text-decoration: underline;
}

.header-bar {
  background-color: var(--secondary-color);
  z-index: 1001;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: black;
  z-index: 999;
}

.menu-overlay.show {
  display: block;
}

/*************************  Header - Web  ******************************/
.header-section {
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: var(--font-family);
  border-bottom-right-radius: 300px;
}
.nav-item {
  color: var(--secondary-color);
  font-size: 17px;
}
.nav-hover:hover {
  text-decoration: underline;
}
/* ------------------------ Text styles ----------------------------- */
.text-container {
  height: 35%;
}
.fixed-text {
  margin-right: 10px;
  font-size: var(--big-text-size);
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 1;
}
.text-slide {
  font-size: var(--big-text-size);
  color: var(--primary-color);
  line-height: 65px;
  margin: 0;
}
.sliding-text-container {
  height: 65px;
  overflow: hidden;
  position: relative;
}
.sliding-text {
  position: absolute;
  width: 100%;
  animation: slide 10s infinite;
}
.custom-subtitle {
  color: var(--secondary-color);
  font-size: var(--custom-subtitle-size);
  text-align: center;
  font-weight: 300;
}

@keyframes slide {
  0%,
  20% {
    top: 0;
  }
  25%,
  45% {
    top: -65px;
  }
  50%,
  70% {
    top: -130px;
  }
  75%,
  95% {
    top: -195px;
  }
  100% {
    top: 0;
  }
}

/************************* Why kodia Section ************************/
.img-carousel-cell {
  width: 210px;
  height: 50px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  .flickity-viewport {
    height: 100px !important;
  }
}
.img-carousel-cell:before {
  display: block;
  text-align: center;
  font-size: 80px;
  color: var(--secondary-color);
}
.about-us-container {
  font-family: var(--font-family);
  color: var(--secondary-color);
  padding: 15px;
  border-radius: var(--border-radius);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-right: -11px;
}
.about-us-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  background-color: rgba(0, 0, 0, 0.5);
}
.about-us-content {
  position: relative;
  z-index: 1;
  border-radius: var(--border-radius);
  color: var(--secondary-color);
}
.svg-container {
  position: relative;
  max-width: 450px;
  max-height: 180px;
  background-color: transparent;
}
.svg-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
/************************ services-section **************************/
.services-section {
  padding: 5%;
  height: max-content;
  border-top-left-radius: var(--big-border-radius);
}
.custom-card {
  background-color: var(--secondary-color);
  width: 49%;
  border-radius: var(--border-radius);
}
/********************** Success-stories-section *********************/
.custom-development-module {
  border: none !important;
  width: 32%;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 5% !important;
  padding-bottom: 5% !important;
  border-radius: var(--border-radius) !important;
}
.tab-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}
.tab-content.show {
  opacity: 1;
  max-height: 1000px;
}
.btn {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-active {
  background-color: black !important;
  color: var(--secondary-color) !important;
}
.btn-inactive:hover {
  box-shadow: 0px 8px 20px 0px #3030FF54 !important;
	
	
}
.btn-inactive {
  background-color: var(--secondary-color) !important;
  color: #000 !important;
  box-shadow: 0px 8px 20px 0px #3030ff0d !important;
}
/********************** Success-stories-section *********************/
.custom-w {
  width: 48% !important;
}
.backend-background {
  padding: 2%;
  min-height: 870px;
  background-repeat: no-repeat;
}
/********************** our-technologies-section ********************/
.our-technologies-btn {
  border: none !important;
  padding: 12px 16px !important;
  border-radius: 5px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-top: 15px;
  &.btn-inactive {
    background-color: #f9f9f9 !important;
    color: #000 !important;
  }
  &.btn-inactive:hover {
    background-color: #eceefe !important;
    color: #3b4ee0 !important;
    box-shadow: none !important;
  }
}
.custom-card-ot {
  width: 40% !important;
  height: 203px !important;
  padding: 25px;
  box-shadow: 0px 8px 20px 0px #3030ff0d !important;
}
.custom-tab {
  transition: transform 0.7s ease, opacity 0.7s ease !important;
  transform: scale(0.95) !important;
  opacity: 0 !important;
}
.custom-tab.show {
  transform: scale(1) !important;
  opacity: 1 !important;
}
.custom-tab img {
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out !important;
  transform: translateX(-20px) !important;
  opacity: 0 !important;
}
.custom-tab.show img {
  transform: translateX(0) !important;
  opacity: 1 !important;
}
.icon-container {
  background-color: #f9f9f9;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
/*********************** How-we-engage-section *********************/
.how-we-engage-section {
  justify-content: flex-start;
  min-height: 690px !important;
  padding: 5%;
  height: max-content;
  border-top-left-radius: var(--big-border-radius);
}
/*********************** Carousel-section *********************/
.typing-container {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.typing-text::after {
  content: "|";
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.testimonial-carousel .flickity-viewport {
  height: 360px !important;
}
.testimonial-carousel .carousel-cell {
  width: 60%;
  min-height: 345px;
  padding: 30px;
  margin-right: 60px;
  margin-left: 60px;
  background: var(--secondary-color);
  color: #000;
  border-radius: var(--border-radius);
  box-shadow: 0px 8px 20px 0px #3030ff0d;
}
.testimonial-carousel .carousel-cell:before {
  display: block;
  text-align: center;
  color: #000;
}
.testimonial-carousel .flickity-page-dots .dot {
  border: 2px solid #000;
  width: 13px;
  height: 13px;
  background-color: var(--secondary-color);
  opacity: inherit;
}
.testimonial-carousel .flickity-page-dots .dot.is-selected {
  background-color: #000000;
}
.testimonial-carousel .flickity-prev-next-button.previous {
  left: 14%;
}
.testimonial-carousel .flickity-prev-next-button.next {
  right: 14%;
}
.testimonial-carousel .flickity-button {
  background-color: transparent;
  color: #a3abb0;
}
.testimonial-carousel .flickity-button:hover {
  background-color: transparent;
}
.testimonial-carousel .flickity-button:disabled {
  display: none;
}
/************************* Footer ******************************/
.custom-footer {
  border-top-left-radius: var(--big-border-radius);
  background-color: #000;
  padding: 5%;
  padding-top: 6%;
  padding-bottom: 3%;
  .custom-text-basic {
    color: var(--secondary-color) !important;
  }
  .nav-link {
    color: var(--secondary-color) !important;
    font-weight: 100;
    font-size: 18px;
  }
}
.text-footer {
  font-size: 17px;
  color: var(--secondary-color) !important;
}
/************************* Media Query ******************************/
@media (min-width: 992px) {
  .typing-container-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  /* ---------  Components  ---------- */
  .custom-text-basic {
    font-size: 17px;
  }
  .custom-text-title {
    font-size: 20px;
  }
  .big-text {
    font-size: 28px !important;
  }
  .carousel-cell {
    width: 97%;
  }
  .flickity-button {
    display: none;
  }
  /* -----------  Header  ------------ */
  .custom-menu {
    flex-direction: column !important;
    padding: 15px;
    margin-top: 0px;
    flex-direction: column;
    background-color: black;
    font-family: var(--font-family);
    width: 100%;
  }
  .header-section {
    border-bottom-right-radius: 150px;
  }
  .nav-item {
    width: 90%;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
    font-weight: var(--font-weight-default);
  }
  .text-container {
    height: 45%;
  }
  .fixed-text {
    font-size: 40px;
    text-align: center;
  }
  .text-slide {
    font-size: 40px;
    line-height: 55px;
  }
  .sliding-text-container {
    height: 55px;
    display: flex;
    align-items: center;
  }
  .custom-subtitle {
    font-size: 22px !important;
  }
  @keyframes slide {
    0%,
    20% {
      top: 0;
    }
    25%,
    45% {
      top: -55px;
    }
    50%,
    70% {
      top: -110px;
    }
    75%,
    95% {
      top: -165px;
    }
    100% {
      top: 0;
    }
  }
  /* ----------------why-kodia----------------- */
  .about-us-container {
    margin-right: 0;
  }
  /* --------------services-section------------- */
  .services-section {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-left-radius: 150px;
  }
  .custom-card {
    background-color: var(--secondary-color);
    width: 100%;
  }
  /* ---------------Success-stories-------------- */
  .custom-development-module {
    width: 100%;
  }
  /* ----------our-technologies-section----------- */
  .custom-card-ot {
    width: 100% !important;
  }
  /* ---------  how-we-engage-section  ----------- */
  .how-we-engage-section {
    border-top-left-radius: 125px;
    min-height: 400px !important;
    background-position: center;
    padding-bottom: 0px !important;
  }
  /* -----------  Carousel Container  ------------- */
  .typing-container {
    font-size: 30px;
    text-align: center;
  }
  .typing-container-desktop {
    display: none;
  }
  .testimonial-carousel .carousel-cell {
    width: 100%;
  }
  /* ------------------  Footer  ------------------ */
  .custom-copyright {
    font-size: 15px;
  }
  .custom-footer {
    border-top-left-radius: 125px;
  }
}
@media (max-width: 768px) {
  .services-section {
    border-top-left-radius: 50px;
  }
  .how-we-engage-section {
    background-image: none;
    background-color: #f9f9f9;
  }
}
@media (max-width: 741px) {
  .big-text {
    font-size: 22px !important;
  }
  .header-section {
    height: 600px;
    border-bottom-right-radius: 50px;
  }
  .services-section {
    padding-top: 30px;
    padding-bottom: 30px;
    height: max-content;
  }
  .how-we-engage-section {
    min-height: 300px !important;
    border-top-left-radius: 50px;
  }
  .custom-footer {
    border-top-left-radius: 50px;
  }
  .text-footer {
    font-size: 15px !important;
  }
}
@media (max-width: 576px) {
  .fixed-text {
    font-size: 35px !important;
  }
  .text-slide {
    font-size: 30px !important;
  }
  .custom-subtitle {
    font-size: 20px !important;
  }
}
@media (max-width: 532px) {
  .img-carousel-cell {
    .flickity-viewport {
      height: 100px !important;
    }
  }
  .testimonial-carousel {
    .flickity-viewport {
      height: 420px !important;
    }
  }
}
