body {
  font-family: "Inter", sans-serif;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #C7B299, #0075BE);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
  margin: 0;
}

.hero__logo {
  width: 30%;
}
@media only screen and (max-width: 480px) {
  .hero__logo {
    width: 22%;
  }
}

.navbar {
  width: 85%;
  height: 15%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttonik {
  color: #fff;
  padding: 10px 15px;
  background: transparent !important;
  border: 1px solid #fff;
  border-radius: 15px;
  outline: noene;
  cursor: pointer;
  font-weight: bold;
  font-weight: 400;
  font-size: 1rem;
}

.content {
  color: #fff;
  position: absolute;
  bottom: 20%;
  z-index: 2;
}

.side-bar {
  width: 130px;
  height: 100vh;
  background: linear-gradient(rgba(255, 255, 255, 0.4431372549), rgba(255, 255, 255, 0.0352941176));
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 480px) {
  .side-bar {
    width: 80px;
  }
}
.side-bar__menu {
  display: block;
  width: 50px;
  margin: 40px auto 0;
  cursor: pointer;
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .side-bar__menu {
    width: 35px;
  }
}
.side-bar__link {
  color: #fff;
  text-decoration: none !important;
  font-size: 0.8rem;
}
.side-bar a {
  text-decoration: none;
}

.text-box {
  color: #fff;
  position: absolute;
}

.text-box div {
  font-size: 2rem;
  font-weight: 600;
}

.text-box h1 {
  font-size: 7rem;
  margin-left: -10px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  background-image: url(../images/back.png);
  -webkit-background-clip: text;
  background-position: 0 0;
  animation: back 20s linear infinite;
}
@media only screen and (max-width: 480px) {
  .text-box h1 {
    font-size: 5rem;
  }
}

@keyframes back {
  100% {
    background-position: 2000px 0;
  }
}
.text-box h2 {
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .text-box h2 {
    padding-right: 20px;
    line-height: 1.4rem;
  }
}

.bubbles img {
  width: 50px;
  animation: bubble 7s linear infinite;
}

.bubbles {
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -50px;
}

@keyframes bubble {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(-80vh);
    opacity: 1;
  }
}
.bubbles img:nth-child(1) {
  animation-delay: 2s;
  width: 25px;
}

.bubbles img:nth-child(2) {
  animation-delay: 1s;
}

.bubbles img:nth-child(3) {
  animation-delay: 3s;
}

.bubbles img:nth-child(4) {
  animation-delay: 4.5s;
}

.bubbles img:nth-child(5) {
  animation-delay: 3s;
}

.bubbles img:nth-child(6) {
  animation-delay: 6s;
  width: 20px;
}

.bubbles img:nth-child(7) {
  animation-delay: 7s;
  width: 35px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.portf__logo_port {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .portf__logo_port {
    width: 15%;
    display: flex;
    margin: 0 auto;
  }
}

.wrapperik {
  display: grid;
  place-content: center;
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(57, 57, 57, 0.4784313725);
}
@media only screen and (max-width: 768px) {
  .wrapperik {
    font-size: 3rem;
    margin-top: 20px;
  }
}

.wrapperik > div {
  grid-area: 1/1/-1/-1;
}

.hore {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}

.dole {
  -webkit-clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
  color: #fff;
  background: linear-gradient(177deg, rgb(251, 251, 251) 53%, var(--text-color) 65%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: translateX(-0.03em);
}

.portfolio {
  margin-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .portfolio {
    margin-top: 50px;
  }
}
.portfolio__bottomBox:hover {
  transform: scale(1.05);
  transition: 0.8s;
}
@media only screen and (max-width: 991px) {
  .portfolio__bottomBox:hover {
    transform: scale(1);
  }
}
.portfolio__bottomBox:hover .imagesGray {
  filter: grayscale(0);
  -webkit-filter: grayscale(0%);
}
.portfolio .imagesGray {
  filter: grayscale(0.9);
  -webkit-filter: grayscale(90%);
}
.portfolio__colorBox1 {
  background-color: #F44336;
  padding: 10px;
}
.portfolio__colorBox2 {
  background-color: #E91E63;
  padding: 10px;
}
.portfolio__colorBox3 {
  background-color: #9C27B0;
  padding: 10px;
}
.portfolio__colorBox4 {
  background-color: #673AB7;
  padding: 10px;
}
.portfolio__colorBox5 {
  background-color: #3F51B5;
  padding: 10px;
}
.portfolio__colorBox6 {
  background-color: #2196F3;
  padding: 10px;
}
.portfolio__colorBox7 {
  background-color: #03A9F4;
  padding: 10px;
}
.portfolio__colorBox8 {
  background-color: #00BCD4;
  padding: 10px;
}
.portfolio__colorBox9 {
  background-color: #009688;
  padding: 10px;
}
.portfolio__colorBox10 {
  background-color: #4CAF50;
  padding: 10px;
}
.portfolio__colorBox11 {
  background-color: #8BC34A;
  padding: 10px;
}
.portfolio__colorBox12 {
  background-color: #CDDC39;
  padding: 10px;
}
.portfolio__colorBox13 {
  background-color: #FFC107;
  padding: 10px;
}
.portfolio__colorBox14 {
  background-color: #FF9800;
  padding: 10px;
}
.portfolio__colorBox15 {
  background-color: #FF5722;
  padding: 10px;
}
.portfolio__colorBox16 {
  background-color: #795548;
  padding: 10px;
}
.portfolio__colorBox17 {
  background-color: #9E9E9E;
  padding: 10px;
}
.portfolio__colorBox18 {
  background-color: #607D8B;
  padding: 10px;
}
.portfolio h2 {
  font-size: 1.3rem;
  position: relative;
  bottom: 10px;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .portfolio h2 {
    width: 72%;
    margin: 0 auto;
  }
}
.portfolio a {
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
}
.portfolio__podnadpis {
  font-weight: 300;
  font-size: 0.9rem;
}

.kontakt {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .kontakt {
    margin-top: 50px;
  }
}
.kontakt__formbackg {
  padding: 40px;
  background-color: #FFF;
}
.kontakt__formbsubmit {
  position: relative;
  left: -40px;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 3s ease infinite;
}
@media only screen and (max-width: 991px) {
  .kontakt__formbsubmit {
    left: 0;
    top: -20px;
    width: 60%;
  }
}
.kontakt__formbsubmit:hover {
  background: linear-gradient(-45deg, #b6b6b6, #232323);
  transition: transform 5s ease;
  transform: scale(1.1);
}
.kontakt__textbnt {
  background-color: transparent;
  border: transparent;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
}

.line-default {
  height: 2px;
  width: 100%;
  background-color: rgba(198, 198, 198, 0.7529411765) !important;
  display: inline-block;
}

.line {
  height: 2px;
  width: 0%;
  display: inline-block;
  transition: 0.9s width ease-in-out;
  position: relative;
}

.signup-form input[type=text]:focus + .line-container .line, select:focus + .line-container .line {
  width: 100%;
  background-color: #23a6d5;
}

.signup-form input[type=email]:focus + .line-container .line, select:focus + .line-container .line {
  width: 100%;
  background-color: #23a6d5;
}

.signup-form textarea:focus + .line-container .line, select:focus + .line-container .line {
  width: 100%;
  background-color: #23a6d5;
}

.signup-form textarea:focus + .line-container .line, select:focus + .line-container .line {
  width: 100%;
  background-color: #23a6d5;
}

textarea:focus, input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.form-control:focus, input:focus {
  background-color: transparent;
}

.form-control-main {
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
  border-bottom: transparent !important;
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 700;
}

.form-label-main {
  color: #23a6d5;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

::-moz-placeholder {
  font-size: 1em;
  font-size: 0.8rem;
  color: rgba(198, 198, 198, 0.7529411765) !important;
  font-weight: 700;
}

::placeholder {
  font-size: 1em;
  font-size: 0.8rem;
  color: rgba(198, 198, 198, 0.7529411765) !important;
  font-weight: 700;
}

.form-check-label {
  font-size: 1rem;
  color: #FFF !important;
  font-weight: 400;
}

.form-check .form-check-input {
  float: left;
  /* margin-left: -1.5em; */
  margin-right: 5px;
  border-radius: 0rem;
  border-color: transparent;
}

.form-check-input:checked {
  background-color: #e73c7e;
  border-color: transparent;
}

.kontakty {
  margin-top: 100px;
  padding-bottom: 60px;
}
.kontakty i {
  font-size: 9rem;
}
@media only screen and (max-width: 576px) {
  .kontakty i {
    font-size: 5rem;
  }
}
.kontakty p {
  margin-top: 20px;
  color: #fff;
  font-size: 1.2rem;
  padding-top: 20px;
  animation: 3s infinite alternate slidein;
}/*# sourceMappingURL=main.css.map */