@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");


* {
  animation: fadeIn 0.4s ease-in-out;
}
a {
  text-decoration: none;
}

body {
  background-color: #ffffff;
  font-family: "Tajawal", serif;
  font-weight: 500;
}

.proxyContainer {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
  background-size: 100%; 
  background-repeat: repeat-x;  
  background-position: top center; 
  min-height: 400px;
}
 

@media (max-width: 767px) {
  .proxyContainer {
     background-size: cover; 
  }
}
@media (max-width: 768px) {
  .button{
    text-align:center;
    font-size:14px;
  }
}

.navbar {
  border-bottom: 1px rgba(212, 212, 212, 0.672) solid;
}

.navbar-dark .nav-item .nav-link {
  color: #fff;
}

.navbar-dark .nav-item .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  border-radius: 0.25rem;
  color: #fff;
}

.navbar-nav {
  text-align: center; 
   display: flex;
  justify-content: center;  
}

.navbar-nav .nav-item {
  text-align: center; 
  flex-grow: 1;  
}

.navbar-nav .nav-link {
  display: block;  
  text-align: center;  
}

.fa-li {
  position: relative;
  left: 0;
}

.navbar-brand img {
  max-height: 60px;
}

.bg-light {
  padding: 0;
}

.navbar-toggler {
  border: none; /* Remove the border */
  outline: none; /* Remove the outline */
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  box-shadow: none; /* Remove any box-shadow */
  background-color: transparent; /* Keep background transparent */
}

/* General carousel styling */
.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.page-images{
  margin-top: 1.5rem;
}
/*button*/
.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  border: none;
  text-decoration: none;
}

.button:hover {
  transform: scale(0.95);
  border-color: #fff9;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/*Box*/
.boxBlue {
  background-color: #d9f3fb;
  color: #0046a1;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #0046a1;
  border-radius: 25px;
  padding: 5px 15px 5px 15px;
}

.boxGreen {
  background-color: #effef0;
  color: #32c809;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #32c809;
  border-radius: 25px;
  padding: 5px 15px 5px 15px;
}

/*countdown*/
:root {
  --color-light-blue: #8486a9;
  --color-white: rgb(255, 255, 255);
  --color-dark-blue: #242638;
}

.containerTine {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 21%);
  justify-content: space-around;
  width: 75%;
  max-width: 700px;
}

.time-content {
  height: 60px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 1em;
}

.time {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark-blue);
  position: relative;
}

.time::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
}

.time > span {
  font-size: 1.5rem;
  display: block;
  color: var(--color-white);
  z-index: 2;
}

.metric {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.5rem; /* Reduced font size for labels */
}

/* Basic styling for the footer */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #061128;
  color: #fff;
 }

/* Logo styling */
.logo img {
  height: 40px; /* Adjust the height as needed */
  width: auto; /* Maintain aspect ratio */
}

/* Centered text styling */
.powered-by {
  font-size: 16px;
}

/* Support button styling */
.support-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.support-btn:hover {
  background-color: #0056b3;
}

@media (min-width: 1024px) {
  .countdown {
    grid-template-columns: repeat(4, 24%);
    width: 30%;
  }
  .time-content {
    height: 80px;
    box-shadow: 0px 9px 2px -1px rgb(25, 26, 36);
  }

  .time > span {
    font-size: 3em;
  }

  .metric {
    margin-top: 1.5em;
    font-size: 0.8rem;
  }
}

@media (min-width: 500px) and (max-width: 640px) {
  .caption {
    font-size: 1.5rem;
    width: 80%;
  }

  .countdown {
    grid-template-columns: repeat(4, minmax(80px, 100px)); /* Adjust grid */
    gap: 1rem;
  }

  .time-content {
    height: 80px;
  }

  .time > span {
    font-size: 3em; /* Adjust font size */
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .caption {
    font-size: 1.7rem;
    width: 70%;
  }

  .countdown {
    grid-template-columns: repeat(4, minmax(90px, 120px)); /* Adjust grid */
    gap: 1rem;
  }

  .time-content {
    height: 90px;
  }

  .time > span {
    font-size: 3.5em; /* Adjust font size */
  }
}

/* Mobile-specific adjustments */
@media (max-width: 767px) {
  .carousel-item img {
    height: 300px;
    object-fit: cover;
  }
}



#backToTop {
  display: inline-block;
  background-color: #061128;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}
#backToTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backToTop:hover {
  cursor: pointer;
  background-color:#06112859;
}
#backToTop:active {
  background-color: #555;
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}

#backToTop.on-footer {
  background-color: white !important;
}
#backToTop.on-footer::after {
  color: #061128 !important;
}
