.contact_us_page {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

.contact_us_page_top {
  display: flex;
  /* background-color: red; */
}

.contact_us_page_top_mobile {
  display: none;
}

.contact_us_bg1 {
  background-color: #212121;
  height: 110vh;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_us_bg2 {
  background: url("https://i.ibb.co/7Ng3yWV/Group-1305.png") no-repeat center
    center/cover;
  height: 110vh;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_us_content {
  max-width: 75%;
  color: white;
}

 
.ready_contact_us{
  height: 15vh;
  background: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  overflow-x: hidden;
  max-width: 100vw;
}

.circle_contact_us{
  min-height: 10px;
  min-width: 10px;
  background-color: #e2e2e2;
  border-radius: 50%;
}


.animation_contact_us{
  display: flex;
  gap: 20px;
  animation: moveleft linear 600s infinite; 
  align-items: center;
}

@keyframes moveleft {
  0% {
    transform: translatex(0);
  }
  100% {
    transform: translatex(-100%);
  }
}
 

.ready-content_contact_us{
  color: #e2e2e2;
  font-weight: 500;
  font-size: 45px;
  min-width: 436px;
}
@media (max-width: 1030px) {
  .contact_us_bg1 {
    background-color: #212121;
    height: 70vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact_us_bg2 {
    background: url("https://i.ibb.co/7Ng3yWV/Group-1305.png") no-repeat center
      center/cover;
    height: 70vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

 
@media (max-height: 800px) and (max-width: 1030px) {
  .contact_us_page_top{
    height: 100vh;
  }
  .contact_us_bg1{
    height: 100vh;
  }

  .contact_us_bg2{
   height: 100vh;
  }

}

@media (max-width:700px) {
  .contact_us_page_top_mobile {
    display: flex;
    flex-direction: column;
  }

  .contact_us_page_top {
    display: none;
  }
  .contact_us_page_top_mobile_content {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("https://i.ibb.co/7Ng3yWV/Group-1305.png") center center/cover;
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vh;
  }
  .ready_contact_us{
    height: 10vh;
  }
  .ready-content_contact_us{
    font-weight: 500;
    font-size: 24px;
    min-width: 224px;
  }
}

/* @media(max-width:400px) {
  .contact_us_height{
    height:80vh;
  }
} */