@charset "UTF-8";
/*
Theme Name: Embrions One
Author: Agnis Trinskis
Description: A minimalist WordPress theme focused on simplicity and readability.
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Raleway", sans-serif;
  color: rgb(0, 23.5, 70.5);
  margin: 0;
  padding: 0;
  background: url("assets/img/bg.jpg") no-repeat center center fixed;
  background-size: cover;
}

* {
  transition: 1s;
  transition-timing-function: cubic-bezier(0.069, 0.784, 0, 0.996);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.language-switcher {
  cursor: pointer;
}
.language-switcher .language-option {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  opacity: 0.7;
}
.language-switcher .language-option:hover {
  opacity: 1;
}
.language-switcher .language-option img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.language-switcher .language-option:not(:last-child) {
  margin-bottom: 25px;
}
.language-switcher .other-languages {
  left: -2px;
  padding: 25px;
  box-shadow: rgba(255, 255, 255, 0.027) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.046) 0px 50px 100px -20px, rgba(0, 0, 0, 0.119) 0px 30px 60px -30px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 25px;
  transform: translateY(10px);
  background-color: rgba(253, 253, 253, 0.4);
}
.language-switcher .other-languages img {
  opacity: 0.5;
}
.language-switcher .other-languages img:hover {
  opacity: 1;
}
.language-switcher:hover img.arrow {
  transform: rotate(180deg);
}
.language-switcher:hover .other-languages {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

.page-width {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 150px;
  position: relative;
}

.header {
  position: relative;
  z-index: 100;
}

.logo, .right-menu, .language-switcher, .socials, .booking {
  display: inline-block;
  vertical-align: middle;
}

.socials img {
  cursor: pointer;
}
.socials img:hover {
  filter: brightness(1.2);
}

.booking img {
  cursor: pointer;
}
.booking img:hover {
  filter: brightness(1.2);
}

img.arrow, .language-option {
  display: inline-block;
  vertical-align: middle;
}

.language-switcher {
  position: relative;
  transform: translateY(-2px);
}

.right-menu {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 500px;
  text-align: right;
}

.logo {
  margin-left: 20px;
}

.right-menu {
  margin-right: 20px;
}

.header {
  margin-bottom: 10px;
}

.page-container {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(253, 253, 252, 0.8) 90%, rgb(253, 253, 252) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: rgba(255, 255, 255, 0.027) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.046) 0px 50px 100px -20px, rgba(0, 0, 0, 0.119) 0px 30px 60px -30px;
  border-radius: 25px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
  background-color: #3A5180;
  text-align: center;
  padding: 20px 0px;
  border-radius: 0px 0px 25px 25px;
  z-index: -50;
  margin-top: -25px;
  padding-top: 45px;
  z-index: 0;
  margin-bottom: 50px;
}
.footer a {
  color: #FDFDFC;
  text-decoration: none;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
  padding: 0px 10px;
  cursor: pointer;
}
.footer a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
}

.menu-item-has-children > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* <--- IMPORTANT */
  transition: 0.25s;
  position: absolute;
  transform: translateX(35px);
  z-index: 100;
}

.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* allow clicking when visible */
}

.sub-menu {
  position: absolute;
  opacity: 0;
}

.menu-item {
  display: inline-block;
}

.gap-section {
  margin-bottom: 20px;
}

.navigation {
  text-align: center;
  padding: 10px 0px;
  box-shadow: 0px 0px 26px 14px #F1F6FD;
  background: rgba(241, 246, 253, 0.8117647059);
  border-radius: 25px;
}
.navigation a {
  padding: 0px 30px;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  color: #6479A1;
  font-size: 20px;
  font-weight: 600;
}
.navigation a:hover {
  color: rgb(0, 23.5, 70.5);
}
.navigation ul.sub-menu li {
  padding: 0px 20px;
}
.navigation ul.sub-menu li:first-child {
  padding-top: 10px;
}
.navigation ul.sub-menu li:last-child {
  padding-bottom: 10px;
}
.navigation ul.sub-menu a {
  display: block;
  padding: 10px 0px;
}

.menu-item-has-children > a::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  transform: scaleX(1.5);
  opacity: 0.3;
  bottom: 2px;
  right: 12px;
}

ul.sub-menu {
  margin-left: -25px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.7803921569);
  border-radius: 25px;
  box-shadow: rgba(255, 255, 255, 0.027) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.046) 0px 50px 100px -20px, rgba(0, 0, 0, 0.119) 0px 30px 60px -30px;
}
ul.sub-menu .menu-item {
  display: block;
  white-space: nowrap;
}

.video-container {
  z-index: -50;
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 25px;
  box-shadow: rgba(255, 255, 255, 0.027) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.046) 0px 50px 100px -20px, rgba(0, 0, 0, 0.119) 0px 30px 60px -30px;
}
.video-container video {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-32%);
  width: 100%;
  pointer-events: none;
}
.video-container.active {
  height: 660px;
}
.video-container.active video {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.intro {
  cursor: pointer;
}

img.sound-icon {
  position: absolute;
  width: 50px;
  right: 20px;
  bottom: 20px;
}

.regular-section {
  background: rgba(253, 253, 253, 0.4);
  padding: 20px 20px;
  border-radius: 25px;
  box-shadow: rgba(255, 255, 255, 0.027) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.046) 0px 50px 100px -20px, rgba(0, 0, 0, 0.119) 0px 30px 60px -30px;
  position: relative;
  overflow: hidden;
  color: rgb(0, 23.5, 70.5);
  font-size: 18px;
  font-weight: 500;
}

h1 {
  color: #002060;
}

.about-us {
  text-align: center;
}

.about-us img {
  position: absolute;
  z-index: 0;
  right: 90px;
  bottom: 0;
}

.card-container {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
  padding: 20px;
  margin-bottom: 0;
}

.card {
  text-decoration: none;
  color: #0042c6;
  text-align: center;
  flex: 1;
  background: rgba(253, 253, 253, 0.4);
  border-radius: 25px;
  box-shadow: rgba(255, 255, 255, 0.027) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.046) 0px 50px 100px -20px, rgba(0, 0, 0, 0.119) 0px 30px 60px -30px;
  padding: 60px 20px;
  box-sizing: border-box;
  color: #002060;
}
.card h2 {
  margin: 0;
  font-size: 24px;
  color: #002060;
}
.card .read-more {
  color: #6479A1;
  font-weight: 600;
  text-decoration: none;
  opacity: 0.8;
}
.card .read-more:hover {
  color: rgb(0, 23.5, 70.5);
}

.read-more img {
  transform: translateY(1px) translateX(5px);
}

.current-menu-parent a:not(ul.sub-menu a) {
  font-weight: bold;
}

.current-menu-item > a {
  font-weight: bold;
}

.page-template-default .gap-section {
  margin-bottom: 0 !important;
}

.gap-section {
  position: relative;
}

.single-page-template .video-container img {
  width: 100%;
}

.komanda.intro .video-container {
  height: 300px;
}
.komanda.intro .video-container img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.intro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.intro-text h1 {
  color: #fff;
  margin: 0;
  font-size: 48px;
}

.page-template-default .regular-section {
  margin-top: 20px;
}

.doctor-card {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(253, 253, 253, 0.4);
  border-radius: 25px;
  box-shadow: rgba(255, 255, 255, 0.027) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.046) 0px 50px 100px -20px, rgba(0, 0, 0, 0.119) 0px 30px 60px -30px;
  color: rgb(0, 23.5, 70.5);
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-width: calc(25% - 20px);
  margin-bottom: 20px;
  vertical-align: top;
}
.doctor-card .doctor-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 300px;
  justify-content: center;
  overflow: hidden;
  border-radius: 25px;
}
.doctor-card .name {
  font-size: 22px;
  font-weight: 600;
  padding: 20px;
  margin-bottom: -15px;
  background: rgba(227.5, 227.5, 227.5, 0.4);
  border-radius: 25px;
  margin: 15px 0px;
  margin-bottom: 0px;
}
.doctor-card img {
  opacity: 0.7;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.doctor-card .doctor-card a {
  text-decoration: none;
  color: rgb(0, 23.5, 70.5);
}

.our-team a {
  text-decoration: none;
}

.doctor-card:hover {
  transform: translateY(-10px);
  filter: brightness(1.1);
}
.doctor-card:hover img {
  opacity: 1;
  transform: translateX(-50%) scale(1.05);
}

.doctor-card:active {
  transform: translateY(0px);
  filter: brightness(0.9);
}

.background-window {
  background: url("assets/img/bg.jpg") no-repeat center center fixed;
  border-radius: 25px;
}
.background-window .intro-overlay {
  -webkit-backdrop-filter: blur(35px) brightness(0.95) saturate(1.2);
          backdrop-filter: blur(35px) brightness(0.95) saturate(1.2);
}
.background-window .video-container {
  height: 150px;
}

.regular-section.layout-column {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.regular-section.layout-column .page-image-container, .regular-section.layout-column .text-content {
  flex: 1;
  text-align: justify;
}
.regular-section.layout-column .text-content {
  padding: 20px 0px;
}
.regular-section.layout-column .page-image-container {
  margin: 20px 0px;
  flex: 0 0 30%;
}
.regular-section.layout-column .page-image-container img {
  width: 100%;
  border-radius: 25px;
  box-shadow: rgba(255, 255, 255, 0.027) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.046) 0px 50px 100px -20px, rgba(0, 0, 0, 0.119) 0px 30px 60px -30px;
}

table {
  width: 50%;
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.4);
}
table th, table td {
  border: 1px solid rgba(202, 202, 202, 0.4);
  padding: 10px;
  text-align: left;
}
table td:nth-child(2) {
  font-weight: bold;
}

.text-content a {
  color: #002060;
  text-decoration: underline;
}

iframe.contact {
  width: 100%;
  height: 300px;
  border-radius: 25px;
  overflow: hidden;
}

#crumbs {
  display: inline-block;
  margin-left: 5px;
}
#crumbs a {
  color: #6479A1;
  text-decoration: none;
  font-weight: 500;
}
#crumbs a:hover {
  text-decoration: underline;
}

.breadcrumb {
  position: absolute;
  right: 43px;
  font-size: 12px;
  transform: translateY(2px);
}

.name span {
  font-size: 12px;
  display: block;
  line-height: 16px;
  margin-top: 20px;
  opacity: 0.7;
}

.intro-home {
  max-width: 800px;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  margin: 0 auto;
}

.card-content {
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}

.gap-section .reviews-images {
  height: 1340px;
}
.gap-section .reviews-images img {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: auto;
  border-radius: 25px;
}
.gap-section .reviews-images img:nth-child(1) {
  left: 40%;
}
.gap-section .reviews-images img:nth-child(3) {
  top: 540px;
  left: 60%;
}
.gap-section .reviews-images img:nth-child(2) {
  top: 950px;
  left: 40%;
}

.review-section {
  margin-bottom: 0;
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */