

        .about-content{
          width: 100%;
          background:#FCF6F5;
          margin: 0;
          padding: 10px 20px 5px;
          border-radius: 0px;
        }

        .about-title{
          justify-self: center;
          font-size: 20px;
          font-weight:bold;
          color:#333333;
          text-transform:uppercase;
          transition: all 0.3s ease 0s;
          text-decoration: none;
          padding-top: 10px;
        }

        .about-description{
          font-size: 18px;
          line-height: 30px;
          color:#000000;
          text-align: justify;
          padding: 0px 380px 20px 380px;
        }


@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .about-description{
    padding: 0px 70px 20px 70px;
  }

}

      @media (max-width: 768px){


        .about-description{
          line-height: 30px;
          color:#000000;
          text-align: justify;
          padding: 0px;
          padding-bottom: 10px;
        }

          .about-slide{
                      width: 100%;
                      height: auto;
                      background: #fff;
                      margin: 20px 46px 20px;
                      margin-left: 0px;
                      border-radius: 15px;
                      padding-top: 35px;
                      box-shadow: 0px 14px 22px -9px #bbcbd8;
                    }
                    .about-slide .about-img{
                      position: relative;
                      overflow: hidden;
                      border-radius: 10px;
                      margin: 0px 0  15px;
                      margin-left: 0px;
                    }
                    .about-slide .about-img img{
                      width: 100%;
                      height: 170px;
                      margin-top: 0px;
                      filter: grayscale(100%);
                      transform: scale(1,1);
                      transition:transform 0.2s linear;
                    }
                    
                    .about-slide .about-content{
                      background:#fff;
                        width: 80%;
                        margin: 20px;
                        margin-top: -25px;
                        margin-left: 37px;
                        padding: 20px;
                      border-radius: 15px;
                    }
                    .about-slide .about-title a{
                      font-size:15px;
                      font-weight:bold;
                      color:#333333;
                      display: inline-block;
                      text-transform:uppercase;
                      transition: all 0.3s ease 0s;
                    }
                    .about-slide .about-title a:hover{
                      text-decoration: none;
                      color:#3498db;
                    }
                    .about-slide .about-description{
                      line-height:24px;
                      color:#808080;
                      text-align: justify;
                      margin-bottom:25px;
                      padding-top: 5px;
                    }
          
              
          }


   

  .wrapper .title{
    text-align: center;
  }
  
  .title h4{
    display: inline-block;
    padding: 14px;
    margin-top: 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    word-spacing: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    text-transform: uppercase;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    text-shadow: 2px 2px 1px rgb(19 19 19);
  }
  
.wrapper .card_Container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
    margin-top: 10px;
  }


  .card-Container {
    width: 100%;
    max-width: 1200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
    margin-top: 10px;
  }

  
  .card_Container .card{
    position: relative;
    width: 340px;
    height: 440px;
    margin: 20px;
    overflow: hidden;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 1),
                inset 0 0 0 1000px rgba(67, 52, 109, .6);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  


  .card .imbBx, .imbBx img{
    width: 100%;
    height: 100%;
  }
  
  .card .content{
    position: absolute;
    bottom: -160px;
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(15px);
    box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: bottom 0.5s;
    transition-delay: 0.65s;
  }
  
  .card:hover .content{
    bottom: 0;
    transition-delay: 0s;
  }
  
  .content .contentBx h3{
    text-transform: uppercase;
    color: #ff8600;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 15px;
    line-height: 1.1em;
    transition: 0.5s;
    transition-delay: 0.6s;
    opacity: 0;
    transform: translateY(-20px);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 2);
  }
  
  .card:hover .content .contentBx h3{
    opacity: 1;
    transform: translateY(0);
  }
  
  .content .contentBx h3 span{
    font-size: 15px;
    font-weight: 400;
    text-transform: initial;
    color: white;
  }
  
  .content .sci{
    position: relative;
    bottom: 10px;
    display: flex;
  }
  
  .content .sci li{
    list-style: none;
    margin: 0 10px;
    transform: translateY(40px);
    transition: 0.5s;
    opacity: 0;
    transition-delay: calc(0.2s * var(--i));
  }
  
  .card:hover .content .sci li{
    transform: translateY(0);
    opacity: 1;
  }
  
  .content .sci li a{
    color: #fff;
    font-size: 24px;
  }


h1 {
    text-align: center;
    padding: 20px;
    margin-top: 0px;
    color: #ff8600;
    font-size: 24px;
    font-weight: bold;
    word-spacing: 5px;
    border-radius: 15px;
    text-transform: uppercase;
    word-wrap: break-word;
}



  @media (max-width: 768px){

  .card .imbBx, .imbBx img{
    width: 100%;
    height: 190px;
  }

      .title h4 {     
      font-size: 15px;
      }

    .cast-table-wrapper {
      padding: 20px 50px 20px 50px;
    }

    .cast-table-wrapper h1{
      font-size: 24px;
    }

    .title-crew h4{
      font-size: 24px;
    }

    .wrapper .card_Container{
    margin: 5px 0;
  }

  .card_Container .card{
    width: 150px;
    height: auto;
    margin: 15px;
  }

  .content .contentBx h3{
    font-size: 9px;
    margin-bottom: 0px;
  }
  
  .content .contentBx h3 span{
    font-size: 7px;
  }

  .content .sci{
    margin-bottom: -50px;
  }

  .content .sci li{
    margin: 0px;
    margin-top: 13px;
    margin-left: -10px;
    padding-right: 7px;
    
  }
    
  .content .sci li a{
    font-size: 14px;
  }

  .card .content{
    height: 83px;
    padding-bottom: 57px;
  }

  }

