@import url(font.css);
@import url(global.css);

:root {
  --white: #ffffff;
  --black: #000000;
  /* Red */
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --red-950: #450a0a;

  /* Orange */
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
  --orange-950: #431407;

  /* Amber */
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  --amber-950: #451a03;

  /* Yellow */
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --yellow-600: #ca8a04;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  --yellow-950: #422006;

  /* Lime */
  --lime-50: #f7fee7;
  --lime-100: #ecfccb;
  --lime-200: #d9f99d;
  --lime-300: #bef264;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --lime-600: #65a30d;
  --lime-700: #4d7c0f;
  --lime-800: #3f6212;
  --lime-900: #365314;
  --lime-950: #1a2e05;

  /* Green */
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;
  --green-950: #052e16;

  /* Emerald */
  --emerald-50: #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-300: #6ee7b7;
  --emerald-400: #34d399;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-900: #064e3b;
  --emerald-950: #022c22;

  /* Teal */
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  --teal-950: #042f2e;

  /* Cyan */
  --cyan-50: #ecfeff;
  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;
  --cyan-950: #083344;

  /* Sky */
  --sky-50: #f0f9ff;
  --sky-100: #e0f2fe;
  --sky-200: #bae6fd;
  --sky-300: #7dd3fc;
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-600: #0284c7;
  --sky-700: #0369a1;
  --sky-800: #075985;
  --sky-900: #0c4a6e;
  --sky-950: #082f49;

  /* Blue */
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  --blue-900: #1e3a8a;
  --blue-950: #172554;

  /* Indigo */
  --indigo-50: #eef2ff;
  --indigo-100: #e0e7ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-400: #818cf8;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --indigo-700: #4338ca;
  --indigo-800: #3730a3;
  --indigo-900: #312e81;
  --indigo-950: #1e1b4b;

  /* Violet */
  --violet-50: #f5f3ff;
  --violet-100: #ede9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --violet-800: #5b21b6;
  --violet-900: #4c1d95;
  --violet-950: #2e1065;

  /* Purple */
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;
  --purple-950: #3b0764;

  /* Fuchsia */
  --fuchsia-50: #fdf4ff;
  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;
  --fuchsia-950: #4a044e;

  /* Pink */
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;
  --pink-950: #500724;

  /* Rose */
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  --rose-950: #4c0519;

  /* Slate */
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --slate-950: #020617;

  /* Gray */
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --gray-950: #030712;

  /* Zinc */
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-600: #52525b;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --zinc-950: #09090b;

  /* Neutral */
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-950: #0a0a0a;

  /* Stone */
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --stone-950: #0c0a09;
  /* Font Sizes */
  --text-xs: 0.75rem; /* 12px */
  --text-sm: 0.875rem; /* 14px */
  --text-base: 1rem; /* 16px */
  --text-lg: 1.125rem; /* 18px */
  --text-xl: 1.25rem; /* 20px */
  --text-2xl: 1.5rem; /* 24px */
  --text-3xl: 1.875rem; /* 30px */
  --text-4xl: 2.25rem; /* 36px */
  --text-5xl: 3rem; /* 48px */
  --text-6xl: 3.75rem; /* 60px */

  /* Spacing (px karşılıkları) */
  --space-0: 0;
  --space-1: 0.25rem; /* 4px */
  --space-2: 0.5rem; /* 8px */
  --space-3: 0.75rem; /* 12px */
  --space-4: 1rem; /* 16px */
  --space-5: 1.25rem; /* 20px */
  --space-6: 1.5rem; /* 24px */
  --space-8: 2rem; /* 32px */
  --space-10: 2.5rem; /* 40px */
  --space-12: 3rem; /* 48px */

  /* Border Radius */
  --radius-none: 0;
  --radius-sm: 0.125rem; /* 2px */
  --radius: 0.25rem; /* 4px */
  --radius-md: 0.375rem; /* 6px */
  --radius-lg: 0.5rem; /* 8px */
  --radius-xl: 0.75rem; /* 12px */
  --radius-2xl: 1rem; /* 16px */
  --radius-3xl: 1.5rem; /* 24px */
  --radius-full: 9999px; /* Tam yuvarlak */
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

button,
input,
textarea {
  border: unset;
  outline: unset;
  font-family: inherit;
}

.bg-white {
  background-color: var(--white);
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background: var(--gray-100);
}

.card-title-svg {
  width: 42px;
  height: 42px;
  background-color: var(--blue-100);
  border-radius: var(--radius-lg);
  -webkit-border-radius: var(--radius-lg);
  -moz-border-radius: var(--radius-lg);
  -ms-border-radius: var(--radius-lg);
  -o-border-radius: var(--radius-lg);
}

.size-6 {
  width: 20px;
  height: 20px;
}

.size-8 {
  width: 30px;
  height: 30px;
}

.header-top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

header {
  padding-top: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
}

.logo img {
  width: 200px;
  height: 100px;
  object-fit: contain;
}

.header-search-form {
  position: relative;
}

.header-search-form input {
  width: 100%;
  padding: 12px 24px;
  border: 2px solid var(--stone-300);
  border-radius: var(--radius-full);
  -webkit-border-radius: var(--radius-full);
  -moz-border-radius: var(--radius-full);
  -ms-border-radius: var(--radius-full);
  -o-border-radius: var(--radius-full);
  padding-left: 50px;
}

.header-search-form button {
  position: absolute;
  left: 6px;
  top: 0;
  height: 100%;
  width: 40px;
  background: transparent;
  display: grid;
  place-items: center;
}

.header-right-flex {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-right-flex a {
  display: flex;
  text-wrap: nowrap;
  gap: 12px;
}
.header-right-flex button {
  background-color: transparent;
}

.header-right-flex a {
  position: relative;
  padding: 8px 16px;
  height: fit-content;
  border-radius: var(--radius-full);
  -webkit-border-radius: var(--radius-full);
  -moz-border-radius: var(--radius-full);
  -ms-border-radius: var(--radius-full);
  -o-border-radius: var(--radius-full);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.login-register-btn {
  background: var(--sky-800);
  color: var(--sky-50);
}

.login-register-btn:hover {
  background: var(--sky-900);
}

.business-register-btn {
  background: var(--green-500);
  color: var(--green-50);
}

.business-register-btn:hover {
  background: var(--green-600);
}

.discover-btn {
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: var(--gray-100);
  color: var(--gray-400);
  padding: 4px 20px;
  border: 2px solid transparent;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
}

.discover-btn:hover {
  background: var(--sky-100);
  color: var(--sky-800);
  border: 2px solid var(--sky-200);
}

.header-right-flex a:hover {
  cursor: pointer;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-menu-flex {
  justify-content: start;
  align-items: center;
  border-top: 1px solid var(--stone-200);
  overflow-x: scroll;
}

.header-menu-flex::-webkit-scrollbar {
  display: none;
  position: absolute;
}

.header-menu-flex a {
  display: flex;
  gap: 4px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 12px 18px;
  font-weight: 500;
  color: var(--gray-700);
  text-wrap: nowrap;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.header-menu-flex a:hover {
  background-color: var(--gray-200);
  cursor: pointer;
}

.last-news {
  background: var(--yellow-400);
  color: var(--amber-50);
  padding: 12px;
}

.last-news p {
  display: flex;
  align-items: center;
}

.last-news span {
  text-wrap: nowrap;
}

.last-news a {
  text-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.last-news .red {
  display: inline-block;
  color: var(--red-600);
  padding-right: 12px;
  font-size: 16px;
}

.opacity__animation {
  animation: opacityanimation 700ms infinite linear alternate;
  -webkit-animation: opacityanimation 700ms infinite linear alternate;
}
@keyframes opacityanimation {
  0% {
    opacity: 0;
  }
  80%,
  100% {
    opacity: 1;
  }
}

.middle-border .card-body {
  position: relative;
}

.middle-border .card-body::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  height: 1px;
  background-color: #eee;
  width: calc(100% - 20px);
}

.list-type-1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
}

.list-type-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.list-type-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.hover-img-zoom img {
  transform: translate(1);
  -webkit-transform: translate(1);
  -moz-transform: translate(1);
  -ms-transform: translate(1);
  -o-transform: translate(1);
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
}
.hover-img-zoom:hover img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}

.card-featured-vertical {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  padding: 12px;
  background-color: var(--white);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 4px 10px 0 #00000020;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
}

.card-featured-vertical:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}

.card-featured-vertical img {
  height: 120px;
  width: 120px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.card-featured::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(18, 16, 0, 0) 45%
  );
  z-index: 1;
}

.card-featured {
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}

.aspect-ratio3-4 {
  aspect-ratio: 3/4;
}

.aspect-ratio4-3 {
  aspect-ratio: 4 / 3;
}

.card-featured .category {
  background-color: red;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.card-featured .text {
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
}

.card-featured:hover .text {
  transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  -moz-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  -o-transform: translate(-50%, -10%);
}

.grid-home-theatre {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}

.div1 {
  grid-area: 1 / 1 / 3 / 3;
}

.div1 a {
  aspect-ratio: 4 / 3.06;
}
.div2 {
  grid-area: 1 / 3 / 2 / 4;
}
.div3 {
  grid-area: 1 / 4 / 2 / 5;
}
.div4 {
  grid-area: 2 / 3 / 3 / 4;
}
.div5 {
  grid-area: 2 / 4 / 3 / 5;
}

.grid-home-theatre .text {
  left: 0;
  top: auto;
  bottom: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.grid-home-theatre .card-featured:hover .text {
  left: 0;
  top: auto;
  bottom: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.grid-home-theatre .card-featured .category {
  background: #ff731c;
  background: linear-gradient(
    90deg,
    rgba(255, 115, 28, 1) 0%,
    rgba(240, 72, 72, 1) 50%,
    rgba(213, 59, 247, 1) 100%
  );
}

.grid-home-theatre svg {
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
}

.grid-home-theatre .card-featured::after {
  background: #000000;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(18, 16, 0, 0) 60%
  );
  z-index: 1;
}

footer {
  background: #fff;
}

footer input {
  max-width: 440px;
  width: 100%;
}

input,
textarea,
select {
  font-family: inherit;
  padding: 12px 16px;
  background-color: var(--gray-100);
  border: 1px solid var(--zinc-300);
  border-radius: 4px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.filter-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.filter-form div,
.filter-form input,
.filter-form select,
.filter-form button {
  width: 100%;
}

.filter-form input,
.filter-form textarea,
.filter-form select {
  background-color: var(--white);
}

/* Hover */
input:hover {
  border-color: var(--zinc-400);
}

/* Focus */
input:focus {
  border-color: #0057f7;
  box-shadow: 0 0 0 3px rgba(0, 87, 247, 0.15);
}

/* Active (yazarken tıklama anı) */
input:active {
  border-color: #0050e0;
}

/* Disabled */
input:disabled {
  background-color: var(--zinc-100);
  cursor: not-allowed;
  opacity: 0.6;
}

footer form button,
.filter-form button {
  background: var(--blue-600);
  padding: 12px 24px;
  color: var(--white);
  font-weight: bold;
  text-wrap: nowrap;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

footer form button:hover,
.filter-form button:hover {
  background: var(--blue-700);
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

.filter-form > div {
  position: relative;
}

.filter-form .search-input input {
  padding-left: 38px;
}

.filter-form svg {
  position: absolute;
  left: 12px;
  top: 12px;
  background-color: var(--white);
}

.btn-gradient-blue {
  background: var(--blue-600);
  background: linear-gradient(
    317deg,
    rgba(0, 87, 247, 1) 0%,
    rgba(61, 210, 255, 1) 100%
  );
  padding: 12px 24px;
  color: var(--white);
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.btn-gradient-blue:hover {
  background: linear-gradient(137deg, #3dd2ff 0%, #0057f7 100%);
  box-shadow: 0 4px 12px rgba(0, 140, 255, 0.3);
}

.text-gradinet-blue {
  background: linear-gradient(137deg, #3dd2ff 0%, #0057f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

footer h3 {
  font-weight: 500;
}

.footer-link ul {
  padding-left: 24px;
  margin-top: 12px;
}

.footer-link ul li {
  margin-bottom: 4px;
}

.footer-link ul li a {
  display: block;
  position: relative;
  color: var(--gray-400);
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  font-weight: 400;
}
.footer-link ul li a::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  width: 12px;
  height: 2px;
  background-color: var(--blue-500);
  opacity: 0;
}

.footer-link ul li a:hover::after {
  opacity: 0.8;
}

.footer-link ul li a:hover {
  color: var(--gray-950);
  transform: translateX(2px);
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
}
.hr-xl {
  border: none;
  height: 1px;
  background-color: var(--zinc-200);
  margin: 40px 0;
}

.hr-md {
  border: none;
  height: 1px;
  background-color: var(--zinc-200);
  margin: 14px 0;
}

.p-400 {
  font-weight: 400;
  opacity: 0.6;
}

.footer-copyright img {
  width: 100%;
  max-width: 220px;
}

.footer-content-link svg {
  position: relative;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
}

footer .social-link {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 14px;
}
footer .social-link li a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  box-shadow: 0 4px 10px 0 #00000010;
  background-color: var(--white);
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
}

footer .social-link li a:hover {
  filter: invert(1);
  -webkit-filter: invert(1);
}

.weather-card {
  background: linear-gradient(135deg, #1e52a4 0%, #007bff 100%);
  color: white;
  border-radius: 4px;
  padding: 14px;
}

.weather-card .header {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  opacity: 0.9;
}

.temp-main {
  font-size: 4rem;
  font-weight: 300;
  margin: 10px 0;
  line-height: 1;
}

.weather-status {
  font-style: italic;
  text-align: right;
}

.details {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  margin-top: 15px;
  font-size: 0.9rem;
}

.forecast-box {
  text-align: center;
  font-size: 0.8rem;
}

.forecast-box i {
  font-size: 1.5rem;
  margin: 10px 0;
  display: block;
}

.activity-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.activity-title h1 {
  line-height: 34px;
}

.activity-title ul li {
  gap: 14px;
  padding-left: 14px;
  margin-bottom: 12px;
}

.activity-title .icon-cell {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background-color: var(--green-200);
  border-radius: var(--radius-xl);
  -webkit-border-radius: var(--radius-xl);
  -moz-border-radius: var(--radius-xl);
  -ms-border-radius: var(--radius-xl);
  -o-border-radius: var(--radius-xl);
}

.activity-title .icon-cell svg {
  stroke: var(--green-800);
}

.gradient-btn-1 {
  background: #1c33ff;
  background: linear-gradient(
    90deg,
    rgba(28, 51, 255, 1) 0%,
    rgba(47, 64, 247, 1) 4%,
    rgba(184, 59, 247, 1) 100%
  );
  font-weight: bold;
  font-size: 20px;
  color: var(--white);
  padding: 12px 24px;
  width: 100%;
  border-radius: var(--radius);
  -webkit-border-radius: var(--radius);
  -moz-border-radius: var(--radius);
  -ms-border-radius: var(--radius);
  -o-border-radius: var(--radius);
  box-shadow: 0 4px 15px rgba(28, 51, 255, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -ms-transition: transform 0.3s ease, box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gradient-btn-1.btn-sm {
  font-size: 16px;
  padding: 10px 21px;
}

.gradient-btn-1:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(184, 59, 247, 0.4);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}

.gradient-btn-1:active {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

.detalist-all-text {
  font-weight: 400;
}

.orther-activity .card-featured-vertical {
  display: block;
}

.orther-activity .card-featured-vertical img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.orther-activity .card-featured-vertical span {
  position: absolute;
  top: 20px;
  font-size: 12px;
  background-color: var(--blue-500);
  color: var(--white);
  display: inline-block;
  padding: 2px 6px;
  border-radius: var(--radius-full);
  -webkit-border-radius: var(--radius-full);
  -moz-border-radius: var(--radius-full);
  -ms-border-radius: var(--radius-full);
  -o-border-radius: var(--radius-full);
}

.play-btn-animation {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-full);
  -webkit-border-radius: var(--radius-full);
  -moz-border-radius: var(--radius-full);
  -ms-border-radius: var(--radius-full);
  -o-border-radius: var(--radius-full);
  background-color: var(--red-600);
}

.play-btn-animation::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px var(--red-600);
  background-color: var(--red-600);
  border-radius: var(--radius-full);
  -webkit-border-radius: var(--radius-full);
  -moz-border-radius: var(--radius-full);
  -ms-border-radius: var(--radius-full);
  -o-border-radius: var(--radius-full);
  z-index: -1;
  animation: player 1400ms linear infinite;
  -webkit-animation: player 1400ms linear infinite;
}

@keyframes player {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}

body.active-mobil-menu {
  overflow: hidden;
}

.mobil-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: linear 300ms;
  -webkit-transition: linear 300ms;
  -moz-transition: linear 300ms;
  -ms-transition: linear 300ms;
  -o-transition: linear 300ms;
}

.active-mobil-menu .mobil-menu {
  visibility: visible;
  opacity: 1;
}

.mobil-menu .over-lay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000020;
  z-index: 1;
}

.mobil-menu-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  max-width: 400px;
  background-color: #fff;
  z-index: 2;
  overflow-y: scroll;
}

.mobil-menu-main .disable {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.menu-content {
  overflow-y: scroll;
}

.menu-content svg {
  transform: translate(0px, 4px);
}

.menu-content li {
  position: relative;
  left: 0;
  transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
}

.menu-content li a {
  display: block;
  height: auto;
  width: 100%;
  padding: 14px 24px;
  background: var(--gray-100);
  border-bottom: 1px solid var(--gray-300);
  transition: ease 300ms;
  -webkit-transition: ease 300ms;
  -moz-transition: ease 300ms;
  -ms-transition: ease 300ms;
  -o-transition: ease 300ms;
}

.menu-content li a:hover {
  background-color: var(--gray-300);
}

.mobil-menu .body a {
  width: 100%;
  display: block;
  padding: 12px 0;
}

.mobil-menu .body a svg {
  transform: translate(0px, 4px);
}
.mobil-menu .header-search-form input {
  border-radius: var(--radius-none);
  -webkit-border-radius: var(--radius-none);
  -moz-border-radius: var(--radius-none);
  -ms-border-radius: var(--radius-none);
  -o-border-radius: var(--radius-none);
  border: none !important;
  padding: 18px 24px;
  padding-left: 44px;
}

.card-service {
  background-color: var(--white);
  padding: 20px;
  border-radius: var(--radius-xl);
  -webkit-border-radius: var(--radius-xl);
  -moz-border-radius: var(--radius-xl);
  -ms-border-radius: var(--radius-xl);
  -o-border-radius: var(--radius-xl);
  border: 1px solid var(--gray-200);
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
}

.card-service:hover {
  border: 1px solid var(--blue-600);
  box-shadow: 0 4px 12px rgba(5, 27, 228, 0.308);
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}

.card-service .icon-cell {
  background: #1c33ff;
  background: linear-gradient(
    90deg,
    rgba(28, 51, 255, 1) 0%,
    rgba(47, 64, 247, 1) 4%,
    rgba(184, 59, 247, 1) 100%
  );
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  -webkit-border-radius: var(--radius-md);
  -moz-border-radius: var(--radius-md);
  -ms-border-radius: var(--radius-md);
  -o-border-radius: var(--radius-md);
}

.card-service ul svg {
  stroke: var(--green-600);
}

.gradient-card {
  background: #1c33ff;
  background: linear-gradient(
    90deg,
    rgba(28, 51, 255, 1) 0%,
    rgba(47, 64, 247, 1) 4%,
    rgba(184, 59, 247, 1) 100%
  );
  border-radius: var(--radius-lg);
  -webkit-border-radius: var(--radius-lg);
  -moz-border-radius: var(--radius-lg);
  -ms-border-radius: var(--radius-lg);
  -o-border-radius: var(--radius-lg);
}

.btn-white,
.btn-white-outline {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  margin: 5px;
}

.btn-white {
  background-color: var(--white);
  color: var(--gray-600);
  border: 2px solid var(--white);
}

.btn-white:hover {
  background-color: transparent;
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.btn-white-outline {
  background-color: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn-white-outline:hover {
  background-color: var(--white);
  color: var(--gray-600);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.service-detalist .card .card-head {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.feed-back-grid-service {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
}

.feed-back-grid-service .item {
  background-color: #ffffff20;
  border-radius: var(--radius-lg);
  -webkit-border-radius: var(--radius-lg);
  -moz-border-radius: var(--radius-lg);
  -ms-border-radius: var(--radius-lg);
  -o-border-radius: var(--radius-lg);
  cursor: pointer;
}

.feed-back-grid-service .item:hover {
  background-color: #ffffff30;
}

.feed-back-grid-service .item .counter {
  font-size: 32px;
  font-weight: 700;
}

.max-640 {
  display: inline-block;
  max-width: 640px;
}

.service-detalist-list li {
  margin-bottom: 12px;
  background-color: var(--gray-100);
  border-radius: var(--radius-md);
  -webkit-border-radius: var(--radius-md);
  -moz-border-radius: var(--radius-md);
  -ms-border-radius: var(--radius-md);
  -o-border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  padding: 12px;
  gap: 12px;
  font-weight: 400;
  cursor: pointer;
}

.service-detalist-list li:hover {
  background-color: var(--gray-200);
}

.service-detalist-list li .icon-cell {
  display: grid;
  place-items: center;
}

.service-detalist-list li .icon-cell svg {
  stroke: var(--green-400);
}

.why-me-select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.why-me-select li {
  background-color: var(--gray-50);
  border-radius: var(--radius-md);
  -webkit-border-radius: var(--radius-md);
  -moz-border-radius: var(--radius-md);
  -ms-border-radius: var(--radius-md);
  -o-border-radius: var(--radius-md);
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
}

.why-me-select li:hover {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

.why-me-select li .icon-cell {
  background-color: var(--blue-100);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  -webkit-border-radius: var(--radius-md);
  -moz-border-radius: var(--radius-md);
  -ms-border-radius: var(--radius-md);
  -o-border-radius: var(--radius-md);
}

.why-me-select li .icon-cell svg {
  stroke: var(--blue-800);
}
.why-me-select li .bold {
  font-weight: 600;
  font-size: 16px;
}

.why-me-select li p {
  font-weight: 300;
  font-size: 12px;
}

.service-time-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.service-time-list .icon-cell {
  background: #1c33ff;
  background: linear-gradient(
    260deg,
    rgba(28, 51, 255, 1) 0%,
    rgba(184, 59, 247, 1) 100%
  );
  color: var(--white);
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-full);
  -webkit-border-radius: var(--radius-full);
  -moz-border-radius: var(--radius-full);
  -ms-border-radius: var(--radius-full);
  -o-border-radius: var(--radius-full);
}

.service-detalist-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 50px;
  background-color: var(--gray-50);
  border-radius: var(--radius-lg);
  -webkit-border-radius: var(--radius-lg);
  -moz-border-radius: var(--radius-lg);
  -ms-border-radius: var(--radius-lg);
  -o-border-radius: var(--radius-lg);
}
.service-detalist-form .item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.service-detalist-form input,
.service-detalist-form textarea {
  background-color: var(--white);
  resize: none;
}

.job-listings-item .head {
  display: flex;
  gap: 14px;
}

.job-listings-item .head p {
  color: var(--gray-500);
}

.job-listings-item .head .icon-cell {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background-color: var(--gray-100);
  border-radius: var(--radius-md);
  -webkit-border-radius: var(--radius-md);
  -moz-border-radius: var(--radius-md);
  -ms-border-radius: var(--radius-md);
  -o-border-radius: var(--radius-md);
}

.job-listings-item ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.job-listings-item ul li {
  color: var(--gray-600);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}

.job-listings-item ul li span {
  display: block;
}

.job-listings-item a {
  border-radius: var(--radius-xl);
  -webkit-border-radius: var(--radius-xl);
  -moz-border-radius: var(--radius-xl);
  -ms-border-radius: var(--radius-xl);
  -o-border-radius: var(--radius-xl);
}

.job-listings-item a:hover {
  box-shadow: none;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
}

.job-listings-item .conditions {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.job-listings-item .conditions ul li {
  width: 100%;
  display: flex;
  justify-content: start;
  font-size: 12px;
}

.job-listings-item .conditions .right ul li svg {
  stroke: var(--blue-500);
  width: 48px;
}
.job-listings-item .conditions .left ul li svg {
  stroke: var(--green-500);
  width: 48px;
}

.job-listings-item .head .text {
  width: fit-content;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow-y: auto;
}

.modal-content {
  background: #fff;
  width: 90%;
  max-width: 550px;
  margin: 30px auto;
  padding: 30px;
  border-radius: 12px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  position: relative;
}

.modal-content .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}

.modal-header h2 {
  margin: 0;
  font-size: 22px;
  color: #111;
}

.pos-link {
  color: #7c3aed;
  text-decoration: none;
  font-weight: 500;
}

.input-group {
  margin-top: 15px;
}

.input-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #374151;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
}

.file-upload-wrapper {
  border: 1px solid #d1d5db;
  padding: 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-btn {
  background: #f3f7ff;
  color: #7c3aed;
  padding: 6px 15px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #e0e7ff;
}

.info-box {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 13px;
  color: #1e40af;
  line-height: 1.5;
}

.modal-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  gap: 10px;
}

.btn-cancel {
  flex: 1;
  padding: 12px;
  border: 1px solid #d1d5db;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.btn-submit {
  flex: 1;
  padding: 12px;
  border: none;
  background: linear-gradient(90deg, #4f46e5, #9333ea);
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .list-type-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-home-theatre {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .div1 {
    grid-area: 1 / 1 / 3 / 3;
  }
  .div2 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .div3 {
    grid-area: 3 / 2 / 4 / 3;
  }
  .div4 {
    grid-area: 4 / 1 / 5 / 2;
  }
  .div5 {
    grid-area: 4 / 2 / 5 / 3;
  }

  .header-right-flex a {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .list-type-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
  }
  .list-type-2 {
    grid-template-columns: 1fr;
  }
  .activity-title {
    grid-template-columns: 1fr;
  }
  .list-type-3 {
    grid-template-columns: 1fr 1fr;
  }
  .filter-form {
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .logo img {
    width: 150px;
    height: 72px;
    object-fit: contain;
  }
  header .header-search-form {
    display: none;
  }
  .grid-home-theatre {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 12px;
  }

  .grid-home-theatre > div:not(.div1) a {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    background-color: #eee;
  }

  .div1 {
    grid-area: 1 / 1 / 3 / 3;
  }

  .div1 a {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }
  .list-type-1 {
    grid-template-columns: 1fr 1fr;
  }
  .mobil-menu-main {
    max-width: 100%;
  }
  .job-listings-item .conditions {
    grid-template-columns: 1fr;
  }

  .job-listings-item .conditions .left h3 {
    margin-top: 16px;
  }
}
