/* Template Name: Applock
   Author: Themesdesign
   Version: 1.1.0
   Created: March 2021
   File Description: Main Css file of the template
*/
/***********************/
/*       INDEX         */
/*======================
 *    01.  Variables   *
 *    02.  Components  *
 *    03.  General     *
 *    04.  Helper      *
 *    05.  Menu        *
 *    06.  Home        *
 *    07.  Social      *
 *    08.  About       *
 *    09.  Services    *
 *    10.  Counter     *
 *    11.  Screenshot  *
 *    12.  Price       *
 *    13.  CTA         *
 *    14.  Testi       *
 *    15.  Team        *
 *    16.  Contact     *
 *    17.  Footer      *
 ======================*/
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700|Roboto&display=swap");
.u-11
{
  font-size: .688rem !important;
}

.u-12
{
  font-size: .75rem !important;
}

.u-13
{
  font-size: .8125rem !important;
}

.u-14
{
  font-size: .875rem !important;
}

.u-16
{
  font-size: 1rem !important;
}

.u-18
{
  font-size: 1.125rem !important;
}

.u-20
{
  font-size: 1.25rem !important;
}

.btn {
  padding: 10px 24px;
  outline: none;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.8px;
  transition: all 0.3s;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}
.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}
.btn.btn-custom {
  color: #ffffff;
  background: #5969ed;
}
.btn.btn-custom:hover, .btn.btn-custom:focus, .btn.btn-custom:active, .btn.btn-custom.active, .btn.btn-custom.focus {
  background-color: #3e4dcf;
  border-color: #3e4dcf;
  color: #ffffff;
}
.btn.btn-custom-outline {
  border: 1px solid #5969ed;
  color: #5969ed;
  background-color: #e3e6fc;
}
.btn.btn-custom-outline:hover, .btn.btn-custom-outline:focus, .btn.btn-custom-outline:active, .btn.btn-custom-outline.active, .btn.btn-custom-outline.focus {
  background-color: #5969ed;
  border-color: #5969ed;
  color: #ffffff;
}
.btn.btn-outline-white {
  border: 1px solid #ffffff !important;
  color: #ffffff;
  background-color: transparent;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active, .btn.btn-outline-white.focus {
  background-color: #5969ed;
  border: 1px solid #5969ed !important;
  color: #ffffff;
}

.login-button:hover,
.login-button:focus,
.login-button:active,
.login-button.active,
.login-button.focus
{
  color: #fff;
  background-color: #3e4dcf;
}

html
{
  overflow-y: auto!important;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  font-size: 1rem;
  color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: #6c757d;
  color: #ffffff;
}

::selection {
  background: #6c757d;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  letter-spacing: 0.3px;
  line-height: 1.8;
}

.bg-light .para-desc
{
  color: #5969ed;
}

.text-primary
{
  color: #5969ed !important;
}

.bg-primary
{
  color: #fff !important;
  background: linear-gradient(351deg, #b6a3f9 0%, #6c7cfd 56%) !important;
}
.bg-primary p
{
  color: #fff !important;
}

.border-white
{
  border: solid 1px #fff !important;
}

.index-2
{
  z-index: 2;
}

.index-1
{
  z-index: 1;
}

.index-0
{
  z-index: 0;
}

.img-rounded-m
{
  max-width: 120px;
}

.img-rounded-xs
{
  max-width: 60px;
}

.bg-dark {
  background-color: #5969ed !important;
}

.row > * {
  position: relative;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background: linear-gradient(351deg, #b6a3f9 0%, #6c7cfd 56%) !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.text-custom {
  color: #5969ed;
}

.bg-custom {
  background-color: #5969ed;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.title-heading {
  line-height: 26px;
  position: relative;
  z-index: 1;
}
.title-heading .sub-title {
  font-size: 22px;
  letter-spacing: 2px;
}
.title-heading .heading {
  font-weight: 700;
  font-size: 55px;
  letter-spacing: 1px;
}
.title-heading .para-desc {
  font-size: 17px;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
}
.section-title .title {
  letter-spacing: 1px;
  font-size: 26px;
  position: relative;
}
.section-title .title:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #e9ecef;
  position: absolute;
  bottom: -55%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.para-desc {
  max-width: 700px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #5969ed, #5969ed);
  z-index: 9999999;
}
#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#preloader #status .sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
#preloader #status .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#preloader #status .sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#preloader #status .sk-circle .sk-circle2 {
  transform: rotate(30deg);
}
#preloader #status .sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
#preloader #status .sk-circle .sk-circle3 {
  transform: rotate(60deg);
}
#preloader #status .sk-circle .sk-circle3:before {
  animation-delay: -1s;
}
#preloader #status .sk-circle .sk-circle4 {
  transform: rotate(90deg);
}
#preloader #status .sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
#preloader #status .sk-circle .sk-circle5 {
  transform: rotate(120deg);
}
#preloader #status .sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
#preloader #status .sk-circle .sk-circle6 {
  transform: rotate(150deg);
}
#preloader #status .sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
#preloader #status .sk-circle .sk-circle7 {
  transform: rotate(180deg);
}
#preloader #status .sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
#preloader #status .sk-circle .sk-circle8 {
  transform: rotate(210deg);
}
#preloader #status .sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
#preloader #status .sk-circle .sk-circle9 {
  transform: rotate(240deg);
}
#preloader #status .sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
#preloader #status .sk-circle .sk-circle10 {
  transform: rotate(270deg);
}
#preloader #status .sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
#preloader #status .sk-circle .sk-circle11 {
  transform: rotate(300deg);
}
#preloader #status .sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
#preloader #status .sk-circle .sk-circle12 {
  transform: rotate(330deg);
}
#preloader #status .sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 30px !important;
  }
}
@media (max-width: 375px) {
  .section-title .title:after {
    bottom: -30%;
  }
}
.navbar-custom {
  background-color: transparent;
  padding: 20px 0;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-toggler {
  color: #ffffff;
  font-size: 30px;
  padding: 0px;
}
.navbar-custom .navbar-brand {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Nunito", sans-serif;
}
.navbar-custom .navbar-brand .l-dark {
  display: none;
}
.navbar-custom .navbar-brand .l-light {
  display: inline-block;
}
.navbar-custom .navbar-nav li a {
  font-family: 'Nunito', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 24px;

  margin: 0 8px;

  transition: all .5s;
  letter-spacing: .8px;
  text-transform: uppercase;

  color: #fff !important;
  background-color: transparent !important;
}
.navbar-custom .navbar-nav li a:hover
{
  color: rgba(255, 255, 255, .8) !important;
}
.navbar-custom .navbar-nav li a:active
{
  font-weight: bold;
}
.navbar-custom .navbar-nav li.active a
{
  font-weight: bold;
}

.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 12px 0px;
  background-color: #ffffff;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  color: #29292d !important;
}
.nav-sticky.navbar-custom .navbar-toggler {
  color: #535353;
}
.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav li a {
  color: #2f3545 !important;
}
.nav-sticky.navbar-custom .navbar-nav li a:hover, .nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #5969ed !important;
}
.nav-sticky.navbar-custom .navbar-nav li.active a {
  color: #5969ed !important;
}
.nav-sticky.navbar-custom.sticky-light {
  background-color: #ffffff;
}
.nav-sticky .navbar-brand {
  color: #29292d !important;
}
.nav-sticky .navbar-brand .l-dark {
  display: inline-block;
}
.nav-sticky .navbar-brand .l-light {
  display: none;
}

.login-button {
  color: #ffffff;
  background-color: #5969ed;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.5s;
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 60px;
  border-radius: 8px;
  letter-spacing: 0.8px;
}
.login-button:hover {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .navbar-custom .nav-social {
    display: none;
  }
}
@media (max-height: 480px) {
  .navbar-nav {
    max-height: 200px;
    overflow-y: auto;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    /*background-color: #29292d;*/
    /*padding: 10px 0px !important;*/
    color: #29292d;
    background-color: #fff;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
  }
  .navbar-custom .navbar-nav li.active
  {
    font-weight: bold;

    color: #5969ed !important;
  }
  .navbar-custom .navbar-nav li.active a
  {
    font-weight: bold;

    color: #5969ed !important;
  }
  .navbar-custom .navbar-nav li a
  {
    color: #29292d !important;
  }
  .navbar-toggler
  {
    color: #29292d !important;
  }
  .navbar-brand .l-dark {
    display: inline-block !important;
  }
  .navbar-brand .l-light {
    display: none;
  }
  .navbar-custom .container {
    width: 85%;
  }
  .login-button {
    margin-left: 5px !important;
  }
}
.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-home-1 {
  position: relative;
  padding: 170px 0px 140px 0px;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}
.bg-home .home-shape {
  z-index: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}
.bg-home .home-shape img {
  width: 100%;
  height: auto;
}
.bg-home .home-dashboard img {
  position: relative;
  top: 80px;
  z-index: 1;
}

.home-img img {
  max-height: 600px;
  position: relative;
  z-index: 1;
}

.index-form {
  position: relative;
  z-index: 1;
}

.mover-img {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .bg-home, .bg-half, .bg-slider, .jarallax {
    padding: 150px 0;
    height: auto;
  }
  .home-img {
    text-align: center;
  }
}
.social-icon li a {
  color: #535353;
  border: 1px solid #535353;
  display: inline-block;
  height: 34px;
  width: 34px;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.social-icon li a i {
  font-size: 16px;
  line-height: 32px;
}
.social-icon li a:hover {
  background-color: #5969ed;
  border-color: #5969ed !important;
  color: #ffffff !important;
}
.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.list-inline-item:not(:last-child) {
  margin-right: 3px;
}

.about-app .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.services .core-service .core-service-content .content {
  overflow: hidden;
  display: block;
}
.services .core-service .core-service-content .content .title {
  font-size: 18px;
  font-weight: 700;
}
.services .core-service .icon i {
  font-size: 25px;
}
.services .core-service .fea-right .icon {
  float: right;
}
.services .core-service .fea-left .icon {
  float: left;
}

.device-feature .icon img
{
  height: 50px;
}

.device-feature .iconbis img
{
  height: 50px;
}

.device-feature .icon:before
{
  position: absolute;
  right: -10px;
  bottom: -10px;

  width: 50px;
  height: 50px;

  content: '';
  transition: all .5s ease;

  opacity: .4;
  border-radius: 77% 23% 20% 80% / 60% 56% 44% 40%;
  background-color: #5969ed;
}

.device-feature .iconbis:before
{
  z-index: 0;
  position: absolute;
  right: -10px;
  bottom: -10px;

  width: 50px;
  height: 50px;

  content: '';
  transition: all .5s ease;

  opacity: .3;
  border-radius: 77% 23% 20% 80% / 60% 56% 44% 40%;
  background-color: #ffffff;

}

.device-feature .content .title
{
  font-size: 18px;
  font-weight: 700;
}

.device-feature.device-border:after
{
  position: absolute;
  top: 30px;
  left: 70%;

  width: 60%;
  height: 32px;

  content: '';

  opacity: .4;
  background: url('../images/border.png') center center no-repeat;
}

.device-feature:hover .icon:before
{
  right: -12px;
  bottom: -12px;

  width: 75px;
  height: 75px;

  border-radius: 50%;
}

.device-feature:hover .iconbis:before
{
  right: -12px;
  bottom: -12px;

  width: 75px;
  height: 75px;

  border-radius: 50%;
}

@media (max-width: 768px) {
  .services .core-service-img {
    display: none;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .services .core-service .fea-right {
    text-align: left !important;
  }
  .services .core-service .fea-right .icon {
    float: left;
    margin-left: 0 !important;
    margin-right: 24px;
  }
  .device-feature.device-border:after {
    display: none;
  }
}
.bg-counter
{
  position: relative;

  padding: 60px 0;
}
.bg-counter h2
{
  color: #000 !important;
}
.bg-counter h5
{
  font-size: 1rem;

  letter-spacing: .3px;

  color: #5969ed !important;
}
.bg-counter .counter-box .counter-icon
{
  font-size: 40px;
}
.bg-counter .counter-box .counter-head
{
  font-size: 18px;

  letter-spacing: 1px;
}

.swiper-container {
  margin-top: 50px;
}

.swiper-slide {
  cursor: pointer;
}
.swiper-slide.swiper-slide-active img {
  border: 12px solid transparent;
}

.swiper-button-next {
  background-image: none;
}

.swiper-button-prev {
  background-image: none;
}

.swiper-button-next, .swiper-button-prev {
  width: 33px;
  height: 33px;
  margin-top: -22px;
  line-height: 33px;
  text-align: center;
  font-size: 20px;
  color: #5969ed;
  border: 1px solid #5969ed;
  border-radius: 8px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #ffffff;
  background: #5969ed;
}

.screenshot-cell {
  position: absolute;
  top: -547px;
  right: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.screenshot-cell img {
  height: 590px;
}

@media (max-width: 1024px) {
  .swiper-container {
    margin-top: 30px;
  }
  .screenshot-cell {
    top: -450px;
  }
  .screenshot-cell img {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .screenshot-cell {
    top: -330px;
  }
  .screenshot-cell img {
    height: 345px;
  }
}
@media (max-width: 768px) {
  .screenshot-cell {
    top: -445px;
  }
  .screenshot-cell img {
    height: 475px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 425px) {
  .screenshot-cell {
    top: -380px;
  }
  .screenshot-cell img {
    height: 400px;
  }
}
@media (max-width: 375px) {
  .screenshot-cell {
    top: -330px;
  }
  .screenshot-cell img {
    height: 345px;
  }
}
@media screen and (max-width: 320px) {
  .screenshot-cell {
    top: -575px;
  }
  .screenshot-cell img {
    height: 620px;
  }
}
.pricing-table
{
  border-radius: 8px;
}
.pricing-table .price-header
{
  border-radius: 8px 8px 0 0;
}
.pricing-table .price-header .price-title
{
  font-size: 18px;

  letter-spacing: 1px;
}
.pricing-table .price-header p
{
  color: #6c99fd;
}
.pricing-table .price-value
{
  background: #e9ecef;
}
.pricing-table .price-value .price-lable h4
{
  display: inline-block;
}
.pricing-table .pricing-features ul li
{
  position: relative;

  padding: 7px 0;
}

.row-bg-primary::after
{
  content: '';

  background: #5969ed;
}

.pricing-secondary
{
  box-sizing: border-box;

  border: solid 1px #5969ed;
}
.pricing-secondary .price-header-secondary
{
  color: #5969ed;
}

.bg-cta {
  padding: 100px 0;
}
.bg-cta .play-btn img {
  height: 80px;
}

.app-download li a img {
  height: 58px;
}

.testi-icon i {
  font-size: 64px;
}

.testi-review .name {
  font-size: 16px;
  letter-spacing: 0.8px;
}
.testi-review .testimonial {
  cursor: -webkit-grab;
}
.testi-review .testimonial .content-review .review {
  font-size: 17px;
  color: #adb5bd;
}
.testi-review img {
  height: 85px;
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 50px;
  background: transparent;
  border: 1px solid #5969ed;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #5969ed;
}

.team-layout .content .name {
  font-size: 18px;
}
.team-layout .content .designation {
  font-size: 14px;
}

.contact-detail i {
  font-size: 30px;
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.contact-detail .content .title {
  font-size: 18px;
  font-weight: 500;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
}
.form-group .form-control {
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 45px;
  font-size: 13px;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #5969ed;
}
.form-group .icons {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 16px;
}
.form-group textarea {
  height: 120px !important;
}
.form-group textarea.form-control {
  line-height: 25px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #D52941;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #D52941;
  color: #D52941;
  border-radius: 4px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}
#success_page h3 {
  color: #159B42;
  font-size: 22px;
}

.map iframe {
  width: 100%;
  height: 350px;
}

.footer {
  padding: 40px 0;
  position: relative;
}
.footer p {
  color: #adb5bd;
}
.footer .social-icon.social li a
{
  color: #fff;
  border-color: #fff;
}
.footer .text-sm-left a
{
  color: #443a5e !important;
}
.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 0px;
  height: 0px;
  /*line-height: 31px;*/
  display: hidden;
  /*color: #ffffff;*/
  /*background-color: #23d1b7;*/
  /*border: 1px solid #23d1b7;*/
  transition: all 0.5s ease;
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.back-to-top i {
  font-size: 16px;
}
.back-to-top:hover {
  /*background-color: #5969ed;*/
  /*border: 1px solid #5969ed;*/
  /*color: #ffffff;*/
}

@media (min-width: 200px) and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */

.w-100
{
  max-width: 100%;
}

.w-200
{
  max-width: 200px;
}

.w-250
{
  max-width: 250px;
}

.max-h-280
{
  max-height: 280px;
}

.w-300
{
  max-width: 300px;
}

.w-400,
.mw-400
{
  max-width: 400px;
}

.w-700
{
  max-width: 700px;
}

.w-750
{
  max-width: 750px;
}

.w-800
{
  max-width: 800px;
}

.p-b-09
{
  padding-bottom: .9rem !important;
}

.simple-msg
{
  margin-top: 1rem;
}
.simple-msg p
{
  font-size: 12px;
  font-weight: 300;
}


@media (max-width: 1024px)
{
  .footer .text
  {
    text-align: left;
  }
}

.slider-nav .slick-slide
{
  clear: both !important;

  width: 100% !important;

  cursor: pointer;
}

.slider
{
  position: relative;
}

.slider-nav *
{
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.slider-nav .slick-slide
{
  margin-bottom: .5rem;
  padding-right: .5rem;

  border-right: solid 1px #bfc5f1;
}

.slider-nav span
{
  letter-spacing: -.4px;
}

.slider-nav .slick-current
{
  letter-spacing: -.4px;

  color: #5969ed;
  border-right: solid 2px #5969ed;
}

.slider-thalia
{
  position: relative;
}
@media (max-width: 991.98px)
{
  .slider-thalia .slider-thalia-item .row
  {
    display: flex;
    flex-direction: column;

    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .slider-thalia .slider-thalia-item .row *
  {
    width: 100% !important;
  }
  .slider-thalia .slider-thalia-item .row h4
  {
    font-size: 1.25rem !important;
  }
  .slider-thalia .slider-thalia-item .row p
  {
    font-size: .875rem !important;
  }
  .slider-thalia .slider-thalia-item .row .col-md-7
  {
    display: flex;
    flex-direction: column;

    margin-top: .5rem;

    text-align: center;

    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

.slick-slider
{
  position: relative;

  display: block;

  box-sizing: border-box;

  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-current
{
  top: 0 !important;
  left: 0 !important;

  clear: both;

  opacity: 1 !important;
}

.slider-thalia-item.slick-slide
{
  background: #fff;
}
.slider-thalia-item.slick-slide:not(.slick-active)
{
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  left: 0 !important;

  opacity: 1 !important;
  background: #fff;
}

.slider-thalia-item .slick-list.slick-active
{
  position: relative;

  display: block !important;

  opacity: 1 !important;
  background: #fff;
}

.slider-thalia-item .slick-list
{
  position: relative;

  display: none;
  overflow: hidden;

  margin: 0;
  padding: 0;

  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.slider-thalia-item .slick-list:focus
{
  outline: none;
}
.slider-thalia-item .slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0 !important;

  display: block;

  width: 100% !important;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slider-thalia .slick-slide.slick-active img
{
  -webkit-animation: img .5s .5s ease both;
  animation: img .5s .5s ease both;

  will-change: transition;
}

.slider-thalia .slick-slide.slick-active h4
{
  -webkit-animation: text .5s .5s ease both;
  animation: text .5s .5s ease both;
}

.slider-thalia .slick-slide.slick-active p
{
  -webkit-animation: text .7s .7s ease both;
  animation: text .7s .7s ease both;
}

.slider-thalia .slick-slide.slick-active ul
{
  -webkit-animation: text .8s .8s ease both;
  animation: text .8s .8s ease both;
}

.slider-nav .slick-list .slick-slide
{
  padding-right: .8rem;
  padding-left: .5rem;
}
.slider-nav .slick-list .slick-slide:hover
{
  background-color: #f2f2f2;
}
.slider-nav .slick-list .slick-slide:hover span
{
  color: #5969ed;
}

@-webkit-keyframes text
{
  from
  {
    opacity: 0;
  }
  to
  {
    opacity: 1;
  }
}

@keyframes text
{
  from
  {
    opacity: 0;
  }
  to
  {
    opacity: 1;
  }
}

@-webkit-keyframes img
{
  from
  {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);

    opacity: 0;
  }
  to
  {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
  }
}

@keyframes img
{
  from
  {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);

    opacity: 0;
  }
  to
  {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);

    opacity: 1;
  }
}

.slider-thalia-item
{
  max-height: 280px;
}

#comparateur.modal .modal-header
{
  padding: 0 1rem !important;
}

.modal-body
{
  position: relative;
  padding: 0;
}

.container_comparateur
{
  /*   position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
  width: 100%;
  max-width: 100%;
}
.container_comparateur
{
  color: #fff !important;
}
.container_comparateur table
{
  position: relative;

  overflow: hidden;

  width: 100%;
  max-width: 100%;

  border-collapse: collapse;

  background: linear-gradient(324deg, #b6a3f9 0%, #6c7cfd 60%) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.container_comparateur table .btn
{
  z-index: 10;
}
.container_comparateur th,
.container_comparateur td
{
  padding: .3rem;

  color: #fff;
}
.container_comparateur th
{
  text-align: left;
}
.container_comparateur thead th
{
  background-color: #55608f;
}
.container_comparateur tbody
{
  overflow: hidden;

  background-color: rgba(255, 255, 255, .2);
}
.container_comparateur tbody td.nohover:hover
{
  background-color: transparent !important;
}
.container_comparateur tbody tr:hover
{
  background-color: rgba(255, 255, 255, .3);
}
.container_comparateur tbody td
{
  position: relative;
}
.container_comparateur tbody td:hover
{
  background-color: rgba(255, 255, 255, .4);
}
.bg-home .home-shape img {
  width: 100%;
  height: auto;
}
ul.list-unstyled li {
  font-size: .875rem !important;
  padding: 0 !important;
}

/* ===================================
   IMAGE Transitions effect
====================================== */

/* Container des logos */
.logo-container {
  position: relative;
  width: 500px; /* Ajuste selon la taille de tes images */
  height: 500px;
  overflow: hidden;
}

/* Logos avec animation */
.logo-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1.5s ease-in-out;
  transform: scale(1);
}

/* Logo actif (visible) */
.logo-container img.active {
  opacity: 1;
  transform: scale(O); /* Petit effet de zoom subtil */
}

.mover-img {
  transition: filter 0.4s ease-in-out;
}

@media (max-width: 768px) {
  .logo-container {
    width: 80vw; /* Ajuste la largeur du conteneur */
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* Centre le logo */
  }

  .logo-container img {
    max-width: 100%; /* Empêche le dépassement */
    height: auto;
  }
}


/* masquer le bouton comparateur sur mobile */
@media (max-width: 768px) {
  .btn-comparateur {
    display: none !important;
  }
}

/* Gestion hauteur headeur sur mobile */

@media (max-width: 768px) {
  .navbar-custom {
    padding: 8px 0 !important; /* Réduction du padding pour diminuer la hauteur */
  }

  .navbar-brand img {
    height: 50px !important; /* Réduction de la taille du logo */
  }

  .navbar-toggler {
    font-size: 24px !important; /* Ajustement du bouton burger */
  }
}


/* Par défaut, cacher le logo coloré sur desktop */
.scrolled-logo {
  display: none;
}

/* Cacher le logo mobile sur desktop */
.logo-mobile {
  display: none;
}

/* Sur desktop, gérer le changement au scroll */
@media (min-width: 992px) {
  .logo-mobile {
    display: none; /* Cacher le logo mobile */
  }

  .default-logo {
    display: inline-block; /* Logo blanc au chargement */
  }

  .scrolled-logo {
    display: none; /* Logo coloré masqué au début */
  }

  /* Quand on scrolle, on change de logo */
  .nav-sticky .default-logo {
    display: none; /* Cache le logo blanc */
  }

  .nav-sticky .scrolled-logo {
    display: inline-block; /* Affiche le logo coloré */
  }
}

/* Sur mobile, afficher uniquement le logo mobile */
@media (max-width: 991px) {
  .logo-desktop {
    display: none; /* Cacher les logos desktop */
  }

  .logo-mobile {
    display: inline-block; /* Afficher le logo mobile */
  }
}


/* Effet de surbrillance sur la ligne */
.container_comparateur tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.1); /* Léger effet visuel */
}

/* Effet de surbrillance sur la colonne */
.container_comparateur td.highlight, 
.container_comparateur th.highlight {
  background-color: rgba(255, 255, 255, 0.1); /* Même couleur que la ligne */
}

/* Menu mobile */
@media (max-width: 768px) {
  .navbar-custom,
  .nav-sticky.navbar-custom { /* Applique les styles au menu collant */
      border-radius: 20px; /* Arrondi les bords */
      margin-top: 10px; /* Espace le header du haut de la page */
      width: calc(100% - 20px); /* Réduit légèrement la largeur */
      margin-left: auto;
      margin-right: auto;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Ajoute l'effet flottant */
  }
}
@media (max-width: 768px) {
  .navbar-brand img {
      position: relative !important;
      left: -10px !important; /* Décale l’image vers la gauche */
  }
}
@media (max-width: 768px) {
  .navbar-custom {
      opacity: 0;
      transform: translateY(-20px);
      transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  }

  .nav-sticky.navbar-custom {
      opacity: 1;
      transform: translateY(0);
  }
}
#splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff; /* Fond blanc, ajustable */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.6s ease-out;
    z-index: 9999; /* Pour que ça passe au-dessus de tout */
}

#splash-screen img {
    width: 150px; /* Taille du logo ajustable */
    height: auto;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

/* Quand le header apparaît, on cache le splash screen */
.hidden {
    opacity: 0;
    pointer-events: none;
}
/* Splash Logo */
#splash-logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9998; /* Juste en dessous du futur header */
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
}

#splash-logo img {
    width: 150px; /* Taille ajustable */
    height: auto;
    animation: fadeIn 1s ease-in-out;
}

/* Animation fade-in */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.8); }
    to { opacity: 1; transform: scale(1); }
}

/* Disparition du logo */
.hidden {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 769px) { /* Cache le logo sur desktop */
  #splash-logo {
      display: none !important;
  }
}

@media (max-width: 768px) { /* Ajustements pour mobile */
  #splash-logo {
      position: fixed;
      top: 30px; /* Ajoute un léger espace depuis le haut */
      left: 50%;
      transform: translateX(-50%);
      z-index: 9998; /* S'assure qu'il est bien visible */
      transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
  }

  #splash-logo img {
      width: 230px; /* Taille ajustable */
      height: auto;
      animation: fadeIn 1s ease-in-out;
  }
}





