@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue-Regular.woff2') format('woff2'),
        url('BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

body {
    font-family: 'Poppins' !important;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
    display: none;
}

.mobile-menu .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #005879;
    margin: 0 auto;
    font-size: 16px;
    position: fixed;
    right: 40px;
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.mobile-menu .mobile-cross {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background: #005879;
    margin: 0 auto;
    font-size: 16px;
    position: fixed;
    right: 0px;
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.mobile-menu .nveMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transform: translateX(-320px);
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    padding: 40px 20px;
}

.mobile-menu .nveMenu.is-opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/*.mobile-menu .nveMenu h1 {
   color: #000;
   font-weight: 700;
   }*/
.mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
}

.mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
}

.mobile-menu .navlinks li a:hover {
    text-decoration: none;
}

/*RESPONSIVE NAVIGATION*/

h3,
h4,
p,
a {
    font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Urbanist", sans-serif;
}

h5 {
    font-family: "Open Sans", sans-serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.urbanist {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

/* worrior-website-start */
.nav-menu ul {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.nav-menu ul li a {
    color: RGBA(0, 0, 0, 0.64);
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 8px;
    position: relative;
}

.header-logo {
    text-align: center;
}

.header-button {
    display: flex;
    gap: 6px;
}

.header-logo img {
    width: 75%;
}

header.desktop-header {
    padding: 20px 0;
}

.header-button-1 a {
    background-color: #02295B;
    color: #fff;
    padding: 12px 23px;
    border-radius: 30px;
}

.header-button-2 a {
    background-color: RGB(214, 17, 30);
    color: #fff;
    padding: 12px 23px;
    border-radius: 30px;
}

.header-button-2 span {
    margin-left: 15px;
    font-size: 17px;
}

.nav-menu ul li a:hover::after {
    width: 100%;

}

.nav-menu ul li a::after {
    content: '';
    position: absolute;
    background-color: #d6111e;
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
}

.hero-sec {
    background-image: url(../images/banner.2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 515px;
    padding: 50px 0;
    position: relative;
}

section.hero-sec::before {
    content: "";
    background-color: #00000054;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 515px;
    z-index: -1;
}

.hero-button {
    text-align: center;
}

.hero-tittle h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 300;
    text-align: center;
}

.hero-button a {
    background-color: RGB(214, 17, 30);
    color: #fff;
    padding: 15px 35px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 40px;
}

.hero-button {
    text-align: center;
    padding-top: 230px;
}

span.hero-head {
    font-weight: 600;
}

.about-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

section.about-sec {
    padding: 60px 0;
}

.about-button a {
    background-color: RGB(214, 17, 30);
    color: #fff;
    padding: 15px 35px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 40px;
}

.about-tittle h1 {
    font-size: 55px;
    font-weight: 200;
    padding-bottom: 15px;
    color: RGB(2, 41, 91);
}

span.about-head {
    color: RGB(238, 26, 40);
    font-weight: 700;
}

.about-tittle p {
    font-size: 17px;
    color: RGB(94, 94, 94);
    line-height: 27px;
}

.about-button {
    margin-top: 45px;
}

.about-tittle h2 {
    font-size: 90px;
    -webkit-text-stroke: 1px solid #ffffff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #787878;
    -webkit-text-stroke: 1px rgb(0 0 0 / 13%);
    font-weight: 700;
}

section.donate-sec {
    background-image: url(../images/bg.image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.donate-tittle h2 {
    font-size: 90px;
    -webkit-text-stroke: 1px solid #ffffff;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #787878;
    -webkit-text-stroke: 1px rgb(255 255 255 / 31%);
    font-weight: 700;
}

.donate-tittle h1 {
    color: #fff;
    font-weight: 200;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 55px;
}

span.donate-head {
    color: #d6111e;
    font-size: 55px;
    font-weight: 700;
}

.donate-image {
    background-image: url(../images/slide-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    display: flex;
    align-items: end;
    padding: 35px;
}

.progress-bg {
    background-color: white;
    padding: 14px 20px;
    border-radius: 10px;
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 400px;
    width: 100%;
}

.progress-box {
    padding: 20px 20px;
    margin-bottom: 12px;
}

.progress-box .progress-heading {
    justify-content: space-between;
    margin-bottom: 12px;
}

.progress-box .progress-heading .title {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.progress-box .progress-heading .pg-number {
    font-size: 15px;
    font-weight: 500;
}

.progress-box .pg-line {
    width: 100%;
    height: 6px;
    border-radius: 8px;
    background: #f2f2fc;
}

.progress-box .pg-line .increase-line {
    border-radius: 8px;
    background: rgba(4, 41, 121, 0.795);
}

.increase_line {
    width: 50%;
    background-color: #0a1448;
}

p.tittle {
    color: RGB(68, 68, 68);
    font-size: 17px;
    font-weight: 800;
}

p.pg_number {
    color: RGB(68, 68, 68);
    font-size: 15px;
    font-weight: 800;
}

.progress_heading.main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
}

.progrees-button {
    text-align: center;
    margin-top: 30px;
}

.progrees-button a {
    background-color: #d6111e;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
}

button.owl-dot {
    width: 10px;
    height: 10px;
    position: relative;
}

button.owl-dot span {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: aliceblue;
    border-radius: 50px;
}

button.owl-dot.active span {
    background-color: blue;
}

section.testimonial-sec {
    padding: 70px 0;
}

.testi-heading {
    text-align: center;
}

.testi-heading h2 {
    font-size: 76px;
    -webkit-text-stroke: 1px solid #ffffff;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #787878;
    -webkit-text-stroke: 1px rgb(0 0 0 / 31%);
    font-weight: 700;
}

.testi-heading h1 {
    color: RGB(2, 41, 91);
    font-size: 55px;
    font-weight: 200;
}

.hero-button a:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
    transform: translate(0, -5px);
    background-color: #d6111ed4;
}

.testimonial-slide .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 0px;
    height: 178px;
    object-fit: cover;
}

.testimonial-box {
    background-color: #d6111e;
    padding: 17px;
    height: 178px;
    border-radius: 0px 15px 15px 0px;
}

.testimonial-box h3 {
    color: #ffff;
    font-size: 30px;
    font-weight: 800;
}

.testimonial-box h4 {
    color: #ffff;
    font-size: 22px;
}

.testi-buttton a {
    background-color: #fff;
    font-size: 12px;
    color: #000;
    padding: 15px 25px;
    border-radius: 30px;
}

.testi-buttton {
    margin-top: 25px;
}

.testi-buttton a:hover {
    background-color: #02295B;
    transition: 0.5s;
    color: #fff;
}

section.member-ship-sec {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.member-ship-heading h2 {
    font-size: 60px;
    -webkit-text-stroke: 1px solid #ffffff;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #787878;
    -webkit-text-stroke: 1px rgb(255 255 255 / 31%);
    font-weight: 700;
}

.member-ship-heading h1 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 400;
    padding-bottom: 20px;
}

.member-ship-heading p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.member-ship-button a {
    background-color: #d6111e;
    color: #ffff;
    padding: 15px 30px;
    border-radius: 35px;
}

.member-ship-button {
    margin-top: 35px;
}

.member-ship-heading {
    padding-right: 96px;
    padding-left: 15px;
}

.member-ship-image img {
    width: 80%;
}

/* worrior-website-end */


/* fan-store-page-start */

section.fan-store-sec {
    background-color: #d6111e;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.fan-store-heading h1 {
    font-size: 56px;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 400;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 85%);
}

section.fan-product-pages {
    padding: 80px 0;
    background-color: #F6F6F6;
}

.product-box-2 {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.product-btn a {
    color: #ffff;
    font-size: 14px;
}

.product-btn {
    position: absolute;
    bottom: -44px;
    transition: 1s;
    left: 0;
    width: 99%;
    background: red;
    text-align: center;
    padding: 10px 0;

}

.product-box-2:hover .product-btn {
    bottom: 0px;
}

.product-box-2 img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    position: relative;
}

.product-box-2 a:first-child {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.product-box-2 a:first-child:hover {
    transform: scale(1.05);
}

.product-head h5 {
    color: #444444;
    font-size: 16px;
    padding-top: 20px;
    font-weight: 400;
    padding-bottom: 5px;
}

.product-head p {
    color: #d6111e;
    font-size: 16px;
    font-weight: 700;
}

.product-box:hover {
    display: block;
}

.single-product-img img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

section.single-product-sec {
    padding: 80px 0;
}

.single-product-head h5 {
    color: #444444;
    font-size: 48px;
    padding-bottom: 15px;
    font-weight: 600;
}

.product-price p {
    color: #676767;
    font-size: 27px;
    font-weight: 400;
    padding-bottom: 50px;
}

.product-price h5 {
    font-size: 13px;
    padding-bottom: 15px;
}

select#product {
    font-size: 12px;
    font-weight: 400;
    border: none;
}

.cart-button a {
    background-color: #D6111E;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 35px;
    border-radius: 5px;
    font-weight: 300;
}

.cart-button {
    margin-top: 35px;
}

.cart-container {
    background: #fff;
    max-width: 920px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.cart-container h2 {
    text-align: center;
    color: #333;
}

.cart-container table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.cart-container th,
td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.cart-container th {
    background-color: #f0f0f0;
}

.cart-container img {
    width: 60px;
    border-radius: 8px;
}

.cart-container .btn {
    background-color: #D6111E;
    color: #fff;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 6px;
}

.btn:hover {
    /* background-color: #000;
      transition: 0.4s; */
}

.total {
    text-align: right;
    font-size: 18px;
    margin-top: 20px;
}

.checkout-btn {
    display: block;
    /* margin: 20px auto 0; */
    padding: 12px 30px;
    background: #d6111e;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.checkout-btn:hover {
    background-color: #000;
    transition: 0.4s;
}

.cart-shop-page {
    padding: 60px 0;
}

.quantity {
    display: flex;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none;
    margin-top: 20px;
}

.quantity button {
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: background-color 0.2s;
    border-radius: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.quantity button:hover {
    background-color: #d6111e;
    color: #fff;
    transition: 0.4s;
}

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

.check-out-page .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}

.col-25 {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
}

.col-50 {
    -ms-flex: 50%;
    /* IE10 */
    flex: 50%;
}

.col-75 {
    -ms-flex: 75%;
    /* IE10 */
    flex: 75%;
}

.col-25,
.col-50,
.col-75 {
    padding: 0 16px;
}

.check-out-page .container {
    background-color: #f2f2f2;
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}

.check-out-page input {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.check-out-page label {
    margin-bottom: 10px;
    display: block;
}

.icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
}

.check-out-page .btn {
    background-color: #d6111e;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

.check-out-page .btn:hover {
    background-color: #000;
}

.check-out-page a {
    color: #2196F3;
}

.check-out-page hr {
    border: 1px solid lightgrey;
}

.check-out-page span.price {
    float: right;
    color: grey;
}

.check-out-page {
    padding: 60px 0;
}

section.sponsor-sec {
    background-image: url(../images/spoansor.bg.jpeg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.sponsor-head h1 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    padding-bottom: 18px;
}

.sponsor-head h4 {
    color: #d6111e;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    text-shadow: 3px 0px #ffffff21;
    text-decoration: underline;
}

.hat-image img {
    width: 30%;
    padding-bottom: 15px;
}

.hat-image h1 {
    color: #02295b;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.hat-image {
    text-align: center;
}

.hat-image-1 img {
    width: 58%;
    padding-bottom: 15px;
}

.hat-image-1 h1 {
    color: #02295b;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.hat-image-1 {
    text-align: center;
}

.hat-button-1 a {
    background-color: #d6111e;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 15px;
}

.hat-button-1 {
    margin-top: 15px;
}

section.Hat-Trick-sec {
    padding: 60px 0;
    margin: 0 22px;
}

.hat-trick-box {
    box-shadow: 0 3px 10px rgb(43 40 40 / 20%);
    padding: 5px 10px;
    border-radius: 20px;
    border-bottom: 2px solid #d6111e;
    transition: all 0.5s;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hat-trick-box:hover {
    border-bottom: 3px solid #000;
    transition: all 0.5s;
    transform: scale(1.1);
}

.hat-button a {
    background-color: #d6111e;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 15px;
}

.hat-button {
    margin-top: 15px;
}

.power-play-sec {
    background-image: url(../images/spoansor.bg.jpeg);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.power-play-head h1 {
    color: #d6111e;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    text-shadow: 3px 0px #ffffff21;
    text-decoration: underline;
}

section.power-play-info-sec {
    padding: 50px 0;
    margin: 0px 15px;
}

.hat-image-2 img {
    width: 100%;
    padding-bottom: 15px;
}

.hat-image-2 h1 {
    color: #02295b;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.hat-image-2 {
    text-align: center;
}

.hat-button-2 a {
    background-color: #d6111e;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 15px;
}

.hat-button-2 {
    margin-top: 15px;
}

.hat-image-3 img {
    width: 100%;
    padding-bottom: 15px;
}

.hat-image-3 h1 {
    color: #02295b;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.hat-image-3 {
    text-align: center;
}

.hat-button-3 a {
    background-color: #d6111e;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 15px;
}

.hat-button-3 {
    margin-top: 15px;
}

.hat-image-5 img {
    width: 53%;
    padding-bottom: 15px;
}

.hat-image-5 h1 {
    color: #02295b;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.hat-image-5 {
    text-align: center;
}

.hat-button-5 a {
    background-color: #d6111e;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 15px;
}

.hat-button-5 {
    margin-top: 15px;
}

.event-sec {
    padding: 50px 0;
}

.event-image img {
    width: 100%;
    height: 430px;
    object-fit: fill;
    border-radius: 20px 0 0 20px;
}

.event-head h1 {
    color: #d6111e;
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 10px;
}

.event-head p {
    color: #5E5E5E;
    font-size: 16px;
    padding-top: 17px;
}

.event-head h2 {
    color: #000000;
    font-size: 19px;
    font-weight: 300;
    padding-top: 35px;
}

.event-head h3 {
    color: #000000;
    font-size: 19px;
    font-weight: 300;
    padding-top: 12px;
}

.event-button a {
    background-color: #d6111e;
    color: #fff;
    padding: 14px 50px;
    border-radius: 30px;
}

.event-button {
    margin-top: 40px;
}

.evnet-box-1 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 35px;
    border-radius: 0px 20px 20px 0px;
}

.event-button a:hover {
    background-color: #000;
    transition: 0.5s;
}

section.team-sec {
    padding: 50px 0;
}

.team-image img {
    width: 100%;
}

.store-image img {
    width: 100%;
    padding-bottom: 15px;
}

section.store-sec {
    padding: 60px 0;
}

span.store-test {
    color: #D6111E;
    font-size: 50px;
    font-weight: 600;
}

.store-head h1 {
    text-align: center;
    font-size: 35px;
}

.store-button {
    text-align: center;
    margin-top: 20px;
}

.store-button a {
    background-color: #d6111e;
    color: #fff;
    padding: 12px 45px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
}

.store-box {
    box-shadow: 0 3px 10px rgb(214 17 30 / 22%);
    border-radius: 20px;
    padding: 30px 25px;
}

section.contact-sec {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 50px 50px;
}

.contact-head-1 h1 {
    font-size: 67px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 70px;
    padding-bottom: 30px;
}

span.contact-info {
    color: #d6111e;
    font-weight: 800;
}

.contact-head-1 p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.contact-head h1 {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 12px;
    color: #000;
}

.contact-head p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
    color: #565656;
}

.contact-head input,
textarea {
    width: 100%;
    padding: 10px 10px;
    margin-bottom: 15px;
    border: 3px solid #EAEAEA;
    background-color: #ffffff00;
    border-radius: 6px;
}

.check-box h6 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 18px;
}

.check-box input {
    width: auto;
}

.check-box label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-left: 4px;
}

.form-btn a {
    width: 100%;
    background-color: #d6111e;
    color: #ffff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-btn a:hover {
    background-color: #000;
    transition: 0.5s;
}


.form-btn button {
    width: 100%;
    background-color: #d6111e;
    color: #ffff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-btn button:hover {
    background-color: #000;
    transition: 0.5s;
}

.form-btn {
    margin-top: 13px;
}

.contact-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 13px;
}

section.sign-up-sec {
    padding: 60px 0;
}

.sign-up-head {
    text-align: center;
}

.sign-up-head h1 {
    color: #02295B;
    font-size: 75px;
    font-weight: 300;
    padding-bottom: 10px;
}

.sign-up-head p {
    font-size: 20px;
    font-weight: 300;
}

.sign-up-form label,
input {
    width: 100%;
    padding: 14px;
    border-radius: 5px;
}

.form-btn-1 a {
    width: 100%;
    background-color: #d6111e;
    color: #ffff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-btn-1 a:hover {
    background-color: #000;
    transition: 0.5s;
}

.form-btn-1 {
    margin-top: 25px;
}

.sign-up-form label {
    font-size: 18px;
}

.sign-up-form input {
    border: 1px solid;
}

.sign-up-form form {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.account-head {
    text-align: center;
    margin-top: 20px;
}

.account-head h6 {
    font-size: 17px;
}

.account-head a {
    font-size: 20px;
    font-weight: 500;
    color: #d6111e;
}

.account-head a:hover {
    color: #02295B;
    transition: 0.5s;
}

.checkbox-1 input {
    width: auto;

}

.checkbox-1 label {
    width: auto;
}

.checkbox-1 {

    display: flex;
    align-items: center;
}

section.web-builder-sec {
    background-image: url(../images/web-builder-bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 120px 0;
}

.web-builder-heading {
    text-align: center;
}

.web-builder-heading h1 {
    color: #ffff;
    font-size: 50px;
    font-weight: 400;
    padding-bottom: 10px;
}

.web-builder-heading p {
    color: #fff;
    font-size: 20px;
    width: 80%;
    margin: auto;
}

section.web-design-sec {
    padding: 10px 0 10px 0;
}

.web-design-head h2 {
    font-size: 135px;
    -webkit-text-stroke: 1px solid #ffffff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #787878;
    -webkit-text-stroke: 1px rgb(0 0 0 / 13%);
    font-weight: 700;
    text-align: center;
}

.web-design-head h1 {
    color: #02295B;
    text-align: center;
    font-size: 60px;
    padding-bottom: 10px;
    margin-top: -10px;
}

.web-design-head p {
    text-align: center;
    font-size: 18px;
}

.web-design-logo {
    border-radius: 28px;
    background: #FFF;
    padding: 40px;
    box-shadow: 0 2px 9.6px 0 rgba(80, 80, 80, 0.25);
    border: 1px solid #ffffff;
}

.web-design-logo-1 {
    border-radius: 28px;
    background: #FFF;
    padding: 40px;
    box-shadow: 0 2px 9.6px 0 rgba(80, 80, 80, 0.25);
    border: 1px solid #ffffff;
}

.web-design-logo img {
    width: 80%;
}

.web-design-logo-1 img {
    width: 63%;
}

.web-design-logo-1:hover {
    box-shadow: 0 2px 9.6px 0 rgba(80, 80, 80, 0.25);
    transition: all 0.3s linear;
    border: 1px solid #d6111e;
}

.web-design-logo:hover {
    box-shadow: 0 2px 9.6px 0 rgba(80, 80, 80, 0.25);
    transition: all 0.3s linear;
    border: 1px solid #d6111e;
}

.para-head p {
    width: 92%;
    font-size: 17px;
    color: #5E5E5E;
}

.para-button {
    text-align: end;
}

.para-button a {
    background-color: #D6111E;
    color: #fff;
    padding: 15px 26px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
}

.para-button a:hover {
    background-color: #000;
    transition: 0.5s;
}

section.para-sec {
    margin: 0 55px;
}

section.portfolio-sec {
    padding: 50px 0;
}

.portfolio-head h2 {
    font-size: 150px;
    -webkit-text-stroke: 1px solid #ffffff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #787878;
    -webkit-text-stroke: 1px rgb(0 0 0 / 13%);
    font-weight: 700;
    text-align: center;
}

.portfolio-image img {
    width: 100%;
    transform: scale(0.9);
    transition: all 0.4s linear;
}

section.portfolio-sec {
    padding: 50px 0;
    margin: 0 50px;
}

.portfolio-image img:hover {
    transform: scale(1.1);
    transition: all 0.4s linear;
}

section.web-form {
    padding-bottom: 50px;
}

.web-form-head h1 {
    font-size: 65px;
    text-align: center;
    color: #02295B;
}

.web-design-form-1 input,
textarea {
    width: 55%;
    margin: auto;
    border: 1px solid #cbcbcb;
    margin-top: 17px;
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
}

.web-design-form-1 {
    text-align: center;
}

.email-phone input {
    width: 27%;
}

.web-form-button a {
    background-color: #D6111E;
    color: #fff;
    padding: 15px 35px;
    border-radius: 6px;
}

.web-form-button {
    margin-top: 30px;
}

.web-form-button a:hover {
    background-color: #000;
    transition: 0.7s;
}

/* fan-store-page-end */



button.owl-dot span {
    display: none;
}

.product-box {
    padding-bottom: 40px;
}


/* Menu-drop-down */

.team-dropdown-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 99;
    padding: 8px 20px;
}

.team-dropdown-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #555;
    color: white;
    text-decoration: none;
}

.team-dropdown-menu a:last-child {
    border-bottom: none;
}

/* Hover trigger */
.team-dropdown:hover .team-dropdown-menu {
    display: block;
}


li.team-dropdown i {
    padding-left: 5px;
}

.checkout-btn a {
    color: #fff;
    font-size: 18px;
}

.check-out-page p a {
    color: black;
}

.woocommerce-message {
    background-color: #d6111e !important;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #fff;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.container .woocommerce-message a.button {
    padding: 0;
    line-height: inherit;
    height: 1.5em;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.form-select {
    width: 200px;
}

.form-btn-signup button {
    margin-top: 16px;
    width: 100%;
    background-color: #d6111e;
    color: #ffff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* Product Gallery Compact Styles */
.mySwiper2 {
    height: 400px;
    width: 100%;
}

.mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Changed to contain so full image is visible */
    background: #f7f7f7;
}

.mySwiper {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #d6111e;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*.product-box img {*/
/*    width: 99%;*/
/*     height:260px;*/
/*    position: relative;*/
/*}*/