/* main */

html {
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: 'Vazirmatn', sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Vazirmatn', sans-serif;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  flex: 1;
}

/* main */

/* font setting */

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/English/Roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/English/Roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Persian/Vazir/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Persian/Vazir/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

.font-vazirmatn-regular {
  font-family: 'Vazirmatn', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}

.font-vazirmatn-bold {
  font-family: 'Vazirmatn', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

.font-roboto-black {
  font-family: 'Vazirmatn', sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}

.font-roboto-bold {
  font-family: 'Vazirmatn', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

/* font setting */

/* main layout */

.navbar {
  background-color: #000000 !important; 
  min-height: 100px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navbar-nav .nav-link {
  color: #888888 !important;
  transition: color 0.3s ease; 
  padding: 0.75rem 1.5rem;
  display: inline-block;
}

.navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.navbar-brand {
  color: #fff !important;
  transition: color 0.3s ease;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.dropdown-menu .dropdown-item {
  font-size: 1.1rem;
  padding: 0.6rem 1.2rem;
}

/* main layout */

/* footer */

.footer-custom {
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
  /* min-height: 250px; */
}

.footer-custom h5,
.footer-custom p,
.footer-custom a {
  word-break: break-word;
  font-size: 1.2rem;
}

.footer-custom ul {
  padding-right: 0;
}

.footer-custom a {
  text-decoration: none;
  color: #fff;
}

.footer-custom a:hover {
  text-decoration: underline;
}

/* end footer */

/* Games DropDown */

.custom-dropdown {
    background-color: #000 !important;
}

.custom-dropdown .dropdown-item {
    color: #fff !important;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.social-media-icon
{
    height: 30px;
    width: auto;    
}

.instagram-icon {
    height: 42px;
    width: auto;  
}

/* other classes */

.no-underline {
  text-decoration: none;
}