@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Arial', Helvetica, sans-serif;
	color: #fff;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed !important;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:822px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}

/* Buttons
 * --------------------------------------- */
#download a{
    text-decoration: none
}
#download,
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.button {
    margin: 20px 0 0 0;
    vertical-align: middle;
    display: inline-block
}

.button a {
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.button a:hover {
    color: #316f68;
    background-color: #fff
}

.styled-button {
    background-color: transparent; /* Transparent background */
    color: white; /* White text by default */
    border: 2px solid white; /* White border */
    padding: 0.8rem 1.5rem; /* Padding for spacing */
    font-size: 1.2rem; /* Font size */
    font-family: 'Arial', sans-serif; /* Font family */
    text-transform: uppercase; /* Uppercase text */
    letter-spacing: 1px; /* Letter spacing for style */
    display: inline-flex; /* Inline-flex for aligning text and arrow */
    align-items: center; /* Center text and arrow vertically */
    gap: 0.8rem; /* Space between text and arrow */
    cursor: pointer; /* Pointer cursor on hover */
    transition: all 0.3s ease; /* Smooth transition */
    border-radius: 50px; /* Rounded edges for the button */
}

.styled-button .arrow-circle {
    display: inline-block; /* Ensure the arrow-circle is inline */
    background-color: transparent; /* Transparent background initially */
    color: white; /* White arrow by default */
    border: 2px
}

.code{
	background: rgba(255,255,255,0.7);
	padding: 0px 5px;
	line-height: 25px;
}

/* Style for our header texts
* --------------------------------------- */
h1{
	font-size: 5em;
	font-family: arial,helvetica;
	color: #fff;
	margin:0;
    font-weight: bold;
}
.section p,
.intro p{
	color: #fff;
}
/* Button Container Styling */
.button-container {
    display: flex; /* Use flexbox for alignment */
    justify-content: space-between; /* Space the buttons equally */
    align-items: flex-start; /* Align buttons vertically in the center */
    max-width: 80%; /* Restrict container width */
    margin: 0 auto; /* Center the container */
}

/* Button Item */
.button-item {
    text-align: center; /* Center the image and button */
    margin: 0 10px; /* Add spacing between items */
    flex: 1; /* Ensure equal spacing */
}

/* Button Image Styling */
.button-image {
    max-width: auto; /* Limit the size of the image */
    height: 75px;
    display: block;
    margin: 0 auto 10px; /* Center the image and add space below it */
}

/* Button Styling */
.btn {
    background-color: transparent; /* Transparent background */
    color: white; /* White text by default */
    border: 2px solid white; /* White border */
    padding: 0.8rem 1.5rem; /* Padding for spacing */
    font-size: 1.2rem; /* Font size */
    font-family: 'Arial', sans-serif; /* Font family */
    text-transform: uppercase; /* Uppercase text */
    letter-spacing: 1px; /* Letter spacing for style */
    display: inline-block; /* Inline-flex for aligning text and arrow */
    align-items: center; /* Center text and arrow vertically */
    gap: 0.8rem; /* Space between text and arrow */
    cursor: pointer; /* Pointer cursor on hover */
    transition: all 0.3s ease; /* Smooth transition */
    border-radius: 50px; /* Rounded edges for the button */
}

/* Hover Effect */
.btn:hover {
    background-color: gold; /* Change background to gold */
    color: white; /* Change text to white */
}

/* Responsive Design */
@media (max-width: 775px) {
    .button-container {
        flex-direction: column; /* Stack buttons vertically on smaller screens */
        gap: 2rem;
    }

    .button-item {
        margin: 0 auto; /* Center items */
    }

    .button-image {
        max-width: 250px; /* Adjust image size for smaller screens */
    }

    .btn {
        width: 100%; /* Full-width buttons on smaller screens */
        align-items: center;
    }
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}

/* Sections backgrounds
* --------------------------------------- */
#section0{
	background-image: linear-gradient(128deg,#004225,#003300);
}

#section00{
	background-image: linear-gradient(128deg,#ffbb00,#FFD700);
}

#section1{
	background-image: linear-gradient(128deg,#004225,#003300);
}

#section2{
	background-image: linear-gradient(128deg,#ffbb00,#FFD700);
}

#section3{
	background-image: linear-gradient(128deg,#004225,#003300);
}

#section4{
	background-image: linear-gradient(128deg,#ffbb00,#FFD700);
}

#section5{
	background-image: linear-gradient(128deg,#004225,#003300);
}

#section6{
	background-image: linear-gradient(128deg,#ffbb00,#FFD700);
}

#section7{
	background-image: linear-gradient(128deg,#004225,#003300);
}

#contact-section{
	background-image: linear-gradient(128deg,#004225,#003300);
}


/* Header & Navigation Bar */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 0;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

#navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    z-index: 9999; /* Make sure it stays on top */
    height: 80px; /* Increase the height of the navbar */
    box-sizing: border-box; /* Include padding in height calculation */
}

.navbar-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.menu-container {
    position: relative;
}

#menu-button {
    background-color: transparent;
    border: none;
    color: #FFD700;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 10px;
}

#menu-button:hover {
    text-decoration: underline;
}

#menu-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0); /* Semi-transparent black */
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Ensure it overlays other elements */
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

#menu-dropdown li {
    margin: 15px 0;
    font-size: 2.5rem;
}

#menu-dropdown a {
    color: #FFD700;
    text-decoration: none;
    font-size: 40px;
}

#menu-dropdown a:hover {
    text-decoration: underline;
}

#menu-dropdown.show {
    opacity: 1;
    pointer-events: auto;
}

.close-btn {
    position: absolute;
    left: 50%; /* Position the first button at 2/3 across */
    top: 80%;
    transform: translateX(-50%); /* Center the button horizontally */
    background-color: transparent; /* Transparent background */
    color: white; /* White text by default */
    border: 2px solid white; /* White border */
    padding: 0.8rem 1.5rem; /* Padding for spacing */
    font-size: 1.2rem; /* Font size */
    font-family: 'Arial', sans-serif; /* Font family */
    text-transform: uppercase; /* Uppercase text */
    letter-spacing: 1px; /* Letter spacing for style */
    display: inline-block; /* Inline-flex for aligning text and arrow */
    align-items: center; /* Center text and arrow vertically */
    gap: 0.8rem; /* Space between text and arrow */
    cursor: pointer; /* Pointer cursor on hover */
    transition: all 0.3s ease; /* Smooth transition */
    border-radius: 50px; /* Rounded edges for the button */
}
  
  .close-btn:hover {
    color: goldenrod; /* Highlight color on hover */
}

.logo-container {
    flex: 1;
    text-align: center;
}

#navbar img.logo {
    height: 40px;
}

.search-container {
    position: relative;
}

#search-button {
    background-color: transparent;
    border: none;
    color: #FFD700;
    font: monaco;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 20px;
    margin-right: 10px; /* Adjusted for better positioning */
}

#search-button:hover {
    text-decoration: underline;
}

/* 3-Image Container */
#image-container {
    display: flex; /* Horizontal alignment for images */
    justify-content: center; /* Center the entire container */
    align-items: center; /* Vertically align items */
    gap: 200px; /* Space between images */
    margin-top: 30px; /* Add spacing between text and images */
}

.image-box {
    width: 300px; /* Ensures all boxes are the same width */
    height: 300px; /* Ensures all boxes are the same height */
    display: flex;
    flex-direction: column; /* Stack the image and text vertically */
    align-items: center; /* Centers content horizontally within the box */
    justify-content: space-between; /* Evenly distributes image and text */
    text-align: center; /* Centers text */
}

.image-box img {
    width: auto; /* Set a fixed width */
    height: 150px; /* Set a fixed height */
    object-fit: cover; /* Crop the image to fill the box while maintaining proportions */
}

.image-item p {
    width: 100%;
    max-width: 250px;
    margin-top: 10px; /* Adds space between the image and text */
    font-size: 16px; /* Adjusts font size for the description */
    color: #fff; /* Sets text color */
}

@media (max-width: 768px) {
    #image-container {
        flex-direction: column; /* Stack images vertically on small screens */
        gap: 15px; /* Adjust gap for vertical layout */
    }

    .image-box img {
        max-width: 80%; /* Reduce image size on small screens */
        margin: 0 auto; /* Center images in the container */
    }
}

/* Layer styling to position buttons at the bottom */
.layer {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column; /* Aligns buttons vertically */
    gap: 15px; /* Adds spacing between buttons */
    align-items: center;
}

/* Styling for the first button */
.layer .btn {
    position: absolute;
    left: 75%; /* Position the first button at 2/3 across */
    top: 55%;
    transform: translateX(-50%); /* Center the button horizontally */
    background-color: transparent; /* Transparent background */
    color: white; /* White text by default */
    border: 2px solid white; /* White border */
    padding: 0.8rem 1.5rem; /* Padding for spacing */
    font-size: 1.2rem; /* Font size */
    font-family: 'Arial', sans-serif; /* Font family */
    text-transform: uppercase; /* Uppercase text */
    letter-spacing: 1px; /* Letter spacing for style */
    display: inline-block; /* Inline-flex for aligning text and arrow */
    align-items: center; /* Center text and arrow vertically */
    gap: 0.8rem; /* Space between text and arrow */
    cursor: pointer; /* Pointer cursor on hover */
    transition: all 0.3s ease; /* Smooth transition */
    border-radius: 50px; /* Rounded edges for the button */
}

.layer .btn:hover {
    background-color: gold; /* Change background to gold */
    color: white; /* Change text to white */
}

/* Styling for the second button */
.layer .second-btn {
    position: absolute;
    left: 75%; /* Position the second button below the first button */
    top: 70%; /* Adjust the vertical space between the buttons (use margin-top as an alternative) */
    background-color: transparent; /* Transparent background */
    color: white; /* White text by default */
    border: 2px solid white; /* White border */
    padding: 0.8rem 1.5rem; /* Padding for spacing */
    font-size: 1.2rem; /* Font size */
    font-family: 'Arial', sans-serif; /* Font family */
    text-transform: uppercase; /* Uppercase text */
    letter-spacing: 1px; /* Letter spacing for style */
    display: inline-block; /* Inline-flex for aligning text and arrow */
    align-items: center; /* Center text and arrow vertically */
    gap: 0.8rem; /* Space between text and arrow */
    cursor: pointer; /* Pointer cursor on hover */
    transition: all 0.3s ease; /* Smooth transition */
    border-radius: 50px; /* Rounded edges for the button */
}

.layer .second-btn:hover {
    background-color: gold; /* Change background to gold */
    color: white; /* Change text to white */
}

@media (max-width: 768px) {
    .layer {
        flex-direction: column; /* Stack buttons vertically */
        align-items: center; /* Center buttons */
        gap: 10px; /* Smaller gap between buttons */
    }

    .layer a {
        width: auto; /* Prevent buttons from stretching */
        max-width: 300px; /* Optional: Limit the maximum width */
    }
}

.big-image-box {
    display: flex; /* Ensures the image can be centered */
    justify-content: right; /* Centers the image horizontally */
    align-items: center; /* Centers the image vertically */
    height: 100vh; /* Makes the container match the viewport height */
    overflow: hidden; /* Prevents content from overflowing the container */
}

.big-image-box img {
    max-height: 100%; /* Ensures the image scales down to fit the height */
    object-fit: contain; /* Ensures the image maintains its aspect ratio */
    display: block; /* Removes unwanted spacing below the image */
}

.overlay-text {
    position: absolute;
    top: 50%; /* Center vertically */
    left: 5%; /* Align near the left edge (adjust as needed) */
    transform: translateY(-50%); /* Only center vertically, no horizontal adjustment */
    text-align: left; /* Ensure the text aligns to the left */
    color: white;
    -webkit-text-stroke: 1px #003300; /* Adds a stroke for better readability */
    z-index: 2; /* Ensure it is above the image */
}

/* Additional text styles */
.overlay-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.overlay-text p {
    font-size: 1.5rem;
}

.overlay-text-big {
    position: absolute;
    top: 80px; /* Adjust to position vertically */
    right: 200px; /* Adjust to position horizontally */
    text-align: right;
    z-index: 10; /* Ensure it appears above the video */
}

.overlay-text-big h1 {
    color: gold; /* Text color */
    font-size: 10rem; /* Adjust for size */
    font-weight: bold; /* Make it bold */
    margin: 0;
}

@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .overlay-text-big {
        left: 20px; /* Push text away from the left edge */
        right: unset; /* Remove right alignment */
        text-align: left; /* Align text to the left */
        font-size: 2.5rem; /* Smaller font size for smaller screens */
    }
}

.pdf-container {
    max-width: 80%; /* Limit the width of the PDF display */
    margin: 0 auto; /* Center the container */
    padding: 20px;
  }
  
  .contact-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: goldenrod;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .contact-container h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .form-group {
    margin-bottom: 15px;
    text-align: left;
  }
  
  .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: #1bbc9b;
  }
  
  .submit-btn {
    padding: 10px 20px;
    background-color: #1bbc9b;
    color: white;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}
  
.submit-btn:hover {
    background-color: #17a589;
}

/* Updated Layer styling */
/* Ensure container is centered */
.Other_buttons .layer {
    position: relative; /* Ensure positioning is relative to parent or document */
    display: flex; /* Use flexbox for layout */
    flex-direction: column; /* Stack buttons vertically */
    justify-content: center; /* Center vertically (if needed) */
    align-items: center; /* Center horizontally */
    gap: 15px; /* Spacing between buttons */
    margin: 0 10px; /* Horizontally center the entire container */
    padding: 50px 0; /* Add vertical padding */
    width: 100vh; /* Ensure it spans the full width of the viewport */
    box-sizing: border-box; /* Include padding in width calculations */
}

/* Styling for the first button */
.Other_buttons .layer .btn {
    position: relative; /* Remove absolute positioning */
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
}

/* Hover effect for the first button */
.Other_buttons .layer .btn:hover {
    background-color: gold;
    color: white;
}

/* Styling for the second button */
.Other_buttons .layer .second-btn {
    position: relative; /* Remove absolute positioning */
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
    font-family: 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
}

/* Hover effect for the second button */
.Other_buttons .layer .second-btn:hover {
    background-color: gold;
    color: white;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .Other_buttons .layer {
        padding: 100px 300px;
    }

    .Other_buttons .layer .btn,
    .Other_buttons .layer .second-btn {
        font-size: 1rem;
        padding: 0.6rem 1rem;
    }
}

.single-image-box {
    width: 300px; /* Ensures all boxes are the same width */
    height: 300px; /* Ensures all boxes are the same height */
    display: flex;
    flex-direction: column; /* Stack the image and text vertically */
    align-items: center; /* Centers content horizontally within the box */
    justify-content: center; /* Evenly distributes image and text */
    text-align: center; /* Centers text */
}

.single-image-box img {
    width: auto; /* Set a fixed width */
    height: 150px; /* Set a fixed height */
    object-fit: cover; /* Crop the image to fill the box while maintaining proportions */
    display: block; /* Removes any extra spacing */
    margin: 0 auto; /* Centers the image */
}

