@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body {
    /* background: linear-gradient(121deg, rgb(18, 18, 18) 0%, rgb(18, 18, 18) 45%, rgb(18, 18, 18) 100%); */
    background: #121212f0;
    background-attachment: fixed;
    background-size: cover;
}

button {
    background: transparent;
    border: none;
}

/* h1 {
    background-color: rgb(18, 18, 18);
    height: 80px;
    position: relative;
} */

.headerimg {
    background-image: url('imagezvwebsite.png');
    /* border-bottom-left-radius: 10%; */
    /* border-bottom-right-radius: 10%; */
    height: 400px;
    position: relative;
    transform: translate(0px, 0px);
}

#myInput {
    color: white;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid white;
    text-align: center;
    transform: translate(960%, -930%);
    height: 50px;
    width: 170px;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(7px);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}  

#myInput:hover {
    background: rgba(0,0,0,0.6);
}


#myUL {
    background-color: #35353f;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    position: absolute;
    top: 7%;
    right: 46px;
    width: 200px;
}

#myUL li {
    font-family: Arial;
    font-size: 15px;
    color: white;
    text-decoration: none;
    position: relative;
    width: 160px;
    margin-left: -20%;
}

#myUL img {
    position: relative;
    margin-right: 5px;
}

#myUL li:hover {
    background-color: rgba(255,255,255,0.1);
    border-radius: 10px;
    width: 240px;
}

#myUL li a {
    font-family: Arial;
    margin-top: -1px;
    width: 210px; /* Breite */
    padding: 8px; /* höhe */
    color: white;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}


/* ------------------------------------- */
/* ------------------------------------- */
/* ------------------------------------- */
.header-bar {
    background-color: transparent;
    height: 80px;
    position: relative;
    top: -0px;
    justify-content: center;
    display: flex;
    align-items: center;
}

/* -------------------------------------- */
.header-bar-text {
    font-family: 'Arial Black';
    color: white;
    font-size: 20px;
    margin-left: 45px;
    position: relative;
}

.header-offer-text {
    font-family: 'Arial Black';
    color: white;
    font-size: 20px;
    margin-left: 45px;
    position: relative;
}

.header-partner-text {
    font-family: 'Arial Black';
    color: white;
    font-size: 20px;
    margin-left: 45px;
    position: relative;
}

/* pfeil */
/* .header-bar-text i {
    position: relative; 
    top: 2px; 
    margin-right: 7px;
    transition: transform 0.5s ease; 
} */

.header-offer-text i {
    position: relative; 
    top: -1px; 
    font-size: 0.6em;
    margin-right: 7px;
    transition: transform 0.5s ease; 
}

.header-partner-text i {
    position: relative; 
    top: -1px; 
    font-size: 0.6em;
    margin-right: 7px;
    transition: transform 0.5s ease; 
}

/* .header-bar-text:hover i {
    transform: rotate(180deg);
} */

.header-partner-text:hover i {
    transform: rotate(180deg);
}

.header-offer-text:hover i {
    transform: rotate(180deg);
}


/* -------------------------------------- */
.header-bar-text:hover {
    color: #9e9e9e;
}

.header-offer-text:hover {
    color: #9e9e9e;
}

.header-partner-text:hover {
    color: #9e9e9e;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    font-family: Arial;
    font-size: 15px;
    color: white;
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #35353f;
    border-radius: 10px;
    width: 225px;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    border-top: white solid 1px;
}

.dropdown a:hover {
    color: #9c59b6;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:click {
    background-color: #f1f1f1;
}

.partnerdropdowntext {
    color: white;
    padding: 12px 16px;
    text-decoration: underline;
    display: block;
}

.partnerdropdowntext:hover {
    color: #9c59b6;
    padding: 12px 16px;
    text-decoration: underline;
    display: block;
}

.partnerdropdowndesc {
    position: relative;
    top: -5px;
    padding: 12px 16px;
}

.offerdropdowntext {
    color: white;
    padding: 12px 16px;
    text-decoration: underline;
    display: block;
}

.offerdropdowntext:hover {
    color: #9c59b6;
    padding: 12px 16px;
    text-decoration: underline;
    display: block;
}

.offerdropdowndesc {
    position: relative;
    top: -5px;
    padding: 12px 16px;
}
  


/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus,
*:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  display: inline-flex;
  list-style: none;
}

.wrapper .icon {
  position: relative;
  top: -525px;
  left: -20px;
  background: #1877F2;
  color: white;
  border-radius:15px;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

/* TikTok-Icon */
.fa-tiktok {
    color: white;
} 

.fa-tiktok:hover {
    color: white;
} 

.wrapper .tiktok {
    background: #000000;
}

.wrapper .tiktok:hover {
    background: #242424;
}

/* Discord-Icon */
.fa-discord {
    color: white;
} 

.fa-discord:hover {
    color: white;
} 

.wrapper .discord {
    background: #7289d9;
}

.wrapper .discord:hover {
    background: #4f5f97;
}

/* Youtube-Icon */
.fa-youtube {
    color: white;
} 

.fa-youtube:hover {
    color: white;
} 

.wrapper .youtube {
    background: #ff0000;
}

.wrapper .youtube:hover {
    background: #ca0000;
}

/* Mail-Icon */
.wrapper .mail,
.wrapper .mail .tooltip,
.wrapper .mail .tooltip::before {
    position: relative;
    background: #1877F2;
    color: white;
}

.wrapper .mail.active,
.wrapper .mail.active .tooltip,
.wrapper .mail.active .tooltip::before {
  background: white;
  color: #1877F2;
  position: relative;
  z-index: 2;
}

.wrapper .mail:hover {
    background: #1460c4;
}


/* Mail */
.mailtext {
    position: absolute;
    top: 5px;
    left: 285px;
    background: #1877F2;
    color: white;
    border-radius: 15px;
    font-family: arial;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    width: 290px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-left: -30px;
    height: 50px;
    animation-name: slide-in;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  
@keyframes slide-in {
0% {
    opacity: 0;
    transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.row {
    color: white;
    text-align: center;
    min-height: 100vh;
    width: 1600px;
    position: relative;
    top: 100px;
}

.carousel {
    margin-left: 140px;
    top: 600px;
    height: 520px;
}

.carousel-item {
    width: 480px;
    height: 520px;
    position: relative;
    top: -160px;
    left: 0px;
}

.carousel-control-prev:hover {
    background: rgba(255,255,255,0.05);
    margin-left: 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.carousel-control-next:hover {
    background: rgba(255,255,255,0.1);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-right: 12px;
}
  


/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

.fa-wordpress {
    position: relative;
    transform: translate(177%, -400%);
    font-size: 60px;
}

.fa-file-code {
    position: relative;
    transform: translate(3%, -365%);
    font-size: 60px;
}

.fa-plane {
    position: relative;
    transform: translate(3%, -395%);
    font-size: 55px;
}

.fa-cube {
    position: relative;
    transform: translate(3%, -400%);
    font-size: 60px;
}



.iconbox1 {
    position: relative;
    transform: translate(145%, -250%);
    font-size: 70px;
    background-color: rgba(255,255,255,0.1);
    height: 70px;
    width: 70px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.iconbox2 {
    position: relative;
    transform: translate(145%, -220%);
    font-size: 70px;
    background-color: rgba(255,255,255,0.1);
    height: 70px;
    width: 70px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.iconbox3 {
    position: relative;
    transform: translate(145%, -220%);
    font-size: 70px;
    background-color: rgba(255,255,255,0.1);
    height: 70px;
    width: 70px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.iconbox4 {
    position: relative;
    transform: translate(145%, -250%);
    font-size: 70px;
    background-color: rgba(255,255,255,0.1);
    height: 70px;
    width: 70px;
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}







.webboxes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Websites Box */
.webbox {
    font-family: Arial;
    font-size: 25px;
    background: rgba(255,255,255,0.1);
    color: white;
    backdrop-filter: blur(7px);
    height: 350px;
    width: 270px;
    border-radius: 15px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.webboxtitle {
    color: white;
    text-align: center;
    text-decoration: underline;
    position: relative;
    transform: translate(0%, 350%);
}

.webboxdesc {
    color: white;
    font-family: Arial;
    font-size: 18px;
    position: relative;
    top: -290px;
    transform: translate(0%, 370%);
    text-align: center;
    width: 250px;
    margin: 10px;
}

.webboxbutton {
    background-color: #893992;
    color: white;
    font-size: 25px;
    border: 1px solid;
    border-radius: 10px;
    height: 40px;
    width: 200px;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translate(17%, 300%);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.webboxbutton:hover {
    background-color: #6b2d72;
}

/* Scripts Box */
.scriptbox {
    font-family: Arial;
    font-size: 25px;
    background: rgba(255,255,255,0.1);
    color: white;
    backdrop-filter: blur(7px);
    position: relative;
    /* top: 1px; */
    height: 350px;
    width: 270px;
    border-radius: 15px;
    text-align: center;
    /* text-decoration: underline; */
    margin-left: 50px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.scriptboxtitle {
    color: white;
    text-align: center;
    text-decoration: underline;
    position: relative;
    transform: translate(0%, 350%);
}

.scriptboxdesc {
    color: white;
    font-family: Arial;
    font-size: 18px;
    position: relative;
    top: -210px;
    transform: translate(0%, 370%);
    text-align: center;
    width: 250px;
    margin: 10px;
}

.scriptboxbutton {
    background-color: #893992;
    color: white;
    font-size: 25px;
    border: 1px solid;
    border-radius: 10px;
    height: 40px;
    width: 200px;
    position: relative;
    /* text-decoration: none; */
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translate(17%, 350%);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.scriptboxbutton:hover {
    background-color: #6b2d72;
}

/* Models Box */
.modelsbox {
    font-family: Arial;
    font-size: 25px;
    background: rgba(255,255,255,0.1);
    color: white;
    backdrop-filter: blur(7px);
    height: 350px;
    width: 270px;
    border-radius: 15px;
    text-align: center;
    margin-left: 50px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.modelsboxtitle {
    color: white;
    text-align: center;
    text-decoration: underline;
    position: relative;
    transform: translate(0%, 350%);
}

.modelsboxdesc {
    color: white;
    font-family: Arial;
    font-size: 18px;
    position: relative;
    top: -210px;
    transform: translate(0%, 370%);
    text-align: center;
    width: 250px;
    margin: 10px;
}

.modelsboxbutton {
    background-color: #893992;
    color: white;
    font-size: 25px;
    border: 1px solid;
    border-radius: 10px;
    height: 40px;
    width: 200px;
    position: relative;
    /* text-decoration: none; */
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translate(17%, 350%);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.modelsboxbutton:hover {
    background-color: #6b2d72;
}

/* Coding-Help Box */
.codbox {
    font-family: Arial;
    font-size: 25px;
    background: rgba(255,255,255,0.1);
    color: white;
    backdrop-filter: blur(7px);
    height: 350px;
    width: 270px;
    border-radius: 15px;
    text-align: center;
    margin-left: 50px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.codboxtitle {
    color: white;
    text-align: center;
    text-decoration: underline;
    position: relative;
    transform: translate(0%, 350%);
}

.codboxdesc {
    color: white;
    font-family: Arial;
    font-size: 18px;
    position: relative;
    top: -290px;
    transform: translate(0%, 370%);
    text-align: center;
    width: 250px;
    margin: 10px;
}

.codboxbutton {
    background-color: #893992;
    color: white;
    font-size: 25px;
    border: 1px solid;
    border-radius: 10px;
    height: 40px;
    width: 200px;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translate(17%, 300%);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.codboxbutton:hover {
    background-color: #6b2d72;
}