body {
	font-family: 'Barlow', sans-serif;
}
:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #ffffff;
    --e-global-color-text: #ffffff;
    --e-global-color-accent: #bd0507;
	--e-global-color-white: #fff;
    --e-global-color-mostly-black: #050202;
    --e-global-color-dark-black: #0e0e11;
    --e-global-color-very-dark-black: #111114;
    --e-global-color-blue-black: #28282f;
    --e-global-color-grayish-blue: #545460;
    --e-global-color-dark-grayish-blue: #2d2d34;
    --e-global-color-light-gray: #7b7b88;
    --e-global-color-dark-gray: #5c5c66;
    --e-global-color-moderate-red: #d04344;
    --e-global-color-soft-red: #e7a9aa;
    --e-global-color-mostly-black-blue: #17171b;
    --e-global-color-very-dark-gray: #5b5b62;
    --e-global-color-mostly-black-red: #211a1a;
    --e-global-color-very-dark-grayish-blue: #636369;
}
/*Contact*/
.get_in_touch_content .upper_layer_name{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-dark-grayish-blue);
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 17px;
    border-radius: 0;
}
.get_in_touch_content .upper_layer{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-dark-grayish-blue);
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 20px;
    border-radius: 0;
}
.get_in_touch_content .lower_message{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-dark-grayish-blue);
    padding-top: 30px;
    padding-bottom: 120px;
    padding-left: 17px;
    border-radius: 0;
}
.get_in_touch_content .form-control:focus{
    box-shadow: none;
    border: 2px solid var(--e-global-color-accent) !important;
}
.get_in_touch_content .form-control{
    height: calc(1.5em + .75rem + 2px);
}
.form-control::placeholder { 
    color: var(--e-global-color-white);
}
.get_in_touch_content .form_button_wrapper{
    margin-top: 38px;
}
.get_in_touch_content .form_button_wrapper .button_style{
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: var(--e-global-color-white);
    padding: 17px 30px;
    border-style: none;
    display: inline-block;
    border-radius: 0;
    background-color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.get_in_touch_content .form_button_wrapper .button_style:hover{
    background-color: transparent;
    border: 2px solid var(--e-global-color-accent);
}
.get_in_touch_content .form_button_wrapper .button_style:focus{
    outline: none;
}
.get_in_touch_content .form-row>.col, .form-row>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}
.get_in_touch_content .pb-3,.get_in_touch_content .py-3 {
    padding-bottom: 20px !important;
}
/*Get in Touch*/
.subscribe_content .upper_layer{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-dark-grayish-blue);
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 25px;
    border-radius: 0;
}
.subscribe_content .subscribe_arrow {
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 12px 18px;
    border: 2px solid var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.subscribe_content .subscribe_arrow:hover {
    border: 2px solid var(--e-global-color-accent);
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
}
.subscribe_content .subscribe_arrow i{
    color: var(--e-global-color-white);
    font-size: 26px;
    line-height: 26px;
}
.subscribe_content .form-control:focus{
    box-shadow: none;
    border: 2px solid var(--e-global-color-accent) !important;
}
.subscribe_content .form-control{
    height: calc(1.5em + .75rem + 2px);
}
/*Blog*/
.blog_posts_section .blog_posts_content figure img{
    transition: 0.3s all ease-in-out;
	height: 337px;
    object-fit: cover;
    object-position: center;
}
.blog_posts_section .blog_posts_content figure{
    overflow: hidden !important;
}
.blog_posts_section .blog_posts_content figure img:hover {
    transform: scale(1.1);
}
.blog_posts_content .lower_portion_wrapper{
    padding: 25px 0px;
    text-align: left;
}
.blog_posts_content .lower_portion .span_wrapper{
    margin-bottom: 10px;
}
.blog_posts_content .lower_portion i{
    color: var(--e-global-color-accent);
    font-size: 16px;
    line-height: 16px;
}
.blog_posts_content .lower_portion span {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--e-global-color-dark-gray);
    margin-left: 8px;
    letter-spacing: 0.4px;
}
.blog_posts_content .lower_portion p {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: var(--e-global-color-white);
}
.blog_posts_section .blog_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
/*Products Widget*/
.upcoming_matches_section .mb-5, .my-5 {
    margin-bottom: 45px!important;
}
.products_section .products_content {
    transition:  0.3s all ease-in-out;
}
.products_section .products_content:hover .socialmedia_icons_wrapper i{
    color: var(--e-global-color-accent);
}
.products_section .products_content:hover .upper_portion{
    border: 2px solid var(--e-global-color-accent);
}
.products_section .upper_portion figure {
    transition: all ease-in-out 0.3s;
}
.products_content .upper_portion{
    background-color: var(--e-global-color-very-dark-black);
    border: 2px solid var(--e-global-color-very-dark-black);
    padding: 60px 0;
    transition: all ease-in-out 0.3s;
}
.products_content .lower_portion_wrapper{
    padding: 28px 0px 0px 0px;
}
.products_content .lower_portion h3 {
    margin-left: 5px;
    margin-bottom: 3px;
}
.products_content .lower_portion h6 {
    margin-left: 5px;
    margin-bottom: 25px;
}
.products_content .lower_portion .socialmedia_icons_wrapper i{
    color: var(--e-global-color-light-gray);
    font-size: 26px;
    line-height: 26px;
    transition: all ease-in-out 0.3s;
}
.products_section .product_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
    color: var(--e-global-color-primary);
}
.products_section .product_wrapper img{
    width: 258px !important;
    height: 291px !important;
    object-fit: cover;
    object-position: center;
}
/*Upcoming Matches*/
.upcoming_matches_section .upcoming_matches_content {
    background-color: var(--e-global-color-very-dark-black);
    border: 2px solid var(--e-global-color-very-dark-black);
    width: 100%;
    padding: 38px 0;
    transition: all 0.3s ease-in-out;
    margin-bottom: 42px;
}
.upcoming_matches_section .upcoming_matches_content:hover{
    border: 2px solid var(--e-global-color-accent);
}
.upcoming_matches_section .mb-4, .my-4 {
    margin-bottom: 30px !important;
}
.upcoming_matches_section .mb-2, .my-2 {
    margin-bottom: 52px !important;
}
.upcoming_matches_content .first_portion{
    display: inline-flex;
    margin-left: 50px;
}
.upcoming_matches_content .vs_wrapper{
    margin-top: 15px;
    border: 1px solid var(--e-global-color-blue-black);
    border-radius: 100%;
    background-color: var(--e-global-color-blue-black);
    line-height: 65px;
    height: 60px;
    width: 60px;
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out;
    margin-right: 28px;
    margin-left: 20px;
}
.upcoming_matches_content .center_portion {
    margin-top: -8px;
    margin-left: 3px;
    text-align: left;
}
.upcoming_matches_content .center_portion p{
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 65px;
    color: var(--e-global-color-white);
}
.upcoming_matches_content .center_portion .center_span_wrapper {
    margin-top: -5px;
}
.upcoming_matches_content .center_portion .center_span_wrapper i{
    font-size: 16px;
    line-height: 16px;
    color: var(--e-global-color-grayish-blue);
}
.upcoming_matches_content .center_portion .center_span_wrapper .mr-1, .mx-1 {
    margin-right: 10px !important;
}
.upcoming_matches_content .center_portion .center_span_wrapper .mr-3, .mx-3 {
    margin-right: 12px !important;
}
.upcoming_matches_content .center_portion .center_span_wrapper span{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--e-global-color-white);
}
.upcoming_matches_content .last_portion {
    display: flex;
    margin-left: 10px;
    margin-top: 5px;
}
.upcoming_matches_content .last_portion .last_span_wrapper {
    background-color: var(--e-global-color-accent);
    margin-right: 18px;
    padding: 8px 32px;
}
.upcoming_matches_content .last_portion .last_span_wrapper .groups{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--e-global-color-white);
    display: block;
}
.upcoming_matches_content .last_portion .last_span_wrapper .players{
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: var(--e-global-color-white);
    display: block;
}
.upcoming_matches_content .last_portion .last_span_wrapper2 {
    background-color: var(--e-global-color-accent);
    margin-right: 42px;
    padding: 8px 38px;
}
.upcoming_matches_content .last_portion .last_span_wrapper2 .groups{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--e-global-color-white);
    display: block;
}
.upcoming_matches_content .last_portion .last_span_wrapper2 .players{
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: var(--e-global-color-white);
    display: block;
}
.upcoming_matches_content .last_portion i{
    color: var(--e-global-color-light-gray);
    margin-top: 26px;
    font-size: 26px;
    line-height: 26px;
}
.upcoming_matches_section .btn_wrapper .viewall_btn {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding: 17px 46px;
    text-align: center;
    color: var(--e-global-color-white);
    display: inline-block;
    background-color: var(--e-global-color-dark-black);
    border: 2px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.upcoming_matches_section .btn_wrapper .viewall_btn:hover {
    background-color: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}
/*Home 2 Contact Form*/
.get_in_touch_section1 input{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-dark-grayish-blue);
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 17px;
    border-radius: 0;
    height: calc(1.5em + .75rem + 2px);
}
.get_in_touch_section1 .get_in_touch_content .lower_message{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    background-color: transparent;
    color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-dark-grayish-blue);
    padding-top: 30px;
    padding-bottom: 90px !important;
    padding-left: 17px;
    border-radius: 0;
}
.get_in_touch_section1 .get_in_touch_content .form_button_wrapper{
    margin-top: 0px !important;
}
.get_in_touch_section1 .get_in_touch_content .form_button_wrapper .button_style{
    width: 100%;
}
.get_in_touch_section1 .get_in_touch_content{
    gap: 20px;
    display: grid;
}
.get_in_touch_section1 .form-row{
    margin: 0px !important;
}
.get_in_touch_section1 input:focus{
    background-color: transparent;
}
/*Matches Style */
.upcoming_matches_section1 .matches_wrapper{
    display: grid;
    grid-template-columns: repeat(1,1fr);
} 
.upcoming_matches_section1 .upcoming_matches_section{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px;
}
.upcoming_matches_section1 .row{
    margin: 0px !important;
    display: block;
}
.upcoming_matches_section1 .upcoming_matches_section .upcoming_matches_content{
    padding: 48px 48px 38px 48px;
}
.upcoming_matches_section1 .upcoming_matches_section .upcoming_matches_content{
    margin-bottom: 0px !important;
}
.upcoming_matches_section1 .upcoming_matches_content .first_portion{
    margin-left: 0px !important;
}
.upcoming_matches_section1 .upcoming_matches_content .last_portion{
    justify-content: space-between;
}
.upcoming_matches_section1 .upcoming_matches_content .last_portion .last_span_wrapper2{
    display: flex;
}
.upcoming_matches_section1 .upcoming_matches_content .last_portion .last_span_wrapper2{
    margin-right: 0px;
    padding: 8px 20px;
    gap: 15px;
}
.upcoming_matches_section1 .upcoming_matches_content .last_portion{
    margin: 0px !important;
}
.upcoming_matches_section1 .upcoming_matches_content .last_portion i{
    margin-top: 0px !important;
}
.upcoming_matches_section1 .upcoming_matches_content .content_class p{
    font-size: 20px;
    color: var(--e-global-color-white);
    text-align: left;
}
.upcoming_matches_section1 .upcoming_matches_content .center_portion{
    margin: 0px !important;
}
.upcoming_matches_section1 .upcoming_matches_content .last_portion .last_span_wrapper2 .players{
    font-size: 34px;
}
.upcoming_matches_section1 .upcoming_matches_section .upcoming_matches_content {
    background-color: #28282f;
    border: 2px solid #28282f;
}
.upcoming_matches_section1 .center_portion p{
    padding-top: 30px;
    padding-bottom: 5px;
}
.upcoming_matches_section1 .center_span_wrapper{
    padding: 30px 0px;
}
.upcoming_matches_section1 .upcoming_matches_content .last_portion .last_span_wrapper2 {
    background-color: var(--e-global-color-mostly-black-blue);
}
.upcoming_matches_section1 .upcoming_matches_content:hover .last_portion .last_span_wrapper2{
    background-color: var(--e-global-color-accent);
}
.upcoming_matches_section1 .upcoming_matches_section .upcoming_matches_content:hover {
    border: 2px solid var(--e-global-color-accent);
}
/*Matches*/

.trending_upper_portion:hover .hover_box_plus {
    height: -webkit-fill-available;
}
.trending_upper_portion .hover_box_plus figure{
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
}
.trending_upper_portion .hover_box_plus figure img{
    display: inline-block;
    width: unset;
}
.trending_games_section .trending_content .trending_lower_portion .trending_span_wrapper span{
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 50px;
    color: var(--e-global-color-white);
}
.trending_games_section .trending_content .trending_lower_portion li{
    display: inline-block;
}
.trending_games_section .trending_content .trending_lower_portion li i{
    color: var(--e-global-color-accent);
}
.trending_games_section .nav-tabs {
    border-bottom: 0px solid var(--e-global-color-white);
    margin-bottom: 48px;
}
.trending_games_section .nav-tabs li {
    margin-right: 51px;
}
.trending_games_section .nav-tabs li:last-child {
    margin-right: 0;
}
.trending_games_section .tabs-box .nav-tabs li a {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    display: inline-block;
    color: var(--e-global-color-white);
    font-size: 25px;
    line-height: 25px;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}
.trending_games_section .tabs-box .nav-tabs li a:hover {
    color: var(--e-global-color-accent);
}
.trending_games_section .tabs-box .nav-tabs li a.active{
    color: var(--e-global-color-accent);
}
.trending_games_section .owl-carousel .owl-nav{
    display: block !important;
    margin-top: 30px;
}
.trending_games_section .owl-carousel .owl-nav span:active{
    background-color: var(--e-global-color-accent);
}
.trending_games_section .owl-carousel .owl-nav button.owl-prev span {
    font-size: 0;
    line-height: 10px;
    background-color: var(--e-global-color-very-dark-gray);
    height: 2px;
    width: 20px;
    display: block;
}
.trending_games_section .owl-carousel .owl-nav button.owl-prev span:hover {
    background-color: var(--e-global-color-accent);
}
.trending_games_section .owl-carousel .owl-nav button.owl-next span {
    font-size: 0;
    line-height: 10px;
    background-color: var(--e-global-color-very-dark-gray);
    height: 2px;
    width: 20px;
    display: block;
}
.trending_games_section .owl-carousel .owl-nav button.owl-next span:hover {
    background-color: var(--e-global-color-accent);
}
.trending_games_section .owl-carousel .owl-nav button:focus{
    outline: none;
}
.trending_games_section1 .trending_content{
    position: relative;
    background: linear-gradient(to bottom, rgb(29, 4, 8), rgb(9, 1, 2));
    text-align: center;
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trending_games_section1 .trending_games_section{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
}
.trending_content .hover_box_plus {
    width: 100%;
    height: 0;
    padding-top: 0;
    bottom: 0px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    margin-top: 0px;
    position: absolute;
    background-color: var(--e-global-color-accent);
    opacity: 0.8;
}
.trending_games_section1 .trending_upper_portion{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trending_games_section2 .trending_games_section1 .trending_games_section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.trending_games_section2 .trending_upper_portion .img_width img{
    height: 173px;
    max-width:196px;
}
.trending_games_section2 .trending_games_section1 .trending_upper_portion{
    border:1px solid #6a2121;
}
.trending_span_wrapper{
    padding-top: 20px;
}
/*Products Section 2*/
.products_section1 .products_content{
    background-color:var(--e-global-color-black);
} 
.products_section1 .products_content:hover{
    background-color:var(--e-global-color-accent);
} 
.products_section1 .products_content .upper_portion{
    background-color: transparent;
    border: 0px;
    padding: 45px 0px;
}
.products_section1 .product_wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    color: var(--e-global-color-primary);
    text-align: center;
}
.products_section1 .products_content .lower_portion_wrapper{
    padding: 0px 0px 45px 0px;
}
.products_section1 .products_content .upper_portion figure{
    height:150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products_section1 .products_content:hover .lower_portion .socialmedia_icons_wrapper i{
    color: var(--e-global-color-white);
}
/*Portfolio Widget*/
.portfolio-con .portfolio-box{
    padding: 50px 30px;
    text-align: center;
    background-color: var(--e-global-color-black);
    color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-black);
}
.portfolio-con .portfolio-box:hover{
    border: 2px solid var(--e-global-color-accent);
}
.portfolio-con figure{
    margin: 0 auto !important;
    background-color: #17171b;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #17171b;
}
.portfolio-con .portfolio-box:hover figure{
    background-color: var(--e-global-color-black);
    border: 1px solid var(--e-global-color-accent);
}
.portfolio-con .portfolio-box h5{
    padding-top: 25px;
}
.portfolio-con .portfolio-box p{
    font-size: 18px;
}
.portfolio-con .owl-nav{
    display: block !important;
}
.portfolio-con .owl-nav i{
    color: var(--e-global-color-primary);
}
.portfolio-con .owl-next{
    position: absolute;
    right: -60px;
    top: 50%;
}
.portfolio-con .owl-prev{
    position: absolute;
    left: -60px;
    top: 50%;
}
.portfolio-con button:focus{
    outline: none;
}
/*Testimonial*/
.client_review-section .owl-carousel .owl-nav{
    display: none;
}
.client_review_content p{
    padding: 20px 90px 0px 90px;
    margin-bottom: 35px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.client_review_content p span {
    color: var(--e-global-color-accent);
    font-size: 46px;
    font-weight: bold;
    line-height: 35px;
}
.client_review_content .client_wrapper figure{
    display: inline-block;
}
.client_review_content .client_wrapper .client_span_wrapper{
    display: inline-block;
    margin-left: 15px;
    margin-top: -2px;
}
.client_review_content .client_name{
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: var(--e-global-color-white);
}
.client_review_content .client_desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: var(--e-global-color-very-dark-grayish-blue);
    margin-left: -5px;
}
.client_review-section .client_wrapper{
    text-align: center;
}
.client_review-section .com-2{
    position: absolute;
    top: 0px;
    right: 75px;
}
.client_review-section .first-com{
    position: absolute;
    top: 0px;
    left: 75px;
}
/*Crox Team*/
.our_team_section .team_content{
    transition: 0.3s all ease-in-out;
    position: relative;
}
.our_team_section .team_content:hover{
    transform: translateY(-10px);
}
.our_team_section .member_name_span_wrapper{
    position: absolute;
    bottom: 32px;
    left: 32px;
    text-align: left;
}
.our_team_section .member_name_span_wrapper span{
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 33px;
    color: var(--e-global-color-white);
}
.our_team_section p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--e-global-color-white);
    margin-bottom: 0;
}
.our_team_section .team_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
/*Trending Games*/
.trending_games_section .trending_content .trending_upper_portion .img_width img{
    width: 100%;
}
.trending_upper_portion .hover_box_plus {
    width: 100%;
    height: 0;
    padding-top: 0;
    bottom: 0px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    margin-top: 0px;
    position: absolute;
    background-color: var(--e-global-color-accent);
    opacity: 0.8;
}
.trending_upper_portion:hover .hover_box_plus {
    height: -webkit-fill-available;
}
.trending_upper_portion .hover_box_plus figure{
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
}
.trending_upper_portion .hover_box_plus figure img{
    display: inline-block;
    width: unset;
}
.trending_games_section .trending_content .trending_lower_portion .trending_span_wrapper span{
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 50px;
    color: var(--e-global-color-white);
}
.trending_games_section .trending_content .trending_lower_portion li{
    display: inline-block;
}
.trending_games_section .trending_content .trending_lower_portion li i{
    color: var(--e-global-color-accent);
}
.trending_games_section .nav-tabs {
    border-bottom: 0px solid var(--e-global-color-white);
    justify-content: center;
    margin-bottom: 48px;
}
.trending_games_section .nav-tabs li {
    margin-right: 51px;
}
.trending_games_section .nav-tabs li:last-child {
    margin-right: 0;
}
.trending_games_section .tabs-box .nav-tabs li a {
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    display: inline-block;
    color: var(--e-global-color-white);
    font-size: 25px;
    line-height: 25px;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}
.trending_games_section .tabs-box .nav-tabs li a:hover {
    color: var(--e-global-color-accent);
}
.trending_games_section .tabs-box .nav-tabs li a.active{
    color: var(--e-global-color-accent);
}
.trending_games_section .owl-carousel .owl-nav{
    display: block !important;
    margin-top: 30px;
    text-align: center;
}
.trending_games_section .owl-carousel .owl-nav span:active{
    background-color: var(--e-global-color-accent);
}
.trending_games_section .owl-carousel .owl-nav button.owl-prev span {
    font-size: 0;
    line-height: 10px;
    background-color: var(--e-global-color-very-dark-gray);
    height: 2px;
    width: 20px;
    display: block;
}
.trending_games_section .owl-carousel .owl-nav button.owl-prev span:hover {
    background-color: var(--e-global-color-accent);
}
.trending_games_section .owl-carousel .owl-nav button.owl-next span {
    font-size: 0;
    line-height: 10px;
    background-color: var(--e-global-color-very-dark-gray);
    height: 2px;
    width: 20px;
    display: block;
}
.trending_games_section .owl-carousel .owl-nav button.owl-next span:hover {
    background-color: var(--e-global-color-accent);
}
.trending_games_section .owl-carousel .owl-nav button:focus{
    outline: none;
}
.trending_games_section .trending_content .trending_upper_portion {
    /* margin-bottom: 22px; */
    position: relative;
}
.trending_games_section .trending_content{
    text-align: center;
}
.trending_games_section button{
    margin: 0 5px !important;
}
.trending_games_section1 img{
    max-height: 200px;
}
/*Crox-Gallery*/
.gallery-section {
    column-width: 350px;
    gap: 30px;
}
.gallery-section .gallery-images img {
    width: 100%;
    cursor: pointer;
    padding: 0;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.gallery-section .gallery-images .image-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.gallery-section .gallery-images .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--e-global-color-accent) 0%, var(--e-global-color-accent) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0px;
    cursor: pointer;
}
.gallery-section .gallery-images .image-wrapper:hover .image-overlay {
    opacity: 0.8;
}
.gallery-section .gallery-images .image-overlay:before {
    content: '';
    background-image: url(../img/box_hover_plus.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}
.gallery-section .lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: var(--e-global-color-black);
    perspective: 1000;
    z-index: 40000000;
}
.gallery-section .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    opacity: 0.5;
    background-position: center;
    background-size: cover;
}
.gallery-section .lightbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    max-height: 95vh;
    max-width: calc(95vw - 100px);
    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
    transform-style: preserve-3d;
}
.gallery-section [class^="arrow"] {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.gallery-section [class^="arrow"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 14px;
    height: 14px;
} 
.gallery-section .arrowr {
    right: 0;
} 
.gallery-section .arrowr:after {
    border-right: 1px solid var(--e-global-color-white);
    border-bottom: 1px solid var(--e-global-color-white);
}  
.gallery-section .arrowl {
    left: 0;
 } 
.gallery-section .arrowl:after {
    border-left: 1px solid var(--e-global-color-white);
    border-top: 1px solid var(--e-global-color-white);
}
.gallery-section .close {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    margin: 20px;
    font-size: 16px;
    opacity: 1;
    background: var(--e-global-color-black);
}
.gallery-section .close:before {
    content: '\f00d';
    position: absolute;
    top: 12px;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: var(--e-global-color-white);
    text-shadow: none;
    left: 0;
    text-align: center;
}
/**/
.wpcf7-form-control-wrap{
    width: 100%;
}
.get_in_touch_content .form-control{
    color: var(--e-global-color-text);
}