:root {
    --primary-color: #007bff;
    --secondary-color: #ffc107;
    --dark-color: #333;
    --light-color: #f8f8f8;
    --text-color: #333;
    --border-color: #ddd;
}

body {
    background-color: #2c2c2c;
    color: #f5f5f5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
}

h5 {
	font-family: Verdana;
    	font-weight:100;
    	color: var(--light-color);
}
h2 {
	font-family: Verdana;
    	font-weight:100;
    	color: var(--light-color);
	padding: 20px 20px;
}

p {
	font-family: Verdana;
    	font-weight:100;
    	color: var(--light-color);
	/*padding: 20px 20px;*/
	text-align: center;
}

.header, .footer {
    background-color: #1a1a1a;
    padding: 20px;
    text-align: center;
    z-index: 1000;
    position: relative;
}

.button {
        display: inline-block;
    	padding: 25px;
    	text-align: center;
    	text-decoration: none;
    	color: #ffffff;
    	background-color: #999999;
    	border-radius: 6px;
    	outline: none;
    	transition: 0.3s;
    	height: 20px;
    	width: 100px;
	vertical-align: middle;
}

.buttonGetit {
        display: inline-block;
    	padding: 20px 20px;
    	text-align: center;
    	text-decoration: none;
    	color: #ffffff;
    	background-color: #7aa8b7;
    	border-radius: 6px;
    	outline: none;
    	transition: 0.3s;
    	height: 40px;
    	width: 200px;
    	line-height: 50px; /* Centre verticalement le texte */
}

.button:hover {
        background-color: #c2c7c7;
      }


/* Navigation */
.header {
    background-color: var(--dark-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar {
	position: relative;
    	display: sticky;
    	justify-content: space-between;
    	align-items: center;
    	margin: 0 auto;
	height: 30px;
}

.navbar img {
    	max-height:25px;
	float: left;
	padding: 1px;
}

.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar li {
    margin: 0 20px;
}
.navbar a {
    	text-decoration: none;
	font-size: 20px;
    	color: #fff;
    	font-weight: medium;
	text-align: left;
	float: left;
    	transition: color 0.3s ease;
	padding: 4px 30px 4px 32px;  

}



/* -----------------------HAMBURGER MENU-----------------------*/
.navbar-toggler {
    	display: none;
    	cursor: pointer;
    	padding: 0px 10px;
	float: right;
}

.navbar-toggler div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
    transition: 0.3s;
}

.navbar ul.show {
    	display: flex;
    	flex-direction: column;
    	position: fixed;
	height: 250px;
	width: 200px;
    	top: 50px;
    	right: 0;
	overflow-x: hidden;
    	background-color: var(--dark-color);
    	padding-top: 60px
	z-index: 100;
}


/*------------------------BANNER-----------------------------*/
.banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	text-align: center;
}
.banner svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	text-align: center;
}
.banner-description {
    font-family: sans-serif;
    text-align: center;
    color: #f5f5f5;

}

.banner-description .container {
    	padding: 20px 20px;
	text-align: center;

}

.container {
    	padding: 20px 20px;
	text-align: center;
	margin: 50px 0 50px ;
}

.banner-description img {
     	max-width: 50%;
	min-width: 300px;
    	height: auto;
    	margin: 1rem 0;
    	object-fit: contain; /* Ensures image fits well inside its container */
}
.banner-description img .btn {
     	max-width: 50%;
	min-width: 300px;
    	height: 30px;
    	margin: 1rem 0;
    	object-fit: contain; /* Ensures image fits well inside its container */
}

.banner-description carouselle{
     height: 60vh;
}

.banner-description h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2vw;
    margin: 10px 0 20px;
}

.banner-description h5 {
    	margin: 10px 20% 20px 20%;
	font-size: min(max(12px, 4vw), 16px);
}
.banner-description p {
    width: auto; /* Laissez la largeur s'adapter au contenu */
    font-family: Arial, Helvetica, sans-serif;
    text-align: center; /* Centre le texte horizontalement */
    margin: 10px auto 20px auto; /* Marges automatiques pour centrer verticalement et horizontalement */
    font-size: min(max(16px, 2vw), 25px);
}


.content {
    	padding: 0px 0px;
    	text-align: center;
	height:50vh;
}


.section {
    margin-bottom: 40px;
}

/*------------------------START PAGE-----------------------------*/
.perspective-banner {
    position: relative;
    width: 100%;
    min-height: 100vh; /* This makes it at least as tall as the viewport */
    overflow: hidden;
}

.perspective-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fullwidth-bg {
    width: 100%;
    height: 100%; /* Changed from 'auto' to '100%' */
    display: block;
    object-fit: cover; /* This ensures the image covers the entire area */
}

/*------------------------VIEW IT-----------------------------*/
.video-container {
    margin: 1rem auto;
    width: 50%;
    min-width: 300px;
}

.banner-description iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
}


/*------------------------SEE IT-----------------------------*/

 /* Container for the images */
    .image-container {
        position: relative;
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    /* Main image (image2.png) */
    .main-image {
        max-width: 100%; /* Ensure it doesn't overflow its container */
        height: auto; /* Maintain aspect ratio */
    }

 .main-perspective {
        max-width: 80%; /* Ensure it doesn't overflow its container */
        height: auto; /* Maintain aspect ratio */
	
    }

    /* Button image (btnImages.png) */
    .btnImages {
        position: absolute;
        top: 50%; /* Position at the vertical center */
        left: 50%; /* Position at the horizontal center */
        transform: translate(-50%, -50%); /* Adjust for exact centering */
        width: 50px; /* Adjust size as needed */
        height: auto; /* Maintain aspect ratio */
    }





/*------------------------FUNCTIONS-----------------------------*/

.contentfunction {
    	padding: 0px 0px;
    	text-align: center;
	height:50vh;
}

.section2 {
	width:100%;
	height:100vh;
	padding: 0px 0px;
	margin-top 0px;
    	margin-bottom: 0px;
	background-color: #666;
}
.card2 {
    	background-color: #3a3a3a;
    	/*border: 2px solid #444;*/
    	border-radius: 20px;
    	padding: 0px;
    	margin: 10px;
    	flex: 1;
    	/*min-width: 200px;*/
    	max-width: 300px;
    	text-align: center;
    	transition: transform 0.3s, box-shadow 0.3s;
	margin-bottom: 10px;
	width: 80%;
}

.card2 img{
    	width-max: 300px;
}
/*------------------------TRY IT-------------------TRY IT-------------------TRY IT-----------------------*/


.background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* Enlarged height to prevent overlap */
    z-index: -1; /* Places it behind content */
}




.button-container {
    display: flex;
    flex-wrap: wrap; /* Allows buttons to wrap */
    justify-content: center; /* Centers buttons */
    max-width: 80vw; /* Limits width to 80% of the screen */
    gap: 10px; /* Adds space between buttons */
    padding: 10px; /* Adds padding for better spacing */
    z-index: 1; /* Keeps buttons above background */
}

/* Button styling */
.buttontryit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12vh; /* Reduced button size */
    height: 12vh;
    max-width: 200px; /* Smaller max size */
    max-height: 200px;
    overflow: hidden; /* Prevents overflow */
    border-radius: 8px; /* Slightly rounded corners */
    background: none; /* No background */
    padding: 0; /* No padding */
}

/* Button image */
.buttontryit img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures full image is visible */
    display: block; /* Prevents spacing issues */
}




/*------------------------GET IT-----------------------------*/
.cards {
    	display: flex;
    	justify-content: space-around;
    	flex-wrap: wrap;

}
.card {
    	background-color: #3a3a3a;
    	border: 1px solid #444;
    	border-radius: 8px;
    	padding: 0px;
    	margin: 10px;
    	flex: 1;
    	/*min-width: 200px;*/
    	max-width: 400px;
    	text-align: center;
    	transition: transform 0.3s, box-shadow 0.3s;
	margin-bottom: 10px;
}


.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}




.btn-customSoon {
    background-color: #666;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.3s;
}

.btn-custom {
    background-color: #13E919;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.3s;
}
.btn-custom:hover {
    background-color: #666666;
    transform: scale(1.05);
}
.card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}
.card ul li {
    margin: 5px 0;
    position: relative;
    padding-left: 20px;
}
.card ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #1e90ff;
}

h5{
   font-size: 20px;
   margin: 15px; 
}

.features {
    background-color: #13EA19;
    color: #f9f9f9;
    padding: 50px;
    text-align: center;
    font-family: 'Arial', sans-serif;
}


/*------------------------FOOTER-----------------------------*/
.footer {
    background-color: #1a1a1a;
    color: #f9f9f9;
    padding: 100px;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.footer-logo {
    width: 100px;
    margin-bottom: 30px;
}

.footer-address,
.footer-email {
    margin: 10px 20px;
	
}

.footer-email a {
    color: #f5f5f5;
    text-decoration: none;
}

.footer-email a:hover {
    text-decoration: underline;
}

.padding{
    padding:  50px 0px;
}


hr{
    margin-top: 100px;
}
/* Media Queries */
@media (max-width: 4096px) {
    .navbar ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 10%;
        right: 0;
        width: 100%;
        background-color: var(--dark-color);
        padding: 10px 0;
    }

    .navbar-toggler {
        display: block;
	
    }

    .navbar-toggler.active div:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .navbar-toggler.active div:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler.active div:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    

}
