*, *::before, *::after {
	box-sizing: border-box;
	margin:0;
	padding:0;
}

* {box-sizing:border-box}


:root {
	--base: #2D283E;
	--base-100: #D1D7E0;
	--base-400: #564F6F;
	--base-800: #000;
	--brandpurple: #802BB1;
	--textcolor: #f1f1f1;


}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #221729;
    font-optical-sizing: auto;
	font-style: normal;
	font-size: 20px;
}

h1, h3, h4, h5, h6 {
    font-family: 'Montserrat', serif;
    font-weight: 700;
}

h2 {
  font-family: Playfair Display;
}
/* Special style for #GLORYMUN */
.glorymun-special {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #D6C2F0;
    text-shadow: 0 2px 8px rgba(128,43,177,0.15);
}

a {
	text-decoration: none;
	color: var(--textcolor);
	}


header {
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
	justify-content:space-between;
	max-width:1440px;
	margin:auto;
	border-bottom: 1px solid rgba(0,0,0,0.1);

	.banner-baslik{
		display:flex;
		padding:10px;
		align-items:center;
	}

	nav {
		display:flex;
		align-items:center;
		ul {
			display:flex;
			list-style-type: none;
			gap:5px;
			li {
				display:inline-block;
				a {
					display:inline-block;
					padding:10px 20px;
					color:var(--textcolor);
					font-weight: 600;
					&:hover {
						border-radius:10px;
						text-decoration: none;
					}
				}
			}
		 li::after {
    		content: '';
			width: 0%;
			height: 2px;
			background: linear-gradient(135deg, #6A0DAD, #D6C2F0);
			display: block;
			margin: auto;
			transition: 0.5s;
}

			li:hover::after {
				width: 100%;
}

		
		}
		.mobile-toggle {
			display:none;
			color:var(--base-800);
			padding:10px;
			@media (max-width:768px){
				display:inline-block;
				position:absolute;
				top:20px;
				right:20px;
			}
		}
	}

	@media (max-width: 1024px) {
		flex-direction:column;
		align-items:center;
	}

	@media (max-width: 768px) {
		flex-direction:column;
		align-items:center;
		nav {
			margin-top:10px;
			width:100%;
			ul {
				display:none;
				flex-direction:column;
				text-align:center;
				width:100%;
				a {
					width:100%;
				}
				&.active {
					display:flex;
				}
			}
		}
	}
	    nav a {
			text-decoration: none;
			font-weight: 300;
    }
		a div img {
			display:flex;
			align-items:center;
			justify-content:center;
			font-size:1.8em;
			width: 2em;
    }
}

    .cloas {
      text-align: center;
      padding: 5rem 2rem;
      background-size: cover;
    }

    .cloas h1 {
    	font-size: 3rem;
    	color: var(--textcolor);
      text-align: center;
    }

    .cloas p {
      max-width: 600px;
      margin: 1rem auto;
      color: #D6C2F0;
    }

	
    .btn-primary {
      display: inline-block;
      padding: 0.75rem 2rem;
      margin-top: 1rem;
      background: linear-gradient(135deg, #6A0DAD, #D6C2F0);
      color: #1F0033;
      border: none;
      border-radius: 3px;
      font-weight: bold;
	  font-size: 0.9em;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 1px;
      transition: box-shadow 0.3s ease;
    }

    .btn-primary:hover {
      box-shadow: 0 0 10px rgba(214, 194, 240, 0.6);
    }

    .btn-sec {
      display: inline-block;
      padding: 0.75rem 2rem;
      margin-top: 1rem;
      color: var(--textcolor);
	  border: 1px solid var(--brandpurple);
      border-radius: 3px;
      cursor: pointer;
	  font-weight: 100;
	  letter-spacing: 0.1em;
	  font-size: 0.9em;
      text-transform: uppercase;
      transition: box-shadow 0.3s ease;
    }

    .btn-sec:hover {
      box-shadow: 0 0 10px rgba(214, 194, 240, 0.6);
    }
	
	.container {
  text-align: center;
  padding-inline: 1rem;
  max-width: 1440px;
  margin: 0 auto;
  padding-block: 3rem;
}

.countdown-container h1 {
    	font-size: 2.3rem;
    	color: var(--textcolor);
		letter-spacing: 0.1em
}

.countdownerbg {
  background-image: url('./src/img/pexels-michael-d-beckwith-2150568551-31552763.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.countdownerbg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(34, 23, 41, 0.55); 
  z-index: 1;
  pointer-events: none;
}
.countdownerbg > * {
  position: relative;
  z-index: 2;
}

.wh {
	font-size: 1.5rem;
	color: var(--textcolor);
	font-weight: 200;
	letter-spacing: 0.1em;
}

.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em; /* reduced from 4em */
}

.countdown .title {
  position: relative;
  background-color: var(--brandpurple);
  border-radius: 0.3rem;
  box-shadow: 0 4px var(--brandpurple);
  margin-bottom: 1.3rem;
  width: 6em;
  height: 6em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown .title::before {
  /* Left dot */
  content: '';
  position: absolute;
  top: 50%;
  left: -7px;
  width: 15px;
  height: 15px;
  background-color: var(--base);
  border-radius: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

.countdown .title::after {
  /* Right dot */
  content: '';
  position: absolute;
  top: 50%;
  right: -7px;
  width: 15px;
  height: 15px;
  background-color: var(--base);
  border-radius: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

.countdown .title .after-line,
.countdown .title .before-line,
.countdown .title h2::before,
.countdown .title h2::after {
  display: none !important;
}

.countdown .title::marker {
  display: none;
}

.countdown .title::line {
  display: none;
}

.countdown .title::line {
  display: none;
}

.countdown .title-line {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transform: translateY(-50%);
}

/* Add the line as a child in HTML for best compatibility */
.countdown .title h2 {
  color: var(--soft-red);
  font-size: 3rem;
  font-family: Montserrat;
  line-height: 2.4em;
  position: relative;
  overflow: hidden;
  z-index: 4;
}

.countdown .title h2::before {
  content: '';
  position: absolute;
  top: 47%;
  left: -5px;
  width: 15px;
  height:15px;
  background-color: var(--base);
  border-radius: 50%;
  z-index: 1;
}

.countdown .title h2::after {
  content: '';
  position: absolute;
  top: 47%;
  right: -5px;
  width: 15px;
  height: 15px;
  background-color: var(--base);
  border-radius: 50%;
  z-index: 1;
}

.countdown .count:not(:last-child) {
  margin-right: 1rem;
}

.countdown .count p {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1rem;
  color: var(--textcolor);
  font-weight: 500;
}
.venue {
	text-align: center;
}

.venue h1 {
	font-size: 2.3rem;
	color: var(--textcolor);
	letter-spacing: 0.1em;
}

.venue h2 {
	font-size: 1.5rem;
	color: var(--textcolor);
	font-weight: 200;
	letter-spacing: 0.1em;
}


.map {
	border-radius: 5px;
	margin-top: 2em;
}

.registerer {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
  height: 1800px;
  min-height: 400px;
  border: none;
  margin: 2em auto;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .registerer {
    height: 1600px;
    min-width: 0;
    max-width: 100vw;
  }
}

@media (max-width: 500px) {
  .registerer {
    height: 1400px;
    min-width: 0;
    max-width: 100vw;
  }
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.slideshow-container {
  max-width: 600px;
  width: 100%;
  margin: 2em auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #1a1122;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.slideshow-container img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 400px;
}

.mySlides {
  display: none;
  position: relative;
}

.prev, .next {
  z-index: 2;
}

.prev {
  left: 0;
}

.gallerycont h1{
	font-size: 2.3rem;
	color: var(--textcolor);
	letter-spacing: 0.1em;
}

footer {
      text-align: center;
      padding: 2rem;
      background-color: #2E2E3A;
      color: #999;
      font-family: Playfair Display;
      font-weight: 100;
    }

.faq-answer {
  color: var(--textcolor);
  font-family: Montserrat;
  text-align: left;
}

.faq_3 .container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 10px;
  padding-left: 60px;
}

.faq_3 .text-blk {
  margin: 0;
  line-height: 25px;
}

.faq_3 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
}

.faq_3 .answer-box {
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: max-height 0.5s ease;
}

.faq_3 .faq.active .openimg {
  transform: rotate(180deg);
}

.faq_3 .openimg {
  transition: transform 0.3s ease-in;
}

.faq_3 .faq.active .answer-box {
  max-height: 550px;
}

.faq_3 input:focus {
  outline: none;
}

.faq_3 .responsive-container-block.container {
  padding: 0;
}

.faq_3 .input {
  border: none;
  border-color: #767676;
  height: 45px;
  width: 100%;
  font-size: 15px;
  padding: 1px 24px;
}

.faq_3 .form-box {
  float: none;
  display: flex;
  justify-content: center;
}

.faq_3 .responsive-container-block.dropdown-container {
  max-width: 850px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  height: auto;
  flex-direction: column;
  display: block;
}

.faq-answer{
  text-indent: 3em;
}

.faq-questions{
  text-align: left;
}

.faq_3 .faq {
  display: block;
  flex-direction: column;
  border-bottom: 1px solid #aaaaaa;
  margin: 0 0 25px 0;
}

.faq_3 .faq-question-container {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.faq_3 .text-blk.faq-questions {
  color: var(--textcolor);
  font-family: Playfair Display;
  font-size: 22px;
}



.faq_3 .faq-question-container:hover {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .faq_3 .text-blk.faq-answer {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .faq_3 .responsive-container-block.faqheading-bg {
    padding: 0 30px;
  }
  .faq_3 .text-blk.faq-answer {
    font-size: 18px;
  }
  .faq_3 .text-blk.faq-questions {
    font-size: 20px;
  }
  .faq_3 .text-blk.faq-answer {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 500px) {
  .faq_3 .responsive-container-block.dropdown-container-wrapper {
    padding: 0 20px;
  }
  .faq_3 .responsive-container-block.faqheading-bg {
    padding: 0 30px;
  }
  .faq_3 .container-block {
    padding: 10px 15px;
  }
  .faq_3 .faq-question-container {
    margin-bottom: 15px;
  }
  .faq_3 .text-blk.faq-questions {
    font-size: 19px;
  }
  .faq_3 .text-blk.faq-answer {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0;
  }
  .faq_3 .responsive-container-block.dropdown-container {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .countdown {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2em 0.5em;
    justify-items: center;
    align-items: stretch;
    justify-content: center;
  }
  .countdown .count {
    margin-right: 0 !important;
    margin-bottom: 0;
    width: auto;
  }
  .countdown .title {
    width: 4.5em;
    height: 4.5em;
  }
  .countdown .title h2 {
    font-size: 2rem;
    line-height: 2.2em;
  }
  .slideshow-container {
    max-width: 100vw;
    border-radius: 0;
  }
  .map {
    width: 100% !important;
    height: 250px !important;
    min-width: 0;
    max-width: 100vw;
    display: block;
  }
  .venue {
    padding-inline: 0.5rem;
  }
}

.becerilersection {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  color: var(--textcolor);
}

.becerilercontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3em;
}

.beceri {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16em;
}

.beceri img {
  max-width: 10em;
  max-height: 16em;
  height: auto;
  margin-bottom: 1em;
  border-radius: 5px;
}

.beceri p {
  margin: 0;
  font-size: 1em;
}

.events-container {
  max-width: 900px;
  margin: 3em auto;
  padding: 2em 1em;
  background: rgba(34, 23, 41, 0.7);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.event {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2em;
  margin-bottom: 2.5em;
  background: #1a1122;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(128,43,177,0.08);
  padding: 1.5em;
}

.event-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(128,43,177,0.10);
  background: #fff;
}

.event-details {
  flex: 1 1 300px;
  color: var(--textcolor);
}

.event-details h2 {
  font-size: 1.5em;
  margin-bottom: 0.7em;
  color: #D6C2F0;
  font-family: 'Playfair Display', serif;
}

.event-details p {
  margin-bottom: 0.7em;
  color: #f1f1f1;
  font-size: 1.08em;
}

.event-details ul {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 0 0;
}

.event-details li {
  font-size: 1.08em;
  margin-bottom: 0.4em;
  display: flex;
  align-items: center;
}

@media (max-width: 700px) {
  .event {
    flex-direction: column;
    align-items: center;
    padding: 1em;
  }
  .event-img {
    width: 100%;
    max-width: 350px;
    height: 180px;
    margin-bottom: 1em;
  }
  .event-details {
    flex: 1 1 100%;
    text-align: center;
  }
}

.contact-container {
  max-width: 600px;
  margin: 3em auto;
  padding: 2em 1.5em;
  background: rgba(34, 23, 41, 0.7);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
  text-align: center;
}

.contact-title {
  font-size: 2.2em;
  color: #D6C2F0;
  margin-bottom: 1.5em;
  font-family: 'Playfair Display', serif;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 1.2em;
  background: #1a1122;
  border-radius: 10px;
  padding: 1em 1.5em;
  box-shadow: 0 2px 12px rgba(128,43,177,0.08);
}

.contact-icon {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
}

.contact-method h2 {
  margin: 0 0 0.2em 0;
  color: var(--textcolor);
  font-size: 1.2em;
}

.contact-link {
  color: #D6C2F0;
  font-size: 1.1em;
  text-decoration: none;
  font-weight: 600;
}

.contact-link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .contact-container {
    padding: 1em 0.5em;
  }
  .contact-method {
    flex-direction: column;
    gap: 0.7em;
    padding: 1em;
  }
  .contact-icon {
    width: 48px;
    height: 48px;
  }
}
