/* Default styles for all screen sizes */
body {}




/* container additionals */
.container.con_active {
  animation: forwards .3s fadeIn;
}

.container.con_deactive {
  animation: forwards .3s fadeOut;
}

@keyframes fadeIn {
  0% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

.container {
  z-index: 1;
}

.main {
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding-bottom: 0px;
  background-image: url('./../imgs/feelaedits_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/* main */

.ui-main-container {
  width: 100%;
  height: 70vh;
  margin-top: 180px;
}

.ui-main-content {
  width: 60%;
  height: 100%;
  margin-left: 10%
}

.ui-main-row {
  width: 100%;
  min-height: 5px;
  height: fit-content;
}

.ui-main-row:nth-child(1) {
  color: #FDFCFF;
  font-size: 10em;
}

.ui-main-row:nth-child(2) {
  background: linear-gradient(to right, #7b39ff, #ff39a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4em;
  margin-bottom: 100px;
}

.ui-main-row:nth-child(3) {
  color: #FDFCFF;
  font-size: 1.2em;
  height: fit-content;
}

.contact-btn {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #7b39ff;
  color: #f2eaf8;
  font-weight: bold;
  transition: all .3s ease-in-out;
  text-shadow: 2px 2px 2px #0c070f;
}

.contact-btn:hover {
  background-color: #ff39a6;
  color: #f2eaf8;
  text-shadow: 3px 3px 3px #0c070f;
}





.omne {
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  height: fit-content;
  margin: 0;
  padding-bottom: 0px;
  background-image: url('./../imgs/feelaedits_bg_pure_pr.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.omne .ui-main-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.omne .ui-main-content_x1 {
  width: 95%;
  min-height: 60vh;
  height: fit-content;
}

.omne .ui-main-row-tx:first-child {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.omne .ui-omen-block {
  min-height: 20vh;
  width: 45%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start
}

.ui-omen-block:nth-child(1) {
  margin-left: 5%;
}

.tx-title {
  font-size: 6em;
}

.ui-omen-text {
  width: 500px;
  font-size: 1.5em;
  text-align: left;
}


.ui-omen-bxs {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ui-omen-soc-box {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row;
}

.ui-omen-soc-box a {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-omen-soc-box a img {
  width: 64px;
  height: 64px;
}

.ui-omen-soc-box span {
  font-size: 1.5em;
  margin-left: 10px;
}

.ui-omen-kontakt-bar {
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: row;
}

.ui-omne-stats {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.ui-omne-stats-item {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.ui-omne-stats p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.ui-omne-stats-item span {
  background: linear-gradient(to right, #7b39ff, #ff39a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2rem;
}

.ui-main-row-tx.x2 {
  display: flex;
  justify-content: center;
}






/* portfolio */
.portfolio {
  z-index: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  padding: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding-bottom: 0px;
  background-image: url('./../imgs/feelaedits_bg_pure_pr.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ui-portfolio-content-container {
  margin-top: 150px;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.ui-portfolio-header {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.ui-portfolio-item {
  width: 300px;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 15px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  box-shadow: inset 0px 0px 10px rgb(20, 21, 22);
  font-size: 1.5em;
}

.ui-portfolio-item span {
  text-shadow: 2px 2px 4px #000, -2px -2px 4px #000, 2px -2px 4px #000, -2px 2px 4px #000;
}

.ui-portfolio-item:nth-child(1) {
  background-image: url('./../imgs/bg-reels.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ui-portfolio-item:nth-child(2) {
  background-image: url('./../imgs/bg-videa.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ui-portfolio-item:nth-child(3) {
  background-image: url('./../imgs/bg-edits.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ui-portfolio-item:hover {
  animation: forwards 1s size;
}

@keyframes size {
  0% {
    background-size: 100%;
  }

  100% {
    background-size: 150%;
  }
}

.ui-portfolio-viewport {
  width: 80%;
  height: fit-content;
  min-height: 60vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  margin-top: 60px;
}

.ui-portfolio-viewport-item {
  width: 350px;
  height: 250px;
}




@media (min-width: 2560px) {
  .ui-main-content * {
    transform: scale(1.4);
    padding: 1%;
    transform-origin: top left;
  }

  .ui-portfolio-item {
    width: 300px;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.4);
    margin-left: 100px;
    margin-right: 100px;
    border-radius: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    box-shadow: inset 0px 0px 10px rgb(20, 21, 22);
    font-size: 1.5em;

  }

  .ui-portfolio-viewport {
    margin-top: 50px;
  }

  .ui-portfolio-content-container {
    height: 100vh;
  }

  .tx-title {
    font-size: 11em;
  }

  .ui-omen-text {
    width: 700px;
    font-size: 2.5em;
    text-align: left;
  }

  .ui-main-row-tx.x2 {
    display: flex;
    justify-content: center;
    transform: scale(1.5);
  }
}


/* responzivita */
@media (max-width: 900px) {

  /* protfolio */
  .ui-portfolio-header {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 70px;
  }

  .ui-portfolio-item span {
    text-align: center;
  }

  .ui-portfolio-item {
    width: 90%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    box-shadow: inset 0px 0px 10px rgb(20, 21, 22);
    font-size: 1em;
    margin-top: 5px;
  }

  .ui-portfolio-viewport {
    width: 100%;
    height: fit-content;
    min-height: 60vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
  }

  .ui-portfolio-content-container {
    margin-top: 20px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: auto;
    scroll-behavior: smooth;
  }




  /* omne content */
  .omne {
    min-height: 1200px;
  }

  .omne .ui-main-container {
    margin-top: 50px;
    height: 140vh;
  }

  .omne .ui-main-content_x1 {
    width: 100%;
  }

  .omne .ui-main-row-tx:first-child {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .omne .ui-omen-block {
    min-height: 20vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }


  .omne .ui-main-content_x1 {
    width: 95%;
    min-height: 900px;
    height: fit-content;
  }


  .ui-omen-block:nth-child(1) {
    margin-left: 0%;
  }

  .tx-title {
    font-size: 5em;
    width: 80%;
    text-align: left;
  }

  .ui-omen-text {
    font-size: 1.2em;
    width: 80%;
    text-align: left;
    margin-right: 8%;
  }

  .ui-omen-kontakt-bar {
    width: 100%;
    height: 30vh;
  }

  .ui-omne-stats {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .ui-omen-kontakt-bar {
    width: 100%;
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .ui-omen-soc-box a img {
    width: 40px;
    height: 40px;
  }

  .ui-omen-soc-box {
    padding: 5px;
  }


  /* main content */
  .ui-main-container {
    width: 100%;
    height: 70vh;
    margin-top: 200px;
  }

  .ui-main-row:nth-child(1) {
    font-size: 5em;
    margin-bottom: 20px;
  }

  .ui-main-row:nth-child(2) {
    font-size: 2em;
    margin-bottom: 50px;
  }

  .ui-main-row:nth-child(3) {
    width: 300px;
    font-size: 1em;
  }

  .main {
    background-position-x: 80%;
  }

  .ui-nav-box {
    width: 60%;
    margin-left: 2%;
    min-height: 62px;
  }

  .ui-main-content {
    width: 80%;
    height: 100%;
    margin-left: 2%
  }
}