html, body {
  height: 100%;
  margin: 0;}


body {
        background-color:#CCE9E8;
}

#navigation {
  position: relative;
  width: 100%;
  padding: 14px 0;
  margin: 0 auto 25px auto;
  background: linear-gradient(to right, rgba(178, 239, 245, 0.85), rgba(245, 235, 225, 0.8));
  border: 1px solid rgba(120, 160, 200, 0.3);
  border-radius: 50px;
  box-shadow: 0 4px 25px rgba(50, 80, 120, 0.1);
  text-align: center;
  backdrop-filter: blur(8px);
}

#navigation a {
  display: inline-block;
  font-family: 'Cinzel Decorative', serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #2a3b4c;
  margin: 0 12px;
  padding: 10px 18px;
  border-radius: 999px;
  letter-spacing: 1.5px;
  transition: all 0.4s ease;
  position: relative;
}

#navigation a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: linear-gradient(to right, #5daec2, #2a3b4c, #5daec2);
  transition: width 0.4s ease;
}

#navigation a:hover::before {
  width: 80%;
}

#navigation a:hover {
  color: #1c4f80;
  background: rgba(178, 239, 245, 0.3);
  box-shadow: 0 0 12px rgba(80, 150, 200, 0.3);
}
h1 {
  font-family: 'Uncial Antiqua', 'Great Vibes', serif;
  font-size: 42px;
  text-align: center;
  letter-spacing: 1.8px;
  margin: 40px auto 30px;
  padding: 15px 40px;
  color: transparent;
  background: linear-gradient(to right, #5daec2, #2a3b4c, #5daec2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
}

h1::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(to right, #5daec2, #a8dce3, #5daec2);
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(80, 150, 200, 0.4);
}

blockquote {
  background: linear-gradient(135deg, rgba(178, 239, 245, 0.9), rgba(245, 235, 225, 0.85));
  border-radius: 24px;
  padding: 25px 35px;
  font-style: italic;
  font-family: 'EB Garamond', serif;
  font-size:23px;
  color: #2a3b4c;
  box-shadow:
    inset 0 0 10px rgba(0, 0, 0, 0.08),
    0 4px 20px rgba(0, 0, 0, 0.12);
  border-left: 5px solid #5daec2;
  max-width: 700px;
  margin: 40px auto;
  line-height: 1.9;
  backdrop-filter: blur(3px);
  position: relative;
}

blockquote::before,
blockquote::after {
  content: '❝';
  font-size: 60px;
  color: #5daec2;
  opacity: 0.15;
  position: absolute;
  font-family: serif;
}

blockquote::before {
  top: 8px;
  left: 16px;
  transform: rotate(-8deg);
}

blockquote::after {
  bottom: 8px;
  right: 16px;
  transform: rotate(170deg);
}

blockquote p {
  font-size: 18px;
  position: relative;
  z-index: 1;
}


#header {
        background-image: url('images/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:612px;
        width:100%;
        margin-top:-4px;
}

#content {
  position: relative;
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
  padding-top: -67px;
  padding-bottom: 90px;
  z-index: 1;
}

.contentx {
  background: linear-gradient(
      145deg,
      rgba(178, 239, 245, 0.95), 
      rgba(220, 245, 240, 0.9),   
      rgba(245, 235, 225, 0.85)   
    ),
    radial-gradient(
      circle at top left,
      rgba(255, 240, 230, 0.15), 
      rgba(0, 0, 0, 0.03)
    );
  padding: 40px;
  border-radius: 40px;
  font-size: 18px;
  font-family: 'Lora', serif;
  color: #2a3b4c;
  text-align: justify;
  box-shadow:
    0 10px 50px rgba(0, 0, 0, 0.15),
    inset 0 0 25px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(8px);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  line-height: 2.2;
}

.contentx::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 60%);
  opacity: 0.1;
  z-index: 0;
}

.contentx input,
textarea,
select {
  background-color: rgba(200, 220, 240, 0.3);
  border: 1px solid #90b0d0;
  padding: 12px 18px;
  color: #2a3b4c;
  border-radius: 20px;
  font-size: 16px;
  font-family: 'Crimson Text', serif;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 8px rgba(80, 140, 200, 0.4);
  transition: all 0.3s ease;
}

.contentx input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #4ba3ff;
  background-color: rgba(180, 210, 240, 0.6);
  box-shadow: 0 0 12px rgba(70, 130, 200, 0.3);
}

a {
  color: #4ba3ff;
  font-size: 18px;
  font-family: 'Lora', serif;
  letter-spacing: 1.2px;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  padding: 6px 4px;
  transition: all 0.4s ease;
}

a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #4ba3ff;
  transition: width 0.3s ease;
}

a:hover::after {
  width: 100%;
}

a:hover {
  color: #1c4f80;
}

b, i {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #4f7fab, #9bbfdd, #4f7fab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  cursor: default;
  transition: color 0.6s ease;
}

b::after, i::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(to right, #3d6f9d, #7fa6c9, #3d6f9d);
  opacity: 0.7;
  transition: width 0.5s ease;
}

b:hover::after,
i:hover::after {
  width: 100%;
}

b:hover, i:hover {
  text-shadow: 0 0 6px rgba(70, 130, 180, 0.6);
  background-size: 200% 200%;
  background-position: 100% 50%;
  transition: background-position 1s ease;
}

@media (max-width: 1024px) {
  #content {
    width: 95%;
    padding: 0 10px;
  }

  #header {
    width: 90%;
    height: auto;
    border-radius: 30px;
  }

  h1 {
    font-size: 34px;
    padding: 12px 20px;
  }

  blockquote {
    margin: 30px 10px;
    padding: 20px 25px;
  }
}

@media (max-width: 768px) {
  .contentx {
    padding: 25px;
    border-radius: 25px;
    font-size: 16px;
  }

  #navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    border-radius: 30px;
  }

  #navigation a {
    margin: 6px 8px;
    padding: 8px 14px;
    font-size: 14px;
  }

  h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  blockquote {
    padding: 18px 20px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .contentx {
    padding: 20px 15px;
    border-radius: 20px;
    font-size: 15px;
  }

  #navigation {
    flex-direction: column;
    align-items: stretch;
    padding: 8px;
    gap: 6px;
  }

  #navigation a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 4px 0;
    padding: 8px 0;
    font-size: 13px;
    border-radius: 20px;
  }

  h1 {
    font-size: 24px;
    padding: 8px 10px;
  }

  blockquote {
    margin: 20px 0;
    padding: 15px;
    font-size: 15px;
  }
}