
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: 5s anim-popoutin ease infinite;
    animation-timing-function: all;
    animation-direction:reverse;
}

@keyframes anim-popoutin {
    0% {
      color: black;
      transform: scale(0);
      opacity: 0;
      text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    25% {
      color: red;
      transform: scale(2);
      opacity: 1;
      text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
    }
    50% {
      color: black;
      transform: scale(1);
      opacity: 1;
      text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      /* animate nothing to add pause at the end of animation */
      transform: scale(1);
      opacity: 1;
      text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }
  }

/*** Topbar End ***/


/*** Navbar Start ***/
/** Navbar Start **/
.bg-white {
    height: 55px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  
  .navbar .navbar-nav {
    padding: 0px;
  }
  
  .navbar .navbar-nav .nav-link {
    padding: 10px;
    color: #031A3D;
    font-size: 18px;
    outline: none;
  }
  
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    color: #D11317 !important;
  }
  
  .navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
  }
  
  @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
      display: block;
      visibility: hidden;
      top: 100%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
      transition: .5s;
      opacity: 0;
    }
  }
  
  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
  
  .btn-header-login {
    padding: 7px 30px 7px 30px;
    border-radius: 25px;
    background: #D11317;
    font-family: Inter;
    font-size: 20.221px;
    font-style: normal;
    font-weight: 600;
    color: white;
    border: 0px;
  }
  
  .btn-header-inscription {
    padding: 7px 30px 7px 30px;
    border-radius: 25px;
    background: white;
    font-family: Inter;
    font-size: 20.221px;
    font-style: normal;
    font-weight: 600;
    color: #031A3D;
    border: 2px solid #031A3D;
  }
  
  @media (max-width: 991.98px) {
    .navbar-dark .navbar-toggler-icon {
        background-color: red;
        opacity: 0.5;
        border-radius: 10px;
        width: 40px;
        height: 40px;
    }
    .btn-header-inscription,
    .btn-header-login {
      padding: 5px 20px;
      font-size: 14px;
      margin-right: 10px;
    }
  
    .navbar-toggler {
      display: block;
    }
  
    .navbar .navbar-nav .nav-item {
      margin-bottom: 10px;
    }
  
    .navbar .dropdown-toggle::after {
      margin-left: 0;
    }
    
    /* Full-width menu for mobile */
    .navbar-collapse {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: white !important;
      padding: 20px;
      z-index: 1000;
      transform: translateX(100%);
      transition: transform 0.3s;
    }
  
    .navbar-toggler[aria-expanded="true"] + .navbar-collapse {
      transform: translateX(0);
    }
  }
  

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
    padding-bottom: 20px;
}

.carousel-control-prev {
    width: 70px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #031A3D;
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: black;
    transition: .8s;
}

.carousel-control-next {
    width: 70px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #031A3D;
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: black;
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: white;
    color: #000103;
    opacity: 1;
    border: 0;
    border-radius: 20px;
    font-size: 12.5px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: #031A3D;
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: #031A3D;
    color: white;
    opacity: 1;
    border: 0;
    border-radius: 20px;
    font-size: 12.5px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: white;
    color: #031A3D;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
    border: 2px solid #031A3D;
}

#carouselId .carousel-indicators li {
    width: 20px;
    height: 0px;
    background: #031A3D;
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: bla;
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
        padding: 0px;
    }
    .carousel-item a {
        margin: 10px;
    }
    .mobile-padding{
        margin-bottom: 10px;;
    }
    .carousel-control-prev {
        width: 43px;
        height: 43px;
    }
    .carousel-control-next {
        width: 55px;
        height: 43px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 1.5rem !important;
    }
    .carousel-indicators {
        bottom: -10px;
    }
    #carouselId .carousel-indicators li {
        width: 22px;
        height: 3px;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
        padding: 0px;
    }
    .carousel-item a {
        margin: 10px;
    }
    .mobile-padding{
        margin-bottom: 10px;;
    }
    .carousel-control-prev {
        width: 43px;
        height: 43px;
    }
    .carousel-control-next {
        width: 55px;
        height: 43px;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 1.5rem !important;
    }
    .carousel-indicators {
        bottom: -10px;
    }
    #carouselId .carousel-indicators li {
        width: 22px;
        height: 3px;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Carousel End ***/

/** fact start **/
/* CSS for screens smaller than 768px (sm) */
@media (max-width: 767px) {
    .counter {
        text-align: center;
        display: flex !important;
        flex-direction: column;
        gap: 0 !important;
        margin-bottom: 45px;
    }

    .counter i {
        display: block;
    }

    .counter h5 {
        margin-top: 1.5rem !important;
    }
}
/** fact end **/

/** about us start ***/

.btn-about{
    padding: 7px 30px 7px 30px;
border-radius: 25px;
background: #D11317;
font-family: Inter;
font-size: 20.221px;
font-style: normal;
font-weight: 700;
color: white;
border: 0px;;
}

.text-about-paragraph{
    margin-bottom: 50px;
    margin-top: 30px;
    font-size: 24px;
    color : #181818 ;
    font-weight: 400;;
}
@media (max-width: 767px) {
    .text-about-paragraph{
        font-size: 16px;
    }
    .mobile-about-h5{
        font-size: 20px;
    }
    .mobile-about-h1{
        font-size: 18px;
    }
}


/** about us End **/

/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 588px;
    height: 591px;
    border-radius: 10px;
    padding-left: 93px;
    padding-right: 93px;
    position: relative;
    display: flex;
    align-items: center;
}

.service-text{
    margin-top: 30px;
    margin-bottom: 50px !important;
}
.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: #031A3D;
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i ,
.services-item:hover .services-content-icon h4 {
    color: white !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

@media (max-width: 767px) {
    .services .services-item{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

/*** Services End ***/


/*** Project Start ***/

@media (max-width: 767px) {
.mobile-img{
    max-width: 368px;
}
.mobile-video{
    width: 368px;
    height: 368px;
}
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/





/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: #D11317;
    border: 0;
}

/*** Footer End ***/

/** modal component **/ 


/* Style the modal container */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1060;
    background: white; /* Set the background color */
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
}

/* Style the modal content */
.modal-content {
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-width: 90%;
    flex-direction: row;
    padding: 0px;
    border: 0px;
}

/* Style the left section (image) */
/* Style the left section (background image) */
.left-section {
    max-width: 50%; /* Adjust as needed */
}



/* Style the right section (form) */
.right-section {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8F8F9;
}

.right-section h1 {
color: #D11317;
font-family: Saira;
font-size: 25px;
font-style: normal;
font-weight: 600;
}
.right-section h2 {
    color: #031A3D;
    font-family: Quicksand;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
}

/* Style form elements (labels, inputs, and button) */
form {
    display: flex;
    flex-direction: column;
    margin-top: 40px ;
}

.form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column; /* Display inputs under labels */
}

label {
    color: #031A3D;
font-family: Saira;
font-size: 20px;
font-style: normal;
font-weight: 600;
margin-bottom: 24px ;
}

input {
    background: white;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
    outline: none;
    border: 0px;
    height: 56px;
}

.login-btn-modal {
    background-color: #F82828; /* Red background */
    border: none;
    border-radius: 25px;
    color: white;
    padding: 16px 43px 15px 44px;
    font-size: 18px;
    font-weight: 600;
    width: 50%; /* Set to 50% width */
    margin: 0 auto; /* Center the button horizontally */
    cursor: pointer;
    margin-top: 31px;
}
.mdp-oublie{
color: #031A3D;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 10px; /* 71.429% */
text-align: right;
}
/* Add additional styling for form elements as needed */

  
  


/** end of modal component **/

/** modal inscription component **/ 


/* Style the modal container */
.modal-signup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1060;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    max-height: 90vh; /* Limite la hauteur maximale de la modal à 90% de la hauteur de la fenêtre visible */
    max-width: 90%;
    overflow-y: auto; /* Activer le défilement vertical si la modal dépasse la hauteur de la fenêtre */
  }
  
/* Style the modal content */
.modal-content-signup {
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: row;
    padding: 0px;
    border: 0px;
}

/* Style the left section (image) */
/* Style the left section (background image) */
.left-section-signup {
    max-width: 50%; /* Adjust as needed */
}



/* Style the right section (form) */
.right-section-signup {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #F8F8F9;
    
}

.right-section-signup h1 {
color: #D11317;
font-family: Saira;
font-size: 25px;
font-style: normal;
font-weight: 600;
text-align: center;
}
.right-section-signup h2 {
    color: #031A3D;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}

/* Style form elements (labels, inputs, and button) */
.two-section-forms{
    display: flex;
    gap: 20px;
}
.input-section {
    display: flex;
    flex-direction: column;
    margin-top: 40px ;
    width: 50%;
}

.form-group-signup {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column; /* Display inputs under labels */
}

label {
    color: #031A3D;
font-family: Saira;
font-size: 15px;
font-style: normal;
font-weight: 600;
margin-bottom: 10px ;
}

input {
    background: white;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    outline: none;
    border: 0px;
    height: 40px;
}
select{
    background: white;
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    outline: none;
    border: 0px;
    height: 40px;
}

.signup-btn-modal {
    background-color: #F82828; /* Red background */
    border: none;
    border-radius: 25px;
    color: white;
    padding: 16px 43px 15px 44px;
    font-size: 15px;
    font-weight: 600;
    width: 50%; /* Set to 50% width */
    margin: 0 auto; /* Center the button horizontally */
    cursor: pointer;
    margin-top: 21px;
}
.reinstaller-btn-modal{
    background-color: white; /* Red background */
    border: 1px solid #F82828;
    border-radius: 25px;
    color: #F82828;
    padding: 16px 43px 15px 44px;
    font-size: 15px;
    font-weight: 600;
    width: 50%; /* Set to 50% width */
    margin: 0 auto; /* Center the button horizontally */
    cursor: pointer;
    margin-top: 21px;
}
.btn-signup-section{
    display: flex;
    gap: 20px;
}
/* Add additional styling for form elements as needed */

  
  


/** end of modal  inscription component **/


