body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	 font-family: century Gothic;
}
*{
	 font-family: century Gothic;
	 
}

.logo {
  position: relative;
  width: 300px;
  height: 133px;
  z-index: 20;
  text-align: center !important;
  margin: 0 auto;
}
.logo img{
	width:300px;
  height:auto;
	
}
.HP {
    width: 100%;
    height: 100vh; 
    object-fit: cover; 
    object-position: center; 
}

/* Scrolling Banner */
.scrolling-banner {
    background-color: white;
    position: relative;
    overflow: hidden;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    display: flex;
    animation: scroll-left 15s linear infinite; 
}

.banner-content span {
    margin-right: 50px; 
    font-size: 16px;
    color: brown;
    font-weight: italic !important;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.Big-dropdown {
    background-color: #f8c7d0; 
    text-align: center;
    padding: 0px;
}

.Big-dropdown nav {
    position: relative;
    display: inline-block;
}

.Big-dropdown nav a {
    text-decoration: none;
    color: white;
    margin: 0 15px;
    font-size: 18px;
    font-weight: bold;
}

.Big-dropdown nav a:hover {
    color: white;
}

/* Dropdown Menu */
.Big-dropdown nav .dropdown {
    display: inline-block;
    position: relative;
}

.Big-dropdown nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f8c7d0;
    min-width: 160px;
    z-index: 1;
    text-align: left;
}

.Big-dropdown nav .dropdown:hover .dropdown-content {
    display: block;
}

.Big-dropdown nav .dropdown-content a {
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.Big-dropdown nav .dropdown-content a:hover {
    background-color: #ddd;
}
/*Icons*/
.features-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px;
}

.feature {
    text-align: center;
    width: 22%; 
    min-width: 220px; 
    margin: 20px 0;
}

.feature-icon {
    background-color: #f8dce5;
    color: #000;
    border-radius: 50%;
    width: 80px;
    height: 80px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px; 
    overflow: hidden; 
}

.feature-icon img {
    width: 70%; 
    height: auto; 
}

.feature-title {
    font-size: 18px;
	color: brown !important;
    margin: 10px 0;
}

.feature-description {
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {
    .feature {
        width: 45%; 
    }
}

@media (max-width: 480px) {
    .feature {
        width: 100%;
    }
}
/*Wtsp Icon*/
.whatsapp-icon {
    position: fixed; 
    bottom: 20px;   
    right: 20px;  
    z-index: 1000; 
  }
  .footer-links a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.whatsapp-icon img {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
}
 .footer-links a {
  color: brown;
  text-decoration: none;
  margin-right: 20px;
  font-size: 16px;
}
.find-us {
  padding: 60px 20px;
  text-align: center;
  background-color: #fff;
}
.find-us h1 {
  font-size: 32px;
  color: #d1008f;
  margin-bottom: 20px;
}
.find-us p {
  font-size: 18px;
  color: #333;
  margin-bottom: 40px;
}
.find-us-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  transform: scale(1.27,1.27);
  padding-top: 25px;
}
.find-us-image {
  text-align: center;
  width: 250px;
}
.find-us-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.footer-links {
  text-align: center;
  padding: 16px;
  background-color: #f8c7d0;
}
.footer {
  background-color: #f5c2e4;
  padding: 40px 0;
  text-align: center;
}
.ContactUs a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.ContactUs {
  text-align: center;
  font-size: 31px;
  text-align: center;
  margin: 0 auto;
  color: brown;
  font-family: century Gothic;
}
.ContactUs .title{
	
	font-weight:bold;
	
}
.ContactUs .whatsapp-icon {
  position: relative;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  margin-left: 29px;
  top: 1px;
}
.whatsapp-icon img:hover {
    transform: scale(1.1);
}
/*Connect with us*/
.Title {
    color: brown;
    font-size: 30px;
    text-align: center;
    margin: 8px;
    font-weight: bold;
    padding-top: 88px;
}
.Connect{
    width: 100vw;
    height: auto;
    object-fit: contain; 
    display: block;
    margin: 0 auto; 
}
/*Footer*/
.footer-section {
    background-color: #f0f0f0;
    padding: 40px 20px;
    text-align: center;
    color: #555;
}
.footer-content {
    max-width: 800px;
    margin: 0 auto;
}
.footer-item {
    margin: 10px ;
    font-size: 18px;
    font-weight: bold;
    color:fuchsia
}

.instagram-container {
    display: inline-flex; 
    align-items: center;  
    justify-content: center;
}

.instagram-logo {
    width: 40px;  
    height: auto;
    margin-right: 10px;  
}

span {
    color: fuchsia;
    font-size: 18px;  
}

.footer-link{
    color: fuchsia;
    font-size: 18px;
    font-weight: bold
}
.copyright {
    margin-top: 30px;
    font-size: 14px;
    color: #999;
}
/*find us*/

.find-us-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    position: absolute;
    top: 120px; 
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.image-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin-top: 80px; 
}

.image-container .image {
    width: 80%; 
    max-width: 600px; 
    margin-bottom: 20px; 
}

.container1 {
  display: block;
  margin: 0 auto;
  width: 70%;
  height: 100%;
}
.theimage{
	min-height:300px;
}