@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,800);

body { 
  background-color:Black;
  font-family: 'Open Sans';
  font-size: 1.3em;
  padding: 0;
  margin: 0px;
  
}
a {
  text-decoration: none;
  color: white;
}
#nav {
  background-color: Blue;
  position: fixed;
  z-index: 1000;
  top: 0;  
  left: 0;
  width: 100%;
  height: 50px; /* Adjust the value to your desired height */
}
#nav ul{
  list-style: none;

}
#nav li {
 /* display: inline-block; /* Maintain inline-block behavior */
  margin-top: -1px; /* Add 10px padding at the top */
  font-weight: bold;
  width: 45px; 
  color: White;
  font-size: 12px;
  font-family: 'Press Start 2P', system-ui;
}

.content {
  padding-top: 52px;
   background: White;
    margin: 0px; /* Center the content horizontally */

}
.anchor {
  display: block; /*this is important!*/
}
.title {
  position: relative;
  margin-bottom: 0;
  display: block;
  top: -4px;
  padding: 8px 0;
  font-size: 1em;
  font-family: "Press Start 2P", system-ui;
  
}
.title:before{
  font-size: 1.5em;
  content: "\005B";
  font-family: "Press Start 2P", system-ui;
  fo
}
.title:after{
  font-size: 1.5em;
  content: "\005D";
  font-family: "Press Start 2P", system-ui;
  
}
.page-divider {
  margin: 0 auto;
  width: 100%;
  min-height: 00px;
  height: 00%; 
  overflow: hidden;
  background-size: cover;
}

.pgd2{background-image: url("http://image.shutterstock.com/display_pic_with_logo/683038/155224421/stock-photo-group-of-three-young-adults-laughing-and-having-a-good-time-155224421.jpg");}
.page {
  min-width: 200px;
  padding: 50px 100px;
}
#page1 {
  background: Black;
  margin:0px;
  padding:30px;
  
}
#page2 {background: Black;
  background: Black;
  margin:0px;
  padding:30px;}
#page3 {background: Black;
  background: Black;
  margin:0px;
  padding:30px;}


.image-text-container {
  display: flex; /* Makes elements display inline next to each other */
  align-items: center; /* Aligns content vertically within the container */
}

.round-image {
  width: 40px; /* Adjust width as needed */
  height: 40px; /* Adjust height as needed */
  border-radius: 50%; /* Creates a circular image */
  margin-right: 15px; /* Adds space between image and text */
}

.text-content {
  font-size: 18px; /* Adjust font size as needed */
  font-weight: bold;
  
  
}

* {
  color: White;
}
footer {
  
  min-height: 200px;
  padding: 100px;
  background: Black;
}
footer p {
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -o-column-count: 2;
  -o-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}

.additional-icon {
  width: 30px; /* Adjust the width as per your icon size */
  height: 30px; /* Adjust the height as per your icon size */
  background-image: url('your-icon-image-url.png'); /* Replace 'your-icon-image-url.png' with the URL of your icon image */
  background-size: cover; /* Ensure the icon image covers the entire container */
  background-repeat: no-repeat; /* Prevent the icon image from repeating */
  margin-left: 10px; /* Add spacing between the button and the icon */
}

.navbar #timer {
  
  margin-top:-15px;
  color: White;
  margin-right:30px;
  font-family: 'Press Start 2P', system-ui;
  font-size: 11.5px;
  float: right;
  
}

@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap')
  
.press-start 2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}


.icon1{
   margin-right:890px;
  width: 20px; /* Adjust width as needed */
  height: 20px; /* Adjust height as needed */
  background-size: cover;
   font-size: 11.5px;
   background-image: url('https://www.dsautomobiles-eg.com/wp-content/uploads/2022/07/106910_v1.252-1024x6801.jpg');
  
}




/* Link Style 2 */
.link2{
    color:#ddd;
		border-bottom: .1em solid #e8e1d8;
		transition: background-color .2s ease-in-out;
    text-decoration: none;
    margin-right: 5px;
}


.link2:hover {
    #background-color: #FFFFFF;
    opacity: 0.8;
    margin-right: 10px;
}


.content {
  margin: 0px; /* Center the content horizontally */
  max-width: 900px; /* Set maximum width of content */
  min-width: 0px;
  padding: 0px 0; /* Add space on the top and bottom, no padding on left and right */
  background-color: black;
  spacing: 0px;
}


footer {
  margin-top: 0px; /* Add space between content and footer */
 ba ckground-color:Black;

}

.navbar {
  overflow: hidden;
  background-color: #333;
}

/* Navigation links */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

/* Right-aligned button */
.navbar .btn {
  float: left;
  width: 100px;
  margin-right: 38px;
  margin-left: 20px;

  
   margin-top:10px; /* Add 10px padding at the top */
  font-weight: bold;
  width: 45px; 
  color: White;
  font-size: 12px;
  font-family: 'Press Start 2P', system-ui;
  
  
  
}

/* Center-aligned text */
.navbar .brand {
  float: left;
  margin-left: 0px;
}

/* On smaller screens, decrease the font size */
@media screen and (max-width: 600px) {
  .navbar a, .navbar .btn, .navbar .brand {
    float: none;
    display: block;
    text-align: center;
  }
  .navbar .btn {
    margin: 0px;
    background: Blue;
    width: 90px; /* Adjust the value to your desired height */

  }
}
.navbar .btn:hover {
  background: Blue;
  
}
.navbar .btn:hover a{
  color: Red;
}

.navbar .btn {
  margin: 0px;
  padding:4px;
  margin-top:7px;
  margin-left:7px;
  margin-right:7px;
  background: Blue;
  width: 75px; /* Adjust the width as needed */
  /* Add other styles as needed */
}

.navbar .btn:hover {
  background: Black; /* Change the hover background color */
}

.navbar .btn:hover a {
  color: White; /* Change the text color on hover */
}



.navbar {
  overflow: hidden;
  background-color: Blue;
  height: 40px; /* Adjust the height as needed */
}


.round-image:hover{
  animation: rotateAnimation 2s linear infinite; /* Add animation */
}

/* Keyframes for rotation animation */
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg); /* Start rotation from 0 degrees */
  }
  to {
    transform: rotate(360deg); /* Rotate to 360 degrees */
  }
}


.container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  
}


.column {
  flex: 1;
  padding: 20px;
  font-size: .9em;
  box-sizing: border-box;
  margin: -20px;


}

.column h2 {
  color: White;
  font-size: 1em;
  

  
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .column {
    flex: 1 0 auto;
    
    
  }
}

.paragraph {
 

}
.paragraph2 {
  font-size: 14px;
  font-weight: bold;
}































@import url('https://fonts.googleapis.com/css2?family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&display=swap')
  .noticia-text-regular {
  font-family: "Noticia Text", serif;
  font-weight: 400;
  font-style: normal;
}

.noticia-text-bold {
  font-family: "Noticia Text", serif;
  font-weight: 700;
  font-style: normal;
}

.noticia-text-regular-italic {
  font-family: "Noticia Text", serif;
  font-weight: 400;
  font-style: italic;
}

.noticia-text-bold-italic {
  font-family: "Noticia Text", serif;
  font-weight: 700;
  font-style: italic;
}


article {
  position: relative;
  margin: 20px auto;
  width: 100%;
  max-width: 1000px;
  height: 200px;
  border: 1px solid #ccc;
  display: flex;
  background-color: #000005;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 10px;
  transition: box-shadow 0.3s ease, transform 0.3s ease; /* Add transition for smooth effect */
}

article:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.2); /* More prominent shadow */
  transform: scale(1.02); /* Slightly scale up */
}

.article-image-container {
  width: 0%;
  height: auto;
  margin: 16px;
  overflow: hidden;
}

.article-image-container img {
  width: 00%;
  height: auto;
  border-radius: 4px;
}

.content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0 25px;
}

.content-container .article-title {
  text-align: left;
  padding: 15px 0;
  margin: 0;
  font-size: 18px;
  
  color: White;
  border-bottom: 2px solid #eee;
}

.content-container .article-content {
  overflow: hidden;
  text-align: justify;
  color: Black;
}


.read-more-btn {
  position: absolute;
  bottom: 7px;
  right: 7px;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  border-radius: 5px;
}

.read-more-btn:hover {
  background-color: Blue;
  color: black;
  border-radius: 30px;
}

.read-more-btn1 {
  position: absolute;
  bottom: 7px;
  right: 7px;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  border-radius: 5px;
}

.read-more-btn1:hover {
  background-color: Blue;
  color: black;
  border-radius: 30px;
}

.content-container .article-content {
  overflow: hidden;
  text-align: justify;
 color: White;
  padding: 5px; /* Add padding for better readability */
  font-size: 12px; /* Set font size to make the text tiny */
}
