*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.container {
    max-width: 1685px;
    width: 90%;
    margin: auto;
    padding-bottom: 100px;
    overflow: hidden;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

#header {
    position: relative;
    margin-bottom: 100px;
}

#header .top-bg {
    position: absolute;
    width: 40%;
    height: 50vh;
    background: linear-gradient( -135deg, rgb(180, 211, 211) 0%, rgb(217, 231, 231) 100%);
    right: 0;
    top: 0;
}

.link {
    height: 20px;
}

.menubar,
.links>a {
    cursor: pointer;
}

header {
    justify-content: space-between;
    padding: 75px 60px 155px 60px;
    position: relative;
}

header>div {
    min-width: 225px;
}

.link a {
    margin-left: 48px;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
}

.logo {
    max-width: 225px;
}

.search__icon {
    text-align: right;
    position: relative;
    cursor: pointer;
}

.header__content {
    padding: 0px 60px;
}

.l__side {
    width: 75%;
    flex-wrap: wrap;
    position: relative;
}

.side {
    position: relative;
    width: 50px;
}

.l__side .social {
    height: 185px;
    width: 20px;
    text-align: center;
}

.l__side .social i {
    margin: 40px 0;
    display: block;
    cursor: pointer;
    transition: 0.2s;
}

.l__side .social i:first-child {
    margin-top: 0;
}

.slide__number {
    height: 50px;
    width: 200px;
    line-height: 50px;
    transform: rotate(-90deg) translateY(-92px);
    margin-top: 195px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
}

.slide__number .two {
    position: relative;
}

.slide__number .two::after {
    position: absolute;
    content: "";
    background: #000;
    height: 2px;
    width: 60px;
    left: 85px;
    top: 50%;
}

.slide {
    position: relative;
    width: calc(100% - 50px);
}

.slide__img {
    padding-left: 16%;
}

.slide__name {
    position: absolute;
    top: 20%;
    left: 10%;
}

.slide__name h2 {
    font-size: 6.3rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1;
}

.slide__name h4 {
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    margin-top: -8%;
}

.btn {
    position: absolute;
    width: 370px;
    height: 110px;
    bottom: 0;
    margin-left: 5px;
}

.btn>a {
    text-align: center;
    line-height: 110px;
}

.btn__profile {
    width: 260px;
    height: 110px;
    background-color: rgb( 180, 211, 211);
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    color: #fff;
}

.btn__video {
    width: 110px;
    height: 110px;
    background: #fff;
}

.r__side {
    width: 25%;
    align-items: flex-end;
    padding-bottom: 4%;
    padding-left: 5%;
}

.pegination {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 1rem;
}

.pegination span {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.pegination span::after {
    position: absolute;
    content: "";
    background: #000;
    width: 56px;
    height: 2px;
    left: 115px;
    top: 50%;
}

#talent {
    width: 100%;
}

.btn__grp {
    margin: auto;
    max-width: 600px;
    text-align: center;
    margin-bottom: 100px;
}

.btn__tab {
    width: 142px;
    height: 40px;
    border: none;
    font-size: 1rem;
    background: transparent;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.btn__tab::after {
    content: '';
    position: absolute;
    background: #000;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0px;
    transition: width .5s;
}

.btn__tab.active::after {
    width: 100%;
}

.grid {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 60px;
}

.grid__img {
    width: calc(100% / 4);
    position: relative;
    overflow: hidden;
}

.grid__img .details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #030409bd;
    color: #fff;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    width: 0;
    height: 100%;
    transition: 0.5s ease;
    display: flex;
}

.details h4,
.details p {
    text-align: center;
    margin: 5px;
    white-space: nowrap;
}

.details h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.875rem;
}

.details p {
    text-transform: uppercase;
    font-size: 1rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    padding-bottom: 30px;
}

.grid__img:hover .details {
    width: 100%;
}

.details .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    font-size: 1.5rem;
    width: 56px;
    height: 56px;
    background-color: rgb( 180, 211, 211);
    text-align: center;
    line-height: 56px;
    transform: rotate(45deg);
}

.explore_more {
    background-color: rgb( 180, 211, 211);
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 0.9rem;
    font-family: "Nunito", sans-serif;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
}

#news h2 {
    font-size: 3.75rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    padding-bottom: 45px;
}

#news h2::after {
    position: absolute;
    content: '';
    background-color: rgb( 36, 36, 36);
    width: 150px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#news .small__news {
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 50px 0;
}

.small__news .news {
    width: calc(100% / 3);
    padding-right: 40px;
    display: flex;
}

.small__news .news:last-child {
    padding-right: 0;
}

.small__news .news>img {
    max-width: 200px;
    max-height: 140px;
}

.small__news .news__details {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news__details .title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: -8px 0 0 0;
    cursor: pointer;
    color: rgb( 26, 26, 29);
}

.news__details .title:hover {
    color: rgb( 135, 187, 188);
}

.news__details .date {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: rgb( 119, 119, 126);
    margin-bottom: -3px;
}

.Big_news__L {
    width: 65%;
    padding-right: 25px;
}

.Big_news__R {
    width: 35%;
    padding-left: 25px;
}

.Big_news__R_img {
    background-color: lightskyblue;
    background-image: url(../img/Big_news/R_side_news.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 855px;
}

.feature__news {
    margin-bottom: 50px;
    height: 520px;
}

.video__img {
    background: rgb(180, 211, 211);
    background: linear-gradient(0deg, rgba(180, 211, 211, 1) 0%, rgba(217, 231, 231, 1) 100%);
    width: 35%;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.video__img h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.875rem;
    color: #fff;
}

.video__img p {
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
}

.video__img_icon {
    color: #fff;
    font-size: 2rem;
}

.feature__news_img {
    width: 65%;
    position: relative;
    background-image: url(../img/Big_news/featured_img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.feature__news_img img {
    max-width: none;
    width: 800px;
}

.feature__news_img::after {
    position: absolute;
    content: 'trending';
    text-transform: uppercase;
    background: #fff;
    width: 206px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 0.9rem;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    top: 10px;
    right: 10px;
}

.Big_news__R .news__details,
.Big_news__L .news__details {
    padding-top: 40px;
}

.Big_news__R .news__details p,
.Big_news__L .news__details p {
    padding-top: 20px;
    margin: 0;
}

.Big_news__L .news {
    width: calc(50% - 25px);
    margin-right: 25px;
}

.Big_news__L .news .news_img {
    height: 286px;
    background-image: url(../img/Big_news/L_side_news.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Big_news__L .video {
    background-color: rgb( 226, 232, 232);
    background-image: url(../img/Big_news/news_video.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(50% - 25px);
    height: 425px;
    margin-left: 25px;
    position: relative;
    overflow: hidden;
}

.video .play__icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    border: 2px solid #fff;
    z-index: 1;
    position: absolute;
    top: 60%;
    left: 10%;
}

.video .play__icon::before {
    position: absolute;
    left: 107%;
    width: 130px;
    content: 'play all';
    text-transform: uppercase;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
}

.video .play__icon i {
    font-size: 2rem;
    text-align: center;
    line-height: 85px;
    color: #fff;
}

.Big_news__R>img {
    height: 860px;
}

footer {
    width: 100%;
}

.footer_upper {
    padding: 30px 60px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgb( 245, 245, 245);
}

.footer_upper .footer__logo {
    max-width: 200px;
}

.footer_upper .footer__logo img {
    vertical-align: middle;
}

.footer_upper .news_sletter {
    font-size: 0.9rem;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    position: relative;
}

.news_sletter>h5,
.news_sletter__icon {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.news_sletter__icon i {
    margin-left: 40px;
}

.news_sletter::before {
    position: absolute;
    content: '';
    background-color: rgb( 180, 211, 211);
    width: 1px;
    height: 40px;
    left: -50px;
    top: -4px;
}

.footer_lower {
    padding: 40px 60px;
    justify-content: space-between;
    align-items: center;
}

.footer_lower .social i {
    margin: 2px 20px;
    cursor: pointer;
    transition: 0.2s;
}

.footer_lower .social i:last-child {
    margin-right: 0;
}

.social i:hover {
    background: linear-gradient(45deg, rgba(180, 211, 211, 1) 0%, rgba(217, 231, 231, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav__links {
    position: fixed;
    background: linear-gradient(0deg, rgba(180, 211, 211, 1) 0%, rgba(217, 231, 231, 1) 100%);
    width: 200px;
    height: 100%;
    top: 0;
    left: -900px;
    padding-top: 60px;
    transition: 0.2s;
}

.nav__links.active {
    left: 0;
}

.nav__links a {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: rgb( 180, 211, 211);
    border-bottom: 1px solid #ffffff;
    text-align: center;
    margin: auto;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

.nav__links a:hover {
    background-color: cadetblue;
}

.nav__links .close__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 50px;
    background: linear-gradient(180deg, rgba(180, 211, 211, 1) 0%, rgba(217, 231, 231, 1) 100%);
    cursor: pointer;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1835px) {
    .small__news .news__details .title {
        font-size: 1.3rem;
        margin: -4px 0 0 0;
        line-height: 1.3;
    }
}

@media screen and (max-width: 1680px) {
    .btn {
        bottom: -40px;
    }
    a.btn__profile {
        width: 200px;
        height: 70px;
        line-height: 70px;
        margin-left: 35px;
    }
    a.btn__video {
        width: 70px;
        height: 70px;
        line-height: 70px;
        background: #fff;
    }
}

@media screen and (max-width: 1586px) {
    .small__news .news {
        padding-right: 20px;
    }
    .small__news .news__details {
        padding-left: 20px;
    }
    .small__news .news__details .date {
        font-size: .8rem;
    }
    .video__img h4 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1460px) {
    .slide__name {
        top: 5%;
        left: 8.5%;
    }
    .slide__number {
        margin-top: 100px;
    }
    .small__news .news__details .title {
        font-size: 1.2rem;
    }
    .Big_news__L .news .news_img {
        height: 200px;
    }
    .Big_news__L .video {
        height: 340px;
    }
    .Big_news__R_img {
        height: 770px;
    }
}

@media screen and (max-width: 1300px) {
    .r__side {
        padding-bottom: 0;
    }
    .Big_news {
        display: block;
    }
    .newses {
        justify-content: center;
    }
    #news .small__news {
        padding: 20px 0;
    }
    .small__news .news {
        width: 100%;
        margin: 20px 0;
    }
    .news__details .title {
        font-size: 1.5rem;
    }
    .news__details .date {
        font-size: 1rem;
    }
    .Big_news__L {
        width: 100%;
        padding-right: 0;
    }
    .Big_news__L .news .news_img {
        height: 286px;
    }
    .Big_news__L .video {
        height: 425px;
    }
    .Big_news__R>img {
        height: auto;
    }
    .Big_news__R {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px 0 0 0;
    }
    .Big_news__R_img {
        background-position: top;
        height: 500px;
    }
}

@media screen and (max-width: 1250px) {
    header {
        padding: 75px 60px;
    }
    #header .top-bg {
        height: 40vh;
    }
    .l__side .social i {
        margin: 25px 0;
    }
    .slide__number {
        margin-top: 20px;
    }
    .slide__name {
        top: 0%;
        left: 7.5%;
    }
    .slide__name h2 {
        font-size: 5.3rem;
    }
    a.btn__profile {
        width: 160px;
        font-size: .8rem;
    }
}

@media screen and (max-width: 1080px) {
    header {
        padding: 50px;
    }
    #header .top-bg {
        height: 30vh;
        width: 35vw;
    }
    .header__content {
        padding: 0px 47px;
    }
    .slide__name {
        left: 5%;
    }
    .slide__name h2 {
        font-size: 4.3rem;
    }
    .container {
        padding-bottom: 50px;
    }
    .btn__grp {
        margin-bottom: 50px;
    }
    #news h2 {
        font-size: 2.75rem;
        padding-bottom: 20px;
    }
    #news .small__news {
        padding: 0 0 30px 0;
    }
    .feature__news {
        margin-bottom: 20px;
        height: auto;
    }
    .video__img {
        max-height: 300px;
    }
    .feature__news_img {
        height: 300px;
        overflow: hidden;
        align-items: center;
    }
    .video__img h4 {
        font-size: 1rem;
    }
    .video__img p {
        font-size: .8rem;
    }
    .Big_news__L .video {
        width: calc(50% - 10px);
        margin-left: 10px;
    }
    .Big_news__L .news {
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    .Big_news__R {
        padding-top: 20px;
    }
    .footer_upper,
    .footer_lower {
        padding: 50px;
    }
}

@media screen and (max-width: 970px) {
    .grid__img {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 950px) {
    header {
        padding: 20px 20px 50px 20px;
        font-size: .8rem;
        min-height: 30px;
        line-height: 20px;
    }
    .header__content {
        padding: 0px 16px;
    }
    .link a {
        margin-left: 20px;
    }
    header>div {
        min-width: 100px;
    }
    .logo {
        max-width: 100px;
    }
    .social,
    .slide__name h4,
    .slide__number,
    .pegination,
    .btn__tab,
    .details .icon,
    .explore_more,
    .footer_upper .news_sletter,
    .copyright {
        font-size: .8rem;
    }
    .slide__number {
        margin-top: -40px;
    }
    .slide__number .two::after {
        left: 40px;
    }
    .slide__name {
        top: 5%;
    }
    .slide__name h2 {
        font-size: 3.3rem;
    }
    .btn {
        bottom: -57px;
    }
    a.btn__profile {
        width: 120px;
        height: 50px;
        line-height: 50px;
        font-size: .6rem;
    }
    a.btn__video {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .r__side {
        padding-bottom: 0;
        padding: 3%;
    }
    .grid {
        padding-bottom: 20px;
    }
    .details .icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: 10px;
        right: 10px;
    }
    .details h4 {
        font-size: 1rem;
    }
    .details p {
        font-size: 0.6rem;
        padding-bottom: 20px;
    }
    .details h4,
    .details p {
        margin: 0;
    }
    a.explore_more {
        width: 180px;
        height: 50px;
        line-height: 50px;
    }
    #news h2 {
        font-size: 2rem;
    }
    #news h2::after {
        width: 100px;
    }
    .small__news .news__details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .video__img {
        padding: 0 30px;
    }
    .footer_upper,
    .footer_lower {
        padding: 30px;
    }
    .footer_upper .footer__logo {
        max-width: 100px;
    }
}

@media screen and (max-width: 800px) {
    .r__side {
        padding: 10px 30px;
    }
    .pegination span::after {
        left: 50px;
        top: 5px;
    }
    .slide__name {
        top: 0;
    }
    .video__img {
        width: 30%;
    }
    .feature__news_img {
        width: 70%;
    }
    .feature__news_img::after {
        width: 106px;
        height: 42px;
        line-height: 42px;
        font-size: 0.6rem;
        top: 5px;
        right: 5px;
    }
    .video .play__icon::before {
        font-size: 0.8rem;
        left: 85%;
    }
}

@media screen and (max-width: 767px) {
    .l__side {
        width: 100%;
    }
    .side {
        position: absolute;
        z-index: 9;
    }
    .l__side .social {
        margin: 20px auto;
    }
    .slide {
        position: relative;
        width: 100%;
    }
    .slide__img {
        padding-left: 0;
    }
    .slide__name {
        left: 10%;
        transform: translate(-10%, -50%);
        top: 50%;
    }
    .btn {
        top: 75%;
        margin-left: 0;
    }
    a.btn__profile {
        margin-left: 25px;
    }
    .slide__number,
    .r__side,
    .side {
        display: none;
    }
    .Big_news__L .news,
    .Big_news__L .video {
        width: 100%;
        margin: 0;
    }
    .Big_news__L .news .news_img {
        height: 350px;
    }
    .Big_news__L .video {
        margin-top: 10px;
    }
    .grid__img {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 700px) {
    .btn__tab {
        width: 100px;
    }
    .btn__tab.active::after {
        width: 100px;
    }
    .video__img,
    .feature__news_img {
        width: 100%;
        height: 300px;
    }
    .footer_lower .social i {
        margin: 10px;
    }
    .footer_lower .social i:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    #header {
        margin-bottom: 50px;
    }
    .link {
        display: none;
    }
    .btn {
        top: 84%;
    }
    a.btn__profile {
        width: 80px;
        height: 40px;
        line-height: 40px;
        font-size: .5rem;
    }
    a.btn__video {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: .5rem;
    }
    .video__img_icon {
        font-size: 1rem;
    }
    .video__img h4 {
        font-size: 0.8rem;
    }
    .video__img p {
        font-size: .6rem;
    }
    .news_sletter__icon i {
        margin-left: 10px;
    }
    .footer_lower {
        display: block;
        padding: 15px 30px;
    }
}

@media (max-width: 400px) {
    .news_sletter::before {
        left: -30px;
        top: -5px;
    }
}