:root {
    --light-purple: #eef2ff;
    --purple: #a5b4fc;
    --dark-purple: #4f46e5;
    --darker-purple: #3730a3;
  }
.min-h-1{
    min-height: 50vh;
}
.min-h-2{
    min-height: 70vh;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-g {
  background: #d3f9b4 !important;
}

.bg-r {
  background: #f9cccc !important;
}
.bg-p{
    background: #BFDCE5 !important;
}
.bg-mavi{
    background-color: #262A56 !important;
    color: #fff;
}
.bg-mavi-1{
    background-color: #ECC9EE !important;
}
.bg-mavi-2{
    background-color: #FFEBEB !important;
}
.bg-mavi-3{
    background-color: #413543 !important;
}

.bg-black{
    background-color: #000 !important;
}

.bg-blue-1{
    background-color: #088395 !important;
}
.bg-blue-2{
    background-color: #262A56 !important;
}
.bg-1{
   background: url(../img/bg-1.jpg); 
   background-size: cover;
   height: 850px;
}
.bg-2{
   background: url(../img/bg-2.jpg); 
   background-size: cover;
}
.bg-3{
   background: url(../img/bg-3.jpg); 
   background-size: cover;
}
.bg-4{
   background: url(../img/bg-4.jpg)  !important; 
   background-size: cover !important;
}
.bg-5{
   background: url(../img/bg-5.jpg)  !important; 
   background-size: cover !important;
}
.bg-6{
   background: url(../img/bg-6.jpg) !important;
    height: 500px; 
   background-size: cover !important;
}
.img-50{
    width: 130px;
    height: 130px;
}
.w-100{
    width: 100% !important;
}
.img-1{
    width: 200px;
    height: 200px;
}
.text-mavi{
    color: #9384D1 !important;
}
.text-black{
    color: #000 !important;
}
.text-white{
    color: #fff !important;
}
.text-center{
    text-align: center !important;
}
.tb-cart th{
    border: #000 !important;
    text-align: center;
}
.bg-white{
  background: #fff;
}

.p-1{
    padding: 1rem;
}

.services .item,.infos{
  position: relative;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.office{
  border-radius: 20px;
  top: -50px;
  right: 10%;
  transform: translateX(-10%);
  background: #fff;
  border: 2px solid #000;
  position: absolute;
}

.h-head{
    height: 100px;
    display: flex;
    align-items: center;
}
.h-1{
    height: 30px !important;
}
.h-2{
    height: 40px !important;
}
.h-3{
  min-height: 50vh;
}
.text-justify{
    text-align: justify;
}
.align-center{
    display: flex !important;
    align-items: center !important;
}
.m-1{
    margin: 3px;
}
.fs-1{
    font-size: 1.6em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.f-mono{
    font-family: 'Chivo Mono', monospace !important;   
   
}
.f-mono p{
  color: #000 !important;
}

.f-Dongle{
    font-family: 'Combo', cursive !important;
    font-family: 'Dongle', sans-serif !important;
    font-family: 'Kodchasan', sans-serif !important;
    font-family: 'Montserrat', sans-serif !important;
    font-family: 'Ubuntu', sans-serif !important;
}
.btn-cart{
    background: red !important;
    padding: 10px;
}
.cssbuttons-io-button {
background: #A370F0;
color: white;
font-family: inherit;
padding: 0.35em;
padding-left: 1.2em;
font-size: 17px;
font-weight: 500;
border-radius: 0.9em;
border: none;
letter-spacing: 0.05em;
display: flex;
align-items: center;
box-shadow: inset 0 0 1.6em -0.6em #714da6;
overflow: hidden;
position: absolute !important;
bottom: 10px !important;
left: 10px;
right: 10px;
height: 2.8em;
padding-right: 3.3em;
width: auto;
max-width: calc(100% - 20px);
box-sizing: border-box;
}

.cssbuttons-io-button .icon {
background: white;
margin-left: 1em;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
height: 2.2em;
width: 2.2em;
border-radius: 0.7em;
box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
right: 0.3em;
transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
width: 1.1em;
transition: transform 0.3s;
color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
transform: scale(0.95);
}
.btn-add {
--color: #560bad;
font-family: inherit;
display: inline-block;
width: 8em;
height: 2.6em;
line-height: 2.5em;
margin: 20px;
position: relative;
overflow: hidden;
border: 2px solid var(--color);
transition: color .5s;
z-index: 1;
font-size: 17px;
border-radius: 6px;
font-weight: 500;
color: var(--color);
}

.btn-add:before {
content: "";
position: absolute;
z-index: -1;
background: var(--color);
height: 150px;
width: 200px;
border-radius: 50%;
}

.btn-add:hover {
color: #fff;
}

.btn-add:before {
top: 100%;
left: 100%;
transition: all .7s;
}

.btn-add:hover:before {
top: -30px;
left: -30px;
}

.btn-add:active:before {
background: #3a0ca3;
transition: background 0s;
}

.about-content{
    overflow-y: scroll;
    height: 500px;
    background: #c4dcb8;
    scroll-behavior: smooth;
}
.about-content::-webkit-scrollbar-track {
    background: #fff !important;
}
  
.about-content::-webkit-scrollbar-thumb {
    background: #413543 !important;
}

.about-content p {
  margin-bottom: 30px;
  padding: 1rem;
  text-align: justify; 
}
.about-content img {
  width: 200px;
  height: auto;
}
.line{
    position: relative;
}
.line::before{
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background: #fff;
    bottom: -7px;
    width: 0%;
    transition: 0.3s;
}
.line:hover::before{
    width: 100%;
}
.register-white input,.register-white textarea{
  outline: 2px solid #000;
}
.user-register-page{
  padding: 0;
}
.user-register , .user-login{
  position: relative;
  background: #000;
  margin: 0;
  min-height: 800px;
  padding: 0;
  background: transparent;
}
.user-login{
  display: flex;
  align-items: center;
  
}
.user-login form{
  width: 100%;
}
.cadre ,.cadre-2{
  position: absolute;
  top: 50%;
  right: -60px;
  z-index: 1;
  width: 100px;
  height: 200px;
  border-radius: 50px;
  background: #fff;
  transform: translateY(-50%);
}
.cadre-2{
  left: -60px;
}

.user-login input[type="submit"]{
  width: 238px !important;
  margin: 5px 0 5px 15px !important;
}
@media (max-width: 768px) {
  
  .cadre,.cadre-2{
    display: none !important;
  }
  .user-login form{
    margin: auto;
    width: 80%;
  }
  .user-login img{
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}
.user-f{
  position: relative;
  border:2px solid #01e37f;
  padding:2px 15px;
  border-radius: 20px;
}
.user-f a{
  color: #fff;
}
.user-connect{
  width: 12px;
  height: 12px;
  background: #01e37f;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -4.5px;
  border: 2px solid #000 !important;
}
.user-register-bg, .user-login-bg{
  min-height: 800px;
  z-index: 0;
  border-radius: 50px 50px 20px 20px;
}
.register-black input,.register-black textarea{
  background: #000;    
  color: #fff;
}
.contact-f{
  background: #1e2834;
  border-radius: 10px;
}
.p-lr-1{
  padding: 5px 10px;
}
.p-lr-2{
  padding: 5px 20px;
}
.contact-f .register-black{
  padding: 10px;
}
.contact-f .register-black input,.contact-f .register-black textarea{
    background: #fff;    
    color: #4c4c4c;
    border:2px solid #000;
}

.d-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-box{
width: fit-content;
height: fit-content;
position: relative;

}
.input-search{
height: 30px;
width: 30px;
border-style: none;
padding: 10px;
font-size: 18px;
letter-spacing: 2px;
outline: none;
border-radius: 25px;
transition: all .5s ease-in-out;
background-color: #22a6b3;
padding-right: 40px;
color:#fff;
}
.input-search::placeholder{
color:rgba(255,255,255,.5);
font-size: 18px;
letter-spacing: 2px;
font-weight: 100;
}
  
.btn-search{
width: 30px;
height: 30px;
border-style: none;
font-size: 20px;
font-weight: bold;
outline: none;
cursor: pointer;
border-radius: 50%;
position: absolute;
right: -15px;
color:#ffffff ;
background-color:transparent;
pointer-events: painted;  
}
.btn-search:focus ~ .input-search{
width: 300px;
border-radius: 0px;
background-color: transparent;
border-bottom:1px solid rgba(255,255,255,.5);
transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
width: 300px;
border-radius: 0px;
background-color: transparent;
border-bottom:1px solid rgba(255,255,255,.5);
transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.social:hover{
    transform: scale(1.2);
    background: #22a6b3 !important;
}

.menu ul li a:hover{
    border-top: 2px solid #fff;
}  
.service-path{
    cursor: pointer;
}
.bg-orange{
    background:#ff7f50;
    font-family:'Montserrat',sans-serif
}
.menu-c{
    width:260px;
    margin:60px auto 0;
    cursor:pointer
}
.menu-c .title{
    width:100%;
    -sizing:border-box;
    background:#fff;
    padding:14px;
    border-radius:4px;
    position:relative;
    box-shadow:0 0 40px -10px #000;
    color:#505050
}
.menu-c span{
    float:right;
    font-size:18px!important
}
.menu-c .dropdown{
    width:100%;
    background:#fff;
    border-radius:4px;
    box-shadow:0 0 40px -10px #000;
    color:#505050;
    margin-top:24px;
    max-height:0;
    overflow:hidden;
    transition:all  .5s
}
.menu-c .down{max-height:150px}
.menu-c .arrow{
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #fff;
    position:absolute;
    right:20px;
    bottom:-24px;
    display:none
}
.menu-c .arrow.gone{
    display:block
}
.menu-c p{
    padding:15px 14px;
    margin:0;
    transition:all .1s
}
.menu-c p:hover{
    background:coral;
    -webkit-transform:scale(1.05);
    color:rgba(255,255,255,0.8);
    box-shadow:0 0 30px -10px #000
}
.menu-c p:hover a{
    color: #fff;
}

.fancy {
background-color: #fff !important;
border: 2px solid #000;
border-radius: 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
float: right;
font-weight: 700;
letter-spacing: 0.05em;
margin: 0;
outline: none;
overflow: visible;
padding: 1.25em 2em;
position: relative;
text-align: center;
text-decoration: none;
text-transform: none;
transition: all 0.3s ease-in-out;
user-select: none;
font-size: 13px;
}

.fancy::before {
content: " ";
width: 1.5625rem;
height: 2px;
background: black;
top: 50%;
left: 1.5em;
position: absolute;
transform: translateY(-50%);
transform-origin: center;
transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
font-size: 1.125em;
line-height: 1.33333em;
padding-left: 2em;
display: block;
text-align: left;
transition: all 0.3s ease-in-out;
text-transform: uppercase;
text-decoration: none;
color: black;
}

.fancy .top-key {
height: 2px;
width: 1.5625rem;
top: -2px;
left: 0.625rem;
position: absolute;
background: #e8e8e8;
transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
height: 2px;
width: 1.5625rem;
right: 1.875rem;
bottom: -2px;
position: absolute;
background: #e8e8e8;
transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
height: 2px;
width: 0.625rem;
right: 0.625rem;
bottom: -2px;
position: absolute;
background: #e8e8e8;
transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
color: white;
background: black !important;
}

.fancy:hover::before {
width: 0.9375rem;
background: white;
}

.fancy:hover .text {
color: white;
padding-left: 1.5em;
}

.fancy:hover .top-key {
left: -2px;
width: 0px;
}

.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
right: 0;
width: 0;
}

.btn-contact {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: none;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 5px .2px #00000035;
    box-shadow: 1px 1px 5px .2px #00000035;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    transition-delay: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
}

.btn-contact:hover {
    width: 100%;
    transition-delay: .2s;
}

.btn-contact:hover > .paragraph {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.btn-contact:hover > .icon-wrapper .icon {
transform: scale(1.1);
}

.btn-contact:hover > .icon-wrapper .icon path {
stroke: black;
}

.paragraph {
color: black;
visibility: hidden;
opacity: 0;
font-size: 13px;
margin: auto;
margin-right: 40px !important;
padding-left: 20px;
-webkit-transition: .2s linear;
transition: .2s linear;
font-weight: bold;
text-transform: uppercase;
}

.icon-wrapper {
width: 30px;
height: 30px;
position: absolute;
top: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
}

.icon-wrapper .icon {
transform: scale(.9);
transition: .2s linear;
}

.icon-wrapper i {
color: #000 !important;
stroke-width: 2px;
-webkit-transition: .2s linear;
transition: .2s linear;
}
.sign-cat:hover{
    display: flex !important;
    justify-content: start !important;
    align-items: center !important;
    border-left: 5px solid #f06f91 !important;
}
.bx-1{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.bx-2{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bx-3{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.bx-6{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/* ----- Product Section ----- */
.pro {
    display: grid;
    grid-template-rows: 1fr;
    font-family: "Raleway", sans-serif;
    background-color: #01e37f;
  }
.product-x {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    margin: auto;
    padding: 2.5em 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    background-color: white;
    border-radius: 5px;
  }
  
  /* ----- Photo Section ----- */
 .product-x .product__photo {
    position: relative;
  }
  
 .product-x .photo-container {
    position: absolute;
    left: -2.5em;
    display: grid;
    grid-template-rows: 1fr;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    box-shadow: 4px 4px 25px -2px rgba(0, 0, 0, 0.3);
  }
  .bg-7{
    background: #ecf0f5 !important;
  }
  
 .product-x .photo-main {
    border-radius: 6px 6px 0 0;
    background-color: #9be010;
    background: radial-gradient(#e5f89e, #96e001);
  }
 .product-x .photo-main .controls {
    display: flex;
    justify-content: space-between;
    padding: 0.8em;
    color: #fff;
  }
 .product-x .photo-main .controls i {
    cursor: pointer;
  }
 .product-x .photo-main img {
    position: absolute;
    left: -3.5em;
    top: 2em;
    max-width: 110%;
    filter: saturate(150%) contrast(120%) hue-rotate(10deg) drop-shadow(1px 20px 10px rgba(0, 0, 0, 0.3));
  }
  
 .product-x .photo-album {
    padding: 0.7em 1em;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
  }
 .product-x .photo-album ul {
    display: flex;
    justify-content: space-around;
  }
 .product-x .photo-album li {
    float: left;
    width: 55px;
    height: 55px;
    padding: 7px;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
  }
  
  /* ----- Informations Section ----- */
 .product-x .product__info {
    padding: 0.8em 0;
  }
  
 .product-x .title h1 {
    margin-bottom: 0.1em;
    color: #4c4c4c;
    font-size: 1.5em;
    font-weight: 900;
  }
 .product-x .title span {
    font-size: 0.7em;
    color: #a6a6a6;
  }
  
 .product-x .price {
    margin: 1.5em 0;
    color: #ff3f40;
    font-size: 1.2em;
  }
 .product-x .price span {
    padding-left: 0.15em;
    font-size: 2.9em;
  }
  
 .product-x .variant {
    overflow: auto;
  }
 .product-x .variant h3 {
    margin-bottom: 1.1em;
  }
 .product-x .variant li {
    float: left;
    width: 35px;
    height: 35px;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
  }
 .product-x .variant li:first-child, .variant li:hover {
    border: 1px solid #a6a6a6;
  }
 .product-x .variant li:not(:first-child) {
    margin-left: 0.1em;
  }
  
 .product-x .description {
    clear: left;
    margin: 2em 0;
  }
 .product-x .description h3 {
    margin-bottom: 1em;
  }
 .product-x .description ul {
    font-size: 0.8em;
    list-style: disc;
    margin-left: 1em;
  }
 .product-x .description li {
    text-indent: -0.6em;
    margin-bottom: 0.5em;
  }
  
 .product-x .buy--btn {
    padding: 1.5em 3.1em;
    border: none;
    border-radius: 7px;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #fff;
    background-color: #ff3f40;
    box-shadow: 2px 2px 25px -7px #4c4c4c;
    cursor: pointer;
  }
 .product-x .buy--btn:active {
    transform: scale(0.97);
  }
  
  /* ----- Footer Section ----- */



 
.feather {
  color: var(--light-purple);
  stroke-width: 2.5;
  width: 26px;
  height: 26px;
}

.title__container {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 24px;
  margin-bottom: 24px;
}

.made,
.title {
  color: var(--purple);
}

.title {
  font-size: 40px;
  margin-bottom: 12px;
}

.hamburger-menu__container,
.nav__item {
  --size: 60px;
  background-color: var(--dark-purple);
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.hamburger-menu__container:hover,
.nav__item:hover {
  background-color: var(--darker-purple);
}

.hamburger-menu {
  width: 50%;
  position: relative;
}
.hamburger-menu__line {
  background-color: var(--light-purple);
  height: 3px;
  border-radius: 2px;
}
.hamburger-menu__line:first-child, .hamburger-menu__line:last-child {
  width: 100%;
  position: absolute;
  transition: all 0.1s ease-out;
}

.hamburger-menu__line:not(:first-child):not(:last-child) {
  animation-name: hamburger;
  animation-duration: 0.15s;
  animation-delay: 0.15s;
  transform: scaleX(0);
}
.hamburger-menu__line, .hamburger-menu__line:first-child, .hamburger-menu__line:last-child {
  animation-fill-mode: forwards;
}
.hamburger-menu__line:first-child, .hamburger-menu__line:last-child {
  transform-origin: 50%;
  animation-duration: 0.3s;
}
.hamburger-menu__line:first-child {
  top: 0;
  animation-name: hamburgerFirst;
  transform: rotate(45deg);
}
.hamburger-menu__line:last-child {
  top: 0;
  animation-name: hamburgerLast;
  transform: rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__line:not(:first-child):not(:last-child) {
  animation-name: hamburgerOpen;
  transform: scaleX(100%);
}
.hamburger-menu--open .hamburger-menu__line:first-child {
  top: -10px;
  transform: rotate(0);
  animation-name: hamburgerFirstOpen;
}
.hamburger-menu--open .hamburger-menu__line:last-child {
  top: 10px;
  transform: rotate(0);
  animation-name: hamburgerLastOpen;
}

@keyframes hamburger {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes hamburgerOpen {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes hamburgerFirst {
  0% {
    top: 0;
    transform: rotate(45deg);
  }
  50% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: 10px;
    transform: rotate(0);
  }
}
@keyframes hamburgerLast {
  0% {
    top: 0;
    transform: rotate(-45deg);
  }
  50% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: -10px;
    transform: rotate(0);
  }
}
@keyframes hamburgerFirstOpen {
  0% {
    top: 10px;
    transform: rotate(0);
  }
  50% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: 0;
    transform: rotate(45deg);
  }
}
@keyframes hamburgerLastOpen {
  0% {
    top: -12px;
    transform: rotate(0);
  }
  50% {
    top: 0;
    transform: rotate(0);
  }
  100% {
    top: 0;
    transform: rotate(-45deg);
  }
}
.w-x{
  width:  calc(80px * 6) !important;
}
.nav__item {
  left: 15px;
  top: 0;
  position: absolute;
  z-index: -1;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.nav--open .nav__item{
  z-index: 1 !important;
}
.nav__item-text {
  color: var(--dark-purple);
  position: absolute;
  font-weight: 600;
  bottom: 105%;
  opacity: 0;
  font-size: 18px;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  opacity: 0 !important;
}
.nav__item:hover .nav__item-text {
  bottom: 120%;
  opacity: 1 !important;
}

.nav--open .nav__item:first-child {
  left: 75px;
  transition-duration: 0.15s;
  z-index: -1;
}

.nav--open .nav__item:nth-child(2) {
  left: calc(75px * 2 - 15px);
  transition-duration: 0.3s;
  z-index: -2;
}

.nav--open .nav__item:nth-child(3) {
  left: calc(75px * 3 - 30px);
  transition-duration: 0.45s;
  z-index: -3;
}
.nav--open .nav__item:nth-child(4) {
  left: calc(75px * 4 - 45px);
  transition-duration: 0.60s;
  z-index: -4;
}
.nav--open .nav__item:nth-child(5) {
  left: calc(75px * 5  - 60px);
  transition-duration: 0.75s;
  z-index: -5;
}
.nav--open .nav__item:nth-child(6) {
  left: calc(75px * 6 -  75px);
  transition-duration: 0.75s;
  z-index: -5;
}
.m-3{
  margin: 50px;
}
.nav--open .nav__item:last-child {
  left: calc(75px * 7 - 90px);
  transition-duration: 0.9s;
  z-index: -6;
}
footer {
  background-color: #000;
  padding: 20px;
  text-align: center;
  width: 100%;
  height: 200px;
}

footer:hover .footer-social,footer:hover .footer-text{
  display: block;
}
footer:hover{
  height: 100%;
}
.footer-logo img {
  width: 100px; /* Ajustez la largeur selon vos besoins */
}

.footer-social {
  margin-top: 10px;
  border: 2px solid #505050;
  padding: 5px;
  border-radius: 5px;
  transition: 1s;
  cursor: pointer;
}


.social-link {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  color: #555555;
  transition: 1s;
}

.social-link:hover {
  color: #777 !important;
}


.footer-text {
  position: relative;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  margin: 20px 10px;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  transition: 1s;
}
.footer-text::before{
  position: absolute;
  content: '';
  bottom:  0;
  left: 0;
  width: 100%;
  background: #ff7f50;
  height: 0%;
  transition: 1s;
}
.footer-text:hover::before{
  border-top-left-radius: 10px;
  height: 100%;
  z-index: -1;
}
.footer-text:hover{
  color: #fff;
  z-index: 10;
}
.footer-social:hover{
  background: #505050;
  color: #fff;
}
.footer-social:hover .social-link{
  color: #fff;
}
.b-x{
  border:2px solid #ff7f50;
}
.stat-card {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.stat-number {
  font-size: 36px;
  font-weight: bold;
  color: #555555;
}

.stat-label {
  font-size: 14px;
  color: #777777;
  margin-top: 10px;
}
::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track (the area behind the thumb) */
}

::-webkit-scrollbar-thumb {
  background: #3730a3; /* Color of the thumb (the draggable part of the scrollbar) */
}

::-webkit-scrollbar-thumb:hover {
  background: #0056b3; /* Color of the thumb when hovered */
}
.identifier {
  border: 2px solid #fff;
  padding: 2px;
  border-radius: 20px;
}
.inscrire a{
  padding: 2px 10px;
  transition: 1s;
}
.inscrire:hover a{
  color: #c6b7b7 !important;
}
.identifier a {
  background: #fff;
  padding: 2px 10px;
  margin: 3px 0;
  border-radius: 20px;
  color: #000 !important;
  transition: 1s;
}

.identifier:hover a,.inscrire{
  background: transparent;
  color: #fff !important;
} 
.h-80{
  min-height: 800px !important;
}


.footer{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-top: 40px;
  position: relative;
  min-height: 320px;
}
.footer h6{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  margin-top: 50px;
  font-size: 1.1em;
  text-align: start;
}
.footer hr{
  margin-top: 0;
}
.footer p{
  text-align: start;
  margin: 20px 10px;
  color: #cac6c6;
}
.footer p a{
  color: #82cdd8 !important;
}

.footer--social{
  margin: 0;
  width: 50%;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  padding:10px;
  border-radius: 20px;
  background-color: #fff;
}
.footer--social a{
  color: #6351ce;
  padding: 20px;
  margin-bottom: 10px;
  font-size: 1.2em;
}
.footer--social a:hover{
  color: #d8cfcf;
}
.sittle{
  width: 100%;
}
.page-banner .inner h1{
  position: relative;
  font-weight: bold;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.page-banner .inner h1::after{
  content: "";
  position: absolute;
  top: -10px;
  right: 40%;
  transform: translateX(-40%);
  width: 5%;
  height: 4px;
  background: #000;
}
.page-banner .inner h1::before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 40%;
  transform: translateX(-40%);
  width: 5%;
  height: 4px;
  background: #000;
}
.set-price{
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px 20px;
  background: #000;
  border-radius: 5px;
  color: #fff !important;
} 
.set-price del{
  padding: 0 10px !important;
}
