
@font-face {
    font-family: 'dinpro';
    src: url('../fonts/dinpro/din-regular-webfont.eot');
    src: url('../fonts/dinpro/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('din-regular-webfont.woff') format('woff'),*/
         url('../fonts/dinpro/din-regular-webfont.ttf') format('truetype'),
         url('../fonts/dinpro/din-regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'dinpro', Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

navbar {
    color: black;
}

.nav-link:hover {    
    font-weight: bold;
    color: #a8c62c;
}

.navbar .navbar-nav .nav-link.active:hover {
    color: #a8c62c;
}

.navbar .navbar-nav .nav-link.active{
    font-weight: bold;
    color: #a8c62c;
}

a:link {
    color: #a8c62c;
}



/* CAROUSEL STYLE AND DESIGN */

.bnr {
    margin-top: 2.5%;
}


.d-img {
    margin-top: 2.5%;
    width: 100%; /*Ensure the image takes up full width */
    height: auto; /*Maintain aspect ratio */
    max-height: 100vh;  /*Restrict height to viewport height */
    background-size: cover;  /*Ensure the image covers the entire container */
}



h4 {
    font-family: 'dinpro', Arial, Tahoma, Helvetica, sans-serif;
    font-size: 30px;
    color: #a5a5a5;
    font-weight: bold;

}

.container.product {
    margin-bottom: 1000px;
}

.container.tabcontainer {
  padding-left: revert-layer;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* PRODUCT-CONTENTS SPACING */

.container.product-contents {
  position: relative;
  top: -80px;
}

/* SECTION-SECTIONGAMEPLAY STYLE */

.section-gameplay {

    position: relative;
    z-index: 2;
    margin: 0;
}

main {
    margin-top: 0;
}

/* PRODUCT CARD STYLE */


/* PRODUCT BUTTON ADJUSTMENT */

.container button.nav-link {
    width: 100px;
    height: 100px;
    background-color: #eaeaea;
    margin: 2px;
}

.container button.nav-link:hover {
    background-color: #a8c62c;
}


product.nav-link:hover {
    background-color: #a8c62c;
}


.card-body {
    text-align: center;
    height: 26px;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    margin-top: .2rem;
    padding-top: .7rem;
    color: white;
    background-color: black;
}


/* TO HIDE AND STYLE HIDDEN ITEM */
.hidden-content {
    display: none;
    position: absolute;
    top: 40%;
    height: 28px;
    left: 0;
    right: 0;
    padding: 4px;
    background-color:#a8c62c;
    color: white;
    text-align: center;
  }
  
  /*TO CALL THE HIDDEN ITEM*/
.card:hover .hidden-content {
    display: block;

  }

  /* HOVER OF PRODUCTS */

.card:hover .card-img-top{
    opacity: 1; 
    transition: opacity 0.3s ease;
    background-color:#000;
    object-fit: cover;
    filter:brightness(1.3);
    -webkit-filter: brightness(20%);
	-moz-filter: brightness(20%);
	-o-filter: brightness(20%);
	-ms-filter: brightness(20%);
	filter: brightness(20%);
}

.card {
   margin-bottom: 5px;
   cursor: pointer;
}
.nav-pills .nav-link.active {
    background-color: #a8c62c;
}

.dropdown-menu {
     min-width: auto !important; /* Set your desired min-width */
}
.dropdown-menu {
    display: none;
    background: transparent; /* Set the background to transparent */
    box-shadow: none; /* Remove box shadow */
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    background: none;
    color: white;
    padding: 7px !important; 
}

.flag {
    height: 24px;
}
.dropdown-item:hover {
    background-color: #333333; /* Customize the background color on hover if needed */
}

.nav-link.dropdown-toggle::after {
    content: none;
}

a {
    text-decoration: none;
    color: white;
}


.card-body {
  height: 35px;
  align-content: center;
    justify-content: center;
    display: grid;
}

.card-body p {
  margin: 0;

}

.newtag {
    position:absolute;
    right: 5px;
    top: -2px;
    max-height: 28px;

}

.card-body.new {
    background-color: #d90000;
}

.flag {
    height: 24px;
}

@media screen and (min-width: 300px) {
  
 .newtag {
    max-height: 20px;
  }

  .card-body {
    margin: 1px;
  }
  .card-body p {
    font-size: 8px;
    justify-content: center; /* Adjust the font size for larger screens */
  }

 .container button.nav-link {
    width: 62px;
    height: 62px;
    background-color: #eaeaea;
    padding: 10px;
  }

  .container.nav-link img {
    width: 30px;
    height: 30px;
  }

    .hidden-content {
    display: none;
    position: absolute;
    top: 40%;
    height: 20px;
    left: 0;
    right: 0;
    padding: 4px;
    background-color:#a8c62c;
    color: white;
    text-align: center;
    font-size: 8px;
  }


  .card:hover .hidden-content.try{
    display: block;
    top: 20%;
  }
  .card:hover .hidden-content.view {
    display: block;
    top: 50%;
    background-color: #808080;
  }

  main {
    margin-top: 60px;
  }
  .pagination .page-link {
          font-size: 15px; /* Adjust the font size as needed */
          padding: 0.40em 0.65em; /* Adjust the padding as needed */
          
          
      }

      /* Adjust the font size for the previous and next arrows */
      .pagination .page-link span {
          font-size: 8x; /* Adjust the font size as needed */
          color: #a8c62c;
      }
}
.pagination {
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg:#a8c62c;
  --bs-pagination-active-border-color:#a8c62c;
  --bs-pagination-hover-color: #a8c62c;
}


@media screen and (min-width: 600px) {
  
 .newtag {
    max-height: 20px;
  }

  .card-body {
    margin: 1px;
  }
  .card-body p {
    font-size: 10px;
    justify-content: center; /* Adjust the font size for larger screens */
  }

 .container button.nav-link {
    width: 100px;
    height: 100px;
    background-color: #eaeaea;
    padding: 10px;
  }

  .container.nav-link img {
    width: 50px;
    height: 50px;
  }
  main {
    margin-top: 0;
  }

    .card-body {
    margin: 1px;
  }
  .card-body p {
    font-size: 11px;
    justify-content: center; /* Adjust the font size for larger screens */
  }

 .container button.nav-link {
    width: 100px;
    height: 100px;
    background-color: #eaeaea;
    padding: 10px;
  }

  .container.nav-link img {
    width: 50px;
    height: 50px;
  }

    .hidden-content {
    display: none;
    position: absolute;
    top: 40%;
    height: 28px;
    left: 0;
    right: 0;
    padding: 4px;
    background-color:#a8c62c;
    color: white;
    text-align: center;
    font-size: 12px;
  }


.card:hover .hidden-content.try{
    display: block;
    top: 32px;
  }
  .card:hover .hidden-content.view {
    display: block;
    top: 60px;
    background-color: #808080;
  }
  main {
    margin-top: 0;
  }
  .pagination .page-link {
          font-size: 19px; /* Adjust the font size as needed */
          padding: 0.40em 0.65em /* Adjust the padding as needed */
      }

      /* Adjust the font size for the previous and next arrows */
      .pagination .page-link span {
          font-size: 8x; /* Adjust the font size as needed */
      }
}
a.page-link {color: #a8c62c}

@media screen and (max-width: 900px) {

 .newtag {
    max-height: 30px;
  }
  .container.product-contents {
    position: relative;
    z-index: 4;
    top: -15px;
  }
  }

@media screen and (min-width: 1200px) {

 .newtag {
    max-height: 30px;
  }

  .card-body {
    margin: 1px;
  }
  .card-body p {
    font-size: 11px;
    justify-content: center; /* Adjust the font size for larger screens */
  }

 .container button.nav-link {
    width: 100px;
    height: 100px;
    background-color: #eaeaea;
    padding: 10px;
  }

  .container.nav-link img {
    width: 50px;
    height: 50px;
  }

    .hidden-content {
    display: none;
    position: absolute;
    top: 40%;
    height: 28px;
    left: 0;
    right: 0;
    padding: 4px;
    background-color:#a8c62c;
    color: white;
    text-align: center;
    font-size: 12px;
  }


.card:hover .hidden-content.try{
    display: block;
    top: 32px;
  }
  .card:hover .hidden-content.view {
    display: block;
    top: 60px;
    background-color: #808080;
  }
  main {
    margin-top: 0;
  }
}


/* POP-UP - TRAILER AND VIEWS ADJUSTMENT */
.modal-content {
    display: block; 
    width: 800px !important; 
    height: 100%;
    background-color: #a8c62c;
}

.modal-wide {
 width: 1000px;
}


@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.d-img {
  margin-top: 7%;
  width: 100%;
  height: auto;
  max-height: 100vh;
  background-size: cover;
}
}

@media (max-width: 767.98px) {
 .modal-content {
    height: 75%;
 width: 100%;
 }
 .modal-body {
 padding: 1rem;
 }
 .modal-body img {
 max-height: 100vh;
 } }

footer div.text-center {
    background-color: #e8e8e8!important;
 }

 .pb-2 {
    padding-bottom: .7rem!important;
 }

 .mb-2 {
    padding: 9px;
 }

 .row>* {
  padding-right: calc(var(--bs-gutter-x) * 0); }
  
.footer {
  background-color: #f5f5f5;
  color: #1f1f1f;
  width: 100%;
  bottom: 0;
}

.footer .content a {
  text-decoration: none;
  color: #1f1f1f;
}


@media (min-width: 768px) and (max-width: 1024px) {
  .footer .content,
  .footer {
    font-size: 14px;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .footer {
    position: unset;
     text-align: center;
  }
}