@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.dancing-script {
    font-family: 'Dancing Script', cursive;
}


body {
  overflow-x: hidden;
}


#carouselExampleIndicators{
    background-image: url("3ed47a73-9245-4b79-8793-180636a42bc4.jpg");
    background-size: cover;
    background-position: center;
}

.navbar-nav .nav-link:hover {
    
    transition: all 0.3s ease-in-out;
  color: #ffc107 !important;
  
}


.btn-warning:hover {
  background-color: #e0a800;
  color: white;
  transition: all 0.3s ease;
}


.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #ffc107;
  transform: scale(1.5);
}


.carousel-indicators {
  justify-content: flex-start;
  margin-left: 10%; 
  margin-bottom: 7%;
}


.hgh5{
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin-left: 10%;
    margin-top: 3%;
}

.hgp{
    font-size: 14px;
    width: 555px;
    
    margin-left: 10%;
    margin-top: 2%;
}

.ghbtn{
    margin-left: 10%;
    margin-top: 1.5%;
    padding: 10PX 45PX;
    width: 173PX;
}


.hgimg:hover img{
    transform: scale(1.1);
    transition:all 0.3s ease-in-out;

}


.img-container img{
    transition: all 0.3s ease-in-out;
}

.card:hover img {
    transform: scale(1.1);
}


.footer-links {
  transition: all 0.3s ease-in-out;
}

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

.footer-links:hover i {
  color: #ffc107 !important;
}



.social-icon {
  display:flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  transition: background-color 0.3s ease-in-out;
}

.social-icon i {
  transition: color 0.3s ease-in-out;
}


.social-icon:hover i {
  color: #ffc107;
}
