 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
#sectionwhite {
  background-color:  rgba(0, 0, 0, 0.5) !important;
  color: #fff;
  
}
*,::after,::before {
    box-sizing: border-box
}
/* 
body,html {
    height: 100%
}

body {
    margin: 0;
    overflow: hidden;
    background: #000 url(../img/demo-bg.jpg) 0 0 repeat;
    position: relative;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
} */

body {
   font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
}

a {
  color: rgb(4, 52, 84);
}

a:hover {
  color: rgb(4, 52, 84);
}

/* Section: Projects */

#projects {
  padding: 100px 0;
  margin: -8px ;
  background-color: rgba(4,52,84,0.1);
}

.portfolio-flters {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  text-align: center;
}

.portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 0 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #333;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.portfolio-flters li:hover,
.portfolio-flters li.filter-active {
  background: rgb(4, 52, 84);
  color: #fff;
}

.portfolio-container {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  position: relative;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item .portfolio-content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.portfolio-item .portfolio-content:hover {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

.portfolio-item .img-fluid {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

.portfolio-item .portfolio-info {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(50px);
  transition: all 0.3s ease-in-out;
}

.portfolio-item:hover .portfolio-info {
  bottom: 0;
  transform: translateY(0);
}

.portfolio-item .portfolio-info h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.portfolio-item .portfolio-info p {
  margin-bottom: 0;
}

.portfolio-item .portfolio-content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 0;
  padding-bottom: 75%; /* Adjust this value to control the aspect ratio */
}

.portfolio-item .portfolio-content img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Styles for large screens */
@media (min-width: 992px) {
  .portfolio-item img {
    max-width: 100%;
    height: auto;
  }
}

/* Styles for medium screens */
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-item img {
    max-width: 100%;
    height: auto;
  }
}

/* Styles for small screens */
@media (max-width: 767px) {
  .portfolio-item img {
    max-width: 100%;
    height: auto;
  }
}
.linktoservices:hover{
  color: black !important;
  text-decoration: none;
  
}
.linktoservices{
  color: black !important;
  text-decoration: none;
}