*{
}
body {  
	min-width: 350px;
	max-width: 2000px;
    padding: 0;
	margin: 0 auto; 
	font-family:	
'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
}
.end-of-website {
	font-size: 25px;
	color: white;
    background-color: black;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    }
.header {
	position: fixed;
	width: 2000px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1px;
	color: #c3922e;
	text-align: center;
	z-index: 98;
}
.menu-toggle {
	cursor: pointer;
}
.bar {
	display: none;
}
.menu-toggle.active .bar {
	display: block;
}
.menu-toggle.active .bar:nth-child(1) {
	transform: rotate(45deg) translate(2px, 11px);
}
.menu-toggle.active .bar:nth-child(2) {
	opacity: 0;
}
.menu-toggle.active .bar:nth-child(3) {
	transform: rotate(-45deg) translate(2px, -11px);
}
.navigation {
	display: flex;
	justify-content: left;
}
.navigation-items {
	list-style: none;
	padding: 0;
	display: flex;
	z-index: 99;
	justify-content: left;
}
.navigation-items a {
	font-size:  33px;
	text-decoration: none;
	color: #c3922e;
	padding: 15px;
	transition: background-color 0.3s;
	transition: 0.3s ease;
}
.navigation-items a:hover {
	color: #FFFFFF;
}
.top-containerall{
    position: relative; /* Ensure the container is positioned */
    max-width: 2000px; /* Set a maximum width for the container */
    margin: 0 auto; /* Center the container horizontally */	
	z-index: 999;
}
.top-imagef1 {
    position: absolute;
    top: 2%;
    right: 32px;
    border-radius: 50%;
    width: 9%;
    opacity: 1;
    z-index: 99;
    border: 2px solid #000000;
    background-color: #000000;
	transition: opacity 0.5s ease;
}
.top-imagef1.show {
    opacity: 1; /* Make it visible */
	position: fixed;
    top: 150px; /* Position the element at the bottom when it pops up */
    left: center; /* Position the element at the right */
	width: 245px;
	height: auto;
	transition: opacity 0.5s ease;
}
/* video loader on top of website */
/* video loader on top of website */
/* video loader on top of website */
.containervp {
	max-width: 100%;
 	position: relative;
	width: 100%; /* Set video width to 100% of the container */
 	height: auto; /* Maintain aspect ratio */
 	overflow: hidden;
	z-index: 5;
	display: none;
}
.containerv {
	padding-top: 60px;
	background-color: #000000;
	max-width: 100%;
 	position: relative;
	width: 100%;
 	height: auto;
 	overflow: hidden;
	z-index: 5;
}
.video-bg {
	object-fit: cover; /* Cover the container with the video, maintaining aspect ratio */
	width: 100%; /* Set video width to 100% of the container */
	height: auto; /* Maintain aspect ratio */	
}
.overlayv {
	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
    background-image: radial-gradient(circle at 2.5px 2.5px, rgba(0, 0, 0, 0.2) -1px, transparent 4px);
 	z-index: 2;
 	pointer-events: none; /* Allows clicks to interact with elements behind the overlay */
	 /* Other properties */
 	background-size: 5px 5px; /* Adjust the size to control the density and spacing of dots */
}
/* ALL TEXT STAFF EXPENATION*/
.textc {
	width: 2000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background-color: #000000;
}.textcw {
	width: 2000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background-color: #ffffff;
}
.h1{
	z-index: 7;
    font-size: 150px;
	width: 98%;
    color: #c3922e;
	text-transform: uppercase;
	align-items: center;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
.h2{
    font-size: 25px;
	padding-bottom: 190px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
    color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1px; 
}
.h2w{
    font-size: 25px;
	padding-bottom: 190px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
    color: #000000;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1px; 
}
.h3{
    font-size: 25px;
	padding-bottom: 100px;
	padding-right: 0px;
	width: 80%;
    color: #ffffff;
	text-transform: uppercase;
	text-align: right;
}
.h3e{
    font-size: 35px;
	width: 100%;
	color: #ffffff;
}
.emaill{
	text-align: right;;
	width: 80%;
}
.h2h{
    font-size: 25px;
	padding-bottom: 190px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
    color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}
.h2f{
    font-size: 10px;
	padding-top: 200px;
	padding-bottom: 190px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
    color: #ffffff;
	text-align: center;
	letter-spacing: 10px; 
}
.top-section {
	top:-100px;
    max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-all {
	top:-100px;
    max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-big {
	max-width: 2000px;
	margin: 0 auto;
	margin-top: -90px;
}
.gallery-big img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.gallery-small {
	max-width: 2000px;
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	background-color: #ffffff;
}
.gallery-small img {	
	margin-left: auto;
	margin-right: auto;
	max-height: 250px;
	width: 250px;
	display: block;
	margin: 25px;
	background-color: #000000;
}
.top-image{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	width: 35%;	
}
.top-imagep1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	width: 15%;	
	opacity: 70%;
	cursor: pointer;
}
.top-imagev {
    opacity: 90%;
    max-width: 100%;
    position: absolute;
    top: 80px;
    left: 50%; /* Center the element horizontally */
    transform: translateX(-50%); /* Adjust for centering */
    width: auto;
    z-index: 999;
	pointer-events: none;
}
.top-images {
	display: none;
}
.containerbg {
	position: relative;
}
.top-imageinst {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	width: 50px;
}
.top-imager{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -70%);		
	width: 90%;	
	z-index: 10;
}
.top-imagesm2 {
	position: absolute;
	top: 40%;
	left: 63%;
	width: 36%;
}
.top-imagehr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	width: 85%;
}
.top-imagel {
	position: absolute;
	top: 40%;
	left: 20%;
	transform: translate(-50%, -50%);	
	width: 40%;
}
.top-imagem {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);	
	width: 40%;
}
.top-image1e {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	width: 15%;
	border: 4px solid black;
	border-radius: 150px;
}
.top-imagefm {
	position: absolute;
	top: 10%;
	right: 0%;
	transform: translate(-10%, -100%);	
	width: 150px;
	opacity: 60%;
	z-index: 99;
}
.background-image {
	max-width: 100%;
}
.whitebg{
	background-color: #ffffff;
	height: 100px;
}
.black-space {
	background-color: #000000;
	height: 200px;
	width: 100%; /* Takes the full width of its parent container */
}
.yellow-space {
	background-color: #FFEC00;
	  height: 200px;
	width: 100%; /* Takes the full width of its parent container */
}
.containerb{
	width:2000px;
}
.container42 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px;
}
.image42 {
	flex: 1 0 calc(25% - 10px); /* 4 images in a row on large screens */
	margin: 5px;
}
.container43 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px;
}
.image43 {
    flex: 1 0 calc(25% - 10px); /* 4 images in a row on large screens */
	margin: 0px;
}
        /* Add styling for images */
.image43 img {
	width: 100%;
	height: auto;
}	
.image44 {
    flex: 1 0 calc(20% - 10px); /* 4 images in a row on large screens */
	margin: 20px;
}
        /* Add styling for images */
.image44 img {
	width: 100%;
	height: auto;
}
    .containerrepeat {
	display: flex; /* Use flexbox to layout images in a row */
	flex-wrap: nowrap; /* Prevent wrapping to next row */
	overflow: hidden; /* Hide overflowed images */
	width: 100%; /* Ensure the container spans the width of the viewport */
	height: auto; /* Adjust height as needed */
	justify-content: center; /* Center content horizontally */
	align-items: center; /* Center content vertically */
}
.containerrepeat img {
	height: 950px; /* Ensure the image fills the container's height */
}

 .containerrepeat2 img {
      height: 950px; /* Ensure the image fills the container's height */
}
#scrollToTopBtn {
	width: 100px;
    height: 100px;
	font-size: 140px;
    display: none;
    position: fixed;
    bottom: 40px;
    right: 85px;
    background-color: #c3922e;
    color: #000;
    border: none;
	opacity: 80%;
    cursor: pointer;
	border-radius: 50%;
	transition: 0.3s ease;
	z-index: 999;
}
#scrollToTopBtn:hover {
    background-color: #FFFFFF;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* Aspect ratio (16:9) */
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ccontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px;
}
.ccontent1 {
	flex: 1 0 30%;
	margin: 5px;
}
.ccontent2 {
	flex: 1 0 50%;
	margin: 5px;
}
.container5050 { 
	position: absolute;
	top: 17%;
	left: 50%;
	transform: translate(-50%, -50%);	
	width: 33%;
}
.box50 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}
.containerlogo {
	top: 70%;
	left: 50%;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.popup-btn {
	margin: 10px;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}
#popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: #fff;
	z-index: 1000;
	width: 560px;
	height: 315px;
}
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 140%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 900;
}
#customized-player {
	position: relative;
	width: 560px;
	height: 315px;
	max-width: 600px;
	margin: 0 auto;
}
#youtubeIframe {
	width: 560px;
	height: 315px;
}
#close-btn {
	position: absolute;
	top: -50px;
	right: 250px;
	cursor: pointer;
	width: 70px;
	height: 70px;
}
@media screen and (max-width: 768px) {
.containerrepeat img {
	height: auto; /* Make container height auto so images can expand vertically */
}	
.header {
	width: 100%;
}
.bar {
    display: block;
	width: 25px;
    height: 3px;
    background-color: #c3922e;
    margin: 5px 0;
    transition: transform 0.3s, opacity 0.3s;
}
.navigation-items {
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background-color: #333;
	opacity: 80%;
	display: none;
}
.navigation-items a {
	font-size: 58px;
}
.navigation-items.show {
	display: flex;
}
.navigation {
	justify-content: center;
}
.top-imagev {
	display: none;
}		
.h1{
    font-size: 70px;
	padding-bottom: 0px;
	width: 100%;
}
.h2{
    font-size: 25px;
	padding-bottom: 60px;
	width: 95%;
	line-height: 1.5;
	letter-spacing: 0px; 
}
.h3{
    font-size: 35px;
	padding-bottom: 60px;
	width: 100%;
	color: #ffffff;
	text-align: center;
}
.h3e{
	font-size: 30px;
	text-align: center;
}
.h2h{
    font-size: 20px;
	padding-bottom: 190px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-transform: uppercase;
	text-align: center;
	align-items: center;
}
.emaill{
	text-align: center;
	padding-bottom: 220px;
	margin-left: auto;
	margin-right: auto;
}
.gallery-small {
	padding: 0 1px;
	max-width: 100%;
	width: auto;
}
.gallery-small img {
	margin: 10px;
	width: auto;
	height: auto;
}
.element4 {
    flex: 0 0 100%;
    margin: 0 0 20px 0;
}	
.element2 {
    flex: 0 0 500%; /* Set full width for small screens */
    margin: 0 0 20px 0; /* Add some space between elements */
}
.top-imagesm2 {
	top: 50%;
	left: 40%;
	width: 60%;
}
.top-image{
	width: 70%;	
}
.top-imagesm2 {
	top: 55%;
	left: 50%;
	width: 50%;
}	
.top-imagel {
	top: 27%;
	left: 27%;
	width: 55%;
}
.containerv {
	display: none;
}
.top-images {
	display: block;
	opacity: 70%;
	max-width: 100%;
	position: absolute;
	top: 70px;
	left: 0px;
	width: auto;
	z-index: 999;
	pointer-events: none; /* Allows clicks to interact with elements behind the overlay */
}
.containervp {
	display: block;
	background-color: #000000;
}
.container {
	display: block;
    background-position: center center;
    background-size: auto 100%;
}
.container2 {
	background-image: url('../image/ggsm.png'); 
	display: block;
	background-color: #FFEC00;
    background-position: center center;
    background-size: 100% auto;
}
.ccontent2{
	flex: 1 0 100%;
}
.ccontent1 img {
	width: 80%;
	height: auto;
}
.box50 {
	width: 100%;
}
.top-image1e {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	width: 40%;
}
.top-imagevr{
	margin-left: auto;
	margin-right: -90px;
	top: 30px;
}	
.top-imagef1 {
	top: 10px;
	right: 10px;
	width: 33%;
}	
.image43 {
    flex: 1 0 calc(50% - 10px); /* 2 images in a row on small screens */
    margin: 0px;
}	
.image42 {
    flex: 1 0 calc(50% - 10px); /* 2 images in a row on small screens */
    margin: 0px;
}
.image44 {
    flex: 1 0 calc(50% - 10px); /* 2 images in a row on small screens */
    margin: 5px;
}	
}
@media (min-width: 768px) and (max-width: 991px) {
.h1{
    font-size: 60px;
}
.h2{
    color: #C8C8C8;
}
.h3{
    font-size: 20px;
	padding-bottom: 40px;
	width: 90%;
	line-height: 1.5;
}
.emaill{
	margin-left: auto;
	margin-right: auto;
}
.h2h{
    font-size: 20px;
	padding-top: 20px;
	padding-bottom: 90px;
	text-align: center;
	align-items: center;
}
}