* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }

  body {
    justify-content: center;
    align-items: center;
    background: #fff;
  }

  .container {
    text-align: center;
  }

  h1 {
    margin-bottom: 40px;
    color: #333;
  }

  .buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .btn {
    padding: 15px 30px;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s ease;
    background-color: #fff;
    color: #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .btn:hover {
    background-color: #333;
    color: #fff;
  }

  .main-sec{
    width: 100%;
    float: left;
  }

  
  /*index page style*/

  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 0px !important;
    margin: 0 auto;
}

.container-custome {
  display: flex;
  align-items: center;
  justify-content: start;
  height: auto;
  background-color: #f4f4f4;
  padding: 5%;
}

.image-container {
  max-width: 60%;
  padding-right: 40px;
}

.image-container img {
  width: 100%;
}

.content {
  /* margin: 0 auto; */
  max-width: 545px;
  text-align: left;
  margin-left: 4%;
}

.content p {
  font-size: 20px;
  font-weight: 700;
}

.button-container {
  display: flex
;
  gap: 50px;
  margin: 0 auto;
  justify-content: left;
  margin-top: 60px;
}

.button-container {
  width: 100% !important;
}

.btn-custom {
  background-color: #f48120;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  width: fit-content;
  transition: background-color 0.3s ease, transform 0.2s ease;
}


/*footer style*/

.footer_section {
  width: 100%;
  float: left;
  background-color: #000000;
  border-top: 1px solid #b5b5b5;
}

.footer_section_contenar {
  width: 100%;
  margin: 2% 0%;
}

.footer_section_contenar {
  display: flex
;
  justify-content: center;
}

.footer_section_contenar_threesection:nth-child(1) {
  width: 40% !important;
}

.footer_section_contenar_threesection {
  width: 40%;
  float: left;
  color: white;
  font-family: "Poppins", sans-serif;
}

.footer_section_contenar_threesection p {
  padding: 12px 0;
  color: #fff;
  text-align: left;
  font-size: 15px;
  margin: 0;
}

.god_a {
  color: #fff;
}

.owl-carousel .owl-item img {
  display: block;
  max-width: 100% !important;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 47%;
}

.mobil_banner{
  display: none !important;
}