@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

html {
  font-size: 10px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  font-family: "Inter", sans-serif;
}

h1, h2, h3 {
  font-family: "Inter", sans-serif;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body {
  background: #f4f4f4;
}

header {
  width: 100%;
  position: fixed;
  z-index: 5;
  padding: 2rem 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  background: transparent;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header .logo {
  width: 20rem;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  display: block;
}
header .logo:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
header .logo img {
  width: 100%;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
header nav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  display: block;
}
header nav ul li a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.scrolled {
  background-color: rgba(28, 42, 58, 0.9);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

main {
  width: 100%;
  height: 100dvh;
  position: relative;
}
main .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(28, 42, 58, 0.4);
  padding: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .overlay .prolog h1 {
  font-size: 5rem;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 0.8rem;
}
main .overlay .prolog h3 {
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 0.8rem;
  margin-bottom: 3rem;
}
main .overlay .prolog .glass-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 1.2rem 1.6rem;
  line-height: 1;
}
main .overlay .prolog .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  margin-top: 3rem;
}
main .overlay .prolog .socials svg {
  width: 4rem;
  fill: #ffffff;
}

.glass-button {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0.8rem 0.8rem;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.glass-button img {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
}

.glass-button:hover {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

#toggle {
  display: none;
}

section {
  padding: 10rem 15rem;
}

#prolog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#prolog h2 {
  font-size: 4rem;
  padding-bottom: 1rem;
  color: #1C2A3A;
}
#prolog hr {
  width: 12rem;
  background: #1C2A3A;
  height: 3px;
  border: none;
}
#prolog p {
  font-size: 2rem;
  text-align: center;
  padding: 3rem 0;
  max-width: 120rem;
}

.btn {
  font-size: 2.2rem;
  padding: 0.8rem 3.6rem;
  background: #1C2A3A;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}
#services h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
}
#services .services-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  padding-top: 5rem;
  max-width: 120rem;
}
#services .services-wrapper .service {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  background: #1C2A3A;
  padding: 2rem;
}
#services .services-wrapper .service img {
  width: 12rem;
  margin-bottom: 2rem;
}
#services .services-wrapper .service h3 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}
#services .services-wrapper .service:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}

#references {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}
#references h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  padding-bottom: 5rem;
  text-align: center;
}
#references .container {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
#references .slider-outer-wrapper {
  position: relative;
  padding: 0 5rem;
}
#references .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#references .testimonial-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#references .testimonial-card .image-box {
  max-width: 25%;
  aspect-ratio: 1;
}
#references .testimonial-card .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#references .testimonial-card .text-box {
  width: 100%;
  padding: 4rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#references .testimonial-card .text-box .quote {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}
#references .author-info {
  text-align: right;
  font-size: 1.8rem;
  color: #000000;
  padding-top: 2rem;
}
#references .author-info strong {
  font-weight: 700;
}
#references .author-info .divider {
  margin: 0 0.5rem;
  font-weight: normal;
}
#references .custom-nav-btn {
  color: #000000;
  width: 3rem;
  height: 3rem;
  margin-top: 0;
  top: calc(50% - 2rem);
}
#references .custom-nav-btn::after {
  font-size: 2.4rem;
  font-weight: 900;
}
#references .custom-nav-btn.swiper-button-prev {
  left: 0;
}
#references .custom-nav-btn.swiper-button-next {
  right: 0;
}

#socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}
#socials .socials-box {
  max-width: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#socials .socials-box a {
  width: 20rem;
}
#socials .socials-box a img {
  width: 20rem;
}
#socials .socials-box p {
  font-size: 1.8rem;
  margin-top: 2rem;
  text-align: center;
}
#socials .socials-box .socials-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
}
#socials .socials-box .socials-link a {
  width: auto;
}
#socials .socials-box .socials-link a svg {
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  display: block;
}
#socials .socials-box .socials-link a svg:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #1C2A3A;
  padding: 1.5rem 15rem;
}
footer p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 1.8rem;
  color: #ffffff;
}
footer p a {
  color: #ffffff;
}
footer p svg {
  width: 2rem;
  fill: #ffffff;
}

.cookies {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  padding-bottom: 0;
  width: 42.5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 2;
}
.cookies p {
  font-size: 1.6rem;
}
.cookies a {
  color: #1C2A3A;
  font-weight: bold;
}
.cookies .row {
  width: 50%;
  margin: 2rem;
}
.cookies .row .btn-g {
  font-size: 1.8rem;
  margin: 0rem 2rem;
  color: #ffffff;
  background: #1C2A3A;
  padding: 0.7rem 2.5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border: 3px solid #1C2A3A;
  cursor: pointer;
}
.cookies .row .btn-g:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.cookies .row .btn-b {
  font-size: 1.8rem;
  margin: 0rem 2rem;
  color: #1C2A3A;
  background: transparent;
  padding: 0.7rem 2.5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  border: 3px solid #1C2A3A;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  cursor: pointer;
}
.cookies .row .btn-b:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#rules {
  width: 100%;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#rules .rules-content {
  width: 80%;
  margin: 0 auto;
}
#rules .rules-content h1 {
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5rem;
  text-align: center;
}
#rules .rules-content h2 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 1rem;
}
#rules .rules-content p {
  font-size: 2rem;
  margin-bottom: 3rem;
}

.first-section {
  padding-top: 18rem;
}

.padding-top {
  padding-top: 10rem !important;
}

.inner-page {
  background: #1C2A3A;
}

#about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .about-content {
  width: 80%;
  margin: 0 auto;
}
#about .about-content p {
  font-size: 2rem;
}

#thesis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}
#thesis h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
  text-align: center;
}
#thesis h3 {
  font-size: 2.5rem;
  text-align: center;
}
#thesis .thesis-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  margin-top: 5rem;
}
#thesis .thesis-row form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60rem;
}
#thesis .thesis-row form h3 {
  font-size: 2rem;
  padding-bottom: 2rem;
  text-align: start;
}
#thesis .thesis-row form input, #thesis .thesis-row form textarea {
  width: 100%;
  background: rgba(57, 61, 74, 0.13);
  border: none;
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  outline: none;
  margin-bottom: 1rem;
}
#thesis .thesis-row form label {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
#thesis .thesis-row form textarea {
  min-height: 15rem;
  resize: vertical;
}
#thesis .thesis-row form input[type=submit] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  padding: 0.8rem 3.6rem;
  background: #1C2A3A;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}
#thesis .thesis-row form input[type=submit]:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#thesis .thesis-row .link {
  width: 25rem;
  display: block;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  background: #1C2A3A;
  padding: 2rem;
  aspect-ratio: 4/3;
}
#thesis .thesis-row .link img {
  width: 12rem;
  margin-bottom: 2rem;
}
#thesis .thesis-row .link h3 {
  font-size: 2rem;
  text-transform: uppercase;
  color: #ffffff;
}
#thesis .thesis-row .link:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}

.active {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 0.3rem;
}

#page-hero {
  width: 100%;
  height: 60dvh;
  position: relative;
}
#page-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(28, 42, 58, 0.4);
  padding: 10rem 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page-hero .overlay .prolog h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5rem;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 0.8rem;
}
#page-hero .overlay .prolog h3 {
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 0.8rem;
  margin-bottom: 3rem;
}
#page-hero .overlay .prolog .glass-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 1.2rem 1.6rem;
  line-height: 1;
}

#banner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
}
#banner .overlay {
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(28, 42, 58, 0.8);
  padding: 10rem 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#banner .overlay .prolog h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5rem;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 0.8rem;
}
#banner .overlay .prolog p {
  font-size: 2rem;
  max-width: 100rem;
  color: #ffffff;
  padding: 3rem 0;
}
#banner .overlay .prolog .glass-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  text-transform: uppercase;
  padding: 1.2rem 1.6rem;
  line-height: 1;
}

#foreign-reality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#foreign-reality h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  padding-bottom: 2rem;
}
#foreign-reality p {
  font-size: 2rem;
  text-align: center;
}
#foreign-reality .destinations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  margin-top: 5rem;
  max-width: 100rem;
}
#foreign-reality .destinations .destination {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#foreign-reality .destinations .destination img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
#foreign-reality .destinations .destination .destination-detail {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#foreign-reality .destinations .destination .destination-detail h3 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
#foreign-reality .destinations .destination .destination-detail a {
  text-align: center;
  text-transform: uppercase;
  color: #1C2A3A;
  font-size: 2rem;
  border-bottom: 2px solid #1C2A3A;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
#foreign-reality .destinations .destination .destination-detail a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#videosection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}
#videosection h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
}
#videosection video {
  width: 100%;
  height: auto;
  max-width: 100rem;
  aspect-ratio: 16/9;
}
#videosection iframe {
  width: 100%;
  height: auto;
  max-width: 100rem;
  aspect-ratio: 16/9;
}

#calculations {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}
#calculations h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
}
#calculations .calculators-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #calculations .calculators-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#calculations .calculator-wrapper {
  width: 100%;
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#calculations .calculator-wrapper h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #1C2A3A;
  text-align: center;
  font-size: 2rem;
}
#calculations .calculator-wrapper .input-group {
  margin-bottom: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#calculations .calculator-wrapper .input-group label {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #444;
  font-size: 1.8rem;
}
#calculations .calculator-wrapper .input-group input, #calculations .calculator-wrapper .input-group select {
  padding: 0.8rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 1.8rem;
  color: #333;
  background-color: #fff;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
#calculations .calculator-wrapper .input-group input:focus, #calculations .calculator-wrapper .input-group select:focus {
  outline: none;
  border-color: #1C2A3A;
}
#calculations .calculator-wrapper .btn-calculate {
  width: 100%;
  margin-top: auto;
  padding: 1rem;
  background-color: #1C2A3A;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#calculations .calculator-wrapper .btn-calculate:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
#calculations .calculator-wrapper .results-container {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
#calculations .calculator-wrapper .results-container h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #333;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 0.5rem;
}
#calculations .calculator-wrapper .results-container .result-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  font-size: 1.8rem;
  color: #444;
}
#calculations .calculator-wrapper .results-container .result-row.highlight {
  font-weight: 700;
  color: #222;
  border-top: 1px dashed #d1d5db;
  margin-top: 0.5rem;
  padding-top: 1rem;
}
#calculations .calculator-wrapper .results-container .result-row.highlight .result-value {
  color: #1C2A3A;
}
#calculations .calculator-wrapper .results-container .result-row .result-value {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: right;
  padding-left: 1rem;
}

#study-abroad-section {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#study-abroad-section h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
}
#study-abroad-section p {
  font-size: 2rem;
  text-align: center;
  max-width: 100rem;
  margin-bottom: 3rem;
}
#study-abroad-section .container {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
#study-abroad-section .swiper {
  width: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
#study-abroad-section .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#study-abroad-section .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
#study-abroad-section .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
#study-abroad-section .swiper .swiper-button-next,
#study-abroad-section .swiper .swiper-button-prev {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, transform 0.2s;
  transition: background 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
#study-abroad-section .swiper .swiper-button-next:hover,
#study-abroad-section .swiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#study-abroad-section .swiper .swiper-button-next::after,
#study-abroad-section .swiper .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
#study-abroad-section .swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
#study-abroad-section .swiper .swiper-pagination-bullet-active {
  background: #ffffff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#process-steps {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
}
#process-steps h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5rem;
}
#process-steps .steps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 120rem;
  margin: 0 auto;
}
#process-steps .step-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#process-steps .step-card .icon-wrapper {
  position: relative;
  width: 13rem;
  height: 13rem;
  background-color: #1C2A3A;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
#process-steps .step-card .icon-wrapper svg {
  width: 5.5rem;
  height: 5.5rem;
  color: #fff;
}
#process-steps .step-card .icon-wrapper .step-badge {
  position: absolute;
  top: 0;
  right: -1rem;
  background-color: rgb(18, 18, 161);
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.6rem 1.8rem;
  border-radius: 20px;
}
#process-steps .step-card h3 {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 2.5rem;
  line-height: 1.3;
  font-weight: 600;
}
#process-steps .step-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#process-steps .step-card ul li {
  font-size: 1.8rem;
  color: #333333;
  margin-bottom: 2rem;
  padding-left: 3rem;
  position: relative;
  line-height: 1.5;
}
#process-steps .step-card ul li::before {
  content: "❯";
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: #1a1a1a;
  font-weight: 900;
  font-size: 1.6rem;
}
#process-steps .cta-wrapper {
  text-align: center;
  margin-top: 5rem;
}
#process-steps .cta-wrapper .btn-outline {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #1C2A3A;
  background-color: transparent;
  border: 2px solid #1C2A3A;
  padding: 1.2rem 3.5rem;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#process-steps .cta-wrapper .btn-outline:hover {
  background-color: #1C2A3A;
  color: #ffffff;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

#contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem;
}
#contact form {
  background: #1C2A3A;
  padding: 3rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 60rem;
  min-width: 28rem;
}
#contact form h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 3rem;
}
#contact form input, #contact form select, #contact form textarea {
  width: 100%;
  margin-bottom: 1.5rem;
  background: #6B727B;
  padding: 1rem;
  font-size: 2rem;
  color: #ffffff;
  outline: none;
  border: none;
}
#contact form input::-webkit-input-placeholder, #contact form select::-webkit-input-placeholder, #contact form textarea::-webkit-input-placeholder {
  color: #f5f5f5;
}
#contact form input::-moz-placeholder, #contact form select::-moz-placeholder, #contact form textarea::-moz-placeholder {
  color: #f5f5f5;
}
#contact form input:-ms-input-placeholder, #contact form select:-ms-input-placeholder, #contact form textarea:-ms-input-placeholder {
  color: #f5f5f5;
}
#contact form input::-ms-input-placeholder, #contact form select::-ms-input-placeholder, #contact form textarea::-ms-input-placeholder {
  color: #f5f5f5;
}
#contact form input::placeholder, #contact form select::placeholder, #contact form textarea::placeholder {
  color: #f5f5f5;
}
#contact form select {
  cursor: pointer;
}
#contact form textarea {
  min-height: 15rem;
  resize: vertical;
}
#contact form label {
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
#contact form label a {
  color: #ffffff;
  font-weight: bold;
}
#contact form .checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#contact form .checkbox-row label {
  margin-bottom: 0;
}
#contact form .checkbox-row input[type=checkbox] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
}
#contact form input[type=submit] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 4rem;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  margin: 0 auto;
  margin-top: 2rem;
}
#contact form input[type=submit]:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#contact .contact-datails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40rem;
}
#contact .contact-datails h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #1C2A3A;
  margin-bottom: 3rem;
}
#contact .contact-datails .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
#contact .contact-datails .row svg {
  width: 3.5rem;
  height: 3.5rem;
  fill: #1C2A3A;
}
#contact .contact-datails .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
#contact .contact-datails .socials svg {
  width: 3.5rem;
  height: 3.5rem;
  fill: #1C2A3A;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
#contact .contact-datails .socials svg:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#contact .contact-datails p {
  font-size: 2rem;
  margin: 2rem 0;
}
#contact .contact-datails p b {
  color: #1C2A3A;
}

#contact-hero {
  padding-bottom: 0;
}
#contact-hero .container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
#contact-hero .contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55rem;
}
#contact-hero .image-box {
  width: 60%;
  height: 60rem;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#contact-hero .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#contact-hero .contact-card {
  position: absolute;
  left: 0;
  width: 55%;
  background-color: #f2f3f5;
  padding: 6rem;
  border-radius: 12px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  z-index: 2;
}
#contact-hero .contact-card h2 {
  font-size: 3.5rem;
  color: #1a2434;
  margin-bottom: 5rem;
  text-transform: uppercase;
  font-weight: 800;
}
#contact-hero .contact-card .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 5rem;
}
#contact-hero .contact-card .contact-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  text-decoration: none;
  color: #1a2434;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#contact-hero .contact-card .contact-info .info-item:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#contact-hero .contact-card .contact-info .info-item {
  /* Stylování pro SVG ikony */
}
#contact-hero .contact-card .contact-info .info-item svg {
  width: 3.5rem;
  height: 3.5rem;
}
#contact-hero .contact-card .contact-info .info-item span {
  font-size: 2rem;
  font-weight: 600;
}
#contact-hero .contact-card .contact-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
#contact-hero .contact-card .contact-actions .btn-dark {
  background-color: #1a2434;
  color: #ffffff;
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}
#contact-hero .contact-card .contact-actions .btn-dark:hover {
  background-color: rgb(43, 59.5384615385, 86);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
#contact-hero .contact-card .contact-actions .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
#contact-hero .contact-card .contact-actions .social-icons a {
  color: #1a2434;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  /* Stylování pro SVG ikony sociálních sítí */
}
#contact-hero .contact-card .contact-actions .social-icons a svg {
  width: 3rem;
  height: 3rem;
}
#contact-hero .contact-card .contact-actions .social-icons a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#saving-calculator .container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}
#saving-calculator .calc-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  background: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
#saving-calculator .calc-inputs {
  padding: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#saving-calculator .calc-inputs h3 {
  font-size: 3rem;
  color: #1a2434;
  margin-bottom: 4rem;
}
#saving-calculator .calc-inputs .input-group {
  margin-bottom: 3.5rem;
}
#saving-calculator .calc-inputs .input-group:last-child {
  margin-bottom: 0;
}
#saving-calculator .calc-inputs .input-group .label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
#saving-calculator .calc-inputs .input-group .label-row label {
  font-size: 1.8rem;
  color: #444;
  font-weight: 600;
}
#saving-calculator .calc-inputs .input-group .label-row .val-display {
  font-size: 2rem;
  font-weight: 800;
  color: #3b82f6;
}
#saving-calculator .calc-inputs .input-group input[type=range] {
  width: 100%;
  accent-color: #3b82f6;
  cursor: pointer;
  height: 6px;
  background: #e2e8f0;
  border-radius: 5px;
  outline: none;
}
#saving-calculator .calc-results {
  background-color: #1C2A3A;
  padding: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
#saving-calculator .calc-results .result-label {
  font-size: 2rem;
  color: #94a3b8;
  margin-bottom: 1rem;
}
#saving-calculator .calc-results .result-total {
  font-size: 5rem;
  font-weight: 800;
  margin-bottom: 4rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2rem;
}
#saving-calculator .calc-results .afford-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#saving-calculator .calc-results .afford-list p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #cbd5e1;
}
#saving-calculator .calc-results .afford-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 4rem 0;
}
#saving-calculator .calc-results .afford-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  color: #64748b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#saving-calculator .calc-results .afford-list ul li .icon {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#saving-calculator .calc-results .afford-list ul li.afforded {
  color: #ffffff;
  font-weight: 600;
}
#saving-calculator .calc-results .btn-calc {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #1a2434;
  padding: 1.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#saving-calculator .calc-results .btn-calc:hover {
  background-color: #e2e8f0;
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

#blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#blog h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  padding-bottom: 5rem;
  text-align: start;
}
#blog .filters {
  margin-bottom: 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
#blog .filters select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
  background: #6B727B;
  padding: 1rem;
  font-size: 2rem;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  border: none;
}
#blog .filters select::-webkit-input-placeholder {
  color: #f5f5f5;
}
#blog .filters select::-moz-placeholder {
  color: #f5f5f5;
}
#blog .filters select:-ms-input-placeholder {
  color: #f5f5f5;
}
#blog .filters select::-ms-input-placeholder {
  color: #f5f5f5;
}
#blog .filters select::placeholder {
  color: #f5f5f5;
}
#blog .articles-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
#blog .articles-wrapper .article {
  width: 100%;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#blog .articles-wrapper .article img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
#blog .articles-wrapper .article .ctg {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: #1C2A3A;
  padding: 0.8rem;
  border: 2px solid #ffffff;
  font-size: 1.8rem;
  color: #ffffff;
}
#blog .articles-wrapper .article .article-detail {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#blog .articles-wrapper .article .article-detail h3 {
  color: #1C2A3A;
  font-size: 2.5rem;
  text-align: center;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
#blog .articles-wrapper .article .article-detail h3:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#blog .articles-wrapper .article .article-detail h3 a {
  color: #1C2A3A;
}
#blog .articles-wrapper .article .article-detail hr {
  width: 12rem;
  color: #1C2A3A;
  background: #1C2A3A;
  border: none;
  height: 3px;
  margin: 1rem auto;
}
#blog .articles-wrapper .article .article-detail .date {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#blog .articles-wrapper .article .article-detail p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#blog .articles-wrapper .article .article-detail .see {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  text-transform: uppercase;
  color: #1C2A3A;
  font-size: 2rem;
  border-bottom: 2px solid #1C2A3A;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  margin: 0 auto;
}
#blog .articles-wrapper .article .article-detail .see:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#article-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  height: 40dvh;
  padding-top: 10rem;
}
#article-header .article-img {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#article-header .article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#article-header .article-heading {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #1C2A3A;
  color: #ffffff;
  padding: 5rem 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#article-header .article-heading h2 {
  font-size: 2.5rem;
  color: #ffffff;
}
#article-header .article-heading .date {
  font-size: 1.8rem;
}
#article-header .article-heading .ctg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: transparent;
  padding: 0.8rem;
  border: 2px solid #ffffff;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
#article-header .article-heading hr {
  width: 12rem;
  color: #ffffff;
  background: #ffffff;
  border: none;
  height: 3px;
  margin: 1rem 0;
  margin-bottom: 2rem;
}

#article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
#article-content h2 {
  text-align: start;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #1C2A3A;
  margin-bottom: 3rem;
}
#article-content p {
  font-size: 2rem;
}

#gallery {
  padding-top: 0;
}
#gallery h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #1C2A3A;
  margin-bottom: 3rem;
}
#gallery .container {
  max-width: 120rem;
  margin: 0 auto;
}
#gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
#gallery .gallery-item {
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#gallery .gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  /* Vynucení čtverce na odkazu, který obaluje obrázek */
  aspect-ratio: 1/1;
  overflow: hidden;
}
#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  display: block;
}
#gallery .gallery-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 2560px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 9.5px;
  }
  header {
    padding: 2rem 8rem;
  }
  main .overlay {
    padding: 10rem 8rem;
  }
  section {
    padding: 5rem 10rem;
  }
  footer {
    padding: 1.5rem 10rem;
  }
  #rules .rules-content {
    width: 85%;
    margin: 0 auto;
  }
  #about .about-content {
    width: 85%;
    margin: 0 auto;
  }
  #article-content {
    width: 85%;
    margin: 0 auto;
  }
  .first-section {
    padding-top: 16rem;
  }
  .padding-top {
    padding-top: 5rem !important;
  }
  #banner .overlay {
    padding: 5rem 10rem;
  }
  #page-hero .overlay {
    padding: 5rem 10rem;
  }
  #blog .articles-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
  #article-header .article-heading {
    padding: 5rem 10rem;
  }
}
@media (max-width: 1336px) {
  html {
    font-size: 9px;
  }
  header {
    padding: 2rem 6rem;
  }
  main .overlay {
    padding: 10rem 6rem;
  }
  section {
    padding: 5rem 8rem;
  }
  footer {
    padding: 1.5rem 8rem;
  }
  #banner .overlay {
    padding: 5rem 8rem;
  }
  #page-hero .overlay {
    padding: 5rem 8rem;
  }
  #contact {
    gap: 8rem;
  }
  #article-header .article-heading {
    padding: 5rem 8rem;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 8.5px;
  }
  header {
    padding: 2rem 5rem;
  }
  header .logo {
    width: 18rem;
  }
  main .overlay {
    padding: 10rem 5rem;
  }
  #gallery .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 8px;
  }
  header {
    padding: 2rem 3rem;
  }
  main .overlay {
    padding: 5rem 3rem;
  }
  section {
    padding: 5rem;
  }
  footer {
    padding: 1.5rem 5rem;
  }
  #rules .rules-content {
    width: 100%;
  }
  #about .about-content {
    width: 100%;
    margin: 0 auto;
  }
  #banner .overlay {
    padding: 5rem;
  }
  #page-hero .overlay {
    padding: 5rem;
  }
  #contact {
    gap: 5rem;
  }
  #contact-hero .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact-hero .image-box {
    width: 100%;
    height: 45rem;
  }
  #contact-hero .contact-card {
    position: relative;
    width: 90%;
    margin-top: -10rem;
    padding: 4rem;
  }
  #blog .articles-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  #article-header .article-heading {
    padding: 5rem;
  }
  #article-content {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    z-index: 12;
    position: fixed;
    padding: 2rem 3rem;
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
  }
  #toggle .logo {
    width: 17rem;
  }
  #toggle .logo img {
    width: 100%;
  }
  #toggle svg {
    width: 5rem;
    fill: #ffffff;
  }
  header {
    width: 40rem;
    top: 0;
    right: 0;
    height: 100dvh;
    background-color: rgba(28, 42, 58, 0.9);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding-top: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 11;
  }
  header .logo {
    display: none;
  }
  header nav {
    width: 100%;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header nav ul li a {
    font-size: 2.5rem;
  }
  .active-menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
  }
  .not-active-menu {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
  }
  #services .services-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    padding-top: 3rem;
  }
  #services .services-wrapper .service img {
    width: 12rem;
    margin-bottom: 2rem;
  }
  #services .services-wrapper .service h3 {
    text-align: center;
    font-size: 2.5rem;
  }
  footer {
    padding: 1.5rem 3rem;
  }
  .first-section {
    padding-top: 14rem;
  }
  #process-steps .steps-container {
    grid-template-columns: repeat(2, 1fr);
  }
  #saving-calculator .calc-wrapper {
    grid-template-columns: 1fr;
  }
  #saving-calculator .calc-inputs {
    padding: 4rem 3rem;
  }
  #saving-calculator .calc-results {
    padding: 4rem 3rem;
  }
  #article-header .article-heading {
    padding: 5rem 3rem;
  }
}
@media (max-width: 768px) {
  #services .services-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  #services .services-wrapper .services img {
    width: 12rem;
  }
  #services .services-wrapper .services h3 {
    font-size: 2.5rem;
  }
  footer {
    padding: 2rem 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #thesis .thesis-row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
  #thesis .thesis-row form {
    width: 100%;
  }
  #contact {
    gap: 3rem;
  }
  #blog .articles-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  #article-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  #article-header .article-img {
    height: 30dvh;
  }
  #article-header .article-img img {
    height: 30dvh;
  }
  #gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 700px) {
  #references .slider-outer-wrapper {
    position: relative;
    padding: 0 3.5rem;
  }
  #references .testimonial-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #references .testimonial-card .image-box {
    width: 100%;
    max-width: unset;
    aspect-ratio: unset;
  }
  #references .testimonial-card .image-box img {
    width: 100%;
    aspect-ratio: unset;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    max-height: 30rem;
  }
  #references .testimonial-card .text-box {
    padding: 3rem;
  }
  section {
    padding: 5rem 3rem;
  }
  #banner .overlay {
    padding: 5rem 3rem;
  }
  #page-hero .overlay {
    padding: 5rem 3rem;
  }
  #foreign-reality .destinations {
    grid-template-columns: repeat(1, 1fr);
  }
  #process-steps .steps-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  #contact-hero .contact-card {
    width: 100%;
    margin-top: -6rem;
    padding: 3rem 2rem;
  }
  #contact-hero .contact-card h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  #contact-hero .contact-card .contact-info .info-item span {
    font-size: 1.6rem;
  }
  #contact-hero .contact-card .contact-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
  #contact-hero .contact-card .contact-actions .btn-dark {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 425px) {
  header {
    width: 100%;
  }
  #prolog p {
    text-align: start;
  }
  #services .services-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  #services .services-wrapper .service {
    width: 80%;
    margin: 0 auto;
  }
  #services .services-wrapper .service img {
    width: 12rem;
  }
  #services .services-wrapper .service h3 {
    font-size: 2.5rem;
  }
  .cookies {
    width: 100%;
  }
  #contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .contact-details {
    max-width: 100%;
  }
  #blog .articles-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}