@charset "utf-8";

/* CSS for navigation bar */
#nav-bar {
	background-color: #fff;
	width: 100%;
	position: fixed;
	z-index: 1000000000;
}

#nav-bar .shadow {
	-moz-box-shadow: 2px 1px 6px 0px #333;
	-webkit-box-shadow: 2px 1px 6px 0px #333;
	box-shadow: 2px 1px 6px 0px #333;
	border-bottom: 1px solid #000;
}

.over-flyout-shadow {
	-moz-box-shadow: 2px -45px 200px 0px #333;
	-webkit-box-shadow: 2px -45px 200px 0px #333;
	box-shadow: 2px -45px 200px 0px #333;
	border-bottom: 1px solid #999;
}

#main-content {
	padding-top: 70px;
	position: relative;
}

#nav-bar-container {
	background-color: #fff;
	max-width: 1598px;
	margin: auto;
	padding: 5px 3% 0px;
}

#nav-bar-cn-logo,
._nav-bar-buttons,
._nav-bar-dividers {
	float: left;
}

#nav-bar-cn-logo {
	display: block;
	height: 56px;
	margin: 6px 18px 9px 0px;
	width: 98px;
}

#nav-bar-cn-logo img {
	display: block;
	width: 100%;
}

._nav-bar-dividers {
	background-color: #c4c4c4;
	height: 47px;
	margin: 13px 2px;
	width: 1px;
}

._nav-bar-button-text {
	color: #000;
	display: block;
	font-family: IntervogueAltMedium;
	font-size: 18px;
	line-height: 72px;
	padding: 0px 20px;
	text-transform: uppercase;
}

._nav-bar-desktop-items {
	float: right;
	height: 72px;
	width: 24%;
	text-align: right;
}

._nav-bar-icons {
	display: inline-block;
	margin-left: 15px;
	margin-top: 14px;
	position: relative;
	vertical-align: middle;
}

._nav-bar-icon-text {
	background-repeat: no-repeat;
	color: #fff;
	display: none;
	font-family: IntervogueAltMedium;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
}

#nav-bar-icon-schedule {
	background-image: url(../images/nav-bar-sprites.png);
	background-position: 0 -787px;
	height: 25px;
	width: 25px;
}

#nav-bar-icon-search {
	background-color: #efefef;
	border: 1px solid #8a8a8a;
	border-radius: 10px;
	height: 39px;
	position: relative;
	text-align: left;
	width: 100%;
}

#nav-bar-icon-searchBox {
	background: none;
	border: none;
	color: #505050;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 37px;
	left: 10px;
	line-height: 37px;
	outline: none;
	position: absolute;
	width: 78%;
}

#nav-bar-icon-search-icon {
	background-image: url(../images/nav-bar-sprites.png);
	background-position: 0 -981px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	margin-top: 7.5px;
	right: 10px;
	position: absolute;
	width: 24px;
}


#cssportal-grid1 {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
	width: 100%;
	height: 55%;
    
}
#div01 {
	grid-area: 1 / 1 / 4 / 3;
	border: 5px solid white;
    padding: 5px;

}
#div02 {
	grid-area: 1 / 3 / 3 / 4;
	border: 5px solid white;
    padding: 5px;
	
}
#div03 {
	grid-area: 1 / 4 / 3 / 5;
	border: 5px solid white;
    padding: 5px;
}
#div04 {
	grid-area: 3/3/4/4;
	background-color: #000;
	color: white;
	height: 153px;
	border: 5px solid white;
    padding: 5px;
}
#div05 {
	grid-area: 3/4/4/5;
	background-color: #000;
	color: white;
	height: 153px;
	border: 5px solid white;
    padding: 5px;
}
  
 
 
.imagg{
	object-fit: cover; 
    width: 100%;
    
}
.imgg{
	object-fit: cover; 
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    border: 5px solid white;
    padding: 5px;
}
.bottom-div{
	
	background-color: #000;
	height: 99px;
	color: white;
}
.gamm{
    font-size: 1.7rem;
}
.play-btn{
    color: green;
    font-size: 2rem;
}
.m{
	height: 70px;
}
.hero1{
	z-index: -5;
	
	height: 1000px;
	width: 100%;
	background-color: #2A338E;

}
.main-line{
	color: white;
	
}
.main-png{
	margin-top: 100px;
	margin-right: 10px;
	margin-left: 10px;
}

/* Global styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#cssportal-grid2{
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	grid-template-columns: repeat(8, 1fr);
	gap: 0;
	width: 100%;
	height: 100%;
}
#div1 {
	grid-area: 1 / 1 / 5 / 5;
	background-color: white;

}
#div2 {
	grid-area: 1/5/2/6
}
#div3 {
	grid-area: 1/6/2/7;
}
#div4 {
	grid-area: 1/7/2/8;
}
#div5 {
	grid-area: 1/8/2/9;

}
#div6 {
	grid-area: 2/5/3/6;
}
#div7 {
	grid-area: 2/6/3/7;

}
#div8 {
	grid-area: 2/7/3/8;
	
}
#div9 {
	grid-area: 2/8/3/9;
	

}
#div10 {
	grid-area: 3 / 5 / 4 / 7;
	background-color: white;
}
#div11 {
	grid-area: 4 / 5 / 5 / 7;
	background-color: white;
}
#div12 {
	grid-area: 3 / 7 / 5 / 9;
	background-color: #ccc;
    text-align: center;
}
.hero2{
	z-index: 2;
    height: 1200px;
    background-color: #1C9763;
    width: 100%;
    
}
.rbtn {
    background-color: black; 
    border: none; 
    color: white; 
    padding: 15px 32px; 
    text-align: center; 
    text-decoration: none;
    display: inline-block; 
    font-size: 16px; 
    margin: 4px 2px; 
    transition-duration: 0.8s; 
    cursor: pointer; 
    border-radius: 24px;
    outline: none; 
    width: 300px;
    margin-top: 50px;
    margin-left: 40%;
  }
  
  .rbtn:hover {
    transform: scale(1.3); /* Scale up on hover */
  }
  .hero2-hed{
    color: white;
    padding-top: 50px;
    padding-left: 20px;
  }
  .gamelogo{
    margin-left: 50px;
  }

/* Footer container */
#footer-container {
    background-color: #333;
    padding: 0px;
}

/* Footer wrapper */
.footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Footer navigation */
#footer-navigation {
    flex: 1;
}

.footer-nav-column-1,
.footer-nav-column-2 {
    list-style-type: none;
    padding: 0;
}

.footer-nav-column-1 li,
.footer-nav-column-2 li {
    margin-bottom: 10px;
}

.footer-nav-text {
    color: #fff;
    text-decoration: none;
}

.footer-nav-text:hover {
    text-decoration: underline;
}

/* Footer content */
#footer-content {
    flex: 1;
}

.footer-content-legal-large,
.footer-content-legal-small {
    color: #ccc;
}

.footer-content-images {
    margin-top: 20px;
}

.footer-content-image-cartoon-network-logo,
.footer-content-image-rating,
.footer-content-image-georgia,
.footer-content-image-kids-safe-seal {
    margin-right: 10px;
}

.footer-content-image-sbsu,
.footer-content-image-cartoonito {
    margin-bottom: 10px;
}

.footer-content-ga-tax {
    color: #aaa;
    font-style: italic;
}






/* CSS for navigation bar */
@media only screen and (max-width: 767px) {
	#nav-bar-container {
	  padding: 5px 10px;
	}
  
	._nav-bar-buttons {
	  display: none;
	}
  
	._nav-bar-dividers {
	  display: none;
	}
  
	._nav-bar-desktop-items {
	  display: none;
	}
  
	#nav-bar-icon-searchBox {
	  width: calc(100% - 40px);
	}
  
	#nav-bar-icon-search-icon {
	  display: none;
	}
  
	#nav-bar-icon-search {
	  width: calc(100% - 20px);
	}
  }

/* Default styles */

/* Your existing CSS here... */

/* Media queries for mobile */
.hero2-btn{

	background-color: #FFB2CD;
}

._nav-bar-button-text:hover{
	background-color: #000;
	color: white;
}
@media only screen and (max-width: 767px) {
	/* Existing styles for smaller screens */
  
	/* Hamburger menu button */
	.hamburger-menu-btn {
	  display: block;
	  float: left; /* Or use flexbox for better positioning */
	  /* Style the button (lines, color, etc.) */
	}
  
	/* Hide navigation elements by default */
	#nav-bar-container ._nav-bar-buttons,
	#nav-bar-container ._nav-bar-dividers,
	#nav-bar-container ._nav-bar-desktop-items {
	  display: none;
	}
  
	/* Show navigation elements when hamburger menu is clicked (using Javascript) */
	#nav-bar-container .navigation-links {
	  display: none; /* Initially hidden */
	}
  
	#nav-bar-container .hamburger-menu-btn:clicked {
	  /* Javascript to toggle visibility of .navigation-links */
	}
  }
  
