/**
Theme Name: GodesQ Child Theme
Theme URI: https://godesq.com
Author: GodesQ Team
Author URI: https://godesq.com
Description: A plain lightweight theme created just for you.
Template: godesq
Version: 1.0.0
License: GPL v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: godesq-child
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
*/

/*.talents-gallery {display: flex;flex-wrap: wrap;}*/

.talents-gallery {
   
    display: grid;
    grid-gap: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
     
}

.talent-box {
    /*filter: grayscale(1);*/
    /*transition: 1.5s;*/
    position: relative;
    /*display:flex;*/
    align-items: flex-end;
    overflow:hidden;
    border: 1px solid #c19d5680;
}

.talent-box:hover {
    /*filter: grayscale(0);*/
    /*transition: 1.5s;*/
}

.tp_link {
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    background: rgb(255 255 255 / 65%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 16px;
    transition: 1s ease-in-out;
    transform: translateY(100%);
    
}

.tp_link:hover {
    transform: translateY(2px);
    transition: 1s ease-in-out;
}

.talents-img {
    width: 100%!important;
    height: 100%!important;
}
.talents-img-link:hover ~ .tp_link {
   transform: translateY(2px);
   transition: 1s ease-in-out;
}


.talent-info-box{
    /*background: #fff;*/
    flex-grow: 1;
   
}

.talent-info {
    list-style: none;
    display: flex;
    justify-content:
    center;
    padding-left: 0;
    flex-wrap: wrap;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
}

.talent-info li {
    font-family: "Klik", Sans-serif;
    color: #000;
    /* border-right: 1px solid #000; */
    padding-right: 10px;
    font-size: 13px;
    font-weight: bold;
}

.talent-info li:last-child  {
   
    border-right: none;
    padding-right: 6px;
}

.talent-info-box h2 {
    font-family: "Klik", Sans-serif;
    font-weight: 700;
    color:#000;
    text-align:
    center;
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 0;
}



.talent-info-box .talent-socials{
    display:flex;
    justify-content: center;
    gap: 6px;
}

.talent-info-box .elementor-icon{
    font-size: 12px!important;
}

.talent-info-box .elementor-icon i{
    font-size: 20px!important;
}

.talent_sd{
    padding: 6px 12px;
}

.talent_sd p{
   font-family: "Klik", Sans-serif;
   color: #000;
   text-align:justify;
}



@media only screen and (max-width: 1024px) {
    
    .talent-box {
 
   
   
    }
    
    .talents-gallery {
   
    grid-template-columns: repeat(3, 1fr);
     
    }
    
    .talent-info-box h2 {
   
    font-size: 22px;
  
    }
    
    .talent-box .tp_link {
   
    transform:translateY(0)!important;
    padding: 10px;
    height: 20%;
    display: flex;
    align-items:center;
}

.talent-info-box .elementor-icon{
    font-size: 4px!important;
}

}

@media only screen and (max-width: 767px) {
    
    .talent-box {
 
    
   
    }
    
  .talents-gallery {
   
    grid-template-columns: repeat(2, 1fr);
     
}

 .talent-info-box h2 {
   
    font-size: 18px;
  
    }
    
    .talent-box .tp_link {
        padding: 2px;
        
    }
    
    .talent-info li {
        padding-right: 6px;
        font-size: 12px;
    }
    
    .talent-info {
        text-align:center;
    }
    
    .talent-info-box .elementor-icon{
    font-size: 1px!important;
    }
    
    .talent-info-box .elementor-icon i{
    font-size: 12px!important;
}
}


