/*
imports
*/
html,
body,
ul,
ol {
    margin: 0;
    padding: 0; }
body {
    direction: rtl;
    background-color: #e1e1e1;
    height: 1500px;
}
ul {
    list-style-type: none; }

a {
    text-decoration: none;
    color: inherit; }

a:hover {
    text-decoration: none;
    color: inherit; }

.zero {
    padding: 0;
    margin: 0; }


.container {
    position: relative; }

@media (min-width: 992px) {
    .container {
        width: 1000px; } }

/*
Fonts

@font-face {
font-family: gess-L;
src: url("../fonts/GE_SS_Two_Light.otf"); }


End Fonts
*/
/*Start Header CSS*/
.header {
    position: relative;
    background-color: #ffffff;
}

.main-logo {
    float: right;
}

.backToHome {
    float: left;
    font-family: 'Droid Arabic Kufi';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.backToHome .backToHome-content {

    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-left: 10px;

}
.backToHome img {
    max-width: 40px;
    max-height: 25px;
}
/*End Header CSS*/


/*Start Land Section*/

.land-section {
}

    .land-section .Land-container {
        background: url(/img/fifa/Layer%202.jpg);
        background-size: cover;
        background-position: top;
        position: relative;
        min-height: 605px;
    }

.land-section .land-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.52);
}
.land-contents {
    padding-top: 370px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;

}
.land-contents h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Droid Arabic Kufi';
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    max-height: 125px;

}

.land-share-container {
    margin-top: 40px;
    overflow: hidden;
}

.share-btn {
    width: 90px;
    height: 48px;
    background-color: #656563;
    color: #fff;
    border-radius: 4px;
    position: relative;
    float: left;
    z-index: 999
}


.share-btn  .share-btn-div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
    width: 100%;
    color: #ededeb;
    cursor: pointer;
}

.share-btn div:hover {

    color: #ffffff;
}

.share-btn span {
    display: inline-block;
    float: left;
    font-size: 14px;
    
    margin-left: 10px;
}

.share-btn i {
    display: inline-block;
    float: left;
    font-size: 16px;
}
.icons-containers-tg {
    left: 0px!important;

}
.icons-containers {
    float: left;
    width: 175px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin-left: 10px;
    position: relative;
    left: -325px;
    margin-top: 3px;

}
.icons-containers i {
    cursor: pointer;
}

.icons-containers ul:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #ffff;
    border-width: 8px;
    margin-top: -8px;
}



.icons-containers ul {
    width: 170px;
    background-color: #ffffff;
    border-radius: 4px;
    margin-top: 1px;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    height: 40px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 20px;
    position: relative;
    z-index: 2
}

.icons-containers ul li {
    float: right;
    display: inline-block;
    width: 37px;
    height: 20px;

}
.icons-containers ul li i {
    font-size: 20px;
    color: #c8c8c4;

}

.mouse-scroll-down {
    width: 100px;
    cursor: pointer;
    top: 100%;
    margin-top: -20px;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    transition: .7s all
}
.mouse-scroll-down:hover {
    top: 104%;
}

.mouse-scroll-down  p {
    color: #fff;
    font-size: 14px;
    font-family: 'Droid Arabic Kufi'; 
}
/*End Land Section*/

/*Posts Sections*/
.Posts img, .Posts video {
    width: 100%;
    height: 100%;
}
.Posts-container {
    background-color: #ebebeb;
    margin-bottom: 20px;
}
.padding-for-top-N {
    padding-top: 30px!important;
}

.Posts-container  .row {
    margin-bottom: 25px;
}
/*Posts for right im-video*/
.posts-img-right {
    float: right;
    background-color: #fff;
    padding: 15px;
    position: relative;
}

.posts-img-right:after {
    right: 100%;
    top: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #ffff;
    border-width: 12px;
    margin-top: -12px;
    z-index: 999;
}
.posts-img-right img {
    width: 100%;
}
/*Posts for right im-video*/

/*Posts for LEFT im-video*/
.posts-img-left {
    float: left;
    background-color: #fff;
    padding: 15px;
    position: relative;

}
.posts-img-left:after {
    left: 100%;
    top: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #fff;
    border-width: 12px;
    margin-top: -12px;
    z-index: 999;
}
.line-height-N li {
        line-height: 1.7;
}

.players-names {
    color: #d32d4a;
    font-family: 'Droid Arabic Kufi'; 
    font-weight: 600;
    font-size: 14px;
}


.players-names span {
    color: #000;  
    font-weight: normal;
    font-size: 15px;
    
}
.many-listS li {
    display: inline-block;
    width: 41%;
    margin-left: 20px;
    margin-bottom: 3px;
    color: #000;
}
.ul-for-c li {
    margin-bottom: 15px
}
/*Posts for LEFT im-video*/



.posts-div-content {
    padding: 25px 25px 0 25px;
    float: right;
}

.posts-div-content h5{
    font-size: 16px;
    font-weight: 700;
    color: #d32d4a;
    font-family: "ChangaRegularFont", Tahoma;
    margin-bottom: 10px;
    line-height: 1.4;
}


.posts-div-content p{
    font-size: 16px;
    color: #464646;
    font-family: 'Droid Arabic Kufi';
}


/*Posts Sections*/


/*Start Footer CSS*/
.footer {
    padding-top: 10px;
    margin-top: 30px;
    background-color: #ebebeb;
    min-height: 45px;
    direction: rtl;
}
.footer .col-sm-4  {
    float: right;
}
.footer  p {
    color: #464646;  
    font-family: 'Droid Arabic Kufi';

}
.footer p span {
    color: #c72743;
    font-size: 16px;
    font-family: 'Droid Arabic Kufi';
}
.right-footer {
    text-align: left;
    float: right;
}

.left-footer {
    float: right;
    text-align: right;
}
/*End Footer CSS*/


/*Start Media Query*/
@media screen and (max-width: 992px) {
    .players-names li {
        display: inline-block;
        width: 50%;
    }

}

@media screen and (max-width: 767px) {
    .players-names li {
        width: 100%;
    }
    .posts-div-content {
        margin-bottom: 20px;
}
    .land-section .container {
        padding: 0;
    }
    .land-share-container {
        margin-top: 30px;
    }

    .posts-img-right:after {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 25px;
        z-index: 99999;
        top: 100%;
        right: 10%;
    }
    .posts-img-left:after {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 25px;
        z-index: 99999;
        top: 100%;
        right: 10%;
    }

    .land-section .Land-container {
        min-height: 260px;
    }
    .land-contents {
        padding-top: 30px;
    }

    .right-footer {
        text-align: center;
        float: right;
    }

    .left-footer {
        margin-top: 10px;
        float: right;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
 
}

@media screen and (max-width: 380px) {
    .main-logo img {
        max-width: 120px;
    }
}
