/* Main Content */
html {
 background-color: white;
  overflow-x: hidden;
  
}


.googlerating {
  padding-top:50px;
}
/* Fonts Section */
@font-face {
  font-family: Comma Trial;
  src: url(../fonts/FFCommaTrial-Regular.ttf);

}
@font-face {
  font-family: Cotton Cloud;
   src: url(../fonts/Cotton Cloud.ttf);

}

div {
  font-family: myFirstFont;
}


/* Parallax Hero Section */


.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.hero-content p {
  font-size: 1.5rem;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 4px;
}

/* Media Queries for Mobile */
@media (max-width: 508px) {
  .hero {
    background-attachment: fixed;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }
}
/* Next section styling */
.next-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  
  padding: 20px;
  text-align: center;
}

.next-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.next-section p {
  font-size: 1.2rem;
  max-width: 600px;
}

/* Responsive adjustments */
@media (max-width: 500px) {
  .hero h1 {
    font-size: 2rem;
    margin-top: 250px;
  }

  .hero p {
    font-size: 1rem;
  }

  .navbar ul li {
    margin: 0 10px;
  }
 
}



.about-btn {
  display: inline-block;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  background-color: #2e8dca;
  border: 2px solid #2e8dca;
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 20px;

  animation: opacityPulse 2s ease-out;
    animation-iteration-count: infinite; 
    opacity: 1;
}
@-webkit-keyframes opacityPulse {
    0% {opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {opacity: 0.0;}
}

.about-btn:hover a{
 color: #2e8dca;
}
.about-btn a {
  
  text-decoration: none;
 color: white;
}
.about-btn:hover {
  color: #2e8dca;
 background-color: white;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .about-us-container {
    flex-direction: column;
    text-align: center;
  }

  .about-text h1 {
    font-size: 2rem;
  }

  .about-text p {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .about-text h1 {
    font-size: 2rem;
  }

  .about-text p {
    font-size: 1rem;
  }

  .about-btn {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .about-text h1 {
    font-size: 2rem;
  }

  .about-text p {
    font-size: 0.9rem;
  }

  .about-btn {
    font-size: 0.8rem;
    padding: 8px 16px;
  }
}




.
@media only screen and (max-width: 600px) {
  .maincontent {
    padding-top: 480px;
    text-align: center;
    cursor: crosshair;
  }
}





