#base_filterModal .modal-header {
    padding: 5.68vw 4.06vw 0 12.5vw;
    border: none;
    display: flex;
    align-items: center;
  }
  #base_filterModal .modal-header h3 {
    font-family: Helvetica;
    font-size: 3.13vw;
    line-height: 3.65vw;
    letter-spacing: 0%;
    color: #2B2A29;
  }
  #base_filterModal .btns-wrapper {
    display: flex;
    align-items: center;
    gap: 5.89vw;
  }
  #base_filterModal .modal-body {padding: 0 12.55vw;}
  .filter-sec {padding: 2.71vw 0; border-bottom: 1px solid #EDEDED;}
  .filter-sec:nth-child(3) {border-bottom: none;}
  .filter-title {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 1.04vw;
    line-height: 2.19vw;
    letter-spacing: calc(0.10 * 1.04vw);
    color: #000000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 0.99vw;
  }
  



  

  #base_projectModal .modal-content {border-radius: 10px;}
#base_projectModal .modal-dialog {max-width: 75vw;}
#base_projectModal .modal-body {
  position: relative;
  padding: 4.01vw 3.39vw 4.17vw 2.76vw;
}
#base_projectModal .modal-body:before {
  content: '';
  height: 100%;
  width: 0.63vw;
  background: #E31E24;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#base_projectModal .modal-body h3 {
  font-family: Helvetica;
  font-size: 1.67vw;
  line-height: 2.4vw;
  letter-spacing: 0%;
  color: #E31E24;
/*  text-transform: uppercase;*/
margin-bottom: 4px;
}
#base_projectModal .modal-body h4 {
  font-family: Helvetica;
  font-size: 1.04vw;
  line-height: 1.88vw;
  letter-spacing: 0%;
  color: #2B2A29;
  text-transform: uppercase;
  margin-bottom: 1.15vw;
}
#base_projectModal .modal-body h5 {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 1.04vw;
  line-height: 2.19vw;
  letter-spacing: calc(0.10 * 1.04vw);
  text-transform: uppercase;
  color: #B5B5B5;
  margin-bottom: 0.78vw;
}
#base_projectModal .modal-body p {
  font-family: Helvetica;
  font-size: 1.04vw;
  line-height: 1.88vw;
  letter-spacing: 0%;
  color: #2B2A29;
  margin-bottom: 3.39vw;
}
#base_projectModal .modal-body .card-attributes {display: flex; align-items: center;}
#base_projectModal .modal-body .card-attributes p {
  font-family: Helvetica;
  font-size: 1.67vw;
  line-height: 2.4vw;
  letter-spacing: 0%;
  color: #2B2A29;
  margin-bottom: 0;
  position: relative;
}
#base_projectModal .modal-body .card-attributes p:last-child:before {
  content: '';
  height: 100%;
  width: 2px;
  background: #EDEDED;
  position: absolute;
  left: -50%;
  top: 0;
}
#base_projectModal .modal-body .card-attributes span {
  font-family: Helvetica;
  font-weight: 700;
  font-size: 1.04vw;
  line-height: 2.19vw;
  letter-spacing: calc(0.10 * 1.04vw);
  text-transform: uppercase;
  color: #B5B5B5;
  display: block;
}
#base_projectModal .modal-body .card-attributes span.spacer {
  height: 100%;
  width: 2px;
  background: #EDEDED;
  margin: 0 5.63vw;
}

#base_projectModal button.btn-close {
  position: absolute;
  top: -13%;
  right: -10%;
}

#base_projectModal .modal-body .card-attributes.last-card p:last-child:before{
  display:none;
}

.projects-slider_base .owl-stage {
  display: flex;
  gap: 2.34vw;
}
.projects-slider_base .owl-stage:after {display:none !important;}

.base_project-cards {margin: 0px 0px 2.5vw 0px;}
.base_project-cards {
  flex: 0 1 calc((100% - 2 * 2.55vw) / 3);
  border: 2px solid #D6DEE1;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  padding: 1.04vw 2.19vw 1.09vw;
  position: relative;
  cursor: pointer;
  margin: 0px 15px 20px 0px;
}
.base_project-cards:before {
  content: '';
  height: calc(100% + 4px);
  width: 0.63vw;
  background: #E31E24;
  position: absolute;
  top: -2px;
  left: -2px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.base_project-cards h3 {
  font-family: Helvetica;
  font-size: 1.25vw;
  line-height: 2.4vw;
  letter-spacing: 0%;
  color: #2B2A29;
  transition: color 0.5s ease;
}
.base_project-cards .card-attributes {display: flex;}
.base_project-cards span {
  font-family: Helvetica;
  font-size: 0.94vw;
  line-height: 1.88vw;
  letter-spacing: 0%;
  color: #808080;
  transition: color 0.5s ease;
}
.base_project-cards .card-attributes .spacer {
  font-family: Helvetica-Light;
  font-size: 1.04vw;
  line-height: 1.88vw;
  letter-spacing: 0%;
  margin: 0 0.94vw;
  color: #EDEDED;
}
.base_project-cards img {
  position: absolute;
  right: 1.88vw;
  top: 50%;
  width: 1.69vw !important;
  opacity: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s ease;
  transform-origin: center;
}
.base_project-cards:hover h3 {color: #E31E24;}
.base_project-cards:hover span {color: #2B2A29;}
.base_project-cards:hover img {transform: translateY(-50%) rotate(0deg); opacity: 1;}
.selection-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}  
.base_project-cards {margin: 0px 0px 2.5vw 0px;}

.projects-slider_base .owl-stage {
  display: flex
;
  gap: 2.34vw;
}



@media(max-width: 767px) {

.projects {
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767px) {
  .base_project-cards {
      padding: 15px 20px;
      width: 95%;
      margin: 0px 10px 15px 10px;
  }

  .projects-slider_base .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, -50%);
}
.projects-slider_base .owl-dots .owl-dot {
    margin-right: 1.04vw;
}
.projects-slider_base .owl-dots .owl-dot span {
    width: 40px !important;
    height: 4px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: #E5E5E5 !important;
}
.projects-slider_base .owl-dots .owl-dot.active span {
    background: #E31E24 !important;
    width: 80px !important;
}
.projects-slider_base .owl-stage {gap:0;
}
}
.base_project-cards h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}
.selection-wrapper {
  gap: 16px;
}
.base_project-cards span {
  font-size: 14px;
  line-height: 36px;
}
.selection-filter {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.selection-wrapper button {
  padding: 0px 10px;
  font-size: 14px;
  line-height: 36px;
  gap: 12px;
}
.selection-wrapper button svg {
  width: 16px;
  height: 16px;
}
button.btn-with-icon {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 35px;
}
.filter-wrapp p{
  margin-bottom: 20px;

}
.projects {
  gap: 16px;
}
.filter-wrapp p {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 0px;
}
.selection-filter{
  width:90%;
  margin:0 auto;
  margin-bottom: 20px;
}
.filter-wrapp {
  margin-bottom: 10px;
  justify-content: space-between;
  width: 100%;
}

.base_project-cards:before {
  content: '';
  height: calc(100% + 4px);
  width: 10px;
}
.selection-filter {
  align-items: flex-start;
}
.projects-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
#base_projectModal .modal-body h3 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 30px;
  width: 90%;
  margin-bottom: 30px !important;
}
#base_projectModal .modal-body p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3.39vw;
}
#base_projectModal .modal-body h5 {
  font-size: 16px;
  line-height: 42px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#base_projectModal .modal-body h4 {
  font-size: 13px;
  line-height: 20px;
}
.projects-wrapper .section-subtitle {
  color: #2B2A29;
  margin-bottom: 40px;
}
#base_projectModal .modal-dialog {
  max-width: 100%;
  margin: 0px;
  border-radius: 0px; 
}
#base_projectModal .modal-body .card-attributes {
  flex-wrap: wrap;
  margin-top: 40px;
}
#base_projectModal .modal-body .card-attributes p {
  font-family: Helvetica;
  font-size: 24px;
  line-height: 46px;
  width: 100%;
  margin-bottom: 25px;
}
#base_projectModal .modal-body {
  position: relative;
  padding: 45px 25px;
}
#base_projectModal .modal-body .card-attributes span {
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 1.5px;
}
#base_projectModal button.btn-close {
  position: absolute;
  top: 2%;
  right: 10%;
  width: 40px;
  height: 40px;
}
.modal button.btn-close {

  width: 8.17vw;
  z-index: 9;

}
hr.bottom-line {
  border: 1px solid #E5E5E5;
  margin-top: 60px;
  margin-bottom: 40px;
}
.filter-btn {
  padding: 5px 14px;
  font-size: 15px;
  line-height: 25px;
  line-height: 20px;
}
.filter-btn img {
  width: 15px;
  height: 15px;
}
.filter-title {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.filter-note {
  font-size: 12px;
}
.filter-options {
  gap: 15px;
  align-items: center;
}
#base_projectModal .modal-body:before{
  display:none;
}
}



