/* Poppins  */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&amp;display=swap");
.mt {
  margin-top: 3%;
}
.Hire_Developer{margin-bottom: 5%;}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #f2d9ec;
}
.col-lg-4 {
  padding: 0 !important;
}
/* Banner Section Start */
.banner_section {
  background-image: url("../404.html");
  background-repeat: no-repeat;
  background-size: 88%;
  padding: 8% 0;
  background-position: 54% 0;
}
.banner_head {
  padding: 12% 0 0 0;
}
.banner_head h6 {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 20px;
  background: #f2d9ec;
  display: inline-block;
  padding: 6px 19px;
}
.banner_head h3 {
  color: #0a0a0a;
  font-family: Poppins;
  font-size: 47px;
  font-style: normal;
  font-weight: 600;
  width: 80%;
  line-height: 65px;
}
.banner_head h3 span {
  background: linear-gradient(
    96deg,
    #a30c8d 12.59%,
    #f11d58 42.9%,
    #ff5a1c 73.85%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
}
.banner_head p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 60px 50px 0;
  line-height: 26px;
}
.banner_head a {
  border-radius: 5px;
  background: #5d35d7;
  padding: 15px 20px;
  border: none;
}
.banner_head a {
  text-decoration: none;
  font-size: 11px;
}
.banner_head a:hover {
  color: #fff !important;
  text-decoration: none;
}
.banner_head a {
  color: #fff;
}
.banner_img img {
  width: 100%;
  position: absolute;
  left: -130px;
  top: 0px;
}
/* Banner Section End */
/* Hire Developer Section Start */
.hire_dev_card .btn:where(:focus, :focus-visible) {
  outline: none !important;
}
.Hire_Developer .container {
  padding: 0 !important;
}
.current_open {
  width: 100%;
  margin: auto;
  text-align: center;
}
.current_open h6 {
  width: 300px;
  background: #f06d06;
  position: relative;
  margin: 20px;
}
.current_open h6:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-image: linear-gradient(to left, #ff5a1c, #d3166c, #f3284c);
  z-index: -1;
  border-radius: 32px;
}
.Hire_Developer h6 {
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
}
.Hire_Developer h2 {
  color: #0a0a0a;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 147%;
}
.hire_dev_card {
  border-radius: 12px;
  border: 1px solid #f2d9ec;
  background: #fff;
  padding: 30px 20px;
  min-height: 260px;
  margin: 8px;
  transition: all 0.2s ease-in-out;
}
.hire_dev_card:hover {
  border: 1px solid #5d35d7;
}
.hire_dev_card p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 0;
  min-height: 140px;
  margin: 0;
}
.hire_btn_primary:hover {
  color: #fff !important;
  background: #5d35d7;
}
.hire_btn_primary {
  transition: all 0.2s ease-in-out;
  border: 1px solid #f2d9ec;
  border-radius: 6px;
  background: #f2d9ec;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 174%;
  padding: 8px 30px !important;
}
.hire_img_head img {
  width: 60px;
}
.hire_img_head span {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 8px;
}
.modal-body {
  height: 380px;
  overflow-y: scroll;
  padding: 16px 35px 0px 16px !important;
}
#success-message .modal-body {
	height:auto;
	padding:0px !important;
}
.modal-body ul li {
  margin-bottom: 20px;
  text-align: justify;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 174%;
}
.modal-content {
  border-radius: 20px !important;
}
.modal-body ul li::marker {
  padding-left: 15px !important;
}
.modal-body::-webkit-scrollbar {
  width: 3px;
}
.modal-body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}
.modal-body::-webkit-scrollbar-track {
  background-color: #f2d9ec;
}
.modals_titles {
  text-align: left;
  padding: 0 20px;
}
.modal-dialog {
  width: 85% !important;
}
#success-message .modal-dialog {
  width: 600px !important;
}
.modal-dialog {
  width: 600px;
  margin: 0px auto !important;
  /* padding-top: 2% !important; */
}
.modal-header {
  border-radius: 15px 15px 0px 0px;
  background: #faf0f7;
}
#success-message .modal-content .modal-header{
	background: #ffffff;
}
.modals_headers {
  background: #ffffff;
  border-radius: 0 0 15px 15px;
}
.modals_titles {
  color: #000000;
}
.modals_titles span {
  padding-left: 15px;
}
.close {
  border-radius: 6px;
  background: #f2d9ec;
  opacity: 10 !important;
}
.closed_btn span {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 174%;
  display: inline-flex;
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #f2d9ec;
  margin: 0 0 0 10px;
  border-radius: 5px;
}
.modal_hire > span {
  color: #fff;
  padding: 8px 30px;
  font-family: Poppins;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 174%;
}
.modal_hire {
  border-radius: 6px !important;
  background: #5d35d7 !important;
  color: #fff !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  opacity: 10 !important;
  color: #fff;
}

/* Second Modal Start*/
.new_modal_dialog {
  max-width: 60%;
}
/* Second Modal End*/
/* Hire Developer Section End */

#modalrform .hire-pop .modal-body{
  padding: 0 !important;
  height: auto;
}
#modalrform .hire-pop .modal-header{
  background: transparent !important;
}
#modalrform .hire-pop .dev-left {
  height: 550px;
}
.hire_dev_card .container .modal-body ul {
  padding: 0 0 0 25px;
}
/* Responsive Start */
@media screen and (max-width: 1200px) {
  /* Hire Developer Section Start */
  .hire_dev_card p {
    line-height: 24px;
    padding: 10px 0 14px 0;
    min-height: 100px;
  }
}
@media screen and (max-width: 992px) {
  /* Banner Section Start */
  .banner_img img {
    width: 100%;
    position: inherit;
    left: 0;
    top: 0px;
  }

  .banner_head h3 {
    width: 60%;
  }
  .banner_section {
    background-image: none;
  }
  .banner_head p {
    padding: 10px 0 20px 0;
  }
  .banner_img img {
    margin-top: 40px;
  }
  /* Hire Developer Section Start */

  .hire_img_head img {
    width: 66px;
    height: auto;
  }
  .row .col-sm-12 {
    width: 50% !important;
  }
  .hire_dev_card {
    padding: 10px 20px;
    min-height: 290px;
  }
  .hire_dev_card p {
    min-height: 130px;
  }
}
@media screen and (max-width: 768px) {
  /* Banner Section Start */
  .banner_head h3 {
    width: 75%;
  }
  .banner_head h3 {
    width: 55%;
    font-size: 42px;
  }
  .banner_head h3 span {
    font-size: 42px;
  }
  /* Hire Developer Section Start */
  .hire_dev_card {
    height: auto;
  }
  .Hire_Developer .container {
    padding: 0 5% !important;
  }
  .row .col-sm-12 {
    width: auto !important;
  }
}
@media screen and (max-width: 678px) {
  /* Banner Section Start */
  .banner_head h3 {
    width: 50%;
    font-size: 36px;
    line-height: 50px;
  }
  .banner_head p {
    width: 80%;
  } /* Hire Developer Section Start */
  .modal-body ul {
    padding: 0;
  }
  .modal-body ul li {
    text-align: left;
    list-style-type: none;
  }
}
@media screen and (max-width: 600px) {
  /* Banner Section Start */
  .banner_head h3 {
    width: 56%;
    font-size: 36px;
    line-height: 50px;
  }
}
@media screen and (max-width: 540px) {
  /* Banner Section Start */
  .banner_head h3 {
    width: 73%;
  } /* Hire Developer Section Start */
  .modal-body {
    padding: 16px 20px 0px 16px !important;
  }
  .modals_titles {
    padding: 0;
  }
  .hire_dev-imp .modals_titles span {
    width: 100%;
    display: block;
    padding-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  /* Banner Section Start */
  .banner_head h3 {
    width: 100%;
  }
  .banner_head h3 {
    width: 100%;
    font-size: 40px;
  }
  .banner_head h3 span {
    font-size: 40px;
  }
  /* Hire Developer Section Start */
  .hire_img_head span {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 4% 0 0 0;
  }
  .Hire_Developer h2 {
    font-size: 24px;
  }

  /* Second modal */
  .new_modal_dialog {
    max-width: 80%;
  }
  .new_modal_dialog {
    width: 80% !important;
  }
}
@media screen and (max-width: 375px) {
  /* Banner Section Start */
  .banner_head h3 {
    width: 90%;
    font-size: 32px;
  }
  .banner_head h3 span {
    font-size: 32px;
  }
  .banner_head p {
    width: 100%;
  }
  /* Hire Developer Section Start */
  .hire_dev_card p {
    padding: 10px 0 14px 0;
  }
}
/* Responsive End */
