* {
  box-sizing: border-box;
  margin: 0%;
  padding: 0%;
  color: #efeeeb;
}

html,
body {
  width: 100%;
  margin: 0% !important;
  padding: 0% !important;
  overflow-x: hidden;
}

.stop-scroll {
  height: 100%;
  overflow: hidden;
}

.modal-content {
  border-radius: 0.2rem !important;
}

.modal {
  background-color: rgba(2, 5, 12, 0.717);
  color: black;
}

.modal-body {
  color: black !important;
}

.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(12, 15, 24);
  z-index: 10000;
  font-size: 2rem;
}

.disapear {
  animation: vanish forwards;
}

@keyframes vanish {
  100% {
    opacity: 0;
    display: none;
    width: 0;
    height: 0%;
  }
}

header {
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
  overflow-x: hidden;
  color: white !important;
}

header .lh-1 {
  color: #efeeeb !important;
}

header img {
  width: 20vw;
  max-width: 220px;
  min-width: 135px;
  border-radius: 50%;
  height: auto;
}

video {
  position: fixed;
  top: 0%;
  object-fit: cover;
  left: 0%;
  width: 100%;
  height: 100vh;
  z-index: -5;
}

header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: rgba(10, 12, 28, 0.527);
  -webkit-box-shadow: inset 35vw 0px 506px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 35vw 0px 506px -3px rgba(0, 0, 0, 0.75);
  box-shadow: inset 35vw 0px 506px -3px rgba(0, 0, 0, 0.75);
}

.os{
  position: relative;
  font-weight: 600;
  color: white !important;
}

.os::before{
  z-index:-2;
  content: '';
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 2px;
  width: 25%;
  border-radius: 5px;
  transition: all 0.1s linear;
  background-color: rgba(255, 255, 255, 0.729);
}

.os:hover::before{
  width: 100%;
}

.hero {
  min-height: 35vw;
}

.cta {
  position: relative;
  /* margin: auto; */
  padding: 8.5px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #248bf9;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #ffffff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #171e43;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.navbar {
  justify-content: space-between;
  align-items: baseline;
  transition: all 0.2s linear;
}

.nav-item .nav-link {
  color: white;
}

.navbar-toggler-icon {
  color: white !important;
  background-color: white;
  border-radius: 2px;
}

main {
  width: 100%;
  background-color: rgb(12, 15, 24);
  color: white !important;
}

main .feature {
  color: white;
  /* background-color: red; */
  /* padding-top: 0% !important; */
  margin-top: 0% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  /* cursor: pointer; */
  transition: all 0.1s linear;
  position: relative;
  overflow: hidden;
  padding: 0% !important;
  z-index: 0;
}

main .feature::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(12, 15, 24);
  transform: translateX(-110%);
  transition: all 0.2s linear;
}

.feature:hover::before {
  transform: translateX(0%);
  z-index: -2;
}

.feature a{
  background-color: transparent;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

main .feature img {
  width: 80%;
  max-width: 100px;
  z-index: 1;
}

main .feature:nth-child(1) {
  background-color: rgb(12, 15, 24);
}

main .feature:nth-child(1)::before {
  background-color: transparent;
}

main .feature:nth-child(2) {
  background-color: rgb(19, 24, 38);
}

main .feature:nth-child(2) img {
  /* background-color: rgb(19, 24, 38); */
  max-width: 220px;
}

main .feature:nth-child(3) {
  background-color: rgb(22, 29, 46);
}

main .feature:nth-child(3) img {
  /* background-color: rgb(22, 29, 46); */
  max-width: 180px;
}
main .feature:nth-child(4) {
  background-color: rgb(28, 37, 59);
}

.raising-starts p {
  font-size: 1.1rem;
}

.raising-starts img {
  width: 100%;
  object-fit: cover;
}

.btn-somnium {
  text-decoration: none;
  position: absolute;
  border: none;
  font-size: 1rem;
  font-family: inherit;
  color: #fff;
  width: 8em;
  height: 2.5em;
  line-height: 2em;
  text-align: center;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 300%;
  border-radius: 30px;
  z-index: 1;
}

.btn-somnium:hover {
  animation: ani 8s linear infinite;
  border: none;
}

.nav-item i {
  font-size: 35px;
  padding: 0%;
  transition: all 0.2s linear;
}

.nav-item i:hover {
  transform: scale(1.1);
}

@keyframes ani {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

.btn-somnium:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 35px;
  transition: 1s;
}

.btn-somnium:hover::before {
  filter: blur(20px);
}

.btn-somnium:active {
  background: linear-gradient(32deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
}

/* .cardst {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: 0%;
    padding: 0;
    list-style-type: none;
  } */

.elfak {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url("../assets/lamela-otvaranje.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: end;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.elfak span {
  width: 100%;
  color: white;
  background-color: rgba(14, 22, 41, 0.953);
}

.elfak .row {
  width: 100%;
  color: white;
  background-color: rgba(23, 38, 90, 0.83);
  transition: all 0.55s linear;
  font-size: 1.3rem;
}

.elfak .row div:hover i {
  color: rgb(113, 243, 255);
  /* transform: translateY(-50%); */
  animation: bounce 0.65s;
  background-color: rgba(55, 88, 218, 0);
}

.elfak .row div:nth-child(1) {
  background-color: #181e30;
}
.elfak .row div:nth-child(2) {
  background-color: rgb(22, 26, 36, 0.9);
}
.elfak .row div:nth-child(3) {
  background-color: rgb(22, 26, 36, 0.8);
}
.elfak .row div:nth-child(4) {
  background-color: rgb(22, 26, 36, 0.7);
}
.elfak .row div:nth-child(5) {
  background-color: rgb(22, 26, 36, 0.6);
}

.elfak .row i {
  font-size: 2rem;
  color: white;
  padding-bottom: 21px;
  transition: all 0.2s linear;
  background-color: rgba(198, 198, 198, 0.304);
  padding: 2px 10px;
  border-radius: 5px;
}

.elfak .row p {
  margin-top: 25px;
  cursor: context-menu;
}
 
  .elfak img{
    width: 50px;
    height: auto;
    max-height: 50px;
    filter:invert(100%);
  } 

.cluster {
  position: relative;
  background-image: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cluster-content {
  background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(6,8,15,1) 35%, rgba(0,0,0,0) 100%);
  min-height: 100vh;
}

.cluster-content .logo{
  width: 50%;
  max-width: 365px;
  min-width: 225px;
}

.cluster-content p{
  font-size: 1.1rem;
}

.team {
  overflow: hidden !important;
}

.cardt {
  position: relative;
  display: block;
  min-height: 300px;
  min-width: 15vw;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  text-decoration: none;
}

.card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  background-color: rgb(24, 30, 48);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  transform: translateY(-100%);
  transition: 0.3s ease-in-out;
  text-align: center;
  color: white;
}

.cardt:hover .card__overlay {
  transform: translateY(0);
}

.card__header {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 2em;
  justify-content: center;
  align-items: center;
  text-align: center;

  transform: translateY(-100%);
  transition: 0.2s ease-in-out;
}

.card__arc {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
}

.cardt:hover .card__header {
  transform: translateY(0);
}

.card__thumb {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #03a9f4;
}

.card__title {
  font-size: 1em;
  margin: 0 0 0.3em;
}

.card__tagline {
  display: block;
  margin: 1em 0;
  font-size: 0.8em;
  color: #d7bdca;
}

.card__status {
  font-size: 0.8em;
  color: #d7bdca;
}

.card__description {
  padding: 0 2em 2em;
  margin: 0;
  color: #d7bdca;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.navbar-collapse {
  width: 100%;
}

footer {
  background-color: transparent;
  color: white;
}

.offcanvas{
  background-color: #eaf2ff;
}

.offcanvas-body{
  background-color: #0d0f18;
}

.offcanvas-backdrop.show{
  background-color: rgb(0, 0, 0);
  opacity: 0.65;
  background-image: url('../assets/wallpaper-2082192_1280.png');
  background-size: cover;
  background-position: center center;
  filter: blur(100px);
  -webkit-filter: blur(100px);
}

.offcanvas-end-backdrop.show{
  background-color: rgb(0, 0, 0);
  opacity: 0.65;
}


.s-text h2{
  -webkit-text-stroke-width: 0.2px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.s-text h1{
  -webkit-text-stroke-width: 0.65px;
  -webkit-text-stroke-color: rgba(136, 201, 255, 0);
  -webkit-text-fill-color: rgb(255, 255, 255);
  font-size: clamp(50px, 25vw, 130px) !important;
}

@media screen and (min-width: 992px) {
  .navbar-collapse .navbar-nav {
    justify-content: end;
    width: 100%;
    display: flex;
  }

  .navbar {
    padding: 0% 80px;
  }

  .hero {
    padding-top: 150px !important;
  }
}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    background-color: rgb(7, 12, 30);
    padding: 25px 30px;
    border-radius: 5px;
  }
}

.bx-menu {
  font-size: 25px;
  color: white;
  padding: 0%;
  margin: 0%;
}

@media screen and (min-width: 768px) {
  .raising-starts img {
    min-height: 420px;
  }

  footer .b-l {
    border-left: 5px solid white;
  }
}

@media screen and (max-width: 576px) {
  .elfak .row div:nth-child(5) {
    width: 100% !important;
  }
}

@media screen and (max-width: 420px) {
  .team .col {
    width: 50% !important;
  }

  .card__thumb {
    width: 50%;
    max-width: 165px;
    min-width: 95px;
    height: 50%;
    max-height: 165px;
    min-height: 95px;
  }

  .card__overlay {
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
  }

  .card__title {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 320px) {
  .team .col {
    width: 100% !important;
  }

  
}


/* ::-webkit-scrollbar {
  width: 10px;
  z-index: 999;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  
  z-index: 999;
}

::-webkit-scrollbar-thumb {
  background: #888;
  
  z-index: 999;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
} */
