body { 
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #d1eaff;
  color: #333;
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

.navbar {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 15px 0;
  background: rgba(248, 248, 248, 0.6);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-radius: 0 0 10px 10px;
}

.navbar a {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #1a4e8a;
}

.hover-nav:hover {
  background: linear-gradient(to right,#64a4fe, #bfdcff);
  transition: all 0.3s ease;
  color: white;
}

.youth-nav:hover {
  background: linear-gradient(to right,#76cf7e, #e5eaa4);
  transition: all 0.3s ease;
  color: white;
}


.parent-nav:hover {
  background: linear-gradient(to right,#5ac5e2, #873b79);
  transition: all 0.3s ease;
  color: white;
}



.education-nav:hover {
  background: linear-gradient(to right, #31d297, #99eecf);
  transition: all 0.3s ease;
  color: white;
}

.game-nav:hover {
  background: linear-gradient(to right, #FF9B00, #f8e3c3);
  transition: all 0.3s ease;
  color: white;
}

.leisure-nav:hover {
  background: linear-gradient(to right, #ce0e34, #dd7489);
  transition: all 0.3s ease;
  color: white;
}

.drawing-nav:hover {
  background: linear-gradient(to right, #64a4fe, #ce0e34);
  transition: all 0.3s ease;
  color: white;
}

.maysa-nav:hover {
  background: linear-gradient(to right, #ee8ec3, #febee4);
  transition: all 0.3s ease;
  color: white;
}
.ali-nav:hover {
  background: linear-gradient(to right, #d1c199, #faebc6);
  transition: all 0.3s ease;
  color: white;
}
.melek-nav:hover {
  background: linear-gradient(to right, #c2a6d6, #e6cef7);
  transition: all 0.3s ease;
  color: white;
}

.hero-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(to bottom right, #8cbde5, #74b3e8);
  border-radius: 0 0 0px 0px;
  box-shadow: inset 0 -10px 30px rgba(0, 0, 0, 0.05);
}

.hero-section h1 {
  font-size: 4.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: #1a4e8a;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.hero-section p {
  font-size: 1.6rem;
  color: #555;
}

.main-links-section {
  background: rgba(139, 198, 250, 0.6);
  margin: 40px auto;
  padding: 40px;
  border-radius: 30px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  animation: fadeIn 0.6s ease-out;
}


.main-links-section2 {
  background: #F0F8FF;
  margin: 40px auto;
  padding: 40px;
  border-radius: 30px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  animation: fadeIn 0.6s ease-out;
}

.main-links-section3 {
  background: #EAF2FF;
  margin: 40px auto;
  padding: 40px;
  border-radius: 30px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
  animation: fadeIn 0.6s ease-out;
}

.link-columns {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.link-columns ul {
  list-style-type: disc;
}

.link-columns a {
  color: #1a4e8a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.link-columns a:hover {
  color: #205898;
  transform: scale(1.05);
}

.content-section1 {
  background: #F0F8FE;
  margin: 30px auto;
  padding: 30px;
  border-radius: 25px;
  width: 90%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  animation: fadeIn 0.6s ease-out;
}

.content-section1 h2 {
  margin-bottom: 15px;
}

.content-section1 a {
  color: #1a4e8a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.content-section1 a:hover {
  color: #205898;
  transform: scale(1.2);
}

.content-section12 {
  background: rgba(255, 161, 21, 0.4);
  margin: 30px auto;
  padding: 30px;
  border-radius: 25px;
  width: 90%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  animation: fadeIn 0.6s ease-out;
}

.content-section12 h2 {
  margin-bottom: 15px;
}

.content-section12 a {
  color: #1a4e8a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.content-section12 a:hover {
  color: #205898;
  transform: scale(1.2);
}

.content-section123 {
  background: rgba(206, 14, 52, 0.6);
  margin: 30px auto;
  padding: 30px;
  border-radius: 25px;
  width: 90%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  animation: fadeIn 0.6s ease-out;
}

.content-section123 h2 {
  margin-bottom: 15px;
}

.content-section123 a {
  color: #1a4e8a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.content-section123 a:hover {
  color: #205898;
  transform: scale(1.2);
}

.content-section2 {
  background: rgba(139, 198, 250, 0.6);
  margin: 30px auto;
  padding: 30px;
  border-radius: 25px;
  width: 90%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  animation: fadeIn 0.6s ease-out;
}

.content-section2 h2 {
  margin-bottom: 15px;
}

.canvas{
  background: rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  align-content: center;
  margin-bottom: 10px;
}

.color-options{
  margin-top: 15px;
  display: flex;
  gap: 20px;
}

.color-btn {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease;
}

.color-btn:hover {
  transform: scale(1.1);
}

.clear-btn {
  font-size: large;
  padding: 8px 16px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(to right, #95c5ff, #6eaaff);
  color: white;
  font-weight: 550;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.clear-btn:hover {
  background: linear-gradient(to right, #8abbff, #519fff);
  transform: scale(1.1);
}





.maysa-container {
  width: 90%;
  border-radius: 50px;
  background: linear-gradient(to right, #ee8ec3, #febee4);
  margin: 20px auto;
  padding: 20px;
  transition: box-shadow 0.4s ease, transform 0.4s ease, background 0.4s ease, width 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.6s ease-out;
}

.maysa-container:hover {
  width: 92%;
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background: linear-gradient(to right, #ef97c7, #febee4);
}

.maysa-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.melek-container {
  width: 90%;
  border-radius: 50px;
  background: linear-gradient(to right, #c2a6d6, #e6cef7);
  margin: 20px auto;
  padding: 20px;
  transition: box-shadow 0.4s ease, transform 0.4s ease, background 0.4s ease, width 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.6s ease-out;
}

.melek-container:hover {
  width: 92%;
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background: linear-gradient(to right, #d0b5e3, #e6cef7);
}

.melek-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.ali-container {
  width: 90%;
  border-radius: 50px;
  background: linear-gradient(to right, #d1c199, #faebc6);
  margin: 20px auto;
  padding: 20px;
  transition: box-shadow 0.4s ease, transform 0.4s ease, background 0.4s ease, width 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.6s ease-out;
}

.ali-container:hover {
  width: 92%;
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  background: linear-gradient(to right, #ddcea7, #faebc6);
}

.ali-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.maysa-header,
.melek-header,
.ali-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.maysa-header img,
.melek-header img,
.ali-header img {
  width: 40px;
  height: 40px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}






#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #D75331;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}
  
#myBtn:hover {
    background-color: #d07f6a;
}

