.celebsTitle {
    font-size: 85px;
    line-height: 60px;
    font-family: Oswald;
    text-align: center;
    color: #eb5805;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.celebsImgDiv{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.celebsImg img{
    width: 100%;
    height: 100%;
}

.celebsImg{
    width: 400px;
    height: 600px;
    position:relative;
}

.celebsImg:hover{
    transform: scale(1.03);
    transition: 0.3s;
}

.celebsImg:hover::after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.5)), color-stop(100%,rgba(0, 0, 0, 0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  }

  .celebsInfo {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }
  
  .celebsImg:hover .celebsInfo {
    display: block !important;
  }

.celebsImgDiv{
    padding: 70px 0px;
}

.show{
    display:flex !important;
    justify-content:center;
        align-items: center;
}

.modal-content2{
    width: 100%;
    margin: auto;
    padding: 15px;
    background-color: #eb5805;
    border-radius: 10px;
    
}


.modal-title{
    text-align: center;
    font-size: 35px;
    font-family: Oswald;
}


.close2{
    position: absolute;
    top: 5%;
    right: 3%;
    background: transparent;
    border: navajowhite;
    font-size: 50px;
    color: #fff;
}

.celebsDiv{
    display: flex;
    align-items: center;
    gap: 35px;
}

.celebsImg2{
    width: 300px;
    height: 450px;
}

.modalpadd{
    width: 100%;
}
.celebsContent {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.celebsContent1{
    font-size: 30px;
    font-family: Oswald;
    font-weight: 600;
    color: #fff;
}
.celebsContent2{
    font-size: 20px;
    font-family: Oswald;
    font-weight: 400;
    color: #fff;
}

.celebsInfo1{
    font-size: 30px;
}
.celebsInfo2{
    /* font-size: 30px; */
    margin-top: 5%;
}

@media (max-width:580px) {
    
    .celebsImgDiv {
    padding: 20px;
}
    .celebsImg {
        width: 100%;
        height: 100%;
    }
    
    .celebsImg img {
    width: 100%;
    height: 100%;
}

    .celebsContent {
        width: 100%; 
   }
   
   .celebsContent1 {
       font-size: 25px;
   }
   
   .celebsContent2 {
       font-size: 17px;
   }
   
   .celebsImg2 {
       width: 185px;
       height: 250px;
   }
   
   .celebsDiv {
       flex-direction: column;
       gap: 10px;
   }

   .modal-content2{
    width: 75%;
   }
   .modalpadd{
    padding: 115px 0 0;
   }
}
@media (min-width:580px) and (max-width:820px) {


    .celebsImg{
    width: 100%;
    height: 100%;
    }
}