
.header{
            position: fixed;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.9);
            z-index: 9999;
        }
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.fcontact-section {
  max-width: 1200px;
  margin: 100px auto;
  padding: 0 20px;
}

.fsection-title {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
}

.fcontact-content {
  font-size: 18px;
}

.fcontact-content p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .fsection-title {
    font-size: 28px;
  }

  .fcontact-content {
    font-size: 16px;
  }
  .fcontact-section {
  text-align: center;
}
}

@media (max-width: 480px) {
  .fsection-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .fcontact-content {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .fcontact-section {
  text-align: center;
}
}
