.glass-corosal {
  margin-top: 0px;
}

.corosal-container {
  display: flex;
  gap: 50px;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 5px;
}

.corosal-content:first-child {
  margin-left: 18%;
}
.corosal-content:last-child {
  margin-right: 16%;
}

.corosal-content {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  min-width: 65%;
  height: 65vh;
  max-height: 450px;
  opacity: 0.6;
  filter: blur(1.2px);
  transition: all 0.4s ease-in-out;
  background-color: var(--ih-white);
}
.corosal-content.active {
  opacity: 1;
  filter: blur(0px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.corosal-btn-imgctr {
  cursor: pointer;
  background-color: var(--ih-white);
  border: 0.5px solid;
  padding: 10px 16px;
  margin: 0px 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.corosal-btn-imgctr img {
  width: 10px;
}

.corosal-btn-imgctr:hover {
  background-color: var(--ih-primary);
}

.corosal-btn-imgctr:hover img {
  filter: invert(1);
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}

.g-c-imgCtr {
  width: 24%;
}
.g-c-txtCtr {
  margin-left: 20px;
  flex: 1;
  padding: 20px;
  background-color: rgb(255, 255, 255, 0.8);
}

.g-c-txtCtr h3 {
  font-size: 1rem;
  color: var(--ih-primary);
}
.g-c-txtCtr p {
  font-size: 0.875rem !important;
  font-family: "myfont-light", sans-serif;
}

.gradient1 {
  border-radius: 4px;
  background-image: url(../assets/images/recentWork/bg001.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.gradient2 {
  border-radius: 4px;
  background-image: url(../assets/images/recentWork/bg002.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.gradient3 {
  border-radius: 4px;
  background-image: url(../assets/images/recentWork/bg003.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 930px) {
  .g-c-txtCtr {
    margin-left: 10px;
    flex: 1;
    padding: 10px;
    background-color: rgb(255, 255, 255, 0.8);
  }
  .g-c-txtCtr h3 {
    font-size: 1.5rem !important;
  }
  .g-c-txtCtr p {
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 780px) {
  .gradient1 {
    flex-wrap: wrap;
  }
  .gradient2 {
    flex-wrap: wrap;
  }
  .gradient3 {
    flex-wrap: wrap;
  }
  .g-c-txtCtr {
    margin-left: 10px;
    min-width: 200px;
    padding: 10px;
    background-color: rgb(255, 255, 255, 0.8);
  }
  .g-c-txtCtr h3 {
    font-size: 1.5rem !important;
  }
  .g-c-txtCtr p {
    font-size: 1rem !important;
  }
  .g-c-imgCtr {
    width: 200px !important;
  }
  .corosal-container {
    gap: 35px;
  }
  .corosal-content {
    min-width: 100%;
    max-height: fit-content;
    height: auto;
  }
  .corosal-content:first-child {
    margin-left: 0%;
  }
  .corosal-content:last-child {
    margin-right: 0%;
  }
}

@media only screen and (max-width: 500px) {
  .gradient1 {
    flex-wrap: wrap;
  }
  .gradient2 {
    flex-wrap: wrap;
  }
  .gradient3 {
    flex-wrap: wrap;
  }
  .g-c-txtCtr {
    margin-left: 10px;
    min-width: 200px;
    padding: 10px;
    background-color: rgb(255, 255, 255, 0.8);
  }
  .g-c-txtCtr h3 {
    font-size: 1.5rem !important;
  }
  .g-c-txtCtr p {
    font-size: 0.875rem !important;
  }
  .g-c-imgCtr {
    width: 200px !important;
  }
  .corosal-container {
    gap: 25px;
    padding: 0px;
  }
  .corosal-content {
    min-width: 100%;
    max-height: 100%;
    height: auto;
  }
  .corosal-content:first-child {
    margin-left: 0%;
  }
  .corosal-content:last-child {
    margin-right: 0%;
  }
}
