* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#hero {
  width: 100%;
  height: 50vh;
  background: url("../image/photo_2025-08-27_23-15-16.jpg") center center / cover no-repeat;
  position: relative;
}

#hero::before {
  content: "";
  background: rgba(0, 0, 0, 0.5); 
  position: absolute;
  inset: 0;
  z-index: 1;
}

#hero .container {
  position: relative;
  z-index: 2;
}

/* Navbar */
.navbar {
  background: transparent;
  z-index: 3;
  transition: background 0.4s;
}
.navbar .nav-link {
  color: #fff !important;
  font-size: 16px;
}

/* Scroll */
.navbar.scrolled {
  background-color: rgba(8, 8, 8, 0.8) !important; 
}
.nav-link.active {
  border-bottom: 2px solid #ff004f;
  padding-bottom: 4px;
}

/* Dropdown */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}

/* Button */
.HeroSection
{
    color: #fff;
}
.btn-get-started {
  font-size: 17px;
 
  
  color:#e43c5c;
  text-decoration: none;
  transition: 0.3s;
}

.textHome
{
    font-size:40px;
  
}

.feature-box h5:hover {
  color: #dc3545; 
  cursor: pointer;
}
 .icon-box1 {
  background: url("../image/blog-author1.jpg") center center / cover no-repeat;
  width: 50px;
   height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
   margin-right: 15px;
 }
   .icon-box2 {
  background: url("../image/blog-author-2.jpg") center center / cover no-repeat;
  width: 50px;
   height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
   margin-right: 15px;
 }
   .icon-box3 {
  background: url("../image/blog-author-3.jpg") center center / cover no-repeat;
  width: 50px;
   height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
   margin-right: 15px;
 }
   .icon-box4 {
  background: url("../image/blog-author-4.jpg") center center / cover no-repeat;
  width: 50px;
   height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
   margin-right: 15px;
 }
   .icon-box5 {
  background: url("../image/blog-author-5.jpg") center center / cover no-repeat;
  width: 50px;
   height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
   margin-right: 15px;
 }
   .icon-box6 {
  background: url("../image/blog-author-6.jpg") center center / cover no-repeat;
  width: 50px;
   height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
   margin-right: 15px;
 }
  .pagination .page-link {
  border-radius: 50% !important;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f80955;
  border: 1px solid #e83e8c;
  background-color: #fff;
  
}

.pagination .page-item.active .page-link {
  background-color: #f80955; 
  color: #fff;
  border: none;
}

.pagination .page-link:hover {
  background-color: #f8d7e6;
  color: #dc356a;
}
.aboutfooter p
{
  font-size:14px;
}
.footer-links a
{
  color: #bbb;
  

}
.footer-links li :hover
{
  color: #e84561 !important;
}

.FooterBottom
{
  background-color: #121212;
  font-size: 14px;
}
.footer-contact p{
  font-size: 15px;


}
.social-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40%;
  background-color: #030303;
  color: #535353; ;  
  font-size: 14px;
  transition: 0.4s ease;
  border: 2px solid #5c5a5a;
}

.social-links a :hover
{
  color: #e84561 !important;
  border: #e84561 !important ;

}
.card-text:hover{
  color: #e84561 !important;
  cursor: pointer;

}

