@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Spartan", sans-serif;
}

html {
  scroll-behavior: smooth;
}



h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222;
}

h4 {
  font-size: 20px;
  color: #222;
}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 16px;
  color: #465b52;
  margin: 15px 0 20px 0;
}

.section-p1 {
  padding: 40px 80px;
}

.section-m1 {
  margin: 40px 0;
}

body {
  width: 100%;
}
#header {
    display: flex; 
    align-items: center;
    justify-content: space-between;
    padding: 20px 80px;
    background: rgb(255, 255, 255);
    box-shadow: 0 5px rgb(0, 0, 0, 0.06);
    z-index: 999;
    position: sticky;
    top: 0;
    left: 0;
}
.logo {
  height: 30px;   
  width: auto;    
}

#navbar{
display: flex;
align-items: center;
justify-content: center;
}
#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}
#navbar li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #060606;
    transition: 0.3s ease;
}
#navbar li a:hover,
#navbar li a.active
 {
    
    color: #000000;
}
#navbar li a.active::after,
#navbar li a:hover::after{
  content:"" ;
width: 30%;
height: 2px;
background: #d80505;
position: absolute;
bottom: -4px;
left: 20px;
}
#hero{
  background-image: url("img/xxxxx.png");
  height: 110vh;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  
  padding:  0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#hero h4{
  padding-bottom: 15px;

}
#hero h1 {
  color: #040404;
}
#hero button{
  background-image: url("img/boutt.png") ;
  background-color: transparent;
  color: #000000;
  border: 0;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;

}
#sm-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px; 
  padding: 20px;
}

#sm-banner .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  

  background-image: url("img/ZZZZ.png");
  background-size: cover;
  background-position: center;

  flex: 1 1 calc(50% - 20px); 
  height: 50vh;
  min-width: 300px;
  padding: 30px;
}
#sm-banner .banner-box2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  

  background-image: url("img/SSS.png");
  background-size: cover;
  background-position: center;

  flex: 1 1 calc(50% - 20px); 
  height: 50vh;
  min-width: 300px;
  padding: 30px;
}
#sm-banner h4{
  color:rgb(62, 3, 3);
  font-size: 20px;
  font-weight: 300;
}
#sm-banner h2{
  color:rgb(27, 26, 26);
  font-size: 28px;
  font-weight: 800;
}
#sm-banner span{
  color:white;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}
button.white{
  font-size: 13px;
  font-weight: 600;
  padding: 11px 18px;
  color: white;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid white;
  outline: none;
  transition: 0.2s;
}
#sm-banner .banner-box:hover button{
  background: #303030;
  border: 1px solid;

}
#sm-banner .banner-box2:hover button{
  background: #303030;
  border: 1px solid;

}
#banner3{
  display: flex;
  justify-content: space-between;
  gap: 20px; 
  padding: 0 80px;
  flex-wrap: nowrap; 
   
}
#banner3 .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  

  
  
  height: 30vh;
  min-width: 30%;
  padding: 20px;
  margin-bottom: 20px;
}
.soon{
  font-size: 50px;
  text-align: center;
  color: #000000;
  padding: 20px;
  font-family: "Spartan", sans-serif;
}
#kids{
  background-image: url("img/kids.png");
  background-size: cover;
  background-position: center;

}
#sport{
  background-image: url("img/sport.png");
  background-size: cover;
  background-position: center;

}
#swi{
  background-image: url("img/swi.png");
  background-size: cover;
  background-position: center;

}
#banner3 h2{
  color: #ffffff;
  font-weight: 900;
  font-size: 22px;
}
#banner3 h3{
  color: #c64444;
  font-weight: 800;
  font-size: 15px;
}
#newletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-image: url(img/b14.png);
  background-repeat: no-repeat;
  background-position: 20% 30%;
  background-color: #4c4c4c;
  padding: 30px 80px;
  color: #fff;
}

#newletter .newtext {
  flex: 1;
  min-width: 250px;
}

#newletter .form {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  min-width: 250px;
  gap: 10px;
}

#newletter input {
  padding: 10px;
  flex: 1;
  min-width: 200px;
  border: none;
  border-radius: 4px;
}

#newletter button {
  padding: 10px 20px;
  background-color: #088178;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#newletter h4{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
#newletter p{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
#newletter p span{
  
  color: #fd0505;
}
.card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
  justify-items: center;
}

.card {
  width: 270px;
  height: 420px; 
  border-radius: 20px;
  background: #f5f5f5;
  position: relative;
  padding: 1rem;
  border: 2px solid #c3c6ce;
  transition: 0.5s ease-out;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0.5rem;
}

.card-details {
  color: black;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.card-button {
  transform: translate(-50%, 125%);
  width: 60%;
  border-radius: 1rem;
  border: none;
  background-color: #008bf8;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-out;
}

.card:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
}

.text-title {
  font-size: 1.2em;
  font-weight: bold;
}

.text-body {
  color: rgb(134, 134, 134);
  font-size: 0.9em;
}



.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #000000;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: hsl(0, 0%, 100%);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.34);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}


@media (max-width: 1024px) {
  .footer { padding: 60px 0; }
  .container { padding: 0 20px; } 
  .footer-col { width: 33.333%; }  
  .footer-col h4 { margin-bottom: 28px; }
  .footer-col ul li a { line-height: 1.6; }
}


@media (max-width: 768px) {
  .footer { padding: 56px 0; }
  .row { justify-content: center; } 
  .footer-col { 
    width: 50%;                 
    margin-bottom: 28px;
    text-align: center;         
  }
  .footer-col h4::before {
    left: 50%;
    transform: translateX(-50%); 
  }
  .footer-col .social-links {
    margin-top: 6px;
  }
  .footer-col .social-links a {
    margin-right: 8px;
  }
}


@media (max-width: 480px) {
  .footer { padding: 48px 0; }
  .container { padding: 0 16px; }
  .footer-col { width: 100%; }   
  .footer-col h4 { margin-bottom: 22px; }
  .footer-col ul li a { 
    font-size: 15px;
    padding: 6px 0;             
  }
  .footer-col .social-links a {
    width: 44px;               
    height: 44px;
    line-height: 44px;
    margin: 0 8px 8px 0;
  }
}

@media (min-width: 1440px) {
  .footer { padding: 80px 0; }
  .container { max-width: 1280px; }
}

#mobile-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
}

#mobile-menu span {
  width: 25px;
  height: 3px;
  background-color: #060606;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}


#mobile-menu.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

#mobile-menu.active span:nth-child(2) {
  opacity: 0;
}

#mobile-menu.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* Mobile Hamburger Menu Styles */
#mobile-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
  margin-left: auto;
}

#mobile-menu span {
  width: 25px;
  height: 3px;
  background-color: #060606;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

/* Hamburger animation when active */
#mobile-menu.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

#mobile-menu.active span:nth-child(2) {
  opacity: 0;
}

#mobile-menu.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}




@media (max-width: 768px) {
  .section-p1 {
    padding: 30px 40px;
  }
  
  
  #header {
    padding: 15px 40px;
    justify-content: space-between;
  }
  
  #mobile-menu {
    display: flex;
  }
  
  #navbar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    padding: 20px 0;
    box-shadow: 0 5px rgba(0, 0, 0, 0.1);
    z-index: 998;
  }
  
  #navbar.active {
    display: flex;
  }
  
  #navbar li {
    padding: 10px 20px;
    text-align: center;
    width: 100%;
  }
  
  #navbar li a.active::after,
  #navbar li a:hover::after {
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
  }
  
  #hero {
    padding: 0 40px;
    height: 70vh;
    background-position: 70% center;
  }
  
  #hero h1 {
    font-size: 2.5rem;
  }
  
  #hero h2 {
    font-size: 1.8rem;
  }
  
  #hero h4 {
    font-size: 1rem;
  }
  
  #hero button {
    padding: 12px 60px 12px 45px;
    font-size: 14px;
  }
  
  #sm-banner {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
  
  #sm-banner .banner-box,
  #sm-banner .banner-box2 {
    flex: 1 1 100%;
    height: 40vh;
    min-width: 100%;
  }
  
  #banner3 {
    padding: 0 40px;
    gap: 15px;
  }
  
  #banner3 .banner-box {
    min-width: 31%;
    height: 25vh;
    padding: 15px;
  }
  
  #banner3 h2 {
    font-size: 18px;
  }
  
  #banner3 h3 {
    font-size: 13px;
  }
  
  .card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 15px;
  }
  
  .card {
    width: 100%;
    max-width: 250px;
  }
  
  #newletter {
    padding: 25px 40px;
    text-align: center;
  }
  
  #newletter .form {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    justify-content: center;
  }
  
  #newletter input {
    min-width: 100%;
  }
}


@media (max-width: 480px) {
  .section-p1 {
    padding: 20px 20px;
  }
  
  #header {
    padding: 10px 20px;
  }
  
  #navbar {
    top: 100%;
    left: 0;
    padding: 15px 0;
  }
  
  #navbar li {
    padding: 8px 20px;
  }
  
  #hero {
    padding: 0 20px;
    height: 60vh;
    background-position: center;
    text-align: center;
    align-items: center;
  }
  
  #hero h1 {
    font-size: 2rem;
  }
  
  #hero h2 {
    font-size: 1.5rem;
  }
  
  #hero h4 {
    font-size: 0.9rem;
  }
  
  #hero button {
    padding: 10px 40px 10px 35px;
    font-size: 13px;
  }
  
  #sm-banner {
    padding: 10px;
  }
  
  #sm-banner .banner-box,
  #sm-banner .banner-box2 {
    height: 35vh;
    padding: 20px;
    text-align: center;
    align-items: center;
  }
  
  #banner3 {
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
  }
  
  #banner3 .banner-box {
    min-width: 100%;
    height: 20vh;
    text-align: center;
    align-items: center;
  }
  
  .card-container {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
  }
  
  .card {
    width: 100%;
    max-width: 300px;
    height: 380px;
  }
  
  #newletter {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  
  #newletter .newtext {
    text-align: center;
  }
  
  #newletter .form {
    flex-direction: column;
    width: 100%;
  }
  
  #newletter h4 {
    font-size: 18px;
  }
  
  #newletter p {
    font-size: 13px;
  }
}


@media (max-width: 375px) {
  .section-p1 {
    padding: 15px 15px;
  }
  
  #header {
    padding: 8px 15px;
    justify-content: space-between;
  }
  
  #hero {
    padding: 0 15px;
    height: 50vh;
  }
  
  #hero h1 {
    font-size: 1.8rem;
  }
  
  #hero h2 {
    font-size: 1.3rem;
  }
  
  #sm-banner {
    padding: 8px;
  }
  
  #sm-banner .banner-box,
  #sm-banner .banner-box2 {
    height: 30vh;
    padding: 15px;
  }
  
  #banner3 {
    padding: 0 15px;
  }
  
  #banner3 .banner-box {
    height: 18vh;
    padding: 10px;
  }
  
  #banner3 h2 {
    font-size: 16px;
  }
  
  #banner3 h3 {
    font-size: 12px;
  }
  
  #newletter {
    padding: 15px;
  }
  
  .card {
    height: 350px;
  }
  
  .card-image {
    height: 100px;
  }
}


@media (max-width: 768px) and (orientation: landscape) {
  #hero {
    height: 90vh;
  }
  
  #sm-banner .banner-box,
  #sm-banner .banner-box2 {
    height: 50vh;
  }
}
        /* WhatsApp Floating Button Styles */
        .whatsapp-float {
            position: fixed;
            bottom: 30px;
            right: 30px;
            z-index: 1000;
            transform: translateX(100px);
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        
        .whatsapp-float.slide-in {
            transform: translateX(0);
            opacity: 1;
        }
        
        .whatsapp-button {
            display: flex;
            align-items: center;
            background: #25d366;
            color: white;
            text-decoration: none;
            padding: 15px 20px;
            border-radius: 50px;
            box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
            transition: all 0.3s ease;
            font-size: 16px;
            font-weight: 500;
            white-space: nowrap;
        }
        
        .whatsapp-button:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
            filter: brightness(1.1);
            text-decoration: none;
            color: white;
        }
        
        .whatsapp-icon {
            font-size: 24px;
            margin-right: 10px;
            animation: pulse 2s infinite;
        }
        
        .whatsapp-text {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        /* Pulse animation for icon */
        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1);
            }
        }
        
        /* Mobile responsiveness - hide text on smaller screens */
        @media (max-width: 768px) {
            .whatsapp-text {
                display: none;
            }
            
            .whatsapp-icon {
                margin-right: 0;
            }
            
            .whatsapp-button {
                padding: 15px;
                border-radius: 50%;
                width: 60px;
                height: 60px;
                justify-content: center;
            }
            
            .whatsapp-float {
                bottom: 20px;
                right: 20px;
            }
        }
        
        /* Extra small screens */
        @media (max-width: 480px) {
            .whatsapp-button {
                width: 55px;
                height: 55px;
                padding: 12px;
            }
            
            .whatsapp-icon {
                font-size: 22px;
            }
        }
        
        /* Smooth slide-out animation on page unload */
        .whatsapp-float.slide-out {
            transform: translateX(100px);
            opacity: 0;
        }

.launching-section {
            background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
            padding: 80px 20px;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .launching-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            
        }

        .main-title {
            font-family: 'Arial', sans-serif;
            font-size: clamp(3rem, 8vw, 6rem);
            font-weight: 900;
            color: rgb(0, 0, 0);
            text-align: center;
            margin-bottom: 60px;
            letter-spacing: -0.02em;
            position: relative;
            z-index: 2;
        }

        .main-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
          
            border-radius: 2px;
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            max-width: 1200px;
            width: 100%;
            position: relative;
            z-index: 2;
        }

        .product-card {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 20px;
            padding: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
            cursor: pointer;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
            border-color: rgba(255, 255, 255, 0.3);
        }

        .card-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .product-card:hover .card-image {
            transform: scale(1.05);
        }

        .card-content {
            padding: 30px;
            position: relative;
        }

        .card-title {
            font-family: 'Arial', sans-serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: rgb(0, 0, 0);
            margin-bottom: 10px;
            line-height: 1.2;
        }

        .card-subtitle {
            font-family: 'Arial', sans-serif;
            font-size: 1rem;
            color: rgba(0, 0, 0, 0.8);
            margin-bottom: 20px;
            font-weight: 400;
        }

        .coming-soon-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: linear-gradient(45deg, #0000002f, #43403f);
            color: white;
            padding: 8px 16px;
            border-radius: 25px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        }

        .floating-elements {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
            overflow: hidden;
        }

        .floating-circle {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.08);
        }

        .floating-circle:nth-child(1) {
            width: 120px;
            height: 120px;
            top: 15%;
            left: 8%;
        }

        .floating-circle:nth-child(2) {
            width: 180px;
            height: 180px;
            top: 55%;
            right: 10%;
        }

        .floating-circle:nth-child(3) {
            width: 80px;
            height: 80px;
            bottom: 25%;
            left: 15%;
        }

        .floating-circle:nth-child(4) {
            width: 60px;
            height: 60px;
            top: 30%;
            right: 25%;
        }

        @media (max-width: 768px) {
            .launching-section {
                padding: 60px 15px;
            }
            
            .products-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .product-card {
                margin: 0 10px;
            }
            
            .main-title {
                margin-bottom: 40px;
            }

            .floating-circle {
                display: none;
            }
        }

        /* Effet subtil de brillance sur les cartes */
        .product-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.5s ease;
            z-index: 1;
        }

        .product-card:hover::before {
            left: 100%;
        }

        .card-content {
            position: relative;
            z-index: 2;
        }
