
/* our-projects start */

#our-projects {
  padding: 96px;
  margin: auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

#our-projects h2 {
  color: var(--Blue, #1E3C72);

  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 65px */
  text-transform: uppercase;
}

#our-projects .link-arrow {
  display: inline-block;
  flex: 0 auto;
  -webkit-box-flex: 0;
  min-width: 30%;
  position: relative;
  text-align: left;
  text-decoration: none;
  color: var(--Blue, #1e3c72);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #1e3c72;
}

#our-projects .link-arrow:hover {
  color: var(--Red, #ca202e);
  border-bottom: 1px solid var(--Red, #ca202e);
}

#our-projects .link-arrow::before,
#our-projects .link-arrow::after {
  content: url("images/arrow-right.svg");
  display: block;
  font-family: Inter;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
}

#our-projects .link-arrow:hover::before {
  content: url("images/arrow-right-red.svg");
}

#our-projects .link-arrow.font-reg::before,
#our-projects .link-arrow.font-reg::after {
  font-weight: 300;
}

#our-projects .link-arrow::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}

#our-projects .link-arrow:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

#our-projects .link-arrow:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}

#our-projects .custom-margin {
  margin-top: 48px;
}

#our-projects .card {
  border-radius: 20px;
  background-color: white;
  border: none;
}

#our-projects .card a {
  color: var(--Blue, #1e3c72);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  text-transform: capitalize;
}

#our-projects .card a:hover {
  color: var(--Red, #ca202e);
}

#our-projects .card-body {
  padding-top: 0px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

#our-projects .card .card-img-top {
  padding: 24px;
  border-radius: 40px !important;
  height: 270px; /* Custom height */
  width: 100%; /* Ensure it spans the container width */
  object-fit: cover; /* Maintains aspect ratio while filling the height */
  object-position: center; /* Centers the image within the container */
}

#our-projects .card h5 {
  color: var(--Blue, #1e3c72);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

#our-projects .date {
  color: var(--Blue, #1e3c72);
  margin-bottom: 24px;
}

#our-projects .card .link-arrow {
  color: var(--Blue, #1e3c72);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}

@media screen and (max-width: 1200px){

  #our-projects {
    padding: 0px;
    margin: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }


}



@media screen and (min-width: 768px) {
  .blog-slider-navigation {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #our-projects {
    padding: 80px 0px;
  }

  #our-projects h2 {
    color: var(--Blue, #1E3C72);

    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 111.111% */
    text-transform: uppercase;
  }

  #our-projects .link-arrow {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 48px;
  }

  #our-projects .card h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
  }

  #our-projects .date {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }


  #our-projects .link-arrow {
    margin-bottom: 0px !important;
  }

  #our-projects .custom-margin {
    margin-top: 40px;
  }

 
}

/* our-projects end */

/* Our projects end */
