@import url("https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&family=Smooch+Sans:wght@100&display=swap");
* {
  font-family: "Poiret One", cursive;
}

@media screen and (max-width: 1140px) {
  body {
    width: fit-content;
  }
}
a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: larger;
}
p {
  font-size: larger;
}
a:hover {
  color: white;
}
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in forwards;
}
.active.fade-left {
  animation: fade-left 1s ease-in forwards;
}
.active.fade-right {
  animation: fade-right 1s ease-in forwards;
}
.fade-left-nav {
  animation: fade-left-nav 1s ease-in forwards;
}
.fade-in-bg {
  animation: fade-in-bg 2s ease-in forwards;
}
.fade-in-left {
  animation: fade-left 1s ease-in forwards;
}
.fade-in-right {
  animation: fade-right 1s ease-in forwards;
}
.to-right {
  animation: to-right 4s ease-in forwards;
}
@keyframes to-right {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-left-nav {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sidenav {
  height: 100%;
  width: 170px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: transparent;
  overflow-x: hidden;
  padding-top: 15px;
  margin-top: 20vh;
}
.sidenav img {
  width: 20px;
  height: 20px;
}
.name {
  display: flex;
  justify-content: center;
}
.sidenav a {
  padding: 6px 8px 6px 16px;
  margin-bottom: 50px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  background-color: #ac7b7b;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  left: -135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidenav a:hover {
  transition-property: left right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  left: 0;
}
.sidenav a:hover:after,
.sidenav a:focus:after,
.sidenav a:active:after {
  right: 0;
}
.sidenav a:hover {
  color: #f1f1f1;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.sidenav img {
  height: 20px;
}
.logo-img img {
  max-width: 70px;
  justify-content: start;
}
.to-right img {
  max-width: 70px;
  justify-content: end;
}
#page1 {
  background: #204345;
}
#page2 {
  background: #568f85;
}

.instafollowercount {
  color: white;
  padding-top: 10px;
}
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.welcome-cont {
  height: 15vh;
  width: 100%;
}
.stage {
  display: table-cell;
  vertical-align: middle;
}

.tabled,
.middled {
  text-align: center;
  margin: 0 auto;
}

.profile-items {
  display: flex;
  justify-content: center;
}
.loader {
  border: 3px solid transparent; /* Light grey */
  border-top: 3px solid white; /* Blue */
  border-radius: 50%;
  width: 203px;
  height: 203px;
  animation: spin 2s linear forwards;
}

@keyframes spin {
  0% { transform: rotate(0deg); opacity: 1;}
  90% { transform: rotate(324deg); opacity: 1; }
  100% { transform: rotate(360deg); opacity: 0;}
}

.profil {
  background-image: url(./pictures/landing-logo.jpg);
  animation: pop-up 2s ease-in-out forwards;
  height: 200px; 
  width: 200px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
@keyframes pop-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.welcometext {
  border: 2px solid white;
  padding-left: 10px;
  padding-right: 10px;
}
.logo-img-right {
  text-align: start;
}
.logo-img-right img {
  max-width: 60px;
  margin-right: 25px;
}
.logo-img-left {
  text-align: end;
}
.logo-img-left img {
  max-width: 60px;
  margin-left: 25px;
}
.landing-cont {
  background-image: url(./pictures/blured-welcome.jpg);
  height: 85vh;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.title {
  color: white;
}
.line {
  border-bottom: 2px solid white;
  width: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: inline-block;
}

.row {
  --bs-gutter-x: 0;
  display: inline-flexbox;
}
.col {
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  display: flex;
}

.gallery-cont {
  background-image: url(./pictures/275731254_1021644378709696_3646887471855436381_n.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.album-grid-item {
  padding-left: 0.0625rem;
  padding-top: 0.0625rem;
  position: relative;
}
.album-grid-item {
  max-width: 400px;
  vertical-align: top;
}
.newtilte {
  position: absolute;
  top: 0;
  right: 0;
  color: orange;
  transition: 0.5s ease;
  opacity: 1;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  object-fit: cover;
  z-index: 4;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  color: orange;
  transition: 0.5s ease;
  opacity: 0;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  object-fit: cover;
  z-index: 4;
  font-weight: bolder;
}

.album-grid-item:hover .newtilte {
  opacity: 0;
}

.album-grid-item:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
  top: 0;
  right: 0;
}
.img-fluid:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: 1s ease;
  -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  z-index: 11;
  position: relative;
}
.img-fluid {
  max-width: fit-content;
  vertical-align: top;
  margin-bottom: 20px;
  width: 400px;
  transition: 1s ease;
}
.box {
  width: 100%;
  background: transparent;
  margin: 0;
  max-height: fit-content;
  overflow: hidden;
  transition: all 0.5s ease;
  will-change: transform;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
.box.row{
  display: contents;
  z-index: 4;
  position: absolute;
}
.hide {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.5s ease;
  will-change: transform;
}
.learnmorebutton button {
  background-color: transparent;
  color: white;
  width: 200px;
  border: 1px solid white;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out;
  font-weight: bold;
}
.learnmorebutton button:hover {
  background-color: #568f85;
}
.empty-line {
  height: 2cm;
}
.youtube-full-cont {
  background-image: url(./pictures/blured-yt.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.youtube-container {
  background-color: #204345;
  padding-bottom: 60px;
}
.youtubelink a {
  color: white;
}
.youtube-items {
  margin-top: 30px;
  margin-bottom: 30px;
}
.youtube-item {
  padding-bottom: 10px;
}
.introduction-container {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  width: 560px;
  height: auto;
  color: white;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}
.comissions-introduction-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  width: 560px;
  height: auto;
  color: white;
  display: grid;
  align-content: space-evenly;
  margin-bottom: 15px;
  padding: 10px;
  margin-right: 15px;
}
.forms-container {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 560px;
  height: auto;
  color: white;
}
.comissions-container {
  background-color: #204345;
  padding-bottom: 60px;
  height: auto;
}
.counts {
  color: white;
  display: grid;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.counts p {
  margin: 0;
}
.counts h4 {
  margin: 0;
}
.comissions-title a {
  color: white;
}
.comissions-items {
  display: flex;
  margin-top: 50px;
  justify-content: space-around;
}

input[type="text"],
input[type="name"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  background-image: url(./pictures/275731254_1021644378709696_3646887471855436381_n.jpg);
  color: #204345;
  font-weight: bold;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type="submit"] {
  background-color: #568f85;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type="submit"]:hover {
  background-color: #6e9a92;
  transition: 0.5s ease-in-out;
}

.container {
  border-radius: 5px;
  background-color: transparent;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25,
  .col-75,
  input[type="submit"] {
    width: 100%;
    margin-top: 0;
  }
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-cont {
  background-image: url(./pictures/blured-about.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}
.about-content {
  justify-content: space-evenly;
}
.about-image {
  justify-content: end;
  align-items: flex-end;
  text-align: end;
}
.about-img-item {
  display: block;
}
.about-image img {
  height: 400px;
}
.aboutme {
  padding-top: 30px;
  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}
.patreon-bottom-bg {
  background-image: url(./pictures/patreon-bottom-blured.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  object-fit: cover;
}
.patreon-item {
  color: white;
  display: block;
}
.patreon-text {
  border: 1px solid white;
  padding: 10px;
}
.img-fluid-2 {
  max-width: 100%;
}
.footer-cont {
  background-image: url(./pictures/footer-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  width: 100%;
}
.footer-items {
  justify-content: center;
}
.introducion-footer {
  color: white;
}
.introducion-footer a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.link p {
  font-weight: bold;
}
.madeby {
  padding-bottom: 10px;
}
footer {
  width: 100%;
  position: sticky;
}
.Copyright-text {
  margin-left: 15px;
  align-items: flex-start;
  text-align: start;
}
.copy {
  align-items: flex-end;
  justify-content: flex-start;
}
.logos {
  align-items: flex-end;
  justify-content: flex-end;
}
.logos img {
  height: 80px;
}
