﻿/* Place Your Custom Styles Here */

/* 
--------------------
fonts
--------------------
*/
@font-face {
  font-family: 'Nunito Sans';
  font-display: fallback;
  src: url('../fonts/NunitoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito Sans';
  font-display: fallback;
  src: url('../fonts/NunitoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito Sans';
  font-display: fallback;
  src: url('../fonts/NunitoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito Sans';
  font-display: fallback;
  src: url('../fonts/NunitoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito Sans';
  font-display: fallback;
  src: url('../fonts/NunitoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito Sans';
  font-display: fallback;
  src: url('../fonts/NunitoSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}




/* 
--------------------
default
--------------------
*/
:root {
  --blue: #00baff;
  --primary: #00baff;
  --font-family-sans-serif: 'Nunito Sans', Helvetica, sans-serif;
}

body {
  font-family: 'Nunito Sans', Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Nunito Sans', Helvetica, sans-serif;
}

a {
  color: var(--blue);
}

::target-text {
  color: white;
  background-color: #00baff;
}


/* 
--------------------
general
--------------------
*/
@media (max-height: 768px){
  .scroll-progress {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
.loader_image, .loader_image:before, .loader_image:after {
  border-radius: 50%;
  width: 0.75em;
  height: 0.75em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader_image {
  color: #FFF;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader_image:before,
.loader_image:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader_image:before {
  left: -1.5em;
  animation-delay: -0.32s;
}
.loader_image:after {
  left: 1.5em;
}
@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}
    

.navbar-brand {
  font-weight: 200;
  font-size: 2.5rem;
}
.btn-primary {
  color: #fff;
  background-color: var(--blue);
  border-color: var(--blue);
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #035f81;
  border-color: #035f81;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #035f81;
  border-color: #035f81;
  box-shadow: none, 0 0 0 0 rgba(93, 116, 235, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--blue);
  border-color: var(--blue);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #035f81;
  border-color: #035f81;
}
.btn-white {
  color: #030507;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-white:hover {
  color: #fff;
  background-color: #768394;
  border-color: #768394;
}
.btn-link {
  color: var(--blue);
}

.text-primary {
  color: var(--blue) !important;
}

::selection {
  background-color: var(--blue);
}

.bg-primary ::selection {
  color: var(--blue);
}

.btn-primary {
  background-color: var(--blue);
}
 
.ui-dark a.backtotop {
  filter: brightness(0.3);
  transition: 1s filter ease;
}
.ui-light a.backtotop {
  transition: 1s filter ease;
}
a.backtotop {
  background-color: #ffffff22;
  border-radius: 50%;
  display: block;
  padding: 16px 0;  
  width: 48px;
}
a.backtotop.active {
  right: 16px;
}
a.backtotop span {
  display: none;
}
a.backtotop:hover {
  background-color: #ffffff72;
}
@media (min-width: 1200px) {
  a.backtotop {
    background-color: transparent;
    border-radius:0;
    padding: 0;  
    width: auto;
  }
  a.backtotop.active {
    right: 0;
  }
  a.backtotop:hover {
    border-radius: 0%;
    padding: 0;
    right: 0;
    width: auto;
  }
  a.backtotop:hover {
    background-color: transparent;
  }
  a.backtotop span {
    display: block;
  }
}
@media (max-height: 768px) {
  .ln-social-icons {display: none}
  a.backtotop {display: none}
}
.textareaform {
  resize: none;
}
.ln-social-icons li { 
  position: relative;
}
.ln-social-icons p {
  font-size: 12px;
  position: absolute;
  transform: translate(-53px, -78px) rotate(-90deg);
  width: 180px;
}
.ui-light .ln-social-icons img {
  transition: 1s filter ease;
}
.ui-dark .ln-social-icons img {
  filter: brightness(0.3);
  transition: 1s filter ease;
}
.ln-social-icons p a{
  font-size: 12px
}

.btn-outline-primary {
  border-color:  var(--blue);
}

.btn-soft-primary {
  color: var(--blue);
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active {
  color: var(--blue);
}
.btn-soft-primary.disabled, .btn-soft-primary:disabled {
  color: var(--blue);
}
.btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled).active, .show > .btn-soft-primary.dropdown-toggle {
  color: var(--blue);
}

.btn-text-primary {
  color:  var(--blue);
}

.nav-pills-modern .nav-link.active,
.nav-pills-modern .show > .nav-link {
  background-color: var(--blue);
}

.badge-soft-primary {
  background-color: rgba(64, 91, 232, 0.1);
  color: var(--blue);
}
.card-btn-arrow {
  color: var(--blue);
}
a.badge-soft-primary:hover, a.badge-soft-primary:focus {
  color: var(--blue);
}
.list-link:hover, .list-link:focus {
  color: var(--blue);
}
.overlay-primary:before {
  background-color: var(--blue);
}
.hover-parent:hover .hover-bg-primary {
  background-color: var(--blue)!important;
}
.bg-gradient-h-primary-transparent {
  background: linear-gradient(to right, var(--blue)0%, rgba(64, 91, 232, 0) 100%);
}
.bg-gradient-h-transparent-primary {
  background: linear-gradient(to right, rgba(64, 91, 232, 0) 0%, var(--blue)100%);
}
.bg-gradient-v-transparent-primary {
  background: linear-gradient(to bottom, rgba(64, 91, 232, 0) 0%, var(--blue)100%);
}
.bg-gradient-v-primary-transparent {
  background: linear-gradient(to bottom, var(--blue)0%, rgba(64, 91, 232, 0) 100%);
}
.dropdown-item.active, .dropdown-item:active {
  background-color: var(--blue);
}

.fill-primary {
  fill: var(--blue)!important;
}
.stop-color-primary {
  stop-color: var(--blue)!important;
}

.stroke-primary {
  stroke: var(--blue)!important;
}



/* 
--------------------
form
--------------------
*/
#cf-submit{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
}
.default_text{
  display: block;
}
.loader_text{
  display: none;
}
.loader_image{
  display: none;
  top:-16px;
  left:16px;
}
.sending-form .default_text{
  display: none;
}
.sending-form .loader_text{
  display: block;
}
.sending-form .loader_image{
  display: block;
}
.success {
  font-weight: bold;
  color: #009830
}
.error {
  font-weight: bold;
  color: #cc0101
}
.contact-form-result, 
.contact-form-result {
  text-align: end;
}



/* 
--------------------
nav bar
--------------------
*/
.navbar-collapse.collapse.show{
  padding-bottom: 2rem !important
}
@media (min-width: 768px){
  .scrolled.navbar-dark.bg-white {
    background-color: transparent !important;
  }
}
.scrolled.navbar-dark,
.scrolled.navbar-light{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  transition: padding 0.5s ease;
}
.navbar-brand {
  font-weight: 200;  
}
.navbar-brand strong{
  font-weight: 700;  
}
body.ln-fullpage-active:not(.layout-mobile) .site-navbar {
  ....max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 1200px){
  body.ln-fullpage-active:not(.layout-mobile) .site-navbar {
    max-width: 100%;
    padding-left: 4.5rem !important;
    padding-right:4.5rem !important;
  }
}
@media (min-width: 1400px){
  body.ln-fullpage-active:not(.layout-mobile) .site-navbar {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
}



/* 
--------------------
slick slider 
--------------------
*/
.img-responsive {
  max-width: 100%;
}
@media (min-width: 640px) {
  

  .img-responsive {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .box-with-long-content .overlay-inner{
    background-image: linear-gradient(
  110deg,
  hsl(209deg 76% 11%) 0%,
  hsl(208deg 79% 14%) 24%,
  hsl(207deg 82% 17%) 51%,
  hsl(207deg 85% 20%) 68%,
  hsl(206deg 87% 23%) 81%,
  hsl(206deg 89% 26%) 91%,
  hsl(206deg 89% 29%) 100% 
)!important;
    
  }
  .img-responsive {
    max-width: 430px;
  }
}
@media (min-width: 1200px) {
  .img-responsive {
    max-width: 430px;
  }
}

.slick-dots {
  margin-top: 0;
}
.slick-dots li.slick-active button {
  background: var(--blue);
}
.slick-prev:hover,
.slick-next:hover {
  color: #000;
  background-color: #ffffff72;
}

.slick-prev,
.slick-next {
  background-color: transparent;
  top: 98%;
  border-radius: 50%;
  color: white;
  font-size:26px;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #ffffff22;
}
.slick-prev {
  left: 37%;
}

.slick-next {
  right: 37%;
}
.portfolio-item .row{
  justify-content: center;
}


.mfp-figure figure {
  background: transparent url('../../assets/images/background__2.webp') center center no-repeat;
}
.content-slider {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
}
.portfolio-item .item-media a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-item .item-media .bg-cover {
  background-size: cover;
}

.portfolio-item .item-media .media-container {
  height: 30vh;
}

@media (max-width: 575px) {
  .portfolio-item .item-media .media-container {
    height: 30vh;
  }
}
@media (min-width: 576px) {
  .portfolio-item .item-media .media-container {
    height: 40vh;
  }
}
@media (min-width: 455px) {
  .portfolio-item .item-media .media-container {
    height: 40vh;
  }
}
@media (min-width: 768px) {
  .portfolio-item .item-media .media-container {
    height: 55vh;
  }
}
@media (min-width: 992px) {
  .portfolio-item .item-media .media-container {
    height: 55vh;
  }
  .portfolio-item .item-media .bg-cover {
    background-size: contain;
  }
}







/* 
--------------------
footer
--------------------
*/
.ln-copyright {
  padding-left: 0;
  padding-right: 0;
  padding-left: 0;
  padding-right: 9rem;
}
.ln-copyright small{
  color: #8d9caf;
}
.ln-copyright a,
footer .copyright a {
  color: #8d9caf;
  opacity: 0.7;
  transition: opacity 0.15s linear;
}

.ln-copyright a:hover,
footer .copyright a:hover {
  opacity: 1;
}

@media (max-width: 1400px) {
  .ln-copyright {
    padding-left: 0;
    padding-right: 4.5rem;
  }
}
@media (max-width: 1200px) {
  .ln-copyright {
    max-width: 960px;
    padding-right: 0.75rem;
    margin: 0 auto;
  }
}

@media (min-height: 768px) {
  body:not(.layout-mobile).fp-viewing-contact .ln-copyright {
    bottom: 2.5rem;
  }
}

@media (max-height: 768px) {
  .ln-copyright {
    left: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .ln-copyright {
    display: block;
    left: 0;
    right: 0;
  }
}


/* 
--------------------
custom march 2025
--------------------
*/
.container {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.container-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ai-center {
  align-items: center;
}
#tabs-challenge {
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
#tabs-challenge li{
  white-space: nowrap;
}
#tabs-challenge a{
  white-space: nowrap;
}
@media (min-width: 1600px) {
  .container-nav {
    margin: 0 auto !important;
    width: 1600px !important;
  }
  .container {
    margin: 0 auto !important;
    max-width: 1600px !important;
  }
}
@media (min-width: 1600px) {
  
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.bg-blue {
  background:transparent url('../images/bg__solution.webp') no-repeat top center;background-size: 100% 100%;background-attachment:fixed;
}
.img-solution{
  max-height: 100%;
  max-width: 100%;
}
.iframemap{
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
}
.iframemap a{
  width: 65px;
  height: 30px;
  right:30px;
  bottom: 0;
  position: absolute;
  z-index: 9999;
}
.iframemap iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  z-index: 99;
}
@media (max-width: 640px) {
  img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
  }
  .iframemap{
    width: 90%;
    height: 500px;
  }
  .group-solution {
    height: 95%;
  }
  #tabs-challenge {
    overflow:hidden;
  }
  
  .bg-blue {
    background:transparent url('../images/bg__solution.webp') no-repeat top center;background-size: 100%;background-attachment:fixed;
  }
}

.group-solution {
  z-index: 5;
}
.div-img-solution a{
  height: 20%;
  width: 20%;
  display: block;
  position: absolute;
  text-indent: -5000px;
  overflow: hidden;
  z-index: 15;
}
.div-img-solution {
  width: max-content;
}
.div-img-solution figure{
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.sol1{bottom: 3%;left:0%}
.sol2{top: 7%;right:28%}
.sol3{top: 40%;right:31%}
.sol4{bottom: 0%;right:34%}

#tabsBackground_div {
  transition: background-image 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 1;
}

#tabsBackground_div.fade {
  opacity: 0;
}

.p-list {
  padding-left: 30px;
  margin-bottom: 0.55rem !important;
  background: transparent url('../images/icon__bx-chevron-right.svg') left top no-repeat;
}
.nav-link {
  color: #fff
}
.nav-link:hover {
  color: #fff
}

