
/* custom class start  */
.ff-img-1,.ff-book-1,.ff-hack-report-1,.session-1{
    display: flex;
    align-items: center;
}

/* custom class end */
/* event design start here */

.event-info{
    background-color: black;
    color: white;
    background-attachment: fixed;
}
.event-img,.coming-soon-img{
    width: 100%;
    height: 400px;
}
.event-img img,.coming-soon-img img{
    width: 100%;
    height: 100%;
}
.new-event h1,.com-soon-h2 h2{
    width: 100%;
}
.event-txt p{
    font-weight: 50;
}
.foot-link-services li a,.foot-login-careeres li a{
    color: rgb(238, 162, 215);
    box-shadow: 0px 0px 1px 2px rgb(23, 50, 87);
}
/* event design end here */

/* free fire photos style start */

.ff-img-1{
    width: 100%;
    height: 300px;
    justify-content: space-around;
    margin-top: 20px;
}
.ff-img-1 img{
    width: 40%;
    height: 100%;

}

/* free fire photos style end */

/* guns style start  */
.ff-book-1{
    width: 100%;
    justify-content: space-around;
}
.ff-book-txt h2{
    width: 100%;
    text-align: center;
}
.ff-book-gun{
    max-width: 400px;
    border-radius: 8px;
    height: 480px;
}
.gun-img{
    width: 100%;
    height: 50%;
}
.gun-img img{
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.gun-info{
    padding: 15px;
}
.gun-info a{
    width: fit-content;
    margin: auto;
}
/* guns style end */

/* hacker style start   */

.ff-hack-solve{
    padding: 10px;
}

.ff-hack-report-1{
    justify-content: space-around;
    margin-bottom: 10px;
}
.ff-hack-txt li{
    margin-top: 20px;
}
.ff-hack-report{
    width: 40%;
    height: 400px;
}
.ff-report-img{
    height: 50%;
    width: 100%;
}
.ff-report-img img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.ff-report-txt{
    padding: 15px;
}
/* hacker style end */

/* tounament details  */

.table{
    text-transform: uppercase;
}
.table-light{
    color: black;
}

/* tounament deatail */

/* session details */


.session-1{
    width: 100%;
    height: 400px;
}

.sess-img{
    width: 500px;
    height: 100%;
}
.sess-img img{
    width: 100%;
    height: 100%;
}
.sess-txt{
    width: 60%;
    height: 100%;
    margin-top: 30px;
}
.sess-txt a{
    width: fit-content;
    margin-top: 20px;
}
.social-txt a:hover{
    color: rgb(49, 18, 18);
}
/* session details */


 li{
    color: rgb(255, 251, 141);
}

/* media query start */
@media only screen and (max-width:870px){
    .ff-hack-report{
        width: 45%;
    }
    .sess-txt p{
        font-size: 0.76rem;
    } 
    .ff-hack-report p{
        font-size: 0.94rem;
    }

}
@media only screen and (max-width:680px){
    .ff-hack-report{
        width: 50%;
    }
    .ff-report-img{
        height: 45%;
    }
    .ff-book-1{
        flex-direction: column;
    }
    .ff-book-gun{
        width: 100%;
    }
    h2,h3{
        font-size: 1.3rem;
    }
    .session-1{
        height: 400px;
    }

}
@media only screen and (max-width:550px){
    .ff-img-1{
        height: 250px;
    }
    .ff-img-1 img{
        width: 49%;
    }
    .ff-hack-report-1{
        flex-direction: column;
    }
    .ff-hack-report{
        width: 100%;
        margin-top: 10px;
    }
    .ff-hack-report p{
        font-size: 0.9rem;
    }
   .session-1{
        flex-direction: column;
        height: 600px;
    }
    .sess-img{
        padding: 10px;
        width: 100%;
        height: 100%;
    }
    .sess-txt{
        width: 100%;
    }

}
@media only screen and (max-width:430px){
    .ff-hack-report p{
        font-size: 0.84rem;
    }
    .ff-img-1{
        height: 200px;
    }
.ff-book-txt h2{
    font-size: 1rem;
}
}
@media only screen and (max-width:340px){
    .ff-book-txt h2{
        font-size: 0.9rem;
    }
    .tournament td{
        font-size: 0.9rem;
    }
}
/* media query end */