/*Loading*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101311;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s ease;
}


#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}


.loader-wrapper {
  text-align: center;
}


.logo {
  width: 50px;
  height: 50px;
  margin-bottom: 1.5rem;
  fill: #b5ebb9; 
}


.spinning {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(720deg); }
}


.loading-bar {
  width: 200px;
  height: 6px;
  background-color: #2c322d;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.loading-progress {
  width: 0;
  height: 100%;
  background-color: #b5ebb9;
  animation: load 2.5s ease-out forwards;
}

@keyframes load {
  0% { width: 0; }
  100% { width: 100%; }
}



@font-face {
  font-family: 'Advert';
  src: url('asset/font/Advert.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


html, body {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><circle cx="12" cy="12" r="8" fill="%231d5e43"/></svg>') 12 12, auto;
}

body {
  background: radial-gradient(circle at center -50%, rgba(26, 78, 57, 1) 0%, rgba(16, 19, 17, 1) 70%);;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  overflow-x: hidden;
  font-size: 1rem;
max-width: 100vw;
  overflow-x: hidden;
}

.custom-container, .container-fluid {
  overflow-x: hidden;
}


.navbar-brand img {
  height: 40px;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1d5e43;
  font-weight: 500;
  font-family: 'Times New Roman', Times, serif;
  transition: color 0.3s ease;
  font-size: 1.3rem;
}



.custom-container{
  padding: 0 2rem 0 2rem;
}

.nav-link:hover {
  color: #2c322d;
}

.konzultace-button {
  background-color: #eef3e9;
  color: #1d5e43 !important;
  padding: 0.2rem 0.8rem;
  border-radius: 2rem;
  align-items: center;
  transition: background-color 0.3s ease;
  margin-right: 10px;
}


.konzultace-button:hover {
  background-color: #b5ebb9;
}

.nav-link:hover .arrow-circle {
  background-color: #b5ebb9;
transform: rotate(90deg);
}

.arrow-circle {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #eef3e9;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.arrow-circle svg {
  display: block;
}


    #hero {
      width: 100%;
      height: 45vw;
      background: transparent;
      position: relative;
      overflow-x: hidden;
      max-width: 100%;
    }

    svg {
      width: 100%;
      height: 100%;
      display: block;
    }


.navbar {
  padding: 0;
}
.navbar-toggler{
  background-color: #eef3e9;
}


/*Monolog 1 Part*/
.monolog-section {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}

.monolog-inner-wrapper {
  position: relative;
  padding: 2rem;
  border-radius: 20px;
  background-color: transparent;
  overflow: hidden;
  transition: 0.5s ease;
}



.monolog-inner-wrapper:hover{
background-color: #123b2a;
}

.monolog-content {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
  z-index: 1;
}

.hover-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 2rem;
  z-index: 2;
}

.monolog-section:hover .hover-content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.monolog-section:hover .original-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}




.monolog-img {
  max-width: 100%;
  height: auto;
  max-height: 600px; 
  object-fit: contain;
}

.monolog-label {
  font-size: 1rem;
  color: #9b9c9b;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-align: left;
}

.monolog-text {
  font-size: 1.3rem;
  line-height: 1.8;
  font-weight: 400;
  color: #eef3e9;
  text-align: left;
}

.monolog-author {
  font-size: 1rem;
  color: #b5ebb9;
  font-style: italic;
  margin-top: 2rem;
  text-align: left;
}


/*Describtion*/
.features {
    margin-top: 200px;
  padding-bottom: 200px;
  z-index: 0;
  background: radial-gradient(circle at right 75%, rgba(26, 78, 57, 1) 0%, rgba(16, 19, 17, 0) 70%);
}


.fbox {
  background-color: transparent;
  border: 1px solid #1d5e43;
  padding: 3rem;
  margin: 1.5vh;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 
    0 10px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: perspective(1000px) rotateX(1deg);
  transition: 1s ease;
  max-width: 700px; 
  width: 100%;
}

.fbox:hover{
background-color: #10131175;
transform: translateY(-10px);
}



.fimg {
  width: 100%;
  max-width: 4rem;
  filter: drop-shadow(0 0 5px #3df58b50);
}

.fimg img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  object-fit: cover;
}

.ftext {
  text-align: left;
  color: #eef3e9;
  flex-grow: 1;
   text-align: left;
  color: #eef3e9;
  flex-grow: 1;
  word-wrap: break-word;
}

.ftext h1 {
  color: #b5ebb9;
  margin-bottom: 0.75rem;
  font-family: 'Times New Roman', Times, serif;
}

.gppodnadpis{
  color: #b5ebb9;
  font-family: 'Times New Roman', Times, serif;
  font-size: 7vh;
}

.course-heading-text{
  color: #9b9c9b;
font-size: calc(1rem + 0.3vw);
  font-weight: 450;
  margin-bottom: 50px;
}

.monolog-2{
    margin-top: 200px;
    border-radius: 20px;
    transition: 0.5s ease;
    box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 3rem;
}

.monolog-inner-wrapper2 {
  position: relative;
  padding: 10rem;
  border-radius: 20px;
  background-color: transparent;
  overflow: hidden;
}

.monolog-2:hover{
    background-color: #123b2a;
    transform: translateY(-10px);
}

/*Discord Invite Window*/
.discord{
    margin-top: 200px;
}


.page-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mac-window {
  background-color: #2c2f33;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  height: auto;
}

.mac-header {
  background-color: #1e1e1e;
  padding: 8px 12px;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #3c3c3c;
}

.mac-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.red {
  background-color: #ff5f57;
}

.yellow {
  background-color: #ffbd2e;
}

.green {
  background-color: #28c940;
}

.discord-invite-box {
  padding-top: 110px;
  padding-bottom: 130px;
  color: white;
  text-align: center;
  transform: scale(1.3);
}

.server-logo {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  margin-bottom: 12px;
}

.invite-text {
  color: #b5b5b5;
  font-size: 14px;
  margin-bottom: 4px;
}

.server-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.member-stats {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 20px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}

.green {
  background-color: #3ba55d;
}

.gray {
  background-color: #b9bbbe;
}

.accept-button {
  background-color: #5865f2;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.accept-button:hover {
  background-color: #4752c4;
}


.cbox{
    background-color:#2c2f33;
    color: #b5ebb9;
  border: 1px solid #1d5e43;
  padding: 2.5rem;
  margin: 100px 1.5vh 1.5vh 1.5vh;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 
    0 10px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: perspective(1000px) rotateX(1deg);
  transition: 1s ease;
  max-width: 300px;
}


.count::after {
  content: attr(data-suffix);
  margin-left: 4px;
  color: #9b9c9b;
  font-size: medium;
  font-weight: 600;
}

/*Requirements*/
.rcontainer {
      max-width: 1000px;
      margin: 200px auto;
      background-color: #2c2f33;
      border-radius: 12px;
      box-shadow: 
    0 10px 20px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: perspective(1000px) rotateX(1deg);
      padding: 40px 30px;
    }

  .rcontainer h1 {
      text-align: center;
      margin-bottom: 8px;
      color: #b5ebb9;
      font-family: 'Times New Roman', Times, serif;
      font-size: 7vh;
    }

    p.subtitle {
      text-align: center;
      color: #9b9c9b;
      margin-bottom: 30px;
      font-size: calc(1rem + 0.3vw)
    }

    ul {
      list-style: none;
      padding: 0;
      margin: 0 0 30px 0;
      color: #eef3e9;
      text-align: left;
      padding-left: 20px;
    }

    ul li {
      border-bottom: 1px solid #e0e0e0;
      padding: 12px 0;
      font-size: 1.2rem;
      transition: 0.5s ease;
    }

    li:hover{
        color: #1d5e43;
    }

/*Sale*/
.sale {
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-sale {
  background: #2c322d;
  border-radius: 24px;
  padding: 50px;
  width: 100%;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(29, 94, 67, 0.2);
  border: 1px solid #1d5e43;
  position: relative;
  z-index: 2;
}

.snadpis {
  text-align: left;
  font-size: 32px;
  color: #b5ebb9;
  margin-bottom: 40px;
}

.subscription-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}


.subscription-options {
  display: flex;
  gap: 20px;
  flex: 1;
  min-width: 0;
}

.option {
  flex: 1;
  border: 1px solid #2c322d;
  border-radius: 16px;
  background-color: #101311;
  padding: 25px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  max-width: 400px;
}

.option:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 18px rgba(181, 235, 185, 0.2);
}


.option.selected {
 border: 2px solid #b5ebb9;
  background-color: #1d5e43;
  color: #eef3e9;
  animation: glowPulse 2.5s ease-in-out infinite;
  transform: scale(1.02);
  box-shadow:
    0 0 1px 1px rgba(181, 235, 185, 0.9),
    0 0 10px 4px rgba(181, 235, 185, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.option h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #b5ebb9;
}

.option .price {
  font-size: 26px;
  font-weight: bold;
  color: #eef3e9;
}

.option .note {
  font-size: 14px;
  color: #9b9c9b;
}

.button {
  display: inline-block;
  padding: 14px 28px 14px 28px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  background-color: #1d5e43;
  color: #eef3e9;
  box-shadow: 0 5px 20px rgba(29, 94, 67, 0.4);
  transition: all 0.3s ease;
  height: fit-content;
  margin-top: 124px;
  white-space: nowrap;
}

.podminky{
   display: inline-block;
  padding: 28px 0px 0px 56px;
  font-weight: 600;
  font-size: 12px;
  border: none;
  border-radius: 12px;
  color: #9b9c9b;
  transition: all 0.3s ease;
  height: fit-content;
  margin-top: 124px;
  white-space: nowrap;
}



.button:hover {
  background-color: #144c35;
  box-shadow: 0 6px 26px rgba(29, 94, 67, 0.6);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 19, 17, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.popup-content {
  background-color: #1d5e43;
  color: #eef3e9;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  font-size: 1.2rem;
  transform: scale(0.60);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.popup-overlay.show .popup-content {
  transform: scale(1);
  opacity: 1;
}

.popup-content button {
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: #b5ebb9;
  color: #101311;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s ease-in-out;
}

.popup-content button:hover {
  background-color: #9b9c9b;
  color: #eef3e9;
}


/*Footer*/
.footer-section {
  background-color: #0f110f;
  color: #b5ebb9;
}

.footer-heading {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1d5e43;
}

.footer-section a {
  color: #b5ebb9;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
  color: #1d5e43;
}

.map-container iframe {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 255, 100, 0.1);
}

.footer-logo{
margin-top: 150px;
}

@media (max-width: 1600px) {
  .center-wrapper {
    gap: 4rem;
    font-size: 1.5rem;
     flex-direction: column;
    align-items: flex-start;
  }
  .nav-link {
    font-size: 1.5rem;
  }
   .custom-container {
    padding: 2rem;
  }

  .ftext{
    text-align: center;
  }

  .monolog-section {
    height: fit-content;
  }
}

@media (max-width: 1199.98px) {
  .subscription-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .subscription-options {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .podminky,
  .button {
    margin-top: 24px;
    padding-left: 0;
    text-align: center;
  }

  .button {
    align-self: center;
    padding-left: 30px;
  }
}