
.panel-header{
    background-image: url('/img/index/index-3.jpeg');
    height: unset!important;
    background-position: center;
    background-size: cover;
    z-index: 10;
    box-shadow: 0px 2px 20px 10px rgb(0 0 0 / 45%);
    color: white;
}
@media(min-width: 450px){
    .panel-header{
        min-height : 50vh!important;
    }
}
.panel-header:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.rtl{
    direction: rtl;
    text-align: right;
}
.top-sec{
    position: relative;
    z-index: 1;
}
.top-sec .h1{
    font-weight: 800;
}
.top-sec h2{
    font-size: 2em;
    font-weight: 400;
}
.b-part .card{
    z-index: 1;
}
.panel-header .card.black{
    text-align: center;

}

.section-basic-components .index-header{
    margin-top:0;
}

@media (min-width: 450px) {

    .section-basic-components{
        padding-bottom:95px;
    }

    .section-basic-components .image-container .coloured-card-btn-img,
    .section-basic-components .image-container .coloured-card-img,
    .section-basic-components .image-container .linkedin-btn-img,
    .section-basic-components .image-container .share-btn-img,
    .section-basic-components .image-container .social-img,
    .section-basic-components .image-container .table-img {
        position: absolute;
    }


    .section-basic-components .image-container .table-img {
        left: 61%;
        top: 44%;
        /* height: 250px; */
        border-radius: 8px;
    }


    .card-profile .card-profile-image img, .shadow {
        box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)!important;
    }
    .section-basic-components .image-container .coloured-card-btn-img {
        left: 20%;
        top: 63%;
        /* height: 240px; */
        border-radius: 8px;
    }
    .section-basic-components .image-container .linkedin-btn-img {
        left: 8%;
        top: -10%;
        /* height: 270px; */
        border-radius: 8px;
    }
    .section-basic-components .image-container .coloured-card-img {
        left: 50%;
        top: -23%;
        /* height: 245px; */
        border-radius: 8px;
        z-index: 20;
    }
}
@media (max-width: 450px) {

    .section-basic-components .description{
        margin-top: -225px;
    }
    .section-basic-components {
        padding-bottom: 100px;
    }
    .section-basic-components .index-header,.section-basic-components .index-h5.lead{
        text-align: center;
    }
    .section-basic-components .image-container .coloured-card-btn-img,
    .section-basic-components .image-container .coloured-card-img,
    .section-basic-components .image-container .linkedin-btn-img,
    .section-basic-components .image-container .share-btn-img,
    .section-basic-components .image-container .social-img,
    .section-basic-components .image-container .table-img {
        position: relative;
    }

    .section-basic-components .image-container .table-img {
        left: -180px;
        top: -166px;
        border-radius: 8px;
        z-index: 19;
        height: 170px;
        width: 165px;
    }
    .section-basic-components .image-container .table-img img{
        height: 170px;
        width:165px;
    }
    .section-basic-components .image-container .coloured-card-btn-img {
        right: 0px;
        top: -150px;
        height: 170px;
        border-radius: 9px;
        z-index: 20;
        width: 165px;
    }
    .section-basic-components .image-container .coloured-card-btn-img img{
        height: 170px;
    }
    .section-basic-components .image-container .linkedin-btn-img {
        z-index: 10;
        left: -186px;
        top: -316px;
        height: 170px;
        border-radius: 8px;
        max-width: 165px;
    }
    .section-basic-components .image-container .linkedin-btn-img img{
        height: 165px;
    }
    .section-basic-components .image-container .coloured-card-img {
        left: -5px;
        top: 5px;
        border-radius: 8px;
        z-index: 20;
        max-height: 170px;
        max-width: 165px;

    }
    .section-basic-components .image-container .coloured-card-img img{
        height: 170px;
        width: 165px!important;
    }
    .section-basic-components .image-container span{
        width: 165px!important;
    }
    .section-basic-components .image-container > div:after{
        width:165px!important;
    }
    .d-lg-block{
        position: absolute;
        bottom: -590px;
    }
    .section-basic-components .second-sec{
        padding-bottom: 300px;
    }
}

.coloured-card-btn-img, .coloured-card-img, .linkedin-btn-img, .share-btn-img, .social-img, .table-img {
    -webkit-animation-name: floating;
    animation-name: floating;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.coloured-card-img {
    -webkit-animation-duration: 18s;
    animation-duration: 8s;
}
.linkedin-btn-img {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}
[class*=shadow] {
    transition: all .15s ease;
}
.coloured-card-btn-img {
    -webkit-animation-duration: 19s;
    animation-duration: 19s;
}
.table-img {
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
}
@keyframes floating {
    from {
        transform: translate(5vw,0)
    }

    65% {
        transform: translate(0,0)
    }

    to {
        transform: translate(5vw,0)
    }
}
@media (min-width: 450px) {
    .section-basic-components .second-sec{
        margin: auto 80px;
    }
    .d-lg-block{
        position: relative;
        left: -120px;
    }

}
@media (max-width: 450px){
    .section-basic-components .second-sec .rounded-circle{
        text-align: center;
    }

    .image-container{
        margin-bottom:-100px;
    }
}
.section-basic-components .second-sec{
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 1;
    position: relative;
    justify-content: center;
    color: white;
}
.section-basic-components .image-container > div:after{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,.55) 50%, rgba(0,0,0,.42) 44%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;

}
.section-basic-components .image-container img{
    max-height: 240px;
    border-radius: 8px;
    background-size: cover;
    width: 100%;
    max-width: 240px;
}

.section-basic-components .image-container span{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 1;
    justify-content: center;
    font-size: 22px;
    text-align: center;
    padding: 23px;
    font-weight: 500;
}
.index-h5.lead{
    text-align: justify;
}
.index-header.mains{
    /*font-size: 24px;*/
    font-weight: 800;
}
.index-header.sub{
    font-size: 16px;
    font-weight: 400;
    margin-top: -22px;
}

.statistics i{
    color:white;
}
.card.card-stats > div:first-child{
    padding:0;
}

.card.card-stats > div:first-child::before{
    content: '';
    /* margin: 20px; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(14px);
    z-index: -1;
    background: #ffffff26;
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,.15) 69%, rgba(255,255,255,.1) 44%);
    background: -o-linear-gradient(180deg, rgba(255,255,255,.15) 69%, rgba(255,255,255,.1) 44%);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,.15) 69%, rgba(255,255,255,.1) 44%);
    background: linear-gradient(180deg, rgba(255,255,255,.15) 69%, rgba(255,255,255,.1) 44%);
    transform: scale(1.6);
}

/*.states-label:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 10px;*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    border-radius: 50%;*/
/*}*/
/*.tournaments-states-label:before{*/
/*    background-color: #2eddff;*/
/*}*/
/*.atendees-states-label:before{*/
/*    background-color: #a1ec0a;*/
/*}*/
.states-d > p:nth-child(3){
    font-size: 25px;
    font-weight: 500;
}
.states-d > p:nth-child(2){
    margin:0;
}
.states-d i{
    position: absolute;
    right: 2px;
    top: 6px;
    font-size: 12px;
}
.states-d.first i{
    color: #2eddff;
    filter: drop-shadow(1px 1px 2px #2EDDFE);
}
.states-d.second i{
    color: #a1ec0a;
    filter: drop-shadow(1px 1px 2px #a1ec0a);
}
.states-d{
    padding-right: 22px;
}
.card-stats .statistics .info img{
    max-width: 80px;border-radius: 5px;position: absolute;right: 10px;
    top: 10px;
}
.card-stats .statistics .stats-title:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a1ec0a;
    box-shadow: 0px 0px 2px #a1ec0a;
    position: absolute;
    top: 8px;
}
.card-stats .statistics .info{
    text-align: right;
    padding-right: 100px;
}
.card-stats .statistics .info .info-title{
    padding:0;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
}
.row.section-sec{
    direction: rtl;
}
.row.section-sec .card-header{
    text-align: right;
}
.row.section-sec .card-header .card-category{
    font-size: 18px;
    font-weight: 600;
    color: white;
}
@media(min-width: 450px) {
    .section-sec {
        display: grid;
        grid-template-columns: 33% auto 33%;
        column-gap: 15px;
        row-gap: 15px;
    }

    .section-sec > div:first-of-type {
        grid-row: 1/ span 2;
    }

    .section-sec > div {
        height: 100%;
    }

    .section-sec > div > div {
        height: 100%;
    }
    #mainEventsRow{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-bottom: 10px!important;
    }
    .section-sec > div > div .card-body {
        height: 100%;
    }
}
#mainEventsRow{
    border-radius: 42px;
    margin:0 -5px 0 -5px;
    transition: opacity 300ms linear;
    will-change: opacity;
    opacity: 1;
    padding: 0;
}

#noMoreE,#noMoreP,#noMoreEBlog{
    display: none;
}
#noMoreE > p,#noMoreP > p,#noMoreEBlog > p{

    display: block;
    background-color: white;
    padding: 10px 15px;
    text-align: center;
    border-radius: 24px;
    box-shadow: 0 1px 4px 0 rgba(255,255,255, 0.74);
    margin: 0;
    font-weight: 500;
}
#showMore, #showMoreP,#showMoreBlog{
    margin-top: -100px;
    justify-content: center;align-items: center;display: flex;margin-bottom: 0px;    padding: 120px;
}
.loader {
    position: relative;
    width: 3em;
    height: 3em;
    background: linear-gradient(-225deg, #ff3cac 0%, #562b7c 52%, #2b86c5 100%);
    border-radius: 50%;
    animation: spin 0.5s linear infinite;
    display: flex;
}
.loader span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: inherit;
}
.loader span:nth-child(1) {
    filter: blur(5px);
}
.loader span:nth-child(2) {
    filter: blur(10px);
}
.loader span:nth-child(3) {
    filter: blur(25px);
}
.loader span:nth-child(4) {
    filter: blur(50px);
}
.loader::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #222;
    border-radius: inherit;
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}


.card-header{
    margin-bottom: 15px;
}
.card-header .sec{
    position: absolute;top: 18px;right: 15px;font-size: 12px;
}




/*.event-date li{*/
/*    display: inline-flex;*/
/*    font-size: 14px;*/
/*}*/
/*@media (max-width: 450px){*/
/*    .event-date li{*/
/*        display: inline-flex;*/
/*        font-size: 13px;*/
/*    }*/
/*}*/
/*.event-date :last-child i {*/
/*    font-size: 16px;*/
/*    padding-left: 12px;*/
/*    margin-top: 1px;*/
/*}*/

.carousel-indicators{
    bottom: -60px!important;
    padding: 0;
}
.carousel-control-next, .carousel-control-prev{
    top:unset!important;
    bottom: -44px!important;
}
.carousel-control-prev{
    left: 20px!important;
}
.carousel-control-next{
    right: 20px!important;
}
.e-card {
    margin:0;border-radius:30px;;
}
.carousel-inner{
    border-radius:30px;;
}

.thingsMask * img{
    width:25px!important;height:25px!important;float:right!important;border-radius: 50%!important;margin:0px 0 0 5px!important;
}
.thingsMask{
    border-radius: 30px!important;
}
.e-caption{
    height: 50px;
    font-size: 13px;
    border: none;
    padding: 10px 30px;
    margin: 0;

}
.e-owl{
    margin: 0 10px 30px;
}
@media (max-width:450px){
    .e-owl{
        margin: 0 5px 75px;
    }
}
.e-card{
    background: transparent!important;
}


.statistics.golds .info-title{
    height: 60px;
    padding-top: 24px!important;
    padding-right: 10px!important;
    font-size: 16px!important;
}
.statistics.golds img{
    height: 80px;
    object-fit: cover;
    width: 80px;
    border-radius: 50%!important;
    position: unset!important;
}
/*.statistics.golds .info > div:after{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0,0,0,.5);*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

.card-stats .statistics.golds .info > div:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.card-stats .statistics.golds .info > div{
    position: absolute;
    right: 0;

}


.coin p {
    color: #fefefe;
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: 0;
    align-items: center;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-weight: 500;
    padding: 0;
    width: 113px;
}
.coin{
    display: flex;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
}
.more{
    display: flex;justify-content: center;margin-top:14px;
}
.more a{
    margin: 0;background: transparent;border: 1px solid #a1ec01;color: #a1ec0a;padding: 4px 20px 5px;font-weight: 400;
    transition: .3s all;
}
.coin:hover .img-cont{
    border: 1px solid #a1ec0a;
    border-radius: 50%;
    box-shadow: 0 3px 15px 3px #a1ec0155;
    cursor: pointer;

}

.coins{
    position: relative;
    padding: 0;
    overflow: hidden;
}
.coins .col-md-12{
    padding:0 10px;
}
.coins .card-body{
    padding-top:0;
    padding-bottom: 0px;
}
.more a:hover{
    background-color: #a1ec01;
    color: #000;
    box-shadow: 0 2px 8px 1px #a1ec0a76!important;
    border-radius: 20px;
}
.card-category{
    color: #a1ec0a!important;
    font-weight: 600;
    margin:0;
}
.coin:hover .img-cont:after{
    background: #ffffff26;
    background: -webkit-linear-gradient(49deg, rgba(0,0,0,.615) 50%, rgba(0,0,0,.712) 44%);
    background: -o-linear-gradient(49deg, rgba(0,0,0,.615) 50%, rgba(0,0,0,.712) 44%);
    background: -moz-linear-gradient(49deg, rgba(0,0,0,.615) 50%, rgba(0,0,0,.712) 44%);
    background: linear-gradient(49deg, rgba(0,0,0,.615) 50%, rgba(0,0,0,.712) 44%);
}
.coin .img-cont:after{
    transition: .3s all;
    background: #ffffff26;
    background: -webkit-linear-gradient(49deg, rgba(0,0,0,.715) 50%, rgba(0,0,0,.612) 44%);
    background: -o-linear-gradient(49deg, rgba(0,0,0,.715) 50%, rgba(0,0,0,.612) 44%);
    background: -moz-linear-gradient(49deg, rgba(0,0,0,.715) 50%, rgba(0,0,0,.612) 44%);
    background: linear-gradient(49deg, rgba(0,0,0,.715) 50%, rgba(0,0,0,.612) 44%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.coin img{
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 1px 15px -8px rgb(0 0 0 / 24%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
.coin .img-cont{
    transition: .3s all;
    position: relative;
    width: fit-content;
    will-change: border;
    border:1px solid transparent;;
}

.coin.gifts img{
    border-radius: 4px;
}
.coin.gifts .img-cont:after{
    border-radius: 4px;
}
.e-caption button{
    background-color: transparent;
    color: #fefefe;
    font-weight: 500;
    right: 20px;
    position: absolute;
}
.e-caption ul > li{
    color: #fefefe;
}
.thingsMask .short-des{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.enamad{
    display: inline-block;
}