html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

/******************HEADER******************/

header.fixed-top {
    background-color: #fff;
    padding: 5px 0;
}

header.fixed-top .logos img {
    width: 90px;
    margin-top: 6px;
}

.navbar-light .navbar-brand {
    widows: 330px;
}

.logos img {
    width: 120px;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.navbar-light .navbar-brand p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.navbar-light .navbar-brand .logo-text {
    padding-top: 25px;
}

.navbar-expand-lg {
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 27px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link i.fa.fa-shopping-cart {
    font-size: 12px;
}

.navbar-light .navbar-nav .nav-link span {
    background-color: #02286f;
    padding: 5px;
    font-size: 10px;
    position: absolute;
    top: 11px;
    line-height: 10px;
    border-radius: 50%;
    color: #fff;
}

.navbar-nav .dropdown-menu {
    padding: 0px;
    margin-top: -1px;
}

.dropdown-item {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #eee;
}

.dropdown-menu img {
    width: 20px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
}

.list-group-item {
    font-size: 14px;
    font-weight: 600;
}

/*.list-group-item-action:hover{
  color: #0055d4;
}*/

.dropdown-hover:hover > .dropdown-menu {
    display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
    pointer-events: none;
}

header.fixed-top .navbar-light .navbar-nav .nav-link {
    color: #000;
    line-height: 30px;
}

/****************SLIDER*****************/

/***************SLIDER**************/

/*.slider{
  margin-top: -28px;
}*/

.slider .carousel-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 0.6);
}

.slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.heading-box h2 {
    width: 100%;
}
.text-box {
    position: absolute;
    top: 55%;
    left: 10%;
    right: 12%;
    color: #f8931e;
    transform: translateY(-50%);
    z-index: 99;
    width: auto;
    max-width: 800px;
}

.text-box h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 900;
    color: #fff;
    margin-top: 15px;
}

a.btn.btn-explore {
    border: 1px solid #2cd97b;
    background-color: #2cd97b;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-explore:hover {
    border: 1px solid #4e4b4a;
    background-color: #4e4b4a;
}

a.btn.btn-explore i {
    padding-left: 10px;
}

.text-box p {
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.carousel-indicators {
    bottom: 30px;
}

/*.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgb(0 0 0 / .4);
}

.slider h2{
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.slider{
  padding: 250px 0;
}

.slider p{
  color: #fff;
  margin-bottom: 20px;
}*/

a.btn.btn-readmore {
    /*background: linear-gradient(351.09deg, #F029A0 4.36%, #F0B000 117.5%);*/
    background-color: #0055d4;
    border: 1px solid #0055d4;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

a.btn.btn-readmore i {
    padding-left: 5px;
}

/*.slider img{
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
*/

header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 5px 0;
    background-color: rgb(255 255 255 / 92%);
}

/*.slider {
  width: 100%;
  background: url("../images/banner-img.jpg") top center no-repeat;
  background-size: cover;
  padding: 250px 0;
  height: 800px;
  position: relative;
}
.slider input {
  display: none;
}*/
.testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 450px;
    perspective: 1000px;
    overflow: hidden;
}
.testimonials .item {
    width: 650px;
    padding: 110px 60px;
    border-radius: 5px;
    background-color: #02286f;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.4s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    user-select: none;
    cursor: pointer;
}
.testimonials .item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 10px solid #c80c2a;
    margin-bottom: 15px;
}
.testimonials .item p {
    color: #fff;
}
.testimonials .item h2 {
    font-size: 14px;
    color: #fff;
}
.dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dots label {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #413b52;
    margin: 7px;
    transition-duration: 0.2s;
}

#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"] {
    transform: scale(2);
    background-color: #fff;
}
#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"] {
    transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"],
#t-4:checked ~ .testimonials label[for="t-1"],
#t-5:checked ~ .testimonials label[for="t-2"] {
    transform: translate3d(600px, 0, -180px) rotateY(-25deg);
    z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"],
#t-5:checked ~ .testimonials label[for="t-1"] {
    transform: translate3d(300px, 0, -90px) rotateY(-15deg);
    z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-1:checked ~ .testimonials label[for="t-5"] {
    transform: translate3d(-300px, 0, -90px) rotateY(15deg);
    z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-5"],
#t-1:checked ~ .testimonials label[for="t-4"] {
    transform: translate3d(-600px, 0, -180px) rotateY(25deg);
}
#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"] {
    z-index: 4;
}

/**********MOBILE MENU***********/

.clickmenus {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: -55px;
    right: 15px;
    color: #ffffff;
    z-index: 99;
    display: inline-block;
    float: left;
    display: none;
    background-color: #0055d4;
    padding: 10px 14px;
    border-radius: 3px;
}

.fixed-top .clickmenus {
    top: -45px;
    z-index: 999999;
}

.clickmenus h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #0055d4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 5px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 18px;
    }
}

.sidenav .card {
    background-color: transparent;
    border: none;
    margin-top: 0px;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid #eee;
}

.sidenav .card-body {
    padding: 0 10px;
}

.mobile-menus ul {
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li {
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #0d65e9;
}

.mobile-menus ul li a img {
    width: 25px;
    margin-right: 10px;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}

.sidenav .card-body ul li a:hover {
    color: #000;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa {
    float: right;
}

@media (max-width: 991px) {
    .clickmenus {
        display: block;
        top: -49px;
    }

    .shadow-img {
        display: none;
    }

    .navbar-light .navbar-brand {
        display: block;
    }

    .navbar-toggler-icon {
        display: none;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        height: auto;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }
}

/***************BANNER SLIDER***************/

.banner-slider {
    background: url(../images/hero.jpg) top center no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    height: 950px;
    /*margin-top: -60px;*/
}

.banner-slider .overlay {
    background-color: rgba(0, 0, 0, 58%);
    height: 950px;
    display: table-cell;
    vertical-align: bottom;
    padding-left: 100px;
}

.banner-slider h2 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.banner-slider h1 {
    font-size: 120px;
    line-height: 115px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/*******************BANNER SECTION******************/

.banner-section {
    background: url("../images/banner2.jpeg") top center no-repeat;
    width: 100%;
    padding: 100px 0;
    background-size: cover;
}

.banner-right {
    background-color: #052b5d;
    padding: 50px 30px;
    transform: skewX(-11deg);
    border-left: 10px solid #fff;
}

.banner-right h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    transform: skewX(11deg);
}

.banner-right h3 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    transform: skewX(11deg);
}

.banner-right p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    transform: skewX(11deg);
}

a.btn.btn-explore {
    background: linear-gradient(351.09deg, #f029a0 4.36%, #f0b000 117.5%);
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    transform: skewX(11deg);
    margin-right: 20px;
}

a.btn.btn-explore:hover {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

a.btn.btn-apply {
    border: 2px solid #fff;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    transform: skewX(11deg);
}

a.btn.btn-apply:hover {
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
}

/************WELCOME SECTION*************/

.welcome-section {
    padding: 70px 0;
    background-color: #00011d;
}

.welcome-section img {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.welcome-section h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #f0b000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.welcome-section h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.welcome-section p {
    line-height: 28px;
    margin-bottom: 20px;
    color: #fff;
}

a.btn.btn-reads {
    background-color: #0055d4;
    border: 1px solid #0055d4;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

a.btn.btn-reads i {
    padding-left: 5px;
}

/***************TEAM SECTION***************/

.team-section {
    padding: 70px 0;
    background: url("../images/banner-img.jpg") top center no-repeat;
    background-size: cover;
    width: 100%;
}

.team-section img {
    width: 100%;
    height: 400px;
}

.team-section h4 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #f0b000;
    text-align: center;
    margin-bottom: 20px;
}

.image {
    position: relative;
    width: 100%;
}

.image__img {
    display: block;
    width: 100%;
}

.image__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: "Quicksand", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s;
}

.image__overlay--blur {
    backdrop-filter: blur(5px);
}

.image__overlay--primary {
    background: rgb(245 164 17 / 72%);
}

.image__overlay > * {
    transform: translateY(20px);
    transition: transform 0.25s;
}

.image__overlay:hover {
    opacity: 1;
}

.image__overlay:hover > * {
    transform: translateY(0);
}

.image__title {
    font-size: 2em;
    font-weight: bold;
}

.image__description {
    font-size: 14px;
    margin: 10px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

/******************PLAYER SECTION*****************/

.player-section {
    position: relative;
}

.player-section img {
    height: 650px;
    width: 100%;
}

.player-section .player-content {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 99;
    max-width: 700px;
    width: 100%;
}

.player-section .player-content h4 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.player-section .player-content h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}

.player-section .player-content p {
    color: #fff;
}

.player-section ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.player-section ul.tabs li {
    background: none;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    border-right: 1px solid #fff;
}

.player-section ul.tabs li.current {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.player-section .tab-content {
    display: none;
    background: #ededed;
}

.player-section .tab-content.current {
    display: inherit;
}

/*****************JOURNERY SECTION****************/

.journey-section {
    padding: 60px 0;
}

.journey-section h3 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    color: #0055d4;
    text-align: center;
    margin-bottom: 20px;
}

.journey-section figure {
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 10px 10px 0 0;
}

.journey-section a p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #0055d4;
    padding: 10px;
    margin-bottom: 0px;
    border-radius: 0 0 10px 10px;
}

.journey-section a p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.journey-section a:hover {
    text-decoration: none;
}

.journey-section .column img {
    display: block;
    width: 100%;
    height: 350px;
}

/***************COUNTER AREA***************/

.count-area {
    padding: 70px 0;
    border-top: 1px solid #eee;
    /*background-color: #000d14;*/
}

.count-area-content {
    background-color: #0055d4;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}

.count-area-content .count-digit {
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.count-area-content .count-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}

/******************MERCH SECTION******************/

.merch-section {
    background: url("../images/MERCH.jpg") top center no-repeat;
    width: 100%;
    background-size: cover;
    height: 1080px;
    padding: 400px 0;
    text-align: center;
}

.merch-section h4 {
    font-size: 60px;
    line-height: 64px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

a.btn.btn-shop {
    border: 1px solid #0055d4;
    background-color: #0055d4;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}

/****************VIDEO SECTION***************/

.video-section {
    background: url("../images/video-bg.jpg") center center no-repeat;
    width: 100%;
    background-size: cover;
}

.video-section .overlay {
    background-color: rgb(10 10 10 / 35%);
    padding: 70px 0;
}

.video-section h4 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.video-section figure {
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 10px 10px 0 0;
}

.video-section a p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0px;
    border-radius: 0 0 10px 10px;
}

.video-section a p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.video-section a:hover {
    text-decoration: none;
}

.video-section .column img {
    display: block;
    width: 100%;
    height: 220px;
}

.modal-dialog {
    max-width: 1000px;
    margin: 5% auto;
}

button.close {
    background-color: #fff;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: -20px;
    top: -30px;
    opacity: 1;
    padding: 3px 12px;
    border-radius: 50%;
    font-size: 30px;
}

/***********SPONSER SECTION***********/

.partner-section {
    padding: 70px 0;
    /*background: url("../images/banner-img3.png") top center no-repeat;
  background-size: cover;
  width: 100%;*/
}

.partner-section h4 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    color: #0055d4;
    text-align: center;
    margin-bottom: 10px;
}

.sponser-box {
    border: 1px solid #0055d4;
    background-color: #0055d4;
    border-radius: 10px;
}

.column {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.partner-section figure {
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 10px 10px 0 0;
}

.partner-section a p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #0055d4;
    padding: 10px;
    margin-bottom: 0px;
    border-radius: 0 0 10px 10px;
}

.partner-section a p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.partner-section a:hover {
    text-decoration: none;
}

.partner-section .column img {
    display: block;
    width: 100%;
    height: 350px;
}

/* CSS Image Hover. Created refering to Naoya's Pen: https://codepen.io/nxworld/pen/ZYNOBZ */
/*Sepia*/
.column#sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.column#sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}

/*GrayScale*/
.column#grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.column#grayscale:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*Zoom In*/
.column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/***************RESULT SECTION************/

.result-section {
    background: url("../images/snow-bg.gif") top center no-repeat;
    width: 100%;
    background-size: cover;
}

.result-section .result-overlay {
    background-color: rgb(10 10 10 / 85%);
    padding: 70px 0;
}

.result-section h4 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.result-box {
    background: url("../images/banner-img.jpg") top center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

.result-box .overlay {
    background-color: rgb(255 0 82 / 40%);
}

h5.result-heading {
    padding: 15px;
    background-color: #6e0426;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

h5.result-heading span {
    float: right;
}

.result-box .row {
    border-top: 1px solid #0055d4;
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 40px;
    text-align: center;
}

.result-box img {
    width: 70px !important;
    height: 55px;
    margin-bottom: 10px;
}

.result-box h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.game-titles h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.result-box h3 {
    background-color: #0055d4;
    padding: 10px;
    border-radius: 10px;
    font-size: 50px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
}

.scorebox h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #ffaf29;
    padding: 5px;
    width: 70px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: -15px;
}

/******************BLOG SECTION*****************/

.blog-section {
    padding: 70px 0;
    background-color: #fff;
    border-top: 1px solid #0a378b;
}

.blog-section h4 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #0055d4;
    text-align: center;
    margin-bottom: 20px;
}

.blog-section img {
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0 0;
}

.blog-content {
    background-color: #013493;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.blog-content h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #777;
    margin-bottom: 10px;
}

.blog-content h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.blog-content h5 a {
    color: #fff;
    text-decoration: none;
}

/*************SPONSER SECTION*************/

.sponser-section {
    padding-top: 70px;
    padding-bottom: 180px;
    background-color: #fff;
    border-top: 1px solid #0a378b;
}

.sponser-section h4 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #0055d4;
    text-align: center;
    margin-bottom: 20px;
}

/***************MERCHANDISE SECTION**************/

.merchandise-section {
    padding: 70px 0;
    background-color: #0055d4;
    /*background: url("../images/banner-img2.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;*/
}

.merchandise-section h4 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    padding-top: 80px;
}

.merchandise-section a {
    text-decoration: none;
}

.merchandise-section img {
    width: 100%;
    height: 220px;
    background-color: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
}

.merchandise-section h6 {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #0055d4;
    padding: 5px 8px 3px 8px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    border-radius: 5px;
}

.merchan-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ccc;
}

.merchan-box h5 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #0055d4;
    margin-bottom: 5px;
}

.merchan-box p {
    font-size: 19px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.merchan-box p del {
    font-size: 14px;
    font-weight: 400;
}

a.btn.btn-cart {
    border: 1px solid #0055d4;
    background-color: #0055d4;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    text-decoration: none;
    border-radius: 30px;
}

a.btn.btn-cart:hover {
    border: 1px solid #0055d4;
    background-color: #0055d4;
    color: #fff;
}

button.btn.btn-cart {
    border: 1px solid #0055d4;
    background-color: #0055d4;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    border-radius: 30px;
}

.merchandise-section .owl-dots {
    display: none;
}

.merchandise-section button.owl-prev {
    position: absolute;
    left: -10px;
    top: 0px;
    bottom: 0px;
}

.merchandise-section button.owl-next {
    position: absolute;
    right: -10px;
    top: 0px;
    bottom: 0px;
}

.merchandise-section span.fas.fa-angle-left {
    font-size: 25px;
    color: #fff;
}

.merchandise-section span.fas.fa-angle-right {
    font-size: 25px;
    color: #fff;
}

#target {
    display: none;
}

.Hide {
    display: none;
}
.cart-section .cart-container {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-container .input-qty,
.cart-container .input-qty {
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #d4d4d4;
    max-width: 80px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    padding: 10px 13px;
    font-size: 14px;
    height: 38px;
    line-height: 20px;
    width: 38px;
    transition: 0.3s;
}
.qty-container .qty-btn-plus {
    margin-left: -1px;
}
.qty-container .qty-btn-minus {
    margin-right: -1px;
}

/*---------------------------*/
.btn-cornered,
.input-cornered {
    border-radius: 4px;
}
.btn-rounded {
    border-radius: 50%;
}
.input-rounded {
    border-radius: 50px;
}

/******************FOOTER****************/

footer {
    background: url("../images/banner-img2.jpg") top center no-repeat;
    background-size: cover;
    width: 100%;
}

.footer-subscribe .row {
    background: #0b1766 url("../images/footer-top-bg.png") center center
        no-repeat;
    width: 100%;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    top: -100px;
    position: relative;
    z-index: 9;
    margin-right: 0px;
    margin-left: 0px;
}

.footer-subscribe .subscribe-box {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.footer-subscribe h6 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.footer-subscribe p {
    color: #fff;
    margin-bottom: 20px;
}

.footer-subscribe .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.footer-subscribe .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
}
.footer-subscribe .content .form-control {
    height: 50px;
    border-color: #eaeaea;
    border-radius: 25px 0 0 25px;
}
.footer-subscribe .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}
.footer-subscribe .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: linear-gradient(351.09deg, #f029a0 4.36%, #f0b000 117.5%);
    color: #fff;
    font-weight: 600;
    border-radius: 0 25px 25px 0;
}

.top-footer {
    padding: 15px 0;
    border-bottom: 1px solid #504e4e;
}

.top-footer img {
    width: 110px;
}

.footer-middle ul {
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
    text-align: center;
}

.footer-middle ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 25px;
}

.footer-middle ul li a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}

.footer-right ul {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    text-align: right;
}

.footer-right ul li {
    list-style-type: none;
    display: inline-block;
}

.footer-right ul li a i {
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    color: #000;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}

.footer-right ul li a i.fa-facebook-f {
    background-color: #3b5998;
    color: #fff;
}

.footer-right ul li a i.fa-facebook-f:hover {
    background-color: #294379;
}

.footer-right ul li a i.fa-twitter {
    background-color: #00acee;
    color: #fff;
}

.footer-right ul li a i.fa-twitter:hover {
    background-color: #0991c5;
}

.footer-right ul li a i.fa-linkedin-in {
    background-color: #0e76a8;
    color: #fff;
}

.footer-right ul li a i.fa-linkedin-in:hover {
    background-color: #0c5477;
}

.footer-right ul li a i.fa-youtube {
    background-color: #c4302b;
    color: #fff;
}

.footer-right ul li a i.fa-youtube:hover {
    background-color: #8e1814;
}

.bottom-footer {
    padding: 15px 0;
    text-align: center;
}

.bottom-footer p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0px;
}

.bottom-footer p a {
    color: #fff;
    text-decoration: none;
}

/***************GAME LISTING PAGE START HERE***************/

.page-banner {
    background: url("../images/banner-img.jpg") top center no-repeat;
    width: 100%;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 100px;
}

.page-banner h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

.game-section {
    padding-top: 60px;
    padding-bottom: 140px;
}

.game-titles a {
    text-decoration: none;
}

.game-section .tab-content {
    background-color: #e1e2e3;
    padding: 0 30px 1px 30px;
    border-radius: 0 0 10px 10px;
}

.game-section .nav-tabs .nav-item.show .nav-link,
.game-section .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0055d4;
    border-color: #0055d4 #0055d4 #0055d4;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.game-section .nav-tabs .nav-link {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #0055d4;
    text-transform: uppercase;
    border-right: 1px solid #0055d4;
    border: 1px solid #0055d4;
}

/*****************GAME DESTAILS PAGE START HERE***************/

.game-detail-section {
    padding-top: 60px;
    padding-bottom: 140px;
}

.game-detail-section h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #0055d4;
    margin-bottom: 10px;
}

.game-detail-section ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.game-detail-section ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding-right: 20px;
}

.game-detail-section p {
    color: #000;
}

/**************ABOUT US PAGE START HERE**************/

.about-section {
    padding-top: 60px;
    padding-bottom: 140px;
}

.about-section img {
    width: 100%;
    height: 260px;
    margin-bottom: 15px;
    border-radius: 10px;
}

/*****************TEAM PAGE START HERE*****************/

.teamsection {
    padding-top: 60px;
    padding-bottom: 140px;
}

.teamsection img {
    width: 100%;
    height: 260px;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
}

.teamsection h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background-color: #0055d4;
    margin-bottom: 30px;
}

.teamsection h2 a {
    color: #fff;
    text-decoration: none;
}

/********************TEAM DETAIL PAGE START HERE********************/

.team-detail-section {
    padding-top: 60px;
    padding-bottom: 140px;
}

.team-detail-section h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #0055d4;
    margin-bottom: 15px;
}

.team-detail-section img {
    width: 400px;
    height: 260px;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
}

/*****************ROSTER PAGE START HERE*****************/

.rooster-section {
    padding-top: 60px;
    padding-bottom: 140px;
}

.rooster-section figure {
    overflow: hidden;
    margin-bottom: 0px;
    border-radius: 10px 10px 0 0;
}

.rooster-section a p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    background-color: #0055d4;
    padding: 10px;
    margin-bottom: 0px;
    border-radius: 0 0 10px 10px;
}

.rooster-section a p span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.rooster-section a:hover {
    text-decoration: none;
}

.rooster-section .column img {
    display: block;
    width: 100%;
    height: 350px;
}

.rooster-section .column {
    margin-bottom: 30px;
}

/*****************PRODUCT PAGE START HERE*****************/

.product-section {
    padding-top: 60px;
    padding-bottom: 140px;
}

.product-section a {
    text-decoration: none;
}

.product-section img {
    width: 100%;
    height: 250px;
    background-color: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
}

.product-section h6 {
    position: absolute;
    top: 5px;
    left: 20px;
    background-color: #0055d4;
    padding: 5px 8px 3px 8px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    border-radius: 5px;
}

.product-section .merchan-content {
    margin-bottom: 30px;
}

/*****************PRODUCT DETAIL PAGE START HERE*****************/

.product-detail-section {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #11377e;
}

.product-detail-section .qty-container {
    align-items: flex-end;
    justify-content: left;
    margin-bottom: 10px;
}

.product-section h4 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #0055d4;
    text-align: center;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}
.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}
.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.card {
    margin-top: 50px;
    background: #eee;
    padding: 3em;
    line-height: 1.5em;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title,
.price,
.sizes,
.colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

.checked,
.price span {
    color: #ff9f1a;
}

.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}
.size:first-of-type {
    margin-left: 40px;
}
.sizes .size {
    padding: 3px 10px;
    text-align: center;
    border:1px solid #d4d4d4;
}
.sizes .active {
    background-color: white;
}
.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}
.color:first-of-type {
    margin-left: 20px;
}

.add-to-cart,
.like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.add-to-cart:hover,
.like:hover {
    background: #b36800;
    color: #fff;
}

.not-available {
    text-align: center;
    line-height: 2em;
}
.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}
.available {
    text-align: center;
    line-height: 2em;
}
.available:before {
    font-family: fontawesome;
    content: "\f00c";
    color: #d4d4d4;
}

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*****************CART PAGE START HERE*****************/

.cart-section {
    padding-top: 60px;
    padding-bottom: 140px;
}

.cart-section .table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    font-size: 18px;
    color: #000;
}

.cart-section .table {
    border-bottom: 1px solid #000;
}

.table td,
.table th {
    color: #000;
}

.cart-section img {
    width: 100px;
    height: 60px;
}

.cart-section table span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

a.btn.btn-proceed {
    border: 1px solid #0055d4;
    background-color: #0055d4;
    float: right;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

a.btn.btn-proceed:hover {
    border: 1px solid #0055d4;
    background-color: #0055d4;
    color: #fff;
}

/***************BLOG PAGE START HERE**************/

.blogsection {
    padding-top: 60px;
    padding-bottom: 140px;
}

.blogsection img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.blogsection .blog-content {
    margin-bottom: 30px;
}

/***************BLOG DETAIL PAGE START HERE**************/

.blog-details-section {
    padding-top: 60px;
    padding-bottom: 140px;
}

.blog-details-section img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.blog-details-section ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.blog-details-section ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
}

.blog-details-section ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}

.blog-details-section h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #0055d4;
    margin-bottom: 15px;
}

.blog-details-section p {
    color: #000;
}

/***************LOGIN PAGE START HERE**************/

.login-section {
    padding-top: 60px;
    padding-bottom: 140px;
}

.login-section form {
    background-color: #0a1e5e;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.login-section form h1 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.login-section .input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.login-section .icon {
    padding: 15px;
    background: #0055d4;
    color: #fff;
    min-width: 50px;
    text-align: center;
}

.login-section .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
}

.login-section button.submit {
    border: 1px solid #001232;
    background-color: #001232;
    padding: 14px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.login-section button.submit:hover {
    border: 1px solid #0055d4;
    background-color: #0055d4;
    color: #fff;
}

.login-section p,
.login-section p a,
.login-section label {
    color: #fff;
    margin-bottom: 15px;
}

.login-section h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    text-decoration: underline;
}

.signup-icons ul {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    text-align: center;
}

.signup-icons ul li {
    list-style-type: none;
    display: inline-block;
}

.signup-icons ul li a i {
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    font-size: 15px;
    color: #000;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}

.signup-icons ul li a i.fa-facebook-f {
    background-color: #3b5998;
    color: #fff;
}

.signup-icons ul li a i.fa-facebook-f:hover {
    background-color: #294379;
}

.signup-icons ul li a i.fa-twitter {
    background-color: #00acee;
    color: #fff;
}

.signup-icons ul li a i.fa-twitter:hover {
    background-color: #0991c5;
}

.signup-icons ul li a i.fa-linkedin-in {
    background-color: #0e76a8;
    color: #fff;
}

.signup-icons ul li a i.fa-linkedin-in:hover {
    background-color: #0c5477;
}

.signup-icons ul li a i.fa-youtube {
    background-color: #c4302b;
    color: #fff;
}

.signup-icons ul li a i.fa-youtube:hover {
    background-color: #8e1814;
}

/********************CONTACT US PAGE START HERE****************/

.contact-body {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact-body h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #0055d4;
    margin-bottom: 20px;
}

.contact-body input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: transparent;
}

.contact-body textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    padding-left: 10px;
}

.contact-body button.btn.btn-primary {
    border: 2px solid #0055d4;
    background-color: #0055d4;
    padding: 10px 30px;
    border-radius: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

.contact-body a.btn.btn-primary:hover {
    border: 2px solid #0055d4;
    background-color: #0055d4;
    color: #fff;
}

.contact-right i {
    background-color: #0055d4;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    line-height: 40px;
    text-align: center;
}
.contact-right h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.contact-right p {
    color: #000;
}

.mobile-cart {
    position: absolute;
    top: 10px;
    right: 100px;
    display: none;
}
.mobile-logout{
    position: absolute;
    top: 17px;
    display: block !important;
    right: 80px;

}

.mobile-cart a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 30px;
}

.mobile-cart a i {
    font-size: 12px;
}

.mobile-cart a span {
    background-color: #02286f;
    padding: 5px;
    font-size: 10px;
    position: absolute;
    top: 5px;
    line-height: 10px;
    border-radius: 50%;
    color: #fff;
}

/****************CHECK OUT PAGE START HERE******************/

.checkout-section {
    padding-top: 60px;
    padding-bottom: 140px;
}

.checkout-box {
    box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 10px;
}

.checkout-box h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.checkout-box label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
}

.checkout-box input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
}

.checkout-box select {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
}

.checkout-box textarea {
    width: 100%;
    height: 140px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
}

.paybox {
    box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.paybox h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.paybox ul {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.paybox ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px;
}

.paybox h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.paybox h6 span {
    float: right;
}

.paybox h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.paybox h5 span {
    float: right;
}

.paybox .input-group {
    margin-bottom: 20px;
}

.paybox input {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 6px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}

.paybox input#gift-checkbox-YuniqueKollection-input {
    border: 2px solid #000 !important;
    height: 27px;
    width: 27px;
    margin-right: 10px;
}

.paybox p img {
    margin-right: 10px;
}

button.btn.btn-proceed {
    border: 1px solid #0055d4;
    background-color: #0055d4;
    width: 100%;
    border-radius: 30px;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

button.btn.btn-proceed1 {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

button.btn.btn-proceed1 img {
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
    display: block;
}

.paybox p {
    font-size: 12px;
    line-height: 16px;
    color: #777;
    margin-bottom: 0px;
    text-align: center;
}

/******************MEDIA QUERY****************/

@media (max-width: 1540px) {
    .logos img {
        width: 100px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 28px;
    }
    .journey-section h3,
    .welcome-section h1,
    .text-box h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 1150px) {
    .count-area-content .count-digit,
    .journey-section h3,
    .welcome-section h1,
    .text-box h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .slider img {
        height: 700px;
    }
    .count-area-content .count-title {
        font-size: 14px;
    }
    .merch-section {
        padding: 200px 0;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
    .slider img {
        height: 600px;
    }
    .partner-section .column img,
    .journey-section .column img {
        height: 200px;
    }
    .count-area-content {
        padding: 30px;
    }
    .video-section .column img,
    .merchandise-section img {
        height: 180px;
    }
    .column {
        margin-bottom: 30px;
    }
    .banner-slider {
        height: 750px;
    }

    .banner-slider .overlay {
        height: 750px;
    }
}

@media (max-width: 991px) {
    .video-section .column img,
    .partner-section .column img,
    .journey-section .column img {
        height: 350px;
    }
    .sponser-section .owl-dots,
    .sponser-section .owl-nav {
        display: none;
    }
    .teamsection img {
        height: 400px;
    }
    .mobile-cart {
        display: block;
    }

    .banner-slider {
        height: 650px;
    }

    .banner-slider .overlay {
        height: 650px;
    }
    .banner-slider h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .banner-slider h2 {
        font-size: 30px;
        line-height: 25px;
    }
}

@media (max-width: 834px) {
    .merch-section h4,
    .merchandise-section h4,
    .partner-section h4,
    .video-section h4,
    .sponser-section h4,
    .footer-subscribe h6,
    .count-area-content .count-digit,
    .journey-section h3,
    .welcome-section h1,
    .text-box h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .welcome-section img {
        height: auto;
    }
    .footer-middle ul li {
        padding-right: 15px;
    }
    .footer-middle ul li a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .teamsection img {
        height: 300px;
    }

    .banner-slider {
        height: 550px;
    }

    .banner-slider .overlay {
        height: 550px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .welcome-section img {
        margin-bottom: 15px;
    }
    .video-section .column img,
    .partner-section .column img,
    .journey-section .column img {
        height: auto;
    }
    .count-area-content {
        margin-bottom: 30px;
    }
    .merch-section {
        text-align: right;
        padding: 150px 0;
    }
    .merchandise-section h4 {
        padding-top: 0px;
    }
    .merchandise-section button.owl-prev {
        left: 0px;
    }
    .merchandise-section button.owl-next {
        right: 0px;
    }
    .footer-right ul,
    .top-footer {
        text-align: center;
    }
    .slider img {
        height: 500px;
    }
    .about-section img {
        height: auto;
    }
    .page-banner {
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .contact-body a.btn.btn-primary {
        margin-bottom: 30px;
    }
    .result-box h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .card {
        margin-top: 0px;
        padding: 15px;
    }
    .rooster-section .column img,
    .product-section img {
        height: auto;
    }
    .teamsection img {
        height: auto;
    }

    .banner-slider h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .banner-slider h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .checkout-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .slider img {
        height: 350px;
    }
    .checkout-box h2,
    .product-section h4,
    .login-section form h1,
    .contact-body h3,
    .blog-details-section h2,
    .page-banner h1,
    .merch-section h4,
    .merchandise-section h4,
    .partner-section h4,
    .video-section h4,
    .sponser-section h4,
    .footer-subscribe h6,
    .count-area-content .count-digit,
    .journey-section h3,
    .welcome-section h1,
    .text-box h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .merch-section {
        padding: 100px 0;
    }
    .product-detail-section,
    .contact-body,
    .video-section .overlay,
    .partner-section,
    .merchandise-section,
    .count-area,
    .journey-section,
    .welcome-section {
        padding: 30px 0;
    }
    .sponser-section {
        padding-top: 30px;
        padding-bottom: 140px;
    }
    .footer-subscribe {
        margin-bottom: -80px;
    }
    .login-section {
        padding-top: 30px;
        padding-bottom: 130px;
    }
    .team-detail-section,
    .teamsection,
    .rooster-section,
    .product-section,
    .product-section,
    .game-section .game-detail-section,
    .cart-section,
    .blogsection,
    .blog-details-section,
    .about-section {
        padding-top: 30px;
        padding-bottom: 110px;
    }
    .blog-content h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .cart-section table span,
    .cart-section .table thead th {
        font-size: 14px;
    }
    .result-box,
    .contact-body a.btn.btn-primary {
        margin-bottom: 15px;
    }
    .product-title {
        font-size: 20px;
    }
    .team-detail-section img {
        width: 100%;
        height: auto;
    }
    .banner-slider {
        height: 350px;
    }

    .banner-slider .overlay {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .text-box p {
        font-size: 16px;
        line-height: 24px;
    }
    .game-section .nav-tabs .nav-link,
    .game-section .nav-tabs .nav-item.show .nav-link,
    .game-section .nav-tabs .nav-link.active {
        font-size: 12px;
        line-height: 18px;
        padding: 5px;
    }
    .result-box .row {
        padding: 20px;
    }
    .result-box h3 {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .banner-slider {
        height: 300px;
    }

    .banner-slider .overlay {
        height: 300px;
    }
}
