/*=====================================
start the project section=============*/
.page-title {
  position: relative;
  display: inline-block;
  padding: 3px 33px;
  margin-bottom: 20px;
}
.page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 77px;
  height: 51px;
  border-bottom: 2px dashed #dc3545;
  border-right: 2px dashed #dc3545;
  border-top: 2px dashed #dc3545;
}
/*=========================
 end the frame ==========*/
.main-projects {
  background: url(../img/main-projects.jpg);
  background-size: cover;
  height: 300px;
}
/*=====================================
 start the space section ============*/
.projects {
  background: url(../img/dots.jpg);
}
.thespace-sec {
  margin-top: 30px;
}
.thespace-sec h1 {
  color: rgb(45, 0, 104);
  border-bottom: 2px solid rgb(45, 0, 104);
  width: 270px;
}
.theselected-projects {
  width: 80%;
  margin: 18px 15%;
}
.theselected-projects .form-select {
  width: 25%;
  height: 70px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgb(31, 0, 104);
  border-radius: 0;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.form-select:focus {
  box-shadow: none;
}
.theselected-projects button {
  background-color: #141e61;
  color: #fff;
  min-width: 170px;
  margin: 1px auto;
  border: 2px solid #141e61;
  padding: 6px 70px;
  margin-bottom: -11px;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.theselected-projects button:hover {
  box-shadow: inset 0px -80px 0px #e03636;
  color: #fff;
  border: solid;
  border: 2px solid #e03636;
}
@media (max-width: 768px) {
  .form-select {
    display: block;
    min-width: 100%;
  }
  .theselected-projects button {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*=======================
 start the project2=====*/
.project2 {
  margin-top: 30px;
  position: relative;
}
.heading-project {
  width: 50px;
  margin: 30px auto;
}
.details-project2 img {
  width: 20px;
  height: auto;
}
.details-project2 .m1 {
  margin-left: 10px;
}
.project2 .sale {
  position: absolute;
  top: 20%;
  right: 0;
  background-color: #f20b0b;
  color: #fff;
  padding: 2px 20px;
  font-size: 22px;
}
.project2 p,
.project2 h5,
.project2 span {
  color: rgb(39, 0, 90);
  font-weight: bold;
}
.project2 .dollar {
  font-size: 25px;
}
.btn-details {
  margin-top: 20px;
  display: block;
  background-color: #141e61;
  color: #fff;
  min-width: 170px;
  width: 100%;
  border-radius: 0;
  border: 2px solid #141e61;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.btn-details:hover {
  box-shadow: inset 0px -80px 0px #e03636;
  border: 2px solid #e03636;
  color: #fff;
  border: solid;
}
.theend-buttom {
  width: 20%;
  margin: 20px auto;
  background-color: #000525;
}
