.featured_projects .text-blk {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.featured_projects * {
  font-family: Nunito, sans-serif;
}

.featured_projects .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: center;
}

.featured_projects .container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.featured_projects .responsive-container-block.bg {
  max-width: 1500px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  height: auto;
}

.featured_projects .container-block.bg {
  max-width: 1862px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.featured_projects .responsive-container-block.opt-cont {
  gap: 0px;
  padding: 10px;
}
.featured_projects .text-blk.tab {
  font-family: 'bahn';
  font-size: 19px;
  display: flex;
  align-items: center;
  color: #211e1e;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 6px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  justify-content: center;

  white-space: nowrap;
  padding: 10px 15px;
  border-radius: 8px 8px 0px 0px;
  transition: background 0.2s ease;
}

.yellowline {
  height: 2.5px;
  background-color: #ffde59;
  width: 100%;
  margin-bottom: 5px;
}

.blackline {
  height: 2.5px;
  background-color: black;
  width: 100%;
  margin-top: 2px;
}

.featured_projects .text-blk.tab.active {
  background-color: #ffde59;
  color: #120c0c;
}

.featured_projects .responsive-container-block.img.hide.graphdes.mobdev {
  height: auto;
}

.featured_projects .text-blk.title {
  font-size: 20px;
  line-height: 27.28px;
  color: white;
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.featured_projects .text-blk.info {
  font-size: 20px;
  line-height: 27.28px;
  color: white;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.featured_projects .text-blk.heading {
  font-size: 25px;
  line-height: 34.1px;
  color: #0087b1;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #0087b1;
}

.featured_projects .tab:hover {
  cursor: pointer;
}

.featured_projects .bg {
  padding: 0 0 0 0;
  margin: 0 auto 0 auto;
}

.featured_projects .content {
  padding: 0 0 0 0;
}

.featured_projects .opt-cont {
  min-height: auto;
  padding: 0 0 0 0;
}


.responsive-container-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
}
.featured_projects .responsive-container-block.content {
    justify-content: space-evenly;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    justify-items: center;
    padding: 20px;
}

.cont-galle-for {
  width: 100%;
}

.product .itembox {
    position: relative;
    width: 100%;
    height: 260px;
    margin: 10px;
    display: block;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
}
.product .itembox.hide {
  display: none;
}
.product .itembox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.active3 {
        color: #9b6c2b !important;
    text-decoration: underline;
    text-decoration-thickness: 5px !important;
    text-underline-offset: 16px !important;
}
a[data-fancybox] img {
  cursor: pointer;
}
.fancybox__container {
    z-index: 9999999999 !important;
}
.carousel__button svg {
    stroke: white !important;
}
.overlay1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #060606ad;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.fancybox:hover .overlay1 {
  height: 21%;
}

.text {
  color: white;
  font-size: 1vw;
  font-family: calibri;
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  padding: 3px;
}
.gallery-cont {
    width: 100%;
}
.gallery-back-color {
    background-color: #c1c1c12e;
    width: auto;
}
.photo-text {
        display: flex;
    background-color: #00000052;
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 71%;
    height: 100%;
}
.textweb-center {
    text-align: -webkit-center;
    background-image: url(../../images/parallax1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.photo-text {
    padding: 150px 25px;
}
.photo-text h1{
    font-size: 60px;
    color: white;
    font-family: calibri;
}
.photo-text p {
    color: white;
    font-size: 24px;
    font-family: calibri;
}
.fancybox__thumbs, .fancybox__button--zoom, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs{
    display: none;
}
.window__slide-right {
  display: none;
}
.window__slide-left {
  display: none;
}
.fancybox__caption {
  color: white !important;
  font-size: 20px;
  width: 756px;
  text-align: center;
}
.active {
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .featured_projects .im {
    width: 100%;
  }

  .featured_projects .responsive-container-block.img {
    width: 60%;
  }

  .featured_projects .responsive-container-block.img.hide {
    display: none;
  }

  .featured_projects .responsive-container-block.img.hide.hidden {
    display: none;
  }

  .featured_projects .responsive-container-block.opt-cont {
    flex-direction: column;
  }

  .featured_projects .text-blk.info {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 15px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .featured_projects .text-blk.tab {
    width: 100%;
    margin-left: 0px;
  }

  .featured_projects .text-blk.title {
    font-size: 13px;
    line-height: 15px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .featured_projects .text-blk.title {
    font-size: 20px;
    line-height: 27.28px;
  }

  .featured_projects .text-blk.info {
    font-size: 20px;
    line-height: 27.28px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .featured_projects .responsive-container-block.opt-cont {
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
}