


/* -TAGS- */

body {
  margin: 0;
  padding: 0;
  background-color:hsla(219,100%,80%,1);
  background-image:
  radial-gradient(at 60% 35%, hsla(183,97%,73%,1) 0px, transparent 50%),
  radial-gradient(at 92% 75%, hsla(210,100%,20%,1) 0px, transparent 50%),
  radial-gradient(at 47% 2%, hsla(217,67%,76%,1) 0px, transparent 50%),
  radial-gradient(at 40% 90%, hsla(182,60%,77%,1) 0px, transparent 50%),
  radial-gradient(at 36% 0%, hsla(174,97%,61%,1) 0px, transparent 50%),
  radial-gradient(at 99% 68%, hsla(210,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 9% 94%, hsla(217,71%,60%,1) 0px, transparent 50%);
}

header {
  padding: 0;
  margin: 0;
}

main {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.6) 30%, rgba(89,80,80,0.4) 65%, rgba(207,207,207,0.6) 100%);
  color: white;
  text-align: center;
  width: 90%;
  margin: auto;
  z-index: -100;
}

a {
  text-decoration: none;
  color: inherit;
}




/* -IDS- */

#shard-vm-icon {
  height: 120px;
  position: relative;
  bottom: 65px;
  z-index: 100;
  margin: auto;
  transition-property: rotate;
  transition: cubic-bezier(0.34,-0.01, 0.45, 1.28);
  transition-duration: 0.8s;
  text-align: center;
  cursor: pointer;
}
#mobile-menu {
  display: none;
}

/* NAVIGATION */

#nav {
  background-color:hsla(0, 0%, 100%, 1);
  background-image:
  radial-gradient(at 0% 95%, hsla(196,0%,40%,1) 0px, transparent 50%),
  radial-gradient(at 87% 96%, hsla(129,0%,0%,1) 0px, transparent 50%),
  radial-gradient(at 59% 87%, hsla(201,78%,56%,1) 0px, transparent 50%),
  radial-gradient(at 11% 44%, hsla(216,0%,52%,1) 0px, transparent 50%),
  radial-gradient(at 90% 74%, hsla(192,7%,23%,1) 0px, transparent 50%),
  radial-gradient(at 59% 66%, hsla(194,76%,73%,1) 0px, transparent 50%),
  radial-gradient(at 40% 78%, hsla(182,100%,50%,1) 0px, transparent 50%);
  color: white;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 3px 13px 0px rgb(75, 75, 75);
  position: relative;
  z-index: 500;
  border-bottom: 1px solid rgb(70, 70, 70);
}

/* -> Top menu */

#logo {
  display: inline-block;
}

#top-menu {
  display: inline-block;
  width: 320px;
  height: 100%;
  align-self: end;
  margin-bottom: 10px;
}  

#shard-menu {
  background: linear-gradient(180deg, rgba(0,134,255,0) 0%, rgba(0,255,255,0.4) 10%, rgba(32, 110, 184, 0.85) 44%, rgba(0,0,0,1) 95%);
  width: 20%;
  height: 100%;
  text-align: center;
  display: inline-block;
  border: 0px solid black;
  border-radius: 10px 10px 0px 0px;
  margin-right: 10px;
}    

#language-dropdown {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

#login {
  text-align: center;
  display: none;
  align-items: center;
}

#shard-menu-spacer {
  height: 50px;
  width: 100%;
}

#shard-menu-icon {
  text-align: center;
  margin-left: 33%;
}

#login-menu-icon {
  width: 70%;
}


/* FOOTER */

#main-footer {
  background-color:hsla(0, 0%, 0%, 0.4);
  background-image:
  radial-gradient(at 0% 95%, hsla(196,0%,40%,1) 0px, transparent 50%),
  radial-gradient(at 59% 87%, hsla(201,78%,56%,1) 0px, transparent 50%),
  radial-gradient(at 11% 44%, hsla(216,0%,52%,1) 0px, transparent 50%),
  radial-gradient(at 90% 74%, hsla(192,7%,23%,1) 0px, transparent 50%),
  radial-gradient(at 59% 66%, hsla(194,76%,73%,1) 0px, transparent 50%),
  radial-gradient(at 40% 78%, hsla(182,100%,50%,1) 0px, transparent 50%);
  color: white;
  text-align: center;
  padding: 1rem;
  box-shadow: 0px 0px 13px 0px black;
}



/* -CLASSES- */

.spacer10 {
  width: 100%;
  height: 10px;
}

.spacer25 {
  width: 100%;
  height: 25px;
}

.spacer50 {
  width: 100%;
  height: 50px;
}

/* Navigation related */
.logo {
  padding: 10px;
  height: 100px;
  margin-left: 10px;
}
.logo-img {
  height: 100%;
}

/* .top-menu-links {
} */
.top-menu-links > li {
  list-style-type: none;
  display: inline-block;
  margin: auto;
  width: 95px;
  text-align: center;
}
a.top-menu-a:hover {
  text-shadow: 0px 0px 15px white;
  font-weight: bold;
}
.top-menu-links > li > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}
.top-menu-links > li > a:hover::after, .top-menu-links > li > a.active-nav::after {
  width: 100%;
  background: rgb(9, 169, 233);
}


.shard-menu {
  height: 120px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.login-menu-icon {
  width: 35%;
  margin: auto 10px;
}


/* Language related */
/* -> Language display */
.show-lang {
  display: inline-block !important;
}
.eng, .lat, .cir {
  display: none;
}
/* -> Language menu */
.language-select {
  display: inline-block;
  width: 90%;
  text-align: center;
}
.small-input {
  font-size: 12px;
}
.hght-40 {
  min-height: 40px !important;
  height: 40px !important;
  padding: 0px;
  background-position: right 5px top 2px;
}
.hght-15 {
  min-height: 15px !important;
  height: 15px !important;
}





/* SHARD MENU DROPDOWN */

#shard-menu-drawer {
  height: 5px;
  width: 30%;
  color: white;
  background-color: black;
  position: absolute;
  top: 120px;
  right: 10px;
  border-radius: 0 0 5px 5px;
  transition: ease;
  transition-duration: 0.5s;
  text-align: center;
  box-shadow: 0px 3px 13px 1px black;
}

.shard-menu-drawer {
  height: 100%;
  overflow: hidden;
}

.shard-menu-drawer-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
  justify-content: space-evenly;
  text-align: right;
  margin-right: 20%;
}

.shard-menu-drawer-icons {
  position: relative;
  left: -15px;
  margin: 2px auto;
}

.shard-menu-drawer-icon {
  width: 30px;
  height: 30px;
}

.shard-menu-drawer-components {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.shard-menu-drawer-links {
  text-align: left;
  width: 70%;
  display: inline-block;
  margin: auto;
  margin-left: 10px;
}

/* OPEN */

.open-shard-menu-drawer {
  height: 450px !important;
  border-radius: 0% 0% 5% 50% / 0% 0% 5% 70% !important;
  
}

.shard-icon-rotate {
  transform: rotate(180deg);
}









/* Bootsrap corrections */
li::marker {
  font-size:0;
}
.carousel-item {
  transition: transform 0.8s cubic-bezier(.75,.27,.16,.96);
}



/* Home top slider */
.top-home-slider {
  height: calc(100vh - 120px);
}
.slider-text {
  font-size: 30px;
}
.slider-head {
  font-size: clamp(2.25rem, 2.25rem + ((1vw - 0.48rem) * 1.842), 3rem);
  color: #fff;
  text-shadow: 2px 4px 11px rgb(0, 0, 0);
}





/* Arrows */
.arrow {
  border: solid rgb(255, 255, 255);
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 50px;
  box-shadow: 16px 16px 15px 0px #70707055;
}
.arrow:hover {
  border: solid rgb(30, 31, 32);
  transition: all .6s;
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 50px;
  box-shadow: 16px 16px 15px 0px #70707055;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}




/* Animation */
.pulse {
  border-radius: 50%;
  animation: pulse-animation 4s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 -15px 0 0px rgba(0, 204, 255, 0.6);
  }
  40% {
    box-shadow: 0 15px 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 15px 0 20px rgba(0, 0, 0, 0);
  }
}

.duck {
  animation: duck-animation 5s infinite cubic-bezier(.34,-0.45,.38,.9);
  animation-delay: 0.3s;
}

@keyframes duck-animation {
  0% {
    bottom: 65px;
  }
  10% {
    bottom: 55px;
  }
  20% {
    bottom: 65px;
  }
  100% {
    bottom: 65px;
  }
}





/* vDepartments */

/* vFort */
.vfort-section {
  padding: 5% 0px;
}
.vfort-container {
  margin: auto;
  cursor: default;
}
.vfort-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.vfort-title {
  position: relative;
  padding: 0px 15px 20px 15px;
  margin-bottom: 35px;
}
.vfort-title::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 140px;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 3px #333;
  transform: translateX(-50%);
}
.vfort-title::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 45px;
  height: 6px;
  border: 1px solid white;
  border-radius: 1%;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 3px #333;
  transform: translateX(-50%);
  transition: all 0.8s ease;
}
.vfort-h1 {
  font-size: 5em;
  text-shadow: 0px 2px 4px #333;
}
.vfort-description {
  letter-spacing: 2px;
  text-align: center;
  color: rgba(36, 34, 34, 1);
  padding: 5%;
  font-size: 1.5em;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.vfort-column {
  max-width: 80%;
  padding: 0px 20px;
}
.vfort-service {
  position: relative;
  margin-top: 35px;

  background-color: #333;
  background-image:
  radial-gradient(at 0% 95%, hsla(205,87%,73%,0.45) 0px, transparent 55%),
  radial-gradient(at 93% 95%, hsla(159,94%,62%,0.45) 0px, transparent 55%),
  radial-gradient(at 58% 88%, hsla(234, 97%, 66%, 0.45) 0px, transparent 55%),
  radial-gradient(at 13% 60%, hsla(216,74%,62%,0.45) 0px, transparent 55%),
  radial-gradient(at 89% 80%, hsla(199,99%,61%,0.45) 0px, transparent 55%),
  radial-gradient(at 48% 63%, hsla(194,76%,73%,0.45) 0px, transparent 55%),
  radial-gradient(at 40% 78%, hsla(184, 81%, 71%, 0.45) 0px, transparent 55%);

  height: 100%;
  border-radius: 5px;
  padding: 40px 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.vfort-content {
  position: relative;
  z-index: 20;
}
.vfort-icon {
  display: inline-block;
  margin-bottom: 35px;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 160, 242, 0.85);
  border-radius: 5px;
  line-height: 70px;
  text-align: center;
  color: rgba(36, 34, 34, 1);
  font-size: 30px;
  transition: all 0.5s ease;
}
.vfort-text {
  letter-spacing: 1px;
  text-align: center;
  margin: 0px 15px;
  color: rgba(36, 34, 34, 1);
  transition: color 0.7s;
}
.vfort-service .vfort-title {
  transition: color 0.5s;
}
.vfort-circle-before {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(calc(-50% + 50px), -50%);
  width: 150px;
  height: 150px;
  background-color: rgba(33, 33, 33, 0);
  border-radius: 50%;
  transition: all 0.6s ease-out;
}
.vfort-service:hover .vfort-circle-before {
  height: 100%;
  width: 100%;
  transform: none;
  border: 0px;
  border-radius: 0px;
  background-color: rgba(51, 51, 51, 1);
  opacity: 0.7;
}
.vfort-service:hover .vfort-text {
  color: rgb(172, 228, 241);
}
.vfort-service:hover .vfort-icon {
  background-color: rgba(36, 34, 34, 1);
  border-radius: 50%;
  color: rgba(0, 160, 242, 1);
  transition: all 0.8s;
}
.vfort-service:hover .vfort-title::after {
  width: 100px;
}

/* vSuite */
.vsuite-container {
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}
.vsuite-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.vsuite-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 35px;
}
.vsuite-card {
  margin: 30px 15px;
  position: relative;
  width: 310px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0px 15px;
  background: rgba(23, 128, 31, 1);
  background-image:
  radial-gradient(at 0% 95%, rgb(19, 153, 90) 0px, transparent 60%),
  radial-gradient(at 93% 95%, rgb(9, 143, 96) 0px, transparent 60%),
  radial-gradient(at 58% 88%, rgb(18, 167, 12) 0px, transparent 60%),
  radial-gradient(at 13% 60%, rgb(15, 136, 45) 0px, transparent 60%),
  radial-gradient(at 89% 80%, rgb(80, 254, 57) 0px, transparent 60%),
  radial-gradient(at 48% 63%, rgb(134, 238, 165) 0px, transparent 60%),
  radial-gradient(at 40% 78%, hsla(99,81%,71%,1) 0px, transparent 60%);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.35);
  border-radius: 5px;
}
.vsuite-card:hover {
  color: rgba(0,0,0,0.9);
}
.vsuite-card:before {
  content: ' ';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  background-color: rgba(14, 136, 45, 0.8);
  background-image:
  radial-gradient(at 0% 95%, rgb(19, 153, 90) 0px, transparent 50%),
  radial-gradient(at 93% 95%, rgb(9, 143, 96) 0px, transparent 50%),
  radial-gradient(at 58% 88%, rgb(18, 167, 12) 0px, transparent 50%),
  radial-gradient(at 13% 60%, rgb(15, 136, 45) 0px, transparent 50%),
  radial-gradient(at 89% 80%, rgb(80, 254, 57) 0px, transparent 50%),
  radial-gradient(at 48% 63%, rgb(134, 238, 165) 0px, transparent 50%),
  radial-gradient(at 40% 78%, hsla(99,81%,71%,1) 0px, transparent 50%);
  transform: rotate(0deg);
  z-index: -100;
  opacity: 0.9;
  transition: all 0.7s ease-out;
}
.vsuite-card:hover:before {
  transform: rotate(10deg);
}
.vsuite-card i {
  margin: 25px auto;
  width: 70px;
  height: 70px;
  background-color: rgba(17, 173, 75, 1);
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  color: rgba(36, 34, 34, 1);
  font-size: 30px;
  transition: all 0.5s ease;
  box-shadow: -2px -2px 5px 2px rgba(0,0,0,0.35);
}
.vsuite-card:hover i {
  color: rgba(255, 255, 255, 0.75);
}
.vsuite-card h3 {
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.45);
}
.vsuite-card p {
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.45);
}

/* vArt */
.vart-section {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 1);
  cursor: default;
}
.vart-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0px;
}
.vart-box {
  position: relative;
  width: 300px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 30px;
  transition: all 0.6s;
}
.vart-box::before {
  content:'';
  position: absolute;
  top: 0px;
  left: 50px;
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.6s;
}
.vart-box::after {
  content:'';
  position: absolute;
  top: 0px;
  left: 50px;
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  filter: blur(30px);
  transform: skewX(15deg);
  transition: 0.6s;
}
.vart-content {
  position: relative;
  padding: 30px 25px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  backdrop-filter: blur(15px);
  z-index: 1;
  transition: all 0.5s;
}
.vart-box:hover .vart-content {
  left: -25px;
  padding: 50px 25px;
}
.vart-box:hover::before, 
.vart-box:hover::after {
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);
}
.vart-container .vart-box:nth-child(1):before, 
.vart-container .vart-box:nth-child(1):after {
  background: linear-gradient(325deg, #ffbc00, #ff0058);
}
.vart-container .vart-box:nth-child(2):before, 
.vart-container .vart-box:nth-child(2):after {
  background: linear-gradient(325deg, #03a9f4, #ff0058);
}
.vart-container .vart-box:nth-child(3):before, 
.vart-container .vart-box:nth-child(3):after {
  background: linear-gradient(325deg, #7a17d6, #00d0ff);
}
.vart-box span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  pointer-events: none;
}
.vart-box span:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.6s;
  animation: glass-slider 5.5s ease-in-out infinite;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.vart-box:hover span:before {
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}
.vart-box span:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.8s;
  animation: glass-slider 4s ease-in-out infinite;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  animation-delay: -1s;
}
.vart-box:hover span:after {
  bottom: -50px;
  right: 60px;
  width: 100px;
  height: 100px;
  opacity: 1;
}
@keyframes glass-slider {
  0%,100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.vart-icon {
  display: inline-block;
  margin-bottom: 15px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background: radial-gradient(circle, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.15) 30%, rgba(89,80,80,0) 65%, rgba(207,207,207,0) 100%);
  line-height: 70px;
  text-align: center;
  color: rgba(36, 34, 34, 1);
  font-size: 30px;
  transition: all 0.5s ease;
}
.vart-title {
  margin-bottom: 15px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.9s;
}
.vart-text {
  letter-spacing: 1px;
  text-align: center;
  margin: 0px 15px;
  color: rgba(36, 34, 34, 1);
  transition: color 0.7s;
}
.vart-box:hover .vart-text {
  color: rgba(255, 255, 255, 0.8);
}
.vart-box:hover .vart-title {
  color: rgba(255, 255, 255, 1);
}
.vart-box:hover .vart-icon {
  color: rgba(255, 255, 255, 0.8);
}

/* vAmbassy */
.vambassy-section {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: default;
}
.vambassy-container {
  position: relative;
  display: flex;
  padding: 40px 40px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px
}
.vambassy-card {
  position: relative;
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
}
.vambassy-card:hover {
  background: rgba(0, 0, 0, 0.6);
}
.vambassy-lines {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.vambassy-lines:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 280px;
  background: linear-gradient(transparent, rgb(133, 125, 252), rgb(105, 221, 236),transparent);
  animation: vambassy 6s linear infinite;
  animation-play-state: paused;
}
@keyframes vambassy {
  0%
  {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100%
  {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.vambassy-card:hover .vambassy-lines:before {
  animation-play-state: running;
}
.vambassy-lines:after {
  content: '';
  position: absolute;
  inset: 3px;
  background-color:rgba(140, 0, 255, 1);
  background-image:
  radial-gradient(at 0% 95%, rgb(190, 0, 190) 0px, transparent 50%),
  radial-gradient(at 93% 95%, rgb(74, 0, 172) 0px, transparent 50%),
  radial-gradient(at 58% 88%, rgb(47, 18, 153) 0px, transparent 50%),
  radial-gradient(at 13% 60%, rgb(130, 17, 145) 0px, transparent 50%),
  radial-gradient(at 89% 80%, rgb(116, 11, 177) 0px, transparent 50%),
  radial-gradient(at 48% 63%, rgb(135, 39, 148) 0px, transparent 50%),
  radial-gradient(at 40% 78%, rgb(148, 12, 148) 0px, transparent 50%);
}
.vambassy-box {
  position: absolute;
  left: calc(50% - 38px);
  top: -30px;
  width: 75px;
  height: 75px;
  font-size: 30px;
  background-color: #fff;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 35%;
  transition: all 0.7s ease-out;
}
.vambassy-card:hover .vambassy-box {
  transform: translateY(-10px);
  transition: all 0.7s ease-out;
}
.vambassy-box:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  transform: translate(-50%, -50%);
  background: linear-gradient(transparent, rgb(133, 125, 252), rgb(105, 221, 236),transparent);
  animation: vambassy 3s linear infinite;
  animation-direction: reverse;
  animation-play-state: paused;
}
.vambassy-card:hover .vambassy-box:before {
  animation-play-state: running;
}
.vambassy-box:after {
  content: '';
  position: absolute;
  inset: 2px;
  background-color:rgba(140, 0, 255, 1);
  background-image:
  radial-gradient(at 0% 95%, rgb(47, 18, 153) 0px, transparent 50%),
  radial-gradient(at 93% 95%, rgb(74, 0, 172) 0px, transparent 50%),
  radial-gradient(at 58% 88%, rgb(190, 0, 190) 0px, transparent 50%),
  radial-gradient(at 13% 60%, rgb(130, 17, 145) 0px, transparent 50%),
  radial-gradient(at 89% 80%, rgb(116, 11, 177) 0px, transparent 50%),
  radial-gradient(at 48% 63%, rgb(148, 12, 148) 0px, transparent 50%),
  radial-gradient(at 40% 78%, rgb(135, 39, 148) 0px, transparent 50%);
  border-radius: 35%;
}
.vambassy-box i {
  position: absolute;
  z-index: 100;
  color: #fff;
}
.vambassy-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.vambassy-details {
  padding: 30px 20px;
  text-align: center;
}
.vambassy-details h3 {
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-shadow: 1px 2px 3px rgba(0,0,0,0.35);
}
.vambassy-details p {
  letter-spacing: 1px;
  text-shadow: 1px 2px 3px rgba(0,0,0,0.35);
}




/* About Us page  */
.about-container {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5%;
}
.about-us {
  background: url('/images/vTeam.jpg') no-repeat left;
  background-size: 65%;
  overflow: hidden;
  padding: 100px 0px;
}
.about-box {
  width: 70%;
  float: right;
  padding: 50px;
  text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
  backdrop-filter: blur(5px);
}
.about-box h1 {
  margin-bottom: 30px;
}
.about-box p {
  margin-bottom: 20px;
}
.departments {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  letter-spacing: 2px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.departments hr {
  display: none;
}

/* Contact Us ( & 404 ) */
.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5% 20% 5%;
}
.contact-us {
  background: url('/images/vOffice.jpg') no-repeat left;
  background-size: 65%;
  overflow: hidden;
  width: 95%;
}
.not-found {
  background: url('/images/desert.jpg') no-repeat left;
  background-size: 65%;
  overflow: hidden;
  margin-top: 15vh;
  width: 95%;
}
#back-link {
  cursor: pointer;
}
.contact-box {
  width: 50%;
  float: right;
  margin-top: 30%;
  padding: 50px;
  text-shadow: 1px 2px 3px rgba(0,0,0,0.6);
  backdrop-filter: blur(5px);
}
.contact-box h1 {
  margin-bottom: 30px;
}
.contact-detail {
  display: flex;
  align-items: center;
}
.contact-detail i {
  margin: 20px;
  font-size: 35px;
}
.contact-detail a {
  text-align: left;
}
.contact-details {
  margin-top: 30px;
  text-align: center;
}


/* Posts */
.post-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10vh 5%;
}
.post-head h1 {
  font-size: 4em;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.6);
  text-align: center;
}
.post-head img {
  height: 40vh;
}
.vcore-img {
  height: 40vh;
  width: 90%;
  object-fit: cover;
}
.post-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin: auto;
  padding: 25px 5%;
  text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
  border-radius: 5px 5px 0px 0px;
}
.post-main h2 {
  font-size: 1.5em;
  font-style: italic;
  margin-bottom: 15px;
  text-align: left;
}
.post-main p {
  text-align: left;
  margin: 0px 5% 25px 5%;
  line-height: 30px;
  letter-spacing: 1px;
}
.post-main a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.post-main img {
  max-width: 80%;
  align-self: center;
  margin: 35px auto;
}
.post-black {
  color: rgb(12, 12, 12);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}
.post-rounded {
  border-radius: 10px;
}




/* MISC */
.txt-sm {
  font-size: 16px;
  /* default */
}
.txt-md {
  font-size: 20px;
}
.txt-lg {
  font-size: 24px;
}
.row-full{
  width: 100vw;
}


.main-dep {
  cursor: pointer;
  border-radius: 5px;
  box-shadow: inset 0 0px 48px 0 rgba(0,0,0,0.35);
  backdrop-filter: blur(15px);
  transition: all .3s;
}
.main-dep:hover {
  cursor: pointer;
  border-radius: 5px;
  box-shadow: inset 0 0px 48px 0 rgba(255, 255, 255, 0.45);
  transition: all .3s;
}
.home-vfort:hover {
  background: rgba(255,255,255, 1);
  background: radial-gradient(circle, rgba(18, 160, 255, 0.45) 0%, rgba(255,255,255,0.25) 45%, rgba(255, 255, 255, 0) 65%, rgba(207,207,207,0) 100%);
}
.home-vsuite:hover {
  background: rgba(255,255,255, 1);
  background: radial-gradient(circle, rgba(31, 236, 92, 0.45) 0%, rgba(255,255,255,0.25) 45%, rgba(255, 255, 255, 0) 65%, rgba(207,207,207,0) 100%);
}
.home-vart:hover {
  background: rgba(255,255,255, 1);
  background: radial-gradient(circle, rgba(241, 85, 38, 0.45) 0%, rgba(255,255,255,0.25) 45%, rgba(255, 255, 255, 0) 65%, rgba(207,207,207,0) 100%);
}
.home-vambassy:hover {
  background: rgba(255,255,255, 1);
  background: radial-gradient(circle, rgba(158, 24, 247, 0.45) 0%, rgba(255,255,255,0.25) 45%, rgba(255, 255, 255, 0) 65%, rgba(207,207,207,0) 100%);
}

.dep-cont {
  height: calc(100vh - 380px);
  margin-top: 10vh;
}
.dep-img {
  height: 100%;
}


.head-strip {
  padding-top: 15px;
  background: rgba(255, 255, 255, 1);
  background: radial-gradient(circle, rgba(250,250,250,0.75) 0%, rgba(255,255,255,0.4) 30%, rgba(255,255,255,0.1) 65%, rgba(0,0,0,0) 100%);
}


#vCore {
  background-color: #333;
  background-image: url('/images/app-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-blend-mode: multiply;
  width: 90%;
}
#dentalRenaissance {
  background-color: #333;
  background-image: url('/images/Dental-Renaissance-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 25%;
  color: #fff;
  background-blend-mode: multiply;
  width: 90%;
}


.vdepartment-description {
  letter-spacing: 2px;
  text-align: center;
  color: rgb(240, 240, 240);
  padding: 5%;
  font-size: 1.5em;
  text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
  font-weight: 500;
}





/* Mobile version */
@media screen and (max-width: 705px) {


/* HIDE OR ADAPT DESKTOP MENU */
main {
width: auto;
}
#logo {
  width: 55%;
}
#top-menu {
display: none;
}
.logo-img {
  max-height: 100px;
  max-width: 100%;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#login {
  display: none;
}
#shard-menu {
  width: 40%;
}
#shard-menu-drawer {
  display: none;
}


/* MOBILE MENU DROPDOWN */

#mobile-menu-arrow {
  width: 50px;
  top: -15px;
}
#mobile-menu {
  display: block;
}
#shard-menu {
  margin-right: 0px;
}





/* MENU BURGER ANIMATION */
/* IMPORTED FROM: https://www.sliderrevolution.com/resources/css-hamburger-menu/ */

.no-scroll{
  overflow: hidden !important;
}

.burger-wrapper {
  cursor: pointer;
}
#meny {
    background: #333;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    transition-timing-function: cubic-bezier(10,2,3,1);
    transform: translateX(50rem);
    top: 122px;
    z-index: 0;
    transition: 0.5s;
}
#menyAvPaa {
    display: none;
}

#menyAvPaa:checked ~ #meny {
    transform: translateX(0rem);
}

#burger {
    position: absolute;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    right: calc(20vw - 16px);
    top: 70px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#burger > div {
    height: 2px;
    background-color: rgb(190, 190, 190);
    transition: 0.5s;
    z-index: 999;
}

#menyAvPaa:checked ~ #burger > div {
  background-color: #fff;
}

#menyAvPaa:checked ~ #burger > div:nth-child(1) {
    transform: translateY(15px) rotate(45deg);
}
#menyAvPaa:checked ~ #burger > div:nth-child(2) {
    opacity: 0;
}
#menyAvPaa:checked ~ #burger > div:nth-child(3) {
    transform: translateY(-15px) rotate(-45deg);
}


.arrow {
  border: solid rgb(255, 255, 255);
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 25px;
  box-shadow: 16px 16px 15px 0px #70707055;
}
.arrow:hover {
  border: solid rgb(30, 31, 32);
  transition: all .6s;
  border-width: 0 10px 10px 0;
  display: inline-block;
  padding: 25px;
  box-shadow: 16px 16px 15px 0px #70707055;
}


.vsuite-cards {
  margin: auto;
  padding: 0px;
}
.vsuite-card {
  width: 290px;
  height: 320px;
}





}



/* Adjustment misc sizes */
@media screen and (max-width: 850px) {

  /* About Us */
  .about-us {
    background-size: 100%;
    margin: 0px;
    padding: 0px;
  }
  .about-box {
    float: none;
    height: 100%;
    width: 100%;
  }

  /* Contact Us */
  .contact-container {
    margin: 15vh 5% 15vh 5%;
  }
  .contact-us {
    background-size: 100%;
    margin-top: 20%;
    padding: 0px;
  }
  .contact-box {
    float: none;
    height: 100%;
    width: 100%;
    margin: 0px;
  }
}
@media screen and (max-width: 550px) {

  /* About Us */
  .about-us {
    background-size: cover;
    margin: 10% 15px;
    padding: 0px;
  }
  .about-box {
    float: none;
    padding: 5% 15px;
    height: 100%;
    width: 100%;
  }
  .departments {
    flex-direction: column;
    text-decoration: none;
    text-underline-offset: 0px;
  }
  .departments span {
    margin: 5px auto;
  }
  .departments hr {
    display: block;
    color: #fff;
    width: 95%;
  }

  /* Contact Us */
  .contact-container {
    margin: 15vh 5% 15vh 5%;
  }
  .contact-us {
    background-size: cover;
    margin: 10% 15px;
    padding: 0px;
  }
  .contact-box {
    float: none;
    padding: 5% 15px;
    height: 100%;
    width: 100%;
    margin: 0px;
  }
  .contact-detail i {
    font-size: 25px;
    margin: 15px;
  }
 
}


/* XL version */
@media screen and (min-width: 1900px) {

  main {
    width: 1500px;
  }
  .slider-head {
    margin-top: 25vh;
  }

}


/* L version */
@media screen and (min-width: 1500px) {

  #dentalRenaissance .row {
    margin: auto;
    width: 75%;
  }
  
}




@media screen and (min-width: 850px) {

  .logo {
  height: 110px;
  padding-left: 10vw;
  }

  
}




/* Tablet version */
@media screen and (max-width: 1150px) {


}





@media screen and (min-width: 1000px) {

  #shard-menu-icon {
    text-align: center;
    margin: auto;
  }
  #shard-menu-drawer {
    width: 20%;
  }
  .open-shard-menu-drawer {
    border-radius: 0 0 10px 10px !important;
  }
  .shard-menu-drawer-list {
    text-align: center;
    margin: auto;
  }
  
  /* vDepartments */

  /* vFort */
  .vfort-column {
    max-width: 32%;
    padding: 0px 20px;
  }
  

  
}