/*-----------case studie---------- css*/



.case-text {
    text-align: start;
    width: 100%;
  height: 60vh;
    padding-left: 50px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/bg/abstract-bg-1.webp");
}

.case-text h1 {
    padding-top: 225px;
    font-size: 60px;
    font-weight: bold;
    color: #000;
}

.case-text h3 {
    font-size: 25px;
    color: #000;
}

.case-card-custom {
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    height: 120%;
    display: flex;
    flex-direction: column;
}

.case-span {
    font-size: 17px;
    font-weight: bold;
    text-align: justify;
}

.case-card1 {
    height: 600px;
    margin-top: 20px;
}

.case-card-img {
    height: 520px;
    object-position: cover;
    width: 100%;
}

.case-tag {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #007C82;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.case-card-body {
    padding: 20px;
    flex-grow: 1;
    height: 400px;
}

.case-read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    color: #007C82;
    text-decoration: none;
}

.case-read-more:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .case-card-img {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .case-card-img {
        height: 400px;
    }

    .case-card-body {
        padding: 15px;
    }
}

/*  */

.case-text {
    text-align: start;
    width: 100%;
  height: 60vh;
    padding-left: 50px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/bg/abstract-bg-1.webp");
}
 
.case-text h1 {
    padding-top: 230px;
    font-size: 60px;
    font-weight: bold;
    color: #000;
}
 
.case-text h3 {
    font-size: 25px;
    color: #000;
}
 
.case-card-custom {
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    height: 120%;
    display: flex;
    flex-direction: column;
}
 
.case-span {
    font-size: 17px;
    font-weight: bold;
    text-align: justify;
}
 
.case-card1 {
    height: 600px;
    margin-top: 20px;
}
 
.case-card-img {
    height: 520px;
    object-position: cover;
    width: 100%;
}
 
.case-tag {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #007C82;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}
 
.case-card-body {
    padding: 20px;
    flex-grow: 1;
    height: 400px;
}
 
.case-read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    color: #007C82;
    text-decoration: none;
}
 
.case-read-more:hover {
    text-decoration: underline;
}
 
/* Responsive adjustments */
 
@media (max-width: 768px) {
 
  .case-card1 {
    height: auto; 
    margin-top: 30px;
  }
 
  .case-card-img {
    height: 450px;  
    width: 100%;
    padding-top: -20px;
  }
 
  .case-card-custom {
    height: auto; 
  }
 
  .case-card-body {
    height: auto; 
    padding: 20px;
  }
}
 
@media (max-width: 576px) {
  .case-span {
    font-size: 15px;
  }
 
  .case-tag {
    font-size: 14px;
  }
}