.div-projects-show{
  padding: 20px 100px;
  padding-top: 40px;
  padding-bottom: 40px;

}

.proj-show-section{
  padding: 20px 0px;
  padding: 40px;
}
.proj-show-section:nth-child(even) { background: #081f39; }
.proj-show-section:nth-child(odd) { background: none;}

.div-projects-show .proj-show-title{
  text-align:center;
  padding-bottom: 20px;
  width: max-content;
  margin: 0 auto;
}

.div-projects-show .proj-show-title h1{
  border-bottom: 3px solid;
  text-transform: uppercase;
  font-weight: bold;
}

.div-projects-show .proj-show-image{
  background-color: #454545;
  border-radius: 4px;
}

.div-projects-show .proj-show-data{
  top: 50%;
  position: relative;
  transform: translateY(-50%);

}

.div-projects-show .proj-show-image img{
  width: 450px;
  height: 350px;
  object-fit: cover;
  border-radius: 4px;
}


.proj-show-gallery{
  padding-top: 20px;
}

/*.proj-show-gallery .splide__track.splide__track--slide.splide__track--ltr.splide__track--draggable.splide__track--nav ul.splide__list{
  background: url(https://agpdeveloper.com/assets/images/test/filmstrip.png) 0% 0% / 125px 110px;
  padding: 20px 2px 20px 377px !important;
}

.proj-show-gallery .splide__track.splide__track--slide.splide__track--ltr.splide__track--draggable.splide__track--nav ul.splide__list li{
  margin-right: 5px!important;
}*/

#main-carousel-track{
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
}

.proj-show-gallery #thumbnail-carousel-track{
  width: 99%!important;
  margin-left: 10px!important;
}

.proj-show-gallery #thumbnail-carousel-list {
  margin: 15px 0px!important;
}

.proj-show-gallery #thumbnail-carousel-list li{
  border: none!important;
  border-radius: 8px!important;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.75);
}

.splide__arrow {
  background: none!important;
  outline:none!important;
  font-size: 27pt;
  font-weight: bold;
  color: white;
}

.splide__arrow:hover {
  background: none!important;
  color: #0c396b;
}

.splide__arrow:active {
  background: none!important;
  color: #6fadf3;
}

.splide__arrow--prev{
  margin-left: -100px;
}

.splide__arrow--next{
  margin-right: -100px;
}

.proj-show-description{
}

.proj-show-section-title{
  font-size: 17pt;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.proj-show-description-text{
  padding: 10px 0px;
  text-align: justify;
}

.proj-show-tags-text{
  text-align: left;
  /*width: 600px;
  margin: 0 auto;*/
  font-size: 13pt;
}

.proj-show-links{
  margin-top: 10px;
  text-align: center;
}

.proj-show-features{
}

.proj-show-features ul {
  list-style: none; /* Remove default bullets */
}

.proj-show-features ul li::before {
  font-family: 'FontAwesome';
  content: "\f101";
  display: inline-block;
  width: 1em;
  margin-right: 10px;
  color: #759cc9;
}

.proj-show-features-text{
  margin: 0 auto;
  width: max-content
}

.proj-show-features-text ul{
  float: left;
  margin: 0px 20px;
}

.proj-show-explanation{
}

.proj-show-explanation-text {
  text-align: justify;
}

.proj-show-explanation-text .explanation-subtitle{
  font-weight: bold;
  font-size: 14pt;
  text-decoration: underline;
}

.proj-show-explanation-text .explanation-text {
  font-size: 10.5pt;
}

a.link_platform{
  text-decoration: none;
  color: inherit;
  font-size: 20pt;
}

a.link_platform i{
  margin-top: 5px;
}

a.link_platform i:hover{
  color: #007bff;
  transform: scale(1.2);
}

.wip-icon{
  position: absolute;
  line-height: 250px;
  font-size: 100pt;
  text-align: center;
  width: 100%;
  z-index: 0;
  color: #505050;
}
.wip-title{
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 250px;
  font-size: 20pt;
  font-weight: bold;
  color: #9f9f9f;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.proj-show-gallery .splide__track{
  border-radius: 4px;
}

/* MEDIA QUERIES */



@media (max-width: 992px){
  .div-projects-show {
    padding: inherit;
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .div-projects-show .proj-show-image{
    width: 100%;
    height: 350px;
  }

  .div-projects-show .proj-show-image img{
    width: 100%;
    height: 350px;
  }

  .wip-title {
    line-height: 350px;
  }

  .wip-icon {
    line-height: 350px;
    margin-left: -20px;
  }

  .proj-show-section-title, .proj-show-description-text {
    margin-top: 20px;
  }

  .proj-show-gallery.proj-show-section{
    padding: 40px 0px;
    padding-bottom: 80px;
  }

  .proj-show-gallery.proj-show-section .container{
    padding: 0px 10px;
    max-width: 800px;
  }

  
  .splide__arrow--prev{
    margin-left: 40px;
    margin-top: 80px;
  }

  .splide__arrow--next{
    margin-right: 40px;
    margin-top: 80px;
  }
}

@media (max-width: 768px){

  .div-projects-show .proj-show-image{
    width: 100%;
    height: 200px;
  }

  .div-projects-show .proj-show-image img{
    width: 100%;
    height: 200px;
  }

  .wip-title {
    line-height: 200px;
  }

  .wip-icon {
    line-height: 200px;
    margin-left: -20px;
  }

  .proj-show-section-title, .proj-show-tags-text {
    text-align: justify!important;
  }

  .proj-show-features-text ul{
    width: 100%;
  }

  .proj-show-explanation.proj-show-section{
    padding: 40px 0px;
  }

  .proj-show-gallery.proj-show-section .container{
    padding: 0px 10px;
  }

  
  .splide__arrow--prev{
    margin-left: 40px;
    margin-top: 60px;
  }

  .splide__arrow--next{
    margin-right: 40px;
    margin-top: 60px;
  }

  .proj-show-features-text{
    width: 100%;
  }
}

/* /////////////////// */