@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.eot');
    src: url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff'),
        url('../fonts/OpenSans-Medium.ttf') format('truetype'),
        url('../fonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype'),
        url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
        url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
    background: url('../images/body-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p,ul,li {
    line-height: normal;
    padding: 0;
    margin: 0;
}
h2 {
    font-size: 36px;
}
h6 {
    font-size: 18px;
}
p {
    font-size: 14px;
}


div#myNav {
    display: none;
}
span.bars {
    display: none;
}
.pcs_logo_img {
    max-width: 200px;
    display: block;
    width: 65%;
}
.pcs_logo_img img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.banner_main img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.pcs_banner_SliderMain .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.pcs_banner_SliderMain .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
}
.pcs_banner_SliderMain .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 12px;
    padding: 0 !important;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
    border: 1px solid #000;
    height: 12px;
    line-height: 12px;
    text-align: center;
}
.pcs_banner_SliderMain .slick-dots li button {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.pcs_banner_SliderMain .slick-dots li button:before {
    opacity: 1;
    width: 14px;
    padding: 0 !important;
    border-radius: 100%;
    font-size: 10px;
    color: transparent;
    border: 1px solid #fff;
    height: 14px;
    line-height: 14px;
    text-align: center;
}


.pcs_src_menu {
    margin-block-end: 50px;
}
.pcs_main_align {
    padding-block: 10px;
    position: sticky;
    z-index: 9;
    top: 0;
}
.pcs_main_align.sticky {
    background: #00133d;
}
.pcs_main_align .row {
    align-items: center;
}
.pcs_btm_menu li {
    margin-right: 25px;
}
.pcs_btm_menu {
    background: var(--secondary-color);
}
.pcs_btm_menu ul.nav {
    justify-content: end;
}
.pcs_btm_menu li:last-child {
    margin-right: 0;
}
.pcs_src_menu li.nav-item:last-child a {
    border-left: 1px solid #fff;
    padding-left: 25px;
}
.pcs_src_menu li.nav-item:last-child a i.fa {
    font-size: 18px;
}
.pcs_btm_menu ul li a.active {
    background: var(--primary-color);
}
.pcs_btm_menu ul li a {
    color: #fff;
    padding-block: 10px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    font-weight: normal;
}
.pcs_btm_menu ul li a:hover {
    background: var(--primary-color);
}
.pcs_btm_menu .dropdown-content a:hover i.fa {
    transform: rotate(-180deg);
    transition: all 0.3s ease-in-out;
}
.pcs_btm_menu .dropdown:hover i.fa {
    transform: rotate(-180deg);
    transition: all 0.3s ease-in-out;
}
.pcs_btm_menu ul li a i.fa {
    margin-left: 6px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.pcs_btm_menu .dropdown-content {
    display: none;
    position: absolute;
    top: 30px;
    background-color: #fff;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.pcs_btm_menu .dropdown-content a {
  color: #000;
  padding: 14px 32px;
  text-decoration: none;
  display: block;
}
.pcs_btm_menu .dropdown-content a:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.pcs_btm_menu .dropdown:hover .dropdown-content {
  display: block;
}
.pcs_btm_menu .dropdown:hover .dropbtn {
  background-color: var(--primary-color);
}

.pcs_ticket_menu {
    background: #dee3ea;
}

/* pcs tickets slider css start */

.pcs_ticket_sliderMain {
    padding-inline: 35px;
    background: #dee3ea;
}

.pcs_ticket_tbl table {
    background: #ECEFF3;
    width: 100%;
}
.pcs_ticket_tbl td {
    border: 1px solid rgb(0 41 92 / 13%);
    text-align: center;
    padding-block: 5px;
    padding-inline: 10px;
    color: #00295c;
    font-weight: 600;
}
.pcs_ticket_tbl td img {
    margin-inline: auto;
}
.pcs_ticket_tbl td .table_tickets p {
    color: #00295c;
    font-weight: 500;
}
.pcs_ticket_tbl td .table_tickets .tickets_fb_text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pcs_ticket_tbl td .table_tickets .tickets_fb_text span {
    font-size: 10px;
    color: #00295c;
}
.pcs_ticket_tbl td .table_tickets .tickets_fb_text img {
    margin-inline: unset;
    margin-inline-end: 10px;
}
.pcs_ticket_tbl td a {
    text-align: center;
    text-decoration: none;
    background: #00295c;
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 8px;
}
.pcs_ticket_tbl td.ticket_btn {
    padding: 0;
}

/* pcs tickets slider css end */

/* games section css start */

.pcs_games {
    background: #fff;
    padding-block-start: 35px;
    padding-block-end: 50px;
}
.pcs_games .row {
    margin: 0;
}
.pcs_game_live a.pcs_games_vd_align {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(0 41 92 / 20%);
}
.pcs_game_img {
    width: 33.33%;
    display: block;
}
.pcs_game_img img {
    display: block;
    width: 100%;
    aspect-ratio: 5/3;
    object-fit: none;
}
.pcs_game-second img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.pcs_sidebar_shop_main {
    border: 1px solid rgb(0 41 92 / 20%);
    padding: 30px;
}
.pcs_shop_img img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.pcs_sidebar_shop_slider_inner p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    color: #222;
    font-weight: 600;
}
.pcs_shop_btn {
    max-width: 130px;
    margin-inline: auto;
    display: block;
    margin-top: 15px;
}
.pcs_shop_btn a {
    background: #00295c;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px;
    border-radius: 30px;
    text-decoration: none;
}
.pcs_ticket_slider .slick-prev.slick-disabled:before,
.pcs_sidebar_shop_Slider .slick-prev.slick-disabled:before, 
.pcs_ticket_slider .slick-next.slick-disabled:before,
.pcs_sidebar_shop_Slider .slick-next.slick-disabled:before {
    opacity: .25;
}
.pcs_ticket_slider .slick-prev:before, 
.pcs_sidebar_shop_Slider .slick-prev:before,
.pcs_ticket_slider .slick-next:before,
.pcs_sidebar_shop_Slider .slick-next:before {
    font-family: 'FontAwesome';
    opacity: 1;
    color: #00295c;
    font-size: 40px;
}
.pcs_sidebar_shop_Slider .slick-prev:before,
.pcs_ticket_slider .slick-prev:before{
    content: '\f104' !important;
}
.pcs_sidebar_shop_Slider .slick-next:before,
.pcs_ticket_slider .slick-next:before {
    content: '\f105' !important;
}

.pcs_latest_news {
    background: #f5f5f5;
    padding: 15px;
}
.pcs_last_news_list p.pcs_last_news_date {
    font-size: 14px;
    color: rgb(0 41 92 / 70%);
    font-weight: 600;
}
.pcs_last_news_list p.pcs_last_news_title a {
    font-size: 15px;
    text-decoration: none;
    color: #222;
    font-weight: 600;
    line-height: 22px;
    display: block;
}
.pcs_last_news_list {
    padding-block: 15px;
    border-bottom: 1px solid rgb(0 41 92 / 20%);
}
.pcs_last_news_list:last-child {
    border-bottom: 0;
}
.pcs_sidebar_first {
    margin-block-end: 25px;
}
.pcs_sidebar_first:last-child {
    margin-block-end: 0;
}
.pcs_game-tbl {
    padding: 0;
    border: 1px solid #00295c;
}
.pcs_game-tbl table {
    width: 100%;
}
.pcs_game-tbl table th {
    word-break: break-word;
    font-size: 16px;
    text-align: center;
    color: #00295c;
    border: 1px solid rgb(0 41 92 / 20%);
    padding: 10px;
}
.pcs_game-tbl table td {
    padding: 5px;
    word-break: break-word;
    text-align: center;
    border: 1px solid rgb(0 41 92 / 20%);
}
.pcs_game-tbl table td:nth-child(6),
.pcs_game-tbl table th:nth-child(5) {
    background: #ECEFF3;
}
.pcs_game_first,
.pcs_game-second,
.pcs_game-third {
    margin-block-end: 25px;
}
.pcs_game_four img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.pcs_game_four {
    position: relative;
}
.pcs_game_link {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}
.pcs_game_link a {
    display: block;
    width: 40px;
    height: 40px;
}
.pcs_game_link_1 {
    left: 3%;
    top: 17%;
}
.pcs_game_link_2 {
    top: 32%;
    left: 3%;
}
.pcs_game_link_3 {
    left: 10%;
    top: 49%;
}
.pcs_game_link_4 {
    left: 25%;
    top: 9%;
}
.pcs_game_link_5 {
    left: 22%;
    top: 20%;
}
.pcs_game_link_6 {
    top: 26%;
    left: 27%;
}
.pcs_game_link_7 {
    left: 34%;
    top: 29%;
}
.pcs_game_link_8 {
    top: 60%;
    left: 24%;
}
.pcs_game_link_9 {
    left: 51%;
    top: 25%;
}
.pcs_game_link_10 {
    top: 74%;
    left: 46%;
}
.pcs_game_link_11 {
    left: 74%;
    top: 44%;
}
.pcs_game_link_12 {
    top: 59%;
    left: 75%;
}
.pcs_game_link_13 {
    top: 84%;
    left: 67%;
}
.pcs_game_link_14 {
    left: 85%;
    top: 28%;
}
.pcs_game_link_15 {
    left: 88%;
    top: 46%;
}
.pcs_game_link_16 {
    top: 80%;
    left: 80%;
}

/* games section css end */


/* championshin section css start */

.pcs_chmp_win {
    background: url('../images/championship-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-block: 50px;
}

.pcs_chmp_win h2 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-block-end: 35px;
}

.pcs_chmp_win_align {
  display: flex;
  flex-wrap: wrap;
}
.pcs_champ_win_img {
  border-right: 1px solid rgb(255 255 255 / 20%);
  box-sizing: border-box;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.pcs_champ_win_img:nth-child(6n) {
  border-right: none;
}
.pcs_champ_win_img_inner {
    width: 100%;
    padding: 20px;
}
.pcs_chmp_win_inner .row {
    padding-inline: 35px;
}
.border-b-none {
    border-bottom: 0;
}
.pcs_champ_win_img_inner img {
  max-width: 100%;
  height: 100%;
}

/*  champion section css end */

/* league organise section css start */

.pcs_league_org {
    padding-block: 50px;
    background: #fff;
}
.pcs_league_org h2 {
    color: #00295C;
    font-weight: 600;
    text-align: center;
    margin-block-end: 35px;
}

.pcs_league_org_inner .row {
    margin: 0;
}
.pcs_league_org-sec .pcs_h6 {
    background: #00295c;
    padding: 7px;
    display: flex;
    align-items: center;
}
.pcs_league_org-sec .pcs_h6 h6 {
    color: #fff;
    margin-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.pcs_league_org-sec .row {
    border-left: 1px solid rgb(0 41 92 / 20%);
    border-right: 1px solid rgb(0 41 92 / 20%);
    border-bottom: 1px solid rgb(0 41 92 / 20%);
}
.pcs_league_Icons_img {
    border: 1px solid rgb(0 41 92 / 20%);
    margin-block: 30px;
}

.icon_space_btm {
    margin-block-end: 0;
}

/* league organise section css end */

/* Pecos footer css start */

.pcs_footer {
    background: #00295c;
    text-align: center;
}
.pcs_footer_top {
    padding-block: 50px;
    border-bottom: 1px solid rgb(236 239 243 / 25%);
}
.pcs_footer_logo .pcs_logo_img {
    margin-inline: auto;
}
.pcs_footer p {
    color: #fff;
    line-height: 24px;
    font-weight: 400;
}
p.pcs_foote_tp {
    margin-block-start: 30px;
}
.pcs_footer_btm {
    padding-block: 25px;
}

/* Pecos footer css end */
