*, ::after, ::before {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.trkfha {
    color: #223509; 
    font-size: 200px;
}

a {
    text-decoration: none !important;
}

.c-w {
    color:white;
}


/* Nav Section */
#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar {
    background-image: linear-gradient(to right, #060702 , /*#ede1e1 #752f2f */#a21013);
    padding: 0 !important; 
}

.navbar-brand img {
    padding-left: 20px;
}

.navbar-nav li {
    padding-left: 0 10px;
}

.navbar-nav li a {
    color: #fff;
    font-weight: 600;
    text-align: left;
    float: right;
}

.fa-bars {
    color: #fff;
    font-size: 30px !important;
}

.navbar-toggler {
    outline: none !important;
}

/* banner section */
#banner {
    background-image: linear-gradient(to right,/* #3f1717*/#a21013 , #050506);
    padding: 5% !important; 
}

.about {
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}

.play-btn {
    width: 45px;  
    margin: 20px;
}

#banner a {
    color: #fff;
    text-decoration: none;
}

/* services */

#services {
    padding: 10px 0;
    
}

.service-img {
    width: 300px;
    height: 300px;
    margin-top: 20px;
}

.services {
    padding: 20px;
}

.services h4 {
    padding: 5px;
    margin-top: 25px;
    text-decoration: uppercase;
}

/* Form registration */
/* Style the form element with a border around it */
form {
border: 4px solid #f1f1f1;
}

/* Add some padding and a grey background color to containers */
.container-f {
padding: 20px;
background-color: #f1f1f1;
}

/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
width: 100%;
padding: 12px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}

/* Add margins to the checkbox */
input[type=checkbox] {
margin-top: 16px;
}

/* Style the submit button */
input[type=submit] {
    background-color: #04AA6D;
    color: white;
    border: none;
}

input[type=submit]:hover {
    opacity: 0.8;
}


.title::before {
    content: '';
    background-color: #000;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}

.title::after {
    content: '';
    background-color: #000;
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
}

/* scrolbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #960808;
    border-radius: 50%;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #223509;
}

/* service button */
#services .btn-primary {
    box-shadow: none;
    padding: 8px 25px; 
    border-radius: 20px;
    border-color: #000;
    background-image: linear-gradient(to right, #c15757, rgba(212, 48, 11, 0.867) );
}

/* about-us */
#about-us {
    background: #e9d3d3;
    padding-bottom: 50px;
    padding-top: 50px;
}

.trkfha-bg-color {
    background-color: #bee091 !important;
    color: #000 !important;
}

.about-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 8%;
}

#about-us ul li {
    margin: 10px 0;
    
}

#about-us ul {
    margin-right: 20px;
}

/* Shop section */
#shop {
    margin: 100px 0;
}

.shop {
    width: 300px;
}

.shop img {
    height: 300px;
    width: 300px;
    border-radius: 3%;
    
}

/* social media section */
#social-media {
    background: #000;
    padding: 20px 0;

} 

#social-media p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.social-icons a {
    transition: 0.5s;
}

.social-icons a:hover  {
    transform: translateY(-10px);
}

.bi-discord {
    font-size: 15px !important;
}

.bi {
    font-size: 25px;
}

.bi:hover {
    font-size: 30px;
}

.support-box  .btn-primary:hover, .footer-box .btn-primary:hover {
    background-image: linear-gradient(to right, #223509, #45b243);
}

.support-box  .btn-primary {
    box-shadow: none !important;
    border: none; 
    border-radius: 20%;
    margin-top: 0;
    background-image: linear-gradient(to right, #b93d3d, #2d0303);
}

/* news*/ 

.block--discover:not(:last-child) {
    margin-bottom: 0;
}

.block:not(:last-child) {
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .block--discover {
        padding-bottom: 3.75rem;
        padding-top: 3.75rem;
    }
}

.block--discover {
    padding: 2.5rem 0;
}

.block {
    overflow: hidden;
    position: relative;
}

@media (min-width: 576px) {
    .block--discover__title {
        font-size: 2.375rem;
        line-height: 1.1;
        margin-bottom: 1.875rem;
    }
}

.block--discover__title {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
}

.card.article-item {
    display: block;
    margin-bottom: 1.875rem;
}

.card {
    overflow: hidden;
}

.article-item {
    position: relative;
    width: 100%;
    height: inherit;
}

.card {
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0;
}

.card .card-body--padded {
    padding: 0.9375rem 1.25rem 1.875rem 1.25rem;
}

@media (min-width: 768px) {
    .card .card-body--abs {
        background: #fff;
        bottom: 1.25rem;
        left: 1.25rem;
        position: absolute;
        width: 50%;
    }
}

.article-item__date {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #0a2d50;
    display: block;
    margin-bottom: 0.3125rem;
}

small {
    font-size: 80%;
}

@media (max-width: 767.98px) {
    .block--discover .card-body--abs {
        background: #e6ebed;
    }
}

.article-item__title {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #0a2d50;
    margin: 0 0 0.3125rem 0;
}

.article-item__excerpt {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}
article li, article p {
    color: #464e52;
}

.article-item:before {
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0,.2);
}

*, ::after, ::before {
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .block--discover__news-title {
        border: 0;
        padding: 0;
        text-align: left;
    }
}

.news-c p a {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #0a2d50;
    text-decoration: underline !important;
}

.w-h-news {
    width: 360px !important;
    height: 200px !important;
}

.block--discover__news-link {
    font-size: 1.125rem;
}

.text-right {
    text-align: right!important;
}

.article-item--event .icon--calendar {
    left: 1.25rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 1;
}

.icon--calendar {
    align-items: center;
    background: #fff;
    border-top: 0.6rem solid #e22319;
    border-radius: 25%;
    box-shadow: 0 2px 16px rgba(0,0,0,.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4rem;
    min-width: 4rem;
    padding: 0.4rem;
    text-align: center;
}

/*footer*/
#footer {
    background-image: linear-gradient(to right, #393633, #000 );
    color: #fff;
}

.footer-img {
    width: 100%;
    height: 50px;
}

.footer-box img {
    width: 120px;
    margin-bottom: 20px;
}

/* icon background */
.footer-box .fa {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    font-size: 25px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #b93d3d, #2d0303);
}

.footer-box .form-control {
    box-shadow: none !important;
    border: none; 
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}
#newsletterForm {
    box-shadow: none !important;
    border: none; 
    border-radius: 0;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary {
    box-shadow: none !important;
    border: none; 
    border-radius: 0;
    margin-top: 0;
    background-image: linear-gradient(to right, #b93d3d, #2d0303);
}

hr {
    background-color: #fff;
}
.copyright {
    font-size: small;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}



