
@media (max-width: 600px) {
    .header-ads-slot{
        margin:auto;
    }
    .sbuttons {
    bottom: 15px;
    position: fixed;
    margin: 1em;
    left: 0;
    margin-bottom: 0px;
    background: #fff;
    width: auto;
    padding: 0px 5px;
    border-radius: 42px;
}

.sbutton:not(:last-child) {
    width: 35px;
    height: 35px;
    margin: 5px 5px;
    opacity: 1;
    float: right;
    /* position: relative; */
    /* left: 60px; */
}

.sbuttons a img {
    width: 60%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.back-to-top {
   
    bottom: 15px;
   
}

.color-text-a {
    text-decoration: none;
    color: var(--brown);
    font-size: 14px;
    padding-top: 15px;
    text-align: center !important;
    margin-bottom: 5px;
}


/*header page*/
.ads-lot .ads-image{
    display:none;
}
.ads-lot img.Mobile-banner {
    display: block !important;
}
section.video-section{
    display:block;
}
.ads-lot {
    padding-top: 5px;
    padding-bottom: 5px;
}
.ads-lot img{
    transform: unset;
}
.homepage-title h2 {
    text-align: left !important;
    font-size: 25px;
    padding-bottom: 0;
    margin-top: 16px;
}
.download-app-link{
    padding:0px;
    border:none;
    margin: 0 0 10px;
}
nav#my-navbar .container { 
    cursor: pointer;
    padding: 0 !important; 
    display: inline-block;
}
.boxer h4{
    font-size: 25px;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

header.main-header {
    background: #d3b797 !important;
    padding: 8px 0 0;
    position: unset !important;
}

nav#my-navbar button.navbar-toggler {
    border: none;
    padding: 0px 3px 0;
    margin: 0px;
}

ul#my-navi li a {
    color: #000 !important;
    padding: 20px 0px 5px;
    font-size: 16px;
    font-weight: 600;
}


ul#my-navi li a:hover {
    color: #fff !important;
}

a.navbar-brand img {
  
    width: 40px;
}

.offset-1 {
    margin-left: unset !important;
}

a.navbar-brand span {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 14px;
   
}

.hero-section-content h2 {
    font-size: 55px;
    font-style: italic;
    -webkit-text-stroke: 1px white !important;
    -moz-text-stroke: 1px white !important;
    color: #d3b7974a;
    text-align: center;
}

.hero-section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 5px 50px !important;
}

.hero-section-content p {
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset !important;
}


section.about-section {
    padding: 30px 0 0px 0;
    background: linear-gradient(to right, #ffffff, #ffffffd4), url(../img/building-oic.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.about-title h3 {
    font-size: 32px;
    font-weight: bolder;
    padding-bottom: 5px;
    padding-top:20px;
    font-style: italic;
    letter-spacing: 2px;
    text-align: left;
}

.about-title p {
    margin-bottom: 0px;
}

.download-app-link div img {
    width: 100px;
    margin-left: 5px;
}
.download-app-link div {
    display: grid;
    grid-template-columns: 49% 49%;
}
a.nav-link {
    background: transparent !important;
}
img.bottom-images {
    margin-top: 0px !important;
    /*display: none;*/
}
section.find-out-more{
    padding: 0px 0;
}
section.hero-section {
    padding: 0px 0;
    margin:10px 0px;
}

.about-title p br {
    display: none;
}

/*video {*/
/*    object-fit: cover;*/
/*    width: 100%;*/
/*    height: 80vh !important;*/
/*    padding-bottom: 0px;*/
/*    object-position: center;*/
/*}*/

section.join-our-team {
    padding: 40px 0px;
} 

.section-title h3 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 25px;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
}

.page-title h3{ 
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 25px;
    font-style: italic;
    letter-spacing: 2px;
    color:#000;
    text-align: center;}


.section-title {
    padding-bottom: 20px;
}

.about-title ul li a {
    font-family: "Anton", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

div#find-img img{
    height: 300px !important;
    object-fit: cover !important;
    object-position: center !important;
}


section.news-section {
    padding: 0px 0 25px;
}

.breadcrumb-title{
    font-size:30px;
}
.breadcrumb {
    background-position: bottom center;
    background-size: cover !important;
    background: linear-gradient(to bottom, #0000008c, transparent), url(../img/Breadcrumbimage.png);
    padding: 75px 0;
}


.single-post-container {
    display: unset !important;
}


.share-socialmedia {
    padding: 15px 0 30px;
    border-top: 1px solid #ddd;
    margin-top: -80px;
}

.sidebar-news {
    background: #dec5a2;
    padding: 15px;
    margin-top: -30px;
    z-index: 9;
    background: linear-gradient(to top, #fff, #dec5a2);
}

.recentpost-content label {
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    color: #000;
}


.fighter-event-container {
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 0;
}

a.fighter-card {
    position: relative;
    height: auto !important;
    overflow: hidden;
    margin-bottom: 20px;
}

.event-details {
   
        padding: 4px 0px;
    text-align: center;
    background: linear-gradient(to right,#0000002b, #000000, #0000003d);
}

.page-title h3{
    
    font-size: 32px;
    font-weight: bolder;
    padding-top:5px;
    font-style: italic;
    letter-spacing: 2px;
    text-align: left;
   color:#000;
    
}

footer {
    background: #1f1f1f;
    text-align: center;
    padding: 0px 0 70px;
}

div#fighter-boxx {
    grid-column-gap: 20px;
    margin-top: 0px;
    padding: 0 20px;
}


section.youtube-gallery {
    padding: 30px 0px;
}

.homepage-title {
    margin-top: 20px;
}


.event-fillter-container .search-event {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    margin-bottom: 40px;
}

.search-event .form-group {
    display: flex;
    
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.form-group input, .form-group select {
    height: 40px;
    border-radius: 40px;
    padding: 0px 20px;
    width: 90%;
    margin-top: 10px;
}

.border-div {
    width: 100%;
    padding: 2px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    margin: 10px 0;
}



section.event-page {
    padding: 20px 0;
}

.single-event-section {
    background: linear-gradient(to right, #33333378, #18121282), url(../../assets/img/events/bgimage.jpg);
    padding: 60px 0 30px 0;
}
.single-event-detail h2 {
    font-size: 60px;
    /* font-style: italic; */
    text-align: center;
}


ul.event-player img {
    object-fit: contain;
    object-position: center;
    height: 200px;
}


.player-fulldetails h1 {
    font-size: 22px;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    padding: 10px 0 0 0;
    color: #fff;
}
.plave h3, .bio h3{
        font-size: 30px;
}
.bio{
    padding-left: 15px;
}
.fighter-container-single-event ul.event-player {
    grid-template-columns: auto;
    display: grid;
    grid-column-gap: 2%;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}

.howtobet p {
    color: #ddd;
    text-align: center;
}

.player-profile {
    text-align: center;
}

.fighter-wraper {
    display: unset;
    
}


.fighterlist-container .image-container {
    height: 300px;
    overflow: hidden;
}

.boxer-hero .container {
    padding-top: 70px;
    display: unset ;
    margin: 0 auto;
    width: 100%;
}

.winner-trofie {
    display: flex;
    justify-content: space-around;
    align-items: center;
}



.fiter-name {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 20px;
    font-style: italic;
    letter-spacing: 2px;
    text-align-last: center !important;
    line-height: 1;
}

.fiter-weight {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    letter-spacing: 2px;
    color: #fff;
}

.boxxer-data .fiter-bio {
    text-align:center;
}

.boxxer-data .share-socialmedia {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}


.plave {
    padding-right: 0px;
}

section.boxer-intro .row {
    display: unset;
    margin: auto;
    width: 100%;
}

.outline p {
    font-size:60px;
    color: transparent;
    text-transform: lowercase;

}
.right {
    margin: 30px 0px;
}

.boxer-intro .stat {
    display: flex;
    flex-direction: column;
    margin-right: 4rem;
}
.boxer-intro .stats {
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxer-intro .percent-number {
    font-weight: 400;
    color: #000;
    font-size: 45px;
    font-family: 'Anton', sans-serif;
}
.boxer-intro .honours {
    margin: 2.5rem 0;
    text-align: center;
}
.honours ul {
    padding-bottom: 21px;
    padding-left: 30px;
    display: none;
}

.boxer-intro .links a {
    text-decoration: none;
    margin-right: 0.5rem;
    margin-top: 1rem;
}
.player-fulldetails ul li{
    font-size:18px;
    width:80px;
}
section.single-event-section {
    display: block;
    padding-top: 0px;
    padding-bottom: 0;
}

.news-single-page {
    display: unset !important;
}
.posttumbnail img {
    height: 148px;
    object-fit: cover;
}
.ads-banner img{
    width:100%;
}
.ads-banner{
    padding-top: 4px;
    margin-bottom: 10px;
}

.owl-carousel span {
    width: unset;
    height: unset;
    font-size: 24px;
    text-align: center;
    margin: 5px 10px;
    background: unset !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
    font-weight: 600;
    margin-top: 0px;
}

.owl-carousel .owl-nav {
    text-align: center;
}

section.featured-fighter {
    padding: 20px 0 10px;
}

.about-title {
    padding: 5px 0px;
}


.about-title ul {
    list-style: none;
    padding: 0px;
    margin: 10px 0 15px;
}

/*div#exampleModal {*/
/*    margin-top: 10px;*/
/*}*/

#exampleModal .modal-body {
    padding: 8px 8px 0px;
}

button#cut-btn {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #fff;
    color: #000;
    opacity: 1;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    border: 3px solid #000;
}


.boxxer-data .fiter-name {
    font-weight: 400;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #252525;
    line-height: 1;
}

.boxxer-data .fiter-weight {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
    padding-top: 0;
    margin-bottom: 5px;
}

section.form-section {
    padding: 10px 0px 30px;
   
}


div#formm-title h2 {
font-size: 32px;
    font-weight: bolder;
    padding-top: 5px;
    font-style: italic;
    letter-spacing: 2px;
    text-align: left;
    color:#000;
 
}

element.style {
    margin-top: 0px;
}

.queary-form {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #ddd;
}

.three-col {
    display: unset;
}

.two-col {
   display: unset;
}

.form-group label.form-label {
    margin-bottom: 0px;
}

.form-group-textarea {
    margin-top: 10px;
}

.form-group-textarea label.form-label {
    margin-bottom: 0px;
}

select option:checked {
  background-color: #000 !important;
  color: #fff !important;
}

.submite-div {
    margin-top: 14px;
    text-align: center;
}

}





