body{
  background-color: #c00000;
}


/* هدر */
.header {
  display: flex;
  position: relative;
  height: 150px;
  width: 100%;
}

.half {
  flex: 1;
  height: 100%;
}

.header-left {
  background-color: black;
}

.header-right {
  background-color: #ff0000;
}

/* لوگو وسط هدر */
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
  z-index: 10;
}

/* همبرگر */
.hamburger {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 20;
}

.hamburger span {
  display: block;
  height: 4px;
  background: rgb(0, 0, 0);
  border-radius: 2px;
  transition: 0.3s;
  background: #1a1a2e;
  color: #ffffff;
}

/* منوی همبرگری */
.menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: rgb(165, 36, 36);
  display: none;
  flex-direction: column;
  width: 200px;
  z-index: 15;
}

.menu.open {
  display: flex;
}

.menu a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.menu a:hover {
  background: rgba(255,255,255,0.1);
}

/* انیمیشن همبرگر به ضربدر */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* پنل نمایش محتوا */
.menu-content {
  position: fixed;
  top: 170px; 
  right: 20px;
  background: rgb(0, 0, 0);
  color: rgb(255, 0, 0);
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: none;
  z-index: 50;
  max-width: 250px;
}

/* بخش هروووووووووووووووووووو0 */

.hero {
  min-height: 80vh;
  background: linear-gradient(90deg, #000 50%, #c00000 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-content {
  max-width: 700px;
  padding: 20px;
}

.hero h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  opacity: 0.9;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.btn {
  padding: 12px 28px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: 0.3s;
}

.btn.primary {
  background: white;
  color: black;
}

.btn.primary:hover {
  background: #eee;
}

.btn.secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.btn.secondary:hover {
  background: white;
  color: black;
}

/* بخش سرویسسسسسسسسسسسسس */

.services {
  padding: 80px 20px;
  background: #000000;
  text-align: center;
}

.section-title {
  font-size: 36px;
  margin-bottom: 50px;
  color: #111;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.service-card {
  background: linear-gradient(145deg, #0b0b0b, #1a1a1a);
  border: 1px solid rgba(255,0,0,0.25);
  box-shadow: 0 15px 40px rgba(255,0,0,0.15);
  height: 100%;
  min-height: 220px;
}
  
.service-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(255,0,0,0.35);
  border-color: red;
}


.service-icon {
  color: red;
}

.service-card h3 {
  color: #fff;
}

.service-card p {
  color: #cfcfcf;
}


/* معرفی تیممممممممممممممممم */

.about {
  padding: 90px 20px;
  background: linear-gradient(135deg, #050505, #111);
  color: white;
}

.about-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.story {
  font-size: 16px;
  line-height: 1.9;
  color: #ccc;
  margin-bottom: 30px;
}

.about-features {
  list-style: none;
  padding: 0;
}

.about-features li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #eee;
}

/* آمار */
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-box {
  background: rgba(255,0,0,0.08);
  border: 1px solid rgba(255,0,0,0.3);
  padding: 30px 15px;
  text-align: center;
  border-radius: 14px;
}

.stat-box span {
  font-size: 32px;
  font-weight: bold;
  color: #ff2a2a;
  display: block;
  margin-bottom: 8px;
}

.stat-box p {
  font-size: 14px;
  color: #ddd;
}

/* ریسپانسیو */
@media (max-width: 900px) {
  .about-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr;
  }
}


/* فرممممم تماسسسسسسسسس */

.contact {
  padding: 90px 20px;
  background: #0b0b0b;
  text-align: center;
  color: white;
}

.contact .section-title {
  font-size: 34px;
  margin-bottom: 40px;
}

.contact-form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  background: #111;
  border: 1px solid rgba(255,0,0,0.3);
  padding: 14px 16px;
  border-radius: 10px;
  color: white;
  font-size: 15px;
}

.contact-form textarea {
  min-height: 120px;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: red;
}

.btn-submit {
  background: linear-gradient(135deg, #ff0000, #b00000);
  border: none;
  color: white;
  padding: 14px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-submit:hover {
  box-shadow: 0 0 25px rgba(255,0,0,0.5);
}

/* لینک‌ها */
.contact-links {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.contact-links a {
  color: #ff2a2a;
  text-decoration: none;
  border: 1px solid rgba(255,0,0,0.4);
  padding: 10px 22px;
  border-radius: 25px;
  transition: 0.3s;
}

.contact-links a:hover {
  background: red;
  color: white;
}

/* فوووووتررررررررررررررر */

.footer {
  background: linear-gradient(180deg, #050505, #000);
  color: #ccc;
  padding: 70px 20px 30px;
  border-top: 2px solid rgba(255,0,0,0.4);
}

.footer-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-brand h3 {
  color: red;
  font-size: 26px;
  margin-bottom: 15px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.8;
}

.footer-links h4,
.footer-social h4 {
  margin-bottom: 15px;
  color: white;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: red;
  padding-right: 6px;
}

.social-icons a {
  display: inline-block;
  margin-right: 15px;
  color: #ff2a2a;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: white;
}

.footer-bottom {
  text-align: center;
  margin-top: 50px;
  font-size: 13px;
  color: #777;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
}




/* 22222222222222222222222 */


.hosting-section{
  padding:80px 20px;
  background:#0a0a0a;
  text-align:center;
}

.hosting-content h2{
  color:#ff0000;
  font-size:38px;
  margin-bottom:15px;
}

.hosting-content p{
  color:#d0d0d0;
  max-width:700px;
  margin:auto;
  line-height:1.8;
}

.hosting-features{
  margin-top:50px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;
}

.feature-box{
  background:#111;
  border:1px solid rgba(255,0,0,.25);
  border-radius:15px;
  padding:25px;
  transition:.3s;
}

.feature-box:hover{
  transform:translateY(-8px);
  border-color:red;
  box-shadow:0 0 25px rgba(255,0,0,.25);
}

.feature-box h3{
  color:white;
  margin-bottom:10px;
}

.feature-box p{
  color:#bdbdbd;
  font-size:14px;
}

.hosting-buttons{
  margin-top:40px;
}

.hosting-btn,
.domain-btn{
  padding:14px 30px;
  border:none;
  border-radius:30px;
  cursor:pointer;
  margin:10px;
  font-size:16px;
  transition:.3s;
}

.hosting-btn{
  background:red;
  color:white;
}

.domain-btn{
  background:#222;
  color:white;
  border:1px solid red;
}

.hosting-btn:hover,
.domain-btn:hover{
  transform:scale(1.05);
}

/* ریسپانسیو */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .social-icons a {
    margin-right: 10px;
  }
}

/* رباتتتتتتتتتتتتتتتتتتتتتتتتتت */

.telegram-btn{
  display:inline-block;
  padding:16px 35px;
  background:linear-gradient(135deg,#ff0000,#8b0000);
  color:#fff;
  text-decoration:none;
  font-size:22px;
  font-weight:bold;
  border-radius:50px;
  border:2px solid rgba(255,255,255,.15);
  box-shadow:
      0 0 15px rgba(255,0,0,.5),
      0 0 35px rgba(255,0,0,.25);
  transition:.3s ease;
}

.telegram-btn:hover{
  transform:translateY(-4px) scale(1.05);
  box-shadow:
      0 0 25px rgba(255,0,0,.8),
      0 0 50px rgba(255,0,0,.4);
}

.telegram-btn:active{
  transform:scale(.98);
}

/* فرم تماسسسسسسسسسسسسسسسسسسسسسسسسسس */

.contact {
  padding: 90px 20px;
  background: #0b0b0b;
  text-align: center;
  color: white;
}

.contact .section-title {
  font-size: 34px;
  margin-bottom: 40px;
  color: red;
}

.contact-form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  background: #111;
  border: 1px solid rgba(255, 0, 0, 0.3);
  padding: 14px 16px;
  border-radius: 10px;
  color: white;
  font-size: 15px;
}

.contact-form textarea {
  min-height: 120px;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: red;
}

.btn-submit {
  background: linear-gradient(135deg, #ff0000, #b00000);
  border: none;
  color: white;
  padding: 14px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-submit:hover {
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.5);
}

#popupMessage {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0b0b0b;
  color: lime;
  padding: 25px 40px;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(0, 255, 0, 0.6);
  font-size: 18px;
  z-index: 9999;
  text-align: center;
  display: none;
}

/* vpnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn */

.vpn-btn{
  display:inline-block;
  position:relative;
  padding:18px 45px;
  background:#0a0a0a;
  color:#fff;
  text-decoration:none;
  font-size:20px;
  font-weight:bold;
  border-radius:15px;
  border:2px solid #ff0000;
  overflow:hidden;
  transition:.4s;
  box-shadow:
      0 0 15px rgba(255,0,0,.4),
      inset 0 0 15px rgba(255,0,0,.15);
}

.vpn-btn::before{
  content:'';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,.25),
      transparent
  );
  transition:.8s;
}

.vpn-btn:hover::before{
  left:100%;
}

.vpn-btn:hover{
  transform:translateY(-5px) scale(1.05);
  background:#120000;
  box-shadow:
      0 0 25px rgba(255,0,0,.8),
      0 0 50px rgba(255,0,0,.4);
}

.vpn-btn:active{
  transform:scale(.97);
}


/* هاستتتتتتتتتتتت و دامنهههههههههههههه */

.coming-soon{
  position:fixed;
  top:30px;
  right:30px;
  background:#111;
  color:#fff;
  border:1px solid red;
  padding:15px 25px;
  border-radius:12px;
  display:none;
  box-shadow:0 0 20px rgba(255,0,0,.5);
}