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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
}

.nav-header {
  background: linear-gradient(
      90deg,
      rgba(2, 0, 36, 0.5) 0%,
      rgba(170, 165, 137, 0.5) 0%,
      rgba(0, 212, 255, 0.5) 100%
    ),
    url("../assets/image/hero1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
  color: azure;
  gap: 1rem;
}

.logo-text {
  font-weight: 700;
  font-size: larger;
}

.navbar {
  display: flex;
  padding: 2rem 5rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.navlink {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

.nav-list {
  list-style: none;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-list li {
  text-decoration: none;
  color: azure;
}

.nav-list a {
  text-decoration: none;
  color: inherit;
  font-size: 1.5rem;
}

.nav-list li a:hover {
  color: #03a5fc;
}

.social-container a {
  text-decoration: none;
}

.social-container a i {
  font-size: 2rem;
  color: azure;
}

.social-container a i:hover {
  color: #03a5fc;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
}

.hero-title {
  color: azure;
  padding-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 200;
}

.hero-text {
  color: azure;
  line-height: 1.5rem;
  width: 600px;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.hero-btn {
  display: flex;
  gap: 1.5rem;
}

.hero-button:first-child {
  color: azure;
  background-color: transparent;
  border: 1px solid;
  border-radius: 50px;
  padding: 1rem 1.2rem;
  cursor: pointer;
  font-weight: 700;
}

.hero-button:first-child:hover {
  background-color: #03a5fc;
  color: azure;
  border: #03a5fc;
}
.hero-button:last-child {
  color: azure;
  background-color: #03a5fc;
  border: none;
  border-radius: 50px;
  padding: 1rem 1.2rem;
  cursor: pointer;
  font-weight: 700;
}
.hero-button:last-child:hover {
  color: #03a5fc;
  background-color: azure;
}
.hero-button:last-child:hover {
  background-color: azure;
}
.hero-button a {
  text-decoration: none;
  color: azure;
}

/* ------------------------------------------------------ */
.section {
  background-color: white;
  padding-top: 3rem;
}
.section-container {
  display: flex;
  height: 60vh;
}

.section-container img {
  position: relative;
  bottom: -10px;
  padding-right: 5rem;
  width: 800px;
  height: 650px;
  object-fit: auto;
}

.section-text {
  display: flex;
  flex-direction: column;
  color: gray;
  width: 500px;
  padding-top: 10rem;
}
.section-text h2 {
  padding-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 200;
}
.section-text p {
  font-size: 1.2rem;
  line-height: 25px;
}
/* ------------------------------------------------------ */
.section-container2 {
  display: flex;
  background-color: #03a5fc;
  height: 45vh;
}

.upper-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin: auto;
  padding-top: 6rem;
}
.upper-section h2 {
  padding-bottom: 0.6rem;
  font-size: 3rem;
  font-weight: 200;
  text-align: center;
  color: azure;
}
.upper-section p {
  color: azure;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.2rem;
}

.upper-section-img img {
  width: 450px;
  height: 680px;
  padding-top: 3rem;
  padding-right: 6rem;
}

.upper-section .section-main {
  height: 80vh;
}

/* ------------------------------------------------------ */
.section-card {
  position: relative;
  bottom: -120px;
}

.section-card ul {
  display: flex;
  gap: 3rem;
}
.section-card-ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  width: 250px;
}

.section-card-ul span i {
  border: 1px solid;
  border-radius: 100%;
  padding: 1rem;
  font-size: 2rem;
}
.section-card-ul li span {
  margin-bottom: 1rem;
}

.icon1 {
  background-color: palegreen;
  color: azure;
}

.icon2 {
  background-color: rgb(238, 255, 0);
  color: azure;
}
.icon3 {
  background-color: lightskyblue;
  color: azure;
}

/* ------------------------------------------------------ */
.section2 {
  padding-top: 310px;
}

.section2-container {
  background: linear-gradient(
      90deg,
      rgba(2, 0, 36, 0.5) 0%,
      rgba(170, 165, 137, 0.5) 0%,
      rgba(0, 212, 255, 0.5) 100%
    ),
    url("../assets/image/hero1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh;
  display: flex;
}

.contact-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 70vw;
}
.contact-number p {
  width: 200px;
  font-size: 1.2rem;
  color: azure;
}

.contact-number h2 {
  color: azure;
  margin-bottom: 1.5rem;
  font-weight: 800;
}
.phone {
  height: 20px;
}
.contact-number a {
  color: #03a5fc;
}
.contact-form-container {
  width: 100%;
  display: flex;
}
.contact-form {
  width: 90%;
}
.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.input-container {
  display: flex;
  width: 800px;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.input-container input {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
  border-radius: 50px;
  border: none;
}

.contact-form button {
  width: 800px;
  padding: 1rem 1.2rem;
  border-radius: 50px;
  background-color: #03a5fc;
  color: azure;
  border: none;
}
.contact-btn:hover {
  background-color: azure;
  color: #03a5fc;
  cursor: pointer;
}

/* ------------------------------------------------------------- */

.testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  background-color: #e2e8f0;
}
.testimonial h2 {
  padding: 2rem;
  font-size: 3rem;
  font-weight: 200;
  color: gray;
}

.slideshow-container {
  max-width: 1900px;
  position: relative;
  margin: auto;
  padding-right: 50px;
}

.mySlides {
  display: none;
  width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: azure;
}

.testimonial-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: 400px;
  margin: auto;
}
.testimonial-text p {
  font-size: 1.2rem;
}
.customer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  gap: 1rem;
}
.customer-text {
  text-align: center;
}

.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #03a5fc;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  left: -50px;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #03a5fc;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  right: -50px;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #03a5fc;
  width: 50px;
  border-radius: 10px;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.star-rating .star {
  color: rgb(253, 253, 1);
  font-size: 24px;
  margin-right: 4px;
}

/* --------------------------------------------------- */

.testimonial1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  background-color: #f1f5f9;
}
.testimonial1 h2 {
  padding: 2rem;
  font-size: 3rem;
  font-weight: 200;
  color: gray;
}

.slideshow-container {
  max-width: 1900px;
  position: relative;
  margin: auto;
  padding-right: 50px;
  display: flex;
  gap: 1rem;
}

.mySlides1 {
  display: none;
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #f8fafc;
  height: 250px;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.mySlides1 p {
  font-size: 1.2rem;
}

.fade1 {
  animation-name: fade;
  animation-duration: 1.5s;
}

.date {
  width: 100%;
  padding-left: 1rem;
  top: -8px;
  position: relative;
}

.day {
  padding: 0.5rem;
  background-color: #03a5fc;
  color: azure;
  font-size: 1.2rem;
  font-weight: 300;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.month {
  padding: 0.5rem;
  background-color: black;
  color: azure;
  font-size: 1.2rem;
  font-weight: 300;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.blog-content {
  padding: 1.5rem;
}

.mySlides1 a {
  width: 100%;
  padding: 1rem;
  border-top: 1px solid gray;
  text-align: end;
  text-decoration: none;
}
.mySlides1 a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------- */

.newsletter {
  background: linear-gradient(
      180deg,
      rgba(170, 165, 137, 0.5) 50%,
      rgba(0, 212, 255, 0.5) 100%
    ),
    url("../assets/image/hero2.jpg");
  height: 60vh;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newsletter-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2rem;
}

.newsletter-content h2 {
  padding: 2rem;
  font-size: 3rem;
  font-weight: 200;
  color: azure;
  width: 800px;
}
.newsletter-content p {
  width: 500px;
  color: azure;
  text-align: center;
  line-height: 1.5rem;
  font-size: 1.2rem;
}
.newsletter-form {
  display: flex;
  gap: 1rem;
  width: 500px;
}
.newsletter-form input {
  width: 100%;
  padding: 1rem;
  border-radius: 50px;
  border: none;
}
.newsletter-btn {
  display: flex;
  width: 350px;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.2rem;
  border: none;
  border-radius: 50px;
  background-color: #03a5fc;
  color: azure;
  cursor: pointer;
}

.newsletter-btn:hover {
  background-color: azure;
  color: #03a5fc;
}

/* --------------------------------------------------------------------- */

footer {
  background-color: #1e293b;
  /* height: 50vh; */
}

.footer-container {
  width: 1400px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.logo1 {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 2.5em;
  color: azure;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.footer-content {
  display: flex;
  gap: 2rem;
  justify-content: space-evenly;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-logo p {
  font-size: 1.2rem;
  color: gray;
  margin-bottom: 1.5rem;
  width: 100%;
}
.footer-container a {
  text-decoration: none;
}
.footer-container a i {
  font-size: 2rem;
  color: #03a5fc;
}

.footer-container a i:hover {
  color: azure;
}

.footer-contact {
  width: 100%;
}

.footer-contact h3 {
  color: azure;
  margin-bottom: 1.2rem;
}
.footer-contact p {
  color: gray;
  font-size: 1.2rem;
}
.footer-address {
  gap: 1rem;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.footer-location i {
  color: #03a5fc;
  font-size: 2rem;
}

.footer-links {
  width: 100%;
}
.footer-links ul li {
  list-style: none;
}
.footer-links ul li a {
  color: #03a5fc;
}
.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-links h3 {
  color: azure;
  margin-bottom: 1.5rem;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: auto;
  padding: 1rem 0;
}
.footer-copyright p {
  color: gray;
}
