/* @import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap'); */

@font-face {
	font-family: Alibaba;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/eot/Alibaba-Black.eot');
	src: url('fonts/eot/Alibaba-Black.eot?#iefix') format('embedded-opentype'),
	url('fonts/woff2/Alibaba-Black.woff2') format('woff2'),
	url('fonts/woff/Alibaba-Black.woff') format('woff'),
	url('fonts/ttf/Alibaba-Black.ttf') format('truetype');
}
@font-face {
	font-family: Alibaba;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eot/Alibaba-Bold.eot');
	src: url('fonts/eot/Alibaba-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/woff2/Alibaba-Bold.woff2') format('woff2'),
	url('fonts/woff/Alibaba-Bold.woff') format('woff'),
	url('fonts/ttf/Alibaba-Bold.ttf') format('truetype');
}
@font-face {
	font-family: Alibaba;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/eot/Alibaba-Light.eot');
	src: url('fonts/eot/Alibaba-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/woff2/Alibaba-Light.woff2') format('woff2'),
	url('fonts/woff/Alibaba-Light.woff') format('woff'),
	url('fonts/ttf/Alibaba-Light.ttf') format('truetype');
}
@font-face {
	font-family: Alibaba;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eot/Alibaba-Regular.eot');
	src: url('fonts/eot/Alibaba-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/woff2/Alibaba-Regular.woff2') format('woff2'),
		 url('fonts/woff/Alibaba-Regular.woff') format('woff'),
		 url('fonts/ttf/Alibaba-Regular.ttf') format('truetype');
}

* {
	font-family: 'Alibaba', eans-serif !important;
	box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Vazirmatn', sans-serif;
  background-color: #fff;
  color: #111;
  direction: rtl;
}

.topbar {
  background-color: #0b74c8;
  color: #fff;
  padding: 10px 20px;
}

.topbar nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.topbar a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.auth-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}



.hero {
  background-color: #0b74c8;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}










.hero2{

  color: #080808;
  text-align: center;
  padding: 50px 20px;
}

.hero2 h1{

  color: #050505;
  text-align: center;
  font-size: 60px;
  margin: 0;
  font-weight: 900;
}

.hero2 p{
  color: #3e576b;
  font-size: 20px;
  margin: 10px 0 40px;
}






.hero h1 {
  font-size: 60px;
  margin: 0;
  font-weight: 900;
}

.hero p {
  font-size: 20px;
  margin: 10px 0 40px;
}

.search-box {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 25px;
  margin: 0 auto;
  width: 80%;
  max-width: 1000px;
}

.field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.field input {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.btn-primary {
  background-color: #0b74c8;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 25px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #095da0;
}

.services {
  text-align: center;
  margin: 60px 0;
}

.services h2 {
  font-size: 24px;
  color: #222;
  margin-bottom: 30px;
}

.service-items {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.service-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  width: 200px;
  padding: 20px;
  transition: 0.3s;
}



.service-card:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.service-card img {
  width: 60px;
  margin-bottom: 10px;
}






.service-card2 {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 80px;
  width: 500px;
  height: auto;
  padding: 30px;
  transition: 0.3s;
}



.service-card2:hover {
  box-shadow: 0 20px 20px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.service-card2 img {
  width: 120px;
  margin-bottom: 20px;
}




.our_service h1{
  font-size: 40px;
  margin: 0;
  font-weight: 900;
}





.footer {
  background-color: #0b74c8;
  color: #fff;
  text-align: center;
  padding: 30px 15px;
}

.footer-info a {
  color: #fff;
  text-decoration: underline;
}

.copy {
  font-size: 12px;
  margin-top: 20px;
}









.navbar{
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: blue; */
}

.nav-center{
   width: 90vw;
   max-width: var(--max-width);
   /* background-color: red; */
}

.nav-header{
  height: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo{
  display: flex;
  align-items: center;
}

.nav-header img{
  width: 300px;
}

.nav-btn{
  padding: 0.15rem 0.75rem;
}

.nav-btn i{
  font-size: 1.25rem;
}

.nav-links{
  display: flex;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  transition: var(--transition);
}
