*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden !important;
}

.container-fluid{
    margin: 0 !important;
    padding: 0 !important;
}

.bg{
    width: 100% !important;
    height: 100vh !important;
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url(/exam_2/imgs/bg_exam2.jpg);
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    background-position: center;
    object-fit: cover;
}

.nav-link , .navbar-brand{
    color: rgba(255, 255, 255, 0.7) !important;
}

.Themes{
    width: 800px;
    height: 134px !important;
    top: 140px;
    position: relative;

}

.place{
    font-size: 3.5rem !important;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    --bs-text-opacity: 1;
}

.Main {
    position: absolute;
    left: 10%;
    top: 30%;
    
  }
  .Main .h3 {
    font-size: 60px;
  }
  .Main .pop {
    position: absolute;
    top: 170px;
    width: 50px;
    height: 3px;
    background-color: rgb(244,98,58);
  }
  
  .Main .sub {
    font-size: 20px;
    position: absolute;
    top: 180px;
  }
  
  .Main .btn {
    background-color: rgb(244,98,58);
  }

  .btn{
    top: 300px;
  }

  .need{
    background-color: rgb(244,98,58);
  }

  .Start{
    height: auto;
    width: 800px;
  }

  .Start > hr{
    width: 50px;
    color: rgba(255, 255, 255,1);
    background: #ffffff;
    font-size: 10px;
    height: 4px;
    margin-left: 45%;
  }

  .get{
    border-radius: 30px !important;
  }

  .themes {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
}

.themes .row {
    width: 80%;
}

.service-item {
    margin-bottom: 1.5rem;
}

.service-item i {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: rgb(244,98,58);
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.image-item {
  flex: 1 1 33.3333%;
  position: relative;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s, background-color 0.3s;
}

.image-item:hover img {
  transform: scale(1.05);
  background-color: rgba(0, 123, 255, 0.1);
}

@media (max-width: 768px) {
  .image-item {
      flex: 1 1 50%;
  }
}

@media (max-width: 576px) {
  .image-item {
      flex: 1 1 100%;
  }
}

.download-section {
  background-color: #2c2f33; /* Dark background */
  color: #ffffff; /* White text */
  text-align: center;
  padding: 50px 0;
}
.download-button {
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 50px;
}

.contact-section {
  padding: 50px 0;
}
.form-heading {
  text-align: center;
  margin-bottom: 20px;
}
.form-heading h2 {
  font-size: 2rem;
  font-weight: bold;
}
.form-heading p {
  font-size: 1rem;
  color: #6c757d;
}
.divider {
  width: 50px;
  height: 3px;
  background-color: #dc3545;
  margin: 10px auto;
}
.contact-section .btn-submit {
  background-color: #f76c5e;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 20px;
}
.contact-section.btn-submit:hover {
  background-color: #f55742;
}
