body {
  font-family: Arial, sans-serif;
  margin: 0;
  color: white;
  background-size: cover;
  background-image: url(background1.jpg);
  background-attachment: fixed;
}

.p-white{
color: white;
}

label{
  color: white;
}





.textwhite{
  color: white;
}

.textblack{
  color: black;
}

.navbar {
  background-color: black;
  overflow: hidden;
  width: relative;
  height: relative;
  position: relative;
  font-weight: bold;
}

.navbar .Logo {
  order: -1; /* Show logo at the top */
  margin-bottom: 10px;
}

.nav-icons {
  display: flex;
  align-items: center;
  margin-left: auto;
}

/* Responsive layout - vertical dropdown */
@media screen and (max-width: 768px) {
  .navbar a:not(:first-child) {
    display: none;
    
  }

  .navbar a.icon {
    float: right;
    display: block;
  }

  .navbar.responsive {
    flex-direction: column;
    align-items: flex-end;
    display: block;
      text-align: right;
      width: auto;
      background-color: #000;
  }

  .navbar.responsive a {
    display: block;
    text-align: left;
    width: 100%;
  }

  .navbar.responsive a.icon {
    align-self: flex-end;
  }

  .navbar.responsive a:not(.icon) {
    display: block;
  }
}

.navbar a, .dropdown {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
  font-size: 25px;
  position: relative;
}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.logo{
  border-radius: 10px;
  height: 50px;
  width: 200px;
  position: inherit;
}

.navbar .icon {
  display: none;
  color: #00ff88;
}

.navbar .icon :hover{
  display: none;
  color: #ffffff;
}

.Profile{
  border-radius: 50%;
  width: 50px;
  height: 15%;
  font-size: 10px;
}

.custom-btn{
  border-radius: 15px;
  width: fit-content;
}

.custom-btn:hover{
  border-radius: 0px;
  width: 100px;
}
.nav-icons {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.profile-menu {
  position: relative;
  display: inline-block;
  margin-left: auto;
}

.profile-dropdown {
  display: none;
  position: absolute;
  right: 0;
  background-color: #333;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
}

.profile-menu img.Profile {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-top: 5px;
}

.profile-dropdown a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

.profile-dropdown a:hover {
  background-color: #555;
}

/* Show dropdown on click */
.profile-menu.show .profile-dropdown {
  display: block;
}

@media screen and (max-width: 768px) {
  .profile-menu {
    float: right;
  }
}

@media screen and (max-width: 1920px) {
  .profile-menu {
    float: right;
  }
}

/* Responsive */
@media screen and (max-width: 768px) {
  .navbar a.nav {
    display: none;
    width: 100%;
    text-align: left;
  }

  .navbar.responsive a.nav {
    display: block;
  }

  .icon {
    display: block;
    margin-left: auto;
  }
}







.categoryimage{
  width: 100%;
  height: 75%;
}

.categoryimageleft{
  width: 100%;
  height: 75%;
}

.categoryimageright{
  width: 100%;
  height: 75%;
}


.footer{
  color: white;
  padding: 5px;
  background-color: #333;
}


.site-footer
{
  background-color:#333;
  padding:45px 0 10px;
  font-size:15px;
  line-height:24px;
  color:white;
  opacity: 80%;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:white
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-foote .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:100px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:white;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}




/*Create Account Page*/
.CreateAccount{
  height: fit-content;
  border-radius: 10px;
  position: center;
  color: #000;
}

.toast{
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.85); /* semi-transparent black */
  color: black;
  padding: 12px 24px;
  border-radius: 8px; /* slight curve */
  font-size: 16px;
  font-weight: bold;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.search{
  border-radius: 10px;
  margin-left: 50%;
  width: 50%;
  display:inline-flex;
}

.search-button{
  width: fit-content;
  height: fit-content;
  border-radius: 10px;
  background-color: #01721c;
  color: white;
  font-weight: bold;
}


.slider {
  background-color: black;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 502px;
  display: flex;
}

.wallpaper {
  display: flex; /* Use flexbox to manage slides */
  animation: scroll 20s linear infinite; /* Adjust the duration (20s) as needed */
}

.slide {
  flex-shrink: 0; /* Prevent slides from shrinking */
  border: green solid 3px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1100px); /* Adjust the distance (1100px) as needed */
  }
}

.buttons {
  position: relative;
  top: -30px;
}

.buttons a {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background-color: green;
}

/*Contact Us Page*/
h2 {
  text-align: center;
  text-shadow: 0 0 10px #00ff88;
}

.main-form {
  background: #0d0d0d;
  padding: 30px;
  border: 2px solid #00ff88;
  border-radius: 15px;
  box-shadow: 0 0 25px #00ff88;
  margin-left: 10px;
  margin-right: 10px;
}

label {
  display: block;
  margin: 15px 0 5px;
  font-weight: bold;
}

input, select, textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: #111;
  color: #00ff88;
  font-size: 16px;
  box-shadow: inset 0 0 10px #00ff88;
  margin-bottom: 15px;
}

input[type="radio"] {
  font-size: 16px;
  width: auto;
  box-shadow: none;
  background: none;
}

button {
  width: 100%;
  padding: 12px;
  background: transparent;
  color: #00ff88;
  border: 2px solid #00ff88;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 0 10px #00ff88;
  transition: 0.3s;
}

button:hover {
  background-color: #00ff88;
  color: #000;
  box-shadow: 0 0 30px #00ff88;
}

.footer {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  background: #0d0d0d;
  color: #00ff88;
  box-shadow: 0 0 15px #00ff88;
}

.footer a {
  color: #00ff88;
  text-decoration: none;
  margin: 0 15px;
}

.footer a:hover {
  text-shadow: 0 0 10px #00ff88;
}


/*Login Page*/
main-form{
  background-size: 300px;
  border: solid 3px;
  background-color: #250583;
}

.login-contaner {
  text-align: center;
  padding: 60px 20px;
  max-width: auto;
  margin: auto;
  color: black;
  background: #0d0d0d;
  border: 2px solid #00ff88;
  border-radius: 20px;
  box-shadow: 0 0 30px #00ff88;
}

.login-logo {
  width: 220px;
  margin-bottom: 30px;
}

.neon-form input[type="text"],
.neon-form input[type="password"] {
  display: block;
  width: 100%;
  padding: 12px 15px;
  margin: 15px 0;
  border: none;
  border-radius: 10px;
  background: #111;
  color: black;
  font-size: 16px;
  box-shadow: 0 0 10px #00ff88 inset;
  transition: 0.3s;
}

.neon-form input:focus {
  outline: none;
  box-shadow: 0 0 20px #00ff88, 0 0 10px #00ff88 inset;
}

.neon-btn {
  width: 100%;
  padding: 12px;
  background: transparent;
  color: black;
  border: 2px solid #00ff88;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0 10px #00ff88;
}

.neon-btn:hover {
  background: #00ff88;
  color: #000;
  box-shadow: 0 0 30px #00ff88;
}

.form-links {
  margin-top: 20px;
}

.neon-link {
  color: #00ff88;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.neon-link:hover {
  text-shadow: 0 0 10px #00ff88;
  color:  black;
}


.create-account{
  background-color: rgb(0, 10, 0);
  width: auto;
  color: white;
  text-shadow: none;
  align-items: center;
  align: center;
  display: inline block;
}

.Nationality{
  background-color: white;
  border-radius: 10pt;
}



.contaier {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  color: white;
  text-align: center;
  background-color: rgb(0, 0, 20);
  border-radius: 20px;
}

h1 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 0 30px #00ff88;
}

.label{
  color: white;
  box-shadow: black;
}

.marquee{
  font-size: auto;
  text-align: center;
  color: white;
}


#submit_button{
  
}


.Phone{
  background-color: gray;
  color: black;
}


.date{
  background-color: white;
  width: 59%;
  margin: auto;
  border-radius: 10pt;
  flex-grow: 20;
  text-align: center;
}






button[type="submit"] {
  width: 50%;
  padding: 5px;
  position: relative;
  background-color: rgb(1, 49, 1);
  color: white;
  text-shadow: none;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
}

button[type="button"]{
  width: 50%;
  padding: 5px;
  position: relative;
  background-color: rgb(1, 49, 1);
  color: white;
  text-shadow: none;
  font-size: 16px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
}


button[type="submit"]:hover {
  background: linear-gradient(to right,rgb(0, 214, 252) 0%, rgb(0, 130, 7) 14.3%,rgb(0, 214, 252) 43%, #01721c 57%, rgb(0, 214, 252) 71.4%, rgb(0, 130, 7) 85.7%,rgb(0, 214, 252) 90%);
  width: 50%;
  border-radius: 15px;
}