body{
  background-color: rgb(12, 12, 12);
  padding-top: 100px;
}
.Contact-header {
  color: white;
  font-size: 3rem; /* Default font size */
  font-weight: bold;
  margin: 0 auto; /* Center horizontally */
  text-align: center; /* Center text inside itself */
  position: relative;
  top: -250px;
}
.btn-red {
  background: linear-gradient(to right, #E3181B, #A5191E); 
  color: rgb(255, 255, 255);
  padding: 8px 26px;
  font-size: 16px;
  border-radius: 0;
  text-decoration: none;
  display: flex; /* Mengubah menjadi flexbox */
  align-items: center; /* Pusatkan secara vertikal */
  justify-content: center; /* Pusatkan secara horizontal */
  transition: background-color 0.3s ease;
  text-align: center; /* Pastikan teks di tengah */
  width: 100%; /* Jika perlu, buat tombol lebih lebar */
}

.btn-red:hover {
  background: linear-gradient(to right, #857777ab, #756a6adc); 
}
.bg-biru{
  background: #49afee;
}
/* Background styling */
.contact-form {
  background-color: #49afee; /* White input background */
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Input field styling */
.form-control {
  background-color: #ffffffb0; /* White input background */
  color: #333333; /* Dark grey text */
  border: 1px solid #ced4da; /* Light border */
  border-radius: 5px;
}

/* Placeholder styling */
.form-control::placeholder {
  color: #6c757d; /* Medium grey placeholder */
  opacity: 1;
}

/* Input focus effect */
.form-control:focus {
  border-color: #4343dae7; /* Red border on focus */
  box-shadow: 0 0 5px rgba(0, 195, 255, 0.5);
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 40px; /* Jarak antara ikon dan teks */
  font-size: 18px; /* Ukuran ikon */
}
.contact-info i {
  min-width: 20px; /* Ukuran ikon agar sejajar */
  text-align: center;
}

.contact-info span {
  flex: 1; /* Agar teks tetap sejajar */
  text-align: left;
  display: inline-block;
}
.container {
  width: 100%;
}

.navbar-brand {
  line-height: 60px; /* Matches the navbar height */
}

.nav-link {
  position: relative; /* Agar efek underline bisa diatur dengan posisi */
  transition: color 0.3s ease-in-out; /* Animasi perubahan warna */
}

.nav-link:hover {
  color: #ffffff !important;
  text-decoration: none; /* Hilangkan underline default */
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
  text-decoration: none; /* Menghilangkan garis bawah */
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  text-decoration: none; /* Menghilangkan garis bawah */
  color: #6C7293; /* Ganti dengan warna yang diinginkan */
}

.footer .btn.btn-link:hover {
  color: #49afee; /* Ganti dengan warna yang diinginkan */
  letter-spacing: 1px;
  box-shadow: none;
}

.btn-lg-square {
  width: 40px;  /* Atur lebar */
  height: 40px; /* Atur tinggi */
  background-color: #000; /* Warna hitam */
  display: flex; /* Menggunakan flexbox untuk menempatkan ikon di tengah */
  justify-content: center; /* Memastikan ikon berada di tengah horizontal */
  align-items: center; /* Memastikan ikon berada di tengah vertikal */
  border-radius: 5px; /* Menambahkan sedikit border-radius jika ingin sudut melengkung */
  transition: background-color 0.3s, color 0.3s; /* Efek transisi yang halus */
  text-decoration: none; /* Menghapus garis bawah dari link */
}
.btn-lg-square:hover {
  background-color: #ffffffaf; /* Warna latar belakang putih saat hover */
}

.btn-square {
  width: 40px;  /* Atur lebar */
  height: 40px; /* Atur tinggi */
  background-color: #000; /* Warna hitam */
  display: flex; /* Menggunakan flexbox untuk menempatkan ikon di tengah */
  justify-content: center; /* Memastikan ikon berada di tengah horizontal */
  align-items: center; /* Memastikan ikon berada di tengah vertikal */
  border-radius: 5px; /* Menambahkan sedikit border-radius jika ingin sudut melengkung */
  transition: background-color 0.3s, color 0.3s; /* Efek transisi yang halus */
  text-decoration: none; /* Menghapus garis bawah dari link */
}

.btn-square:hover {
  background-color: #ffffffaf; /* Warna latar belakang putih saat hover */
}

.text-abu{
  color: #6C7293;
}
a:hover {
  color: #49afee; /* Mengubah warna teks menjadi merah saat hover */
}

.text-primary {
  color: #49afee !important; /* Biru muda */
}

.text-primary2 {
  color: #4343dae7 !important; /* Biru dongker */
}

.carousel {
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

div.gallery {
    border: 1px solid #ccc;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }
  
  * {
    box-sizing: border-box;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive {
      width: 49.99999%;
      margin: 6px 0;
    }
    .col-md-6.mb-4 {
      margin-top: -132px; /* Mengatur jarak atas lebih kecil pada ponsel */
    }
  }
  
  @media only screen and (max-width: 500px) {
    .responsive {
      width: 100%;
    }
  }
  
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .custom-btn {
    background-color: #800000; /* Warna merah maroon */
    color: white; /* Menjaga teks tombol tetap putih */
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    top: -5px; /* Mengangkat tombol sedikit */
    left: 90px; /* Menggeser tombol ke kanan sedikit */
    transition: all 0.3s ease; /* Menambahkan efek transisi halus */
}

.custom-btn:hover {
    background-color: #660000; /* Warna maroon lebih gelap saat hover */
    text-decoration: none;
}
.icon {
  margin-left: 45px; /* Geser seluruh kontainer ke kanan */
  margin-top: -50px;
  display: flex; /* Menyusun gambar secara horizontal (opsional jika belum diatur) */
  flex-direction: column; /* Menyusun elemen secara vertikal */
  gap: 10px; /* Menambahkan jarak antar gambar (opsional) */
}

.icon img {
  transition: transform 0.3s ease; /* Efek transisi halus saat interaksi */
}

.icon img:hover {
  transform: scale(1.1); /* Perbesar gambar saat hover */
}
