.modal {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(67, 61, 61, 0.15);
  /* -webkit-backdrop-filter: blur(4px); */
  /* backdrop-filter: blur(4px); */
  /* font-size: 56px; */
}

.toast-container {
  z-index: 99999999999;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.modal_block {
  height: 484px;
  width: 920px;
  position: relative;
  top: 170px;
  background-color: #fefaf8;
}

.modal_block_catalogue {
  height: 484px;
  background-color: #fefaf8;
}

.modal_block_heading {
  display: flex;
  justify-content: space-between;
  padding: 2vh 2vw;
  font-size: 24px;
}

.borderline {
  height: 2px;
  width: 60px;
  background: #e94d11;
}

.modal_block_content {
  display: flex;
  justify-content: center;
  gap: 5vw;
  position: relative;
  right: 6%;
  padding-top: 2%;
}

.catalogue_modal_button {
  z-index: 99999;
}

.modal_content_list_content {
  display: flex;
  gap: 1vw;
}

.modal_content_list_button {
  display: flex;
  flex-direction: column;
  gap: 3vh;
}

.modal_button {
  padding: 0.5rem 2rem;
  border: 2px solid #e94d11;
  color: #e94d11;
}

.modal_image {
  height: 100%;
}
.ct_popup_heading {
  color: white;
  font-weight: 600;
  font-size: 24px;
}

.catalogue_modal_image {
  height: 343px;
  width: 382px;
  transform: translate(30px, 7px);
}
.ct1_close_button {
  z-index: 9999;
  color: white;

  scale: 1.2;
  position: relative;
  left: 38px;
  bottom: 26px;
}

.modal_catalogue_content {
  height: fit-content;
  min-height: 520px;
  min-width: 300px;
  width: 48%;
  background: #e94d11;
  transform: translate(434px, -437px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vh;
  color: white;
}
.ct1 {
  width: 80%;
  /* margin: 10px 0px; */
  /* display: flex; */
  gap: 14px;
  /* flex-direction: column; */
}
.ct_input_name {
  color: #f4a688;
  font-size: 12px;
}

.ct1 input {
  padding: 4px 10px 4px 10px;
  border: 1px solid #f4a688;
  background-color: #e94d11;
  width: 100%;
}

.ct1 select {
  padding: 3px 8px;
  /* padding: 4px 32px 4px 32px; */
  border: 1px solid #f4a688;
  background-color: #e94d11;
  width: 100%;
}
.ct1_btn {
  width: 100%;
  padding: 10px 20px;
  background-color: white;
  color: #e94d11;
  font-size: 20px;
}
.mobile_catalogue_content {
  display: none;
}

@media (max-width: 600px) {
  .modal_block_catalogue {
    height: 600px;
    position: relative;
    top: 100px;
    left: 0px;
    background-color: #fefaf8;
  }
  .modal_block {
    height: 90vh;
    width: 90vw;
    position: relative;
    top: 80px;
    background-color: #fefaf8;
    padding: 0px 20px;
  }

  .modal_block_content {
    flex-direction: column;
  }

  .modal_image {
    height: 100%;
  }
  .modal_block_content {
    right: 0%;
  }
  .modal_block_heading {
    font-size: 20px;
  }
  .modal_content_list {
    display: flex;
    flex-direction: column;
    gap: 2vh;
  }
  .modal_content_list_button {
    gap: 2vh;
  }
  .modal_block_content_catalogue {
    display: none;
  }
  .mobile_catalogue_content {
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .ct1 {
    background-color: #e94d11;
    padding: 35px 0px;
  }
  .mobile_ct1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e94d11;
    height: 470px;
  }
  .ct_popup_heading {
    color: white;
    font-weight: 600;
    font-size: 14px;
  }
  .ct1_close_button {
    z-index: 9999;
    color: white;
    scale: 1;
    position: relative;
    top: 57px;
    left: 1px;
  }
}
