/* Add this to your global CSS file, e.g., globals.css */

.nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.nav-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1.5px;
  display: block;
  margin-top: 5px;
  left: 0;
  background: white;
  transition: width 0.3s ease, right 0.3s ease;
}

.nav-link:hover:after {
  width: 100%;
  right: 0;
}



/* btn */



.glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;

  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002aff, #7b00ffb5, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;

  background-size: 400%;
  z-index: -1;
  filter: blur(10px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 10s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  background: #ffffff24;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(48deg, #002aff, #7b00ffb5, rgb(255, 64, 0));
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}


/* end */





.glow-on {

  border: none;
  outline: none;
  color: #000000;

  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;

  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 10s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 40px;
}

.glow-on:active {}

.glow-on:active:after {}

.glow-on:hover:before {
  opacity: 1;
}

.glow-on:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;

  left: 0;
  top: 0;
  border-radius: 10px;
}





/* footer */


.deneb_footer .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 10px;
  background-color: #060814;
  color: #fff;
  border-top: 0px;
}

@media (max-width: 767px) {
  .deneb_footer .widget_wrapper .widget {
    margin-bottom: 40px;
  }
}

.deneb_footer .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
}

.deneb_footer .widget_wrapper .widegt_about .social li {
  display: inline-block;
 margin-right: 5px;
}

.deneb_footer .widget_wrapper .widegt_about .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffffda;

  font-size: 14px;
  -webkit-transition: all all 0.5s ease-out 0s;
  -moz-transition: all all 0.5s ease-out 0s;
  -ms-transition: all all 0.5s ease-out 0s;
  -o-transition: all all 0.5s ease-out 0s;
  transition: all all 0.5s ease-out 0s;
}




.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 20px;

  margin-right: 10px;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p a {
  color: #7a808d;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .info p span {
  display: block;
}

.deneb_footer .copyright_area {
  background: #edecf0;
  padding: 10px 0;
}

.deneb_footer .copyright_area .copyright_text {
  text-align: center;
}

.deneb_footer .copyright_area .copyright_text p {
  color: #000000;
}

.deneb_footer .copyright_area .copyright_text p span {
  color: #feb000;
}

.deneb_cta .cta_wrapper {
  padding: 45px 50px 42px;

  border-radius: 15px;
  margin: auto;
  margin-bottom: -135px;
  position: relative;
  background-color: #ffffff0f;
  box-shadow: 2.5px 8px 15px 0px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.deneb_cta .cta_wrapper:after {
  content: "";
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.deneb_cta .cta_wrapper .cta_content h3 {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 767px) {
  .deneb_cta .cta_wrapper .cta_content h3 {
    font-size: 24px;
  }
}

.deneb_cta .cta_wrapper .cta_content h3:after {
  content: "";
  display: block;
  max-width: 110px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 24px;
}

.deneb_cta .cta_wrapper .cta_content p {
  color: #fff;
}

.deneb_cta .cta_wrapper .button_box {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .deneb_cta .cta_wrapper .button_box {
    float: none;
    text-align: left;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .deneb_cta .cta_wrapper .button_box {
    float: none;
    text-align: center;
    margin-top: 30px;
  }
}

.deneb_cta .cta_wrapper .button_box .deneb_btn {
  background: #fff;
  color: #000000;
}

.deneb_cta .cta_wrapper .button_box .deneb_btn:hover,
.deneb_cta .cta_wrapper .button_box .deneb_btn:focus {
  box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
}


.banner-container {
  overflow: hidden;
  width: 100%;
  height: 300px;
  /* Adjust height as needed */
  position: relative;
}

.banner {
  display: flex;
  width: 400%;
  /* Ensure it's wider than the container to create scroll effect */
  animation: scrollBanner 90s linear infinite;
  /* Adjust animation duration as needed */
}

.banner img {
  width: 100%;
  height: auto;
}

@keyframes scrollBanner {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-66.66%);
    /* Move 3 images to the left (300% / 3) */
  }
}


.text-dange {
  color: rgb(214, 1, 1);
}
.text-dar {
  color: rgb(49, 49, 49);
  text-decoration: none;
}
.text-dar:hover {
  color: rgb(185, 0, 182); /* Change this color as needed */
  text-decoration: underline;
}
.note {
  line-height: 1.2;
}


.star-rating {
  color: #FFD700;
  font-size: 20px;
  margin-bottom: 10px;
}


.profile-image{

width: 80px;

}