@font-face {
	font-family: 'Vazir';
	src:
	    url( '../fonts/vazir/Vazir-Bold.woff2' ) format( 'woff2' ),
		url( '../fonts/vazir/Vazir-Bold.woff' ) format( 'woff' ),
		url( '../fonts/vazir/Vazir-Bold.ttf' ) format( 'truetype' );
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: Zangar;
  src: url('../fonts/zangar/zangar.ttf');
}
@font-face {
	font-family: 'Titr';
	src:
		url( '../fonts/titr/2\ TITRBD.TTF' ) format( 'truetype' );
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: Sogand;
  src: url('../fonts/SOGAND/SOGAND.ttf');
}
@font-face {
  font-family: Farzian;
  src: url('../fonts/AFarzian/AFarzian.ttf');
}
body {
margin: 0;
font-family: 'Vazir', sans-serif;
background-color: #f3f4f6;
color: #333;
}

.container {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 10px 20px;
}

.sticky-header {
position: sticky;
top: 0;
background-color: #2d2c2e;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
z-index: 1000;
direction: ltr;
}

.logo-section {
display: flex;
align-items: center;
}

.logo {
height: 50px;
margin-left: 10px;
}

.logo-text {
font-size: 30px;
font-weight: bold;
color: #bdb7b7;
}

.menu {
display: flex;
align-items: center;
direction: rtl;
}

.menu ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}

.menu ul li {
position: relative;
margin: 0 20px;
}

.menu ul li a {
text-decoration: none;
color: #bdbbc0;
font-size: 15px;
font-weight: 500;
padding: 10px 15px;
border-radius: 5px;
transition: all 0.3s ease;
font-family: Vazir;
}

.menu ul li a:hover {
background-color: #bdbbc0;
color: #555252;
}

.dropdown .submenu {
display: none;
position: absolute;
top: 120%;
right: 0;
background-color: #ffffff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 5px;
list-style: none;
padding: 10px 0;
}

.dropdown:hover > .submenu {
display: block;
}

.submenu li {
padding: 5px 20px;
white-space: nowrap;
}

.submenu li a {
display: block;
padding: 10px;
text-decoration: none;
color: #555;
}

.submenu li a:hover {
background-color: #f3f4f6;
}

.hamburger-menu {
display: none;
flex-direction: column;
justify-content: space-between;
width: 25px;
height: 20px;
cursor: pointer;
}

.hamburger-menu span {
height: 3px;
background-color: #dbd5d5;
border-radius: 2px;
transition: all 0.3s ease;
}

.landing-section {
display: flex;
align-items: center;
justify-content: space-between;
height: 100vh;
padding: 20px;
background-image: linear-gradient(to bottom, #312f2f, #ffffff);
direction: ltr;
max-height: 900px;
}

.left-side img {
max-width: 100%;
height: auto;
}

.right-side {
text-align: right;
padding: 20px;
}

.right-side h1 {
  font-family: Farzian;
font-size: 3.5rem;
margin-bottom: 10px;
color: #383a3d;
}

.right-side p {
font-size: 1.2rem;
line-height: 1.5;
color: #383a3d;
}

.banner-img {
max-width: 600px;
max-height: 600px;
border-radius: 50%;
margin-left: 10%;
}
.landBtn {
  border-radius: 7px;
  color: #ffffff;
  background-color: #042297;
  height: 50px;
  margin-right: 70%;
  width: 150px;
  font-size: 25px;
  animation: moveUpDown 2s ease-in-out infinite;
}
@media (max-width: 768px) {


    .menu {
    display: none;
    flex-direction: column;
    background-color: #444040;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-height: 200px;
    }
    
    .menu.active {
    display: flex;
    }
    
    .menu ul {
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
    }
    
    .menu ul li {
    width: 100%;
    text-align: right;
    padding: 10px 0;
    margin-bottom: 10px;
    }
    
    .hamburger-menu {
    display: flex;
    }
    .landing-section {
    flex-direction: column;
    text-align: center;
    height: auto;
    }
    
    .left-side,
    .right-side {
    width: 100%;
    margin-bottom: 20px;
    }
    
    .right-side h1 {
    font-size: 2rem;
    }
    
    .right-side p {
    font-size: 1rem;
    }
    .banner-img {
    max-width: 400px;
    max-height:400px;
    border-radius: 50%;
    margin-left: 0%;
    }
    .hamburger-menu span {
        height: 3px;
        background-color: #dbd5d5;
        border-radius: 2px;
        transition: all 0.3s ease;
        right: 1%;
        }
    }

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

.clear {
  clear: both;
}
img {
  max-width: 100%;
  border: 0px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #e73700;
}
h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}
button {
  outline: none !important;
}




.line-title {
  position: relative;
  width: 400px;
}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.game-section {
  padding: 60px 50px;
  background-image:#ffffff;
}
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8 px;
    margin-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 11px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
    text-align: center;
    align-items: center;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
  h2 {
    margin-bottom: 20px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}
/*e*/
.container1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  margin: 0 15%;

}

.cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}

.card {
  padding: 0;
  border-radius: 0; 
  box-shadow: none;
  background: none;
  transition: none; 
}

.card h3 {
  font-size: 26px;
  color: #070707;
  margin-bottom: 15px;
  font-weight: bold;
}

.card p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

.image-section1 {
  flex: 1;
  text-align: center;
  padding-left: 30px;
}

.image-section1 img {
  max-width: 100%;
  border-radius: 0;
  box-shadow: none; 
}

@media screen and (max-width: 768px) {
  .container1 {
    flex-direction: column;
    margin: 0 5%;
  }

  .cards {
    gap: 20px;
  }

  .image-section1 {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }

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



.ab1div{
  display : flex;
  flex-direction: column;
  gap:5px;
  flex: 1;
  
}

.ab1div h3 {
  direction: rtl;
  margin-right: 0;
  padding-right: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: right;
  
  color: #440b5f;
  font-family: Zangar;
  background-color: #ffffff; 
  font-size: 50px;
  border-bottom: 5px solid #440b5f ;
 
}


.ab1div p {
  direction: rtl;
  margin-right: 0;
  padding-right: 2%;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: right;
  
  color: rgb(0, 0, 0);
  font-family: Vazir;
  background-color: #ffffff3d; 
  border-radius: 5px;
}
@media(max-width:800px){
  .ab1div h3 {
    font-size: 30px;
  }
}




.section6 {
  background-image: url('../img/backg3.png');
  background-size: cover;
}

.ab2div {
  display: flex;
  justify-content: space-between;
  gap: 200px;
  padding: 40px;
  border-radius: 15px;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.stat h3 {
  direction: rtl;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #440b5f;
  font-family: Sogand;
  font-size: 50px;
  border-bottom: 3px solid #440b5f;
  margin-bottom: 15px;
}

.stat p {
  margin: 0;
  padding: 15px;
  text-align: center;
  color: #333;
  font-family: Sogand;
  border-radius: 5px;
  font-size: 40px;
  font-weight: bold;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.line {
  width: 2px;
  height: 30px;
  background-color: #440b5f;
  margin: 10px 0;
}

@media (max-width: 800px) {
  .ab2div {
    flex-direction: column; 
    gap: 20px;
  }

  .stat {
    width: 100%;
  }

  .stat h3 {
    font-size: 30px;
  }

  .stat p {
    font-size: 25px;
  }

  .line {
    width: 100%; 
    height: 2px;
    margin: 15px 0;
  }
}





.section3{
  background-image: url('../img/backg1.avif');
  min-height: 300px;
  align-items: center;
  text-align: center;
  display: flex;               
  justify-content: center;

  
}
.section3 a {
 
  color: #000000;
  align-items: center;
  text-align: center;
  font-size: 50px;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  font-weight: bold;
  animation: moveUpDown 2s ease-in-out infinite;
}



@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px); 
  }
}


.section5 {
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  flex-direction: column; 
  align-items: center;  
  display: flex;
  padding: 0 35px;
  align-items: center;
  justify-content: center;
  direction: ltr;
}

.section5 h3 {
  border-bottom: 5px double #5372F0;
  font-family: Vazir;
  text-align: center;
  margin-bottom: 20px; 
}
.section4 {
  background-image: linear-gradient(to bottom, #ffffff, #312f2f);
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  flex-direction: column; 
  align-items: center;
  min-height: 100vh;
  display: flex;
  padding: 0 35px;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  direction: ltr;
}

.section4 h3 {
  border-bottom: 5px double #5372F0;
  font-family: Vazir;
  text-align: center;
  margin-bottom: 20px; 
}


.wrapper {
  display: flex;
  max-width: 1200px;
  position: relative;
}

.wrapper i {
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover {
  background: #f2f2f2;
}

.wrapper i:first-child {
  left: -22px;
  display: none;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper .carousel {
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.carousel.dragging {
  cursor: grab;
  scroll-behavior: auto;
}

.carousel.dragging img {
  pointer-events: auto;
}

.carousel img {
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
  
}

.carousel img:first-child {
  margin-left: 0px;
}



@media screen and (max-width: 900px) {
  .carousel img {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 550px) {
  .carousel img {
    width: 100%;
  }

  }


/* Footer */
.footer {
  background-color: #2d2c2e;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  font-family: Vazir;
}

.footer p {
  font-size: 16px;
  margin-top: 20px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

/* هر ستون */
.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
}

.footer-column hr {
  border: 1px solid #fff;
  margin: 5px 0;
  width: 50%; 
  margin-left: auto;
  margin-right: auto;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.footer-column ul li {
  margin: 10px 0;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    text-align: center;
  }

  .footer-column img {
    max-width: 100%;
  }
}



/*another*/

.gallery-slider {
  width: 100%;
  overflow: hidden;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  width: 100px;
  height: 100px;
  margin: 0 10px;
  transition: transform 0.5s ease;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .slider-container {
    display: flex;
  }
  
  .slide {
    width: 100px;
    height: 100px;
  }

  .slider-container .slide:nth-child(3) {
    transform: scale(1.2);
  }

  .slide img {
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .slider-container {
    display: block;
  }
  
  .slide {
    width: 100%; 
    height: 200px;
    margin-bottom: 10px;
  }
}
