/* Header */
header {
  position: fixed;
  top: 0;width:100%;
  z-index: 20;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.nav-bar {
  display: flex;
  align-items: center;align-content: center;
  justify-content: space-between;
  padding: 18px 24px;height: 100px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  width: 300px;
  letter-spacing: 0.08em;
  width: 20%;
  text-transform: uppercase;
  font-size: 18px;
}
.logo_img
{
      width: 100%;
}
.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 2px solid #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 60%;
  font-size: 13px;
  direction: rtl;
  justify-content: center;
}

.nav-links a {
  position: relative;
  padding-bottom: 2px;
}

.nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #ff9c00;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
}

.nav-icons {
  display: flex;
  gap: 10px;
  font-size: 11px;
}

.nav-btn {
  padding: 8px 18px;
  border-radius: 32px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  margin: 5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.btn-box
{
	width: 20%;
	display: flex;
	justify-content: center;
}
.btn-login {
  background-color: #ffffff;
  border: 1px solid #ff9c00;
  color: #ff9c00;
}

.btn-signup {
  background-color: #ff9c00;
  color: #ffffff;
}
.burger-menu-con
{
	display: none;
    visibility: hidden;
	width: 50px;
    height: 50px;position:relative;
}
.burger-menu-box
{
    width: 100%;
    height: 100%;position:absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	transform: rotate(135deg);
}
.line
{
	background: black;position: relative;
    margin-bottom: 3px;border-radius:50px;right:0px;
}
.line-dragged
{
	right:200px;
}
.line-1
{
	width: 20px;transition:0.5s;
    height: 5px;
}
.line-2
{
	width: 30px;transition:1s;
    height: 5px;
}
.line-3
{
	width: 20px;transition:0.7s;
    height: 5px;
}
.burger-menu-box-close
{
	position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    transform: rotate(135deg);
    align-items: center;
}
.line-close
{
	background: black;position: relative;transition:1s;
   border-radius:50px;right:0px;
}
.line1-close
{
	width: 30px;
    height: 5px;
    position: absolute;
   /* right: 25%;*/
    right: 200px;    
}
.line2-close
{
	width: 30px;
    height: 5px;
    transform: rotate(90deg);
    position: absolute;
    /*right: 25%;*/
     top: 200px;    
}
.line-close1
{
	right: 25%;   
}
.line-close2
{
	right: 25%;top: 22px;   
}
.mobile-menu-con
{
	width: 100%;
    position: fixed;
    top: 100px;
    transition: 0.5s;
    display: flex;
    height: 0px;
    background: #eeeeee;
    flex-direction: row-reverse;
    align-items: center;
}
.mobile-menu-con-open
{
	
    height: 300px;z-index:10;
}
.mobile-menu-con div
{
	opacity:0;
}
.mobile-menu-con-open div
{
	
  opacity:1;transition:1s;
}
.mobile-menu-nav-links
{
	display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mobile-menu-account_status .btn-box
{
	display: flex;
    flex-direction: column;
}





footer {
  background-color: #050505;
  color: #ffffff;
  padding: 50px 0 60px;
  font-size: 11px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.1fr 2fr 2.2fr;
  gap: 40px;
}

.footer-title {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-title span {
  color: #ff9c00;
}

.footer-text {
  color: #bfbfbf;
  margin-bottom: 10px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 30px;
  margin-top: 8px;
}

.footer-links a {
  color: #f1f1f1;
}

.footer-links a:hover {
  color: #ff9c00;
}

.footer-news-item {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: center;
}

.footer-news-thumb {
  width: 60px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.footer-news-meta {
  color: #999;
  font-size: 10px;
  margin-top: 2px;
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 18px;
  margin-top: 8px;
}

.app-badge {
  border-radius: 4px;
  border: 1px solid #262626;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  background-color: #111111;
}

.app-badge-title {
  font-weight: 700;
  margin-bottom: 2px;
}
@media (max-width: 1024px) {
  .footer-inner {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto auto;
  }
}

@media (max-width: 768px) {
  .nav-bar {
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-bar .nav-links,.nav-bar .btn-box {
            display: none;
        visibility: hidden;
  }
	.burger-menu-con
{
	display: block;
    visibility: visible;
}
	.logo_img {
    width: 200%;
}
  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .nav-links {
    justify-content: flex-start;
	  gap: 14px;}}

.filter-buttons {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}