@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&display=swap');


:root {
    --font-oswald: "Oswald", sans-serif;
    --font-barlow: "Barlow Condensed", sans-serif;
    --primary_white: #FFFFFF;
    --secondary_white: #DDDDDD;
    --secondary_red: #FF4655;
    --primaryblack: #121212;

}


nav {
    position: absolute !important;
    top: 0;
    width: 100%;
}

header nav .nav-link {
    color: var(--secondary_white);
    font-family: var(--font-oswald);
    font-size: 16px;
    font-weight: 400;
}

header nav .nav-link:hover {
    color: var(--secondary_white);
}

header nav .navbar-brand {
    margin-right: 60px;
}

header nav .navbar_right button {
    border: none;
    background: transparent;
    color: var(--primary_white);
    font-family: var(--font-oswald);
    font-size: 16px;
    font-weight: 400;
}

header nav .navbar-nav {
    gap: 30px;
}

#banner {
    background: url("../images/banner_image.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 337px;
    padding-bottom: 439px;
}

#banner .text_area {

    color: var(--primary_white);


}

#banner .text_area h3 {
    color: var(--primary_white);
    font-size: 27px;
    font-weight: 400;
    font-family: var(--font-oswald);
    letter-spacing: 10%;
}

#banner .text_area h1 {
    color: var(--primary_white);
    font-size: 60px;
    font-weight: 600;
    font-family: var(--font-oswald);
    position: relative;
    display: inline-block;
    margin-bottom: 5px;

}

#banner .text_area h1::after {

    content: "";
    width: 90px;
    background: #FFFFFF;
    height: 4px;
    position: absolute;
    bottom: 8px;
    left: 105%;


}

#banner .text_area p {
    color: var(--primary_white);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-oswald);
    width: 521px;
    margin-bottom: 48px;

}

#banner .text_area button {
    color: #121212;
    background: var(--primary_white);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-oswald);
    padding: 13px 25px;
    border: none;

}

#banner .text_area .icons {
    margin-top: 301px;
    display: flex;
    gap: 20px;

}

#banner .text_area .icons .i_bg {
    width: 35px;
    height: 35px;
    background: #D9D9D9;
    border-radius: 50%;
    position: relative;
}

#banner .text_area .icons .i_bg i {
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translateY(-50%) !important;
    color: #121212;
}

#about {
    background: var(--primaryblack);
}

.title {
    color: var(--primary_white);
    font-family: var(--font-oswald);
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 7%;
    padding-top: 34px;
    max-width: 518px;
    position: relative;
    display: inline-block;
}

.title::after {
    content: "";
    width: 120px;
    height: 3px;
    background: var(--secondary_red);
    position: absolute;
    bottom: 7px;
    left: 200px;


}

#about .about_wrapper {
    display: flex;
    gap: 82px;
    margin-top: 57px;
    padding-bottom: 50px;
}



#about .about_wrapper .text_area h3 {
    color: var(--primary_white);
    font-size: 27px;
    font-weight: 600;
    font-family: var(--font-oswald);
    letter-spacing: 3%;
    max-width: 413px;
}

#about .about_wrapper .text_area ul li {
    color: var(--primary_white);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-barlow);
    list-style: none;
    margin-bottom: 10px;

}

#about .about_wrapper .text_area ul {
    margin: 0;
    padding: 0;

}

#about .about_wrapper .text_area h5 {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-oswald);
    max-width: 467px;
    color: var(--primary_white);

}

#about .about_wrapper .text_area button {
    padding: 13px 24px 13px 24px;
    background: #212121;
    color: var(--primary_white);
    border: none;
    margin-top: 30px;
}

#about .about_item_box .item {
    width: 100%;

    background: #212121;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    text-align: center;
    padding: 26px 0;

}

#about .about_item_box .item h3 {
    color: var(--primary_white);
    font-family: var(--font-barlow);
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 3%;
    text-align: center;
    position: relative;
    display: inline-block;


}

#about .about_item_box .item h3::after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--secondary_red);
    border-radius: 50%;
    position: absolute;
    bottom: 11px;
    right: -21px;


}

#about .about_item_box .item h5 {
    color: var(--primary_white);
    font-family: var(--font-oswald);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2%;
    text-align: center;
    margin-top: 18px;


}

#about .about_item_box {
    padding-bottom: 80px;
}

#popular {
    background: #191919;
    padding-top: 115px;
    padding-bottom: 90px;
    position: relative;
}

#popular .title {
    width: 454px;
    text-align: right;
    display: flex;
    justify-content: end;

}

#popular .polpular_title {
    display: flex;
    justify-content: end;


}

#popular .title::after {
    left: 232px;
    bottom: 10px;
}

#popular .gamming_item {
    width: 100%;

}

#popular .popular_wrapper {
    align-items: end;
    margin-top: -80px;

}

#popular .angle {
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;

}

#popular .slide_btn_left {
    position: absolute;
    bottom: 40px;
    right: 36px;
}

#popular .slide_btn_right {
    position: absolute;
    bottom: 100px;
    right: 0px;
}

#video {
    background: #121212;
}

#video .title {
    max-width: 419px;
    margin-bottom: 68px;
}

#video .title::after {
    bottom: 12px;
    left: 130px;
}

#video .video_item {
    position: relative;
    min-width: auto;
    max-width: 427px;
    
    max-height: 275px;
    gap: 10px;
    margin-bottom: 30px;
}
#video .video_item iframe {
    width: 100%;
    height: 100%;
}

#video .video_item .overlay{
   position: absolute;
   left: 0;
   top: 0;
   
}
#video .video_item .overlay img {
    
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    
}

#video .video_item .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


#video .matches {
    max-width: 1096px;
    margin: 0 auto;
}

#video .matches h3 {

    color: var(--primary_white);
    font-size: 25px;
    font-family: var(--font-barlow);
    font-weight: 400;
    letter-spacing: 9%;
    text-align: center;
    margin-top: 61px;
    padding-bottom: 50px;

}

#video .matches_items {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;

}

#video .matches_items .item {

    width: 426px;
    height: 118px;
    background: #212121;
}

#video .matches_items .mid h2 {
    font-size: 40px;
    font-family: var(--font-oswald);
    font-weight: 500;
    letter-spacing: 15%;
    color: var(--primary_white);
    align-items: center;

}

#video .matches_items .left {
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    display: flex;
    align-items: center;
    gap: 121px;
}

#video .matches_items .right {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 100%);
    display: flex;
    align-items: center;
    gap: 121px;
}

#video .matches_items .right h2 {
    margin-left: 50px;
}

#video .matches_items h2 {
    font-size: 32px;
    font-weight: 500;
    font-family: var(--font-barlow);
    letter-spacing: 3%;
    color: var(--primary_white);
}

#video .matches_items .item img {
    position: relative;
}

#slider {
    background: #191919;
}

#slider .slider_title {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

#slider .slider_title .title {
    max-width: 438px !important;
    text-align: right;
}

#slider .slider_item h5 {
    padding: 4px 4px;
    background: #FF4655;
    display: inline-block;
}

#slider .slider_item del {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 6%;
    font-family: var(--font-oswald);
    margin-left: 10px;
}

#slider .slider_item span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-oswald);
    margin-left: 10px;
}

#slider .slider_item h3 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font-barlow);

}

#slider .slider_item h4 {
    color: #666666;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font-barlow);

}

.slider_wrapper {
    display: flex;
    justify-content: space-between;
}

#game {
    background: #191919;
    color: #FFFFFF;
    padding: 50px 0;

}

#game .game_wrapper {
    display: flex;
    padding: 45px 44px 42px 111px;
    background-color: #212121;
    margin-top: 20px;

}

#accesories {
    background: #121212;
    padding: 90px 0;
}

#accesories .title {
    max-width: 446px;
    margin-bottom: 102px;
}

#accesories .accesories_card h3 {
    color: var(--primary_white);
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 1%;
    font-family: var(--font-oswald);
}

#accesories .accesories_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 315px;
    height: 465px;
    background: #212121;

}

#accesories .accesories_card h4 {
    font-family: var(--font-oswald);
    font-weight: 600;
    font-size: 25px;
    color: var(--primary_white);

}

#accesories .accesories_card h5 {
    font-family: var(--font-oswald);
    font-weight: 600;
    font-size: 16px;
    color: #FF4655;

}

#accesories .accesories_wrapper {
    display: flex;
    justify-content: space-between;
}

#team {
    background: #191919;

}

#team .team_title {

    display: flex;
    justify-content: end;
    text-align: end;

}

#team .title {
    width: 456px;
    margin-bottom: 50px;

}

#team .title::after {
    left: 249px;
}

#team .team_card {
    margin-top: 40px;
}

#team {
    padding: 100px 0;

}

#team .team_card {
    position: relative;
    overflow: hidden;
}

#team .team_card img {
    width: 100%;

}

#team .team_card .overlay {
    width: 100%;
    padding: 40px 30px;
    background: rgba(37, 36, 36, 0.38);
    position: absolute;
    bottom: -138px;
    left: 0;
    transition: .4s;
    

}

#team .team_card:hover .overlay{
    bottom: 0;
}

#team .team_card .overlay h3 {

    font-size: 30px;
    font-weight: 600;
    font-family: var(--font-barlow);
    color: var(--primary_white);


}

#team .team_card .overlay p {

    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-oswald);
    color: var(--primary_white);


}

#team .team_card .overlay p {

    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-oswald);
    color: var(--primary_white);


}

#team .team_card .overlay button {

    padding: 4px 20px;
    background: var(--secondary_red);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--font-oswald);
    color: var(--primary_white);
    border: none;


}