@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
            transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
            transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes flip-vertical-right {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}


/**
 * ----------------------------------------
 * animation slide-in-bck-center
 * ----------------------------------------
 */

.slide-in-bck-center {
	-webkit-animation: slide-in-bck-center 3s ease-out both;
	animation: slide-in-bck-center 3s ease-out both;
}

/**
 * ----------------------------------------
 * animation flip-vertical-right
 * ----------------------------------------
 */

.flip-vertical-right {
	-webkit-animation: flip-vertical-right 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	animation: flip-vertical-right 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

/**
 * ----------------------------------------
 * panels gradients
 * ----------------------------------------
 */
.panel0Gradient{
    background: hsla(336, 100%, 16%, 1);
    background: linear-gradient(45deg, hsla(336, 100%, 16%, 1) 0%, hsla(238, 49%, 12%, 1) 50%, hsla(210, 100%, 16%, 1) 100%);
    background: -moz-linear-gradient(45deg, hsla(336, 100%, 16%, 1) 0%, hsla(238, 49%, 12%, 1) 50%, hsla(210, 100%, 16%, 1) 100%);
    background: -webkit-linear-gradient(45deg, hsla(336, 100%, 16%, 1) 0%, hsla(238, 49%, 12%, 1) 50%, hsla(210, 100%, 16%, 1) 100%);
}

.panel1Gradient{
    background: hsla(336, 100%, 16%, 1);
    background: linear-gradient(315deg, hsla(336, 100%, 16%, 1) 0%, hsla(26, 64%, 48%, 1) 100%);
    background: -moz-linear-gradient(315deg, hsla(336, 100%, 16%, 1) 0%, hsla(26, 64%, 48%, 1) 100%);
    background: -webkit-linear-gradient(315deg, hsla(336, 100%, 16%, 1) 0%, hsla(26, 64%, 48%, 1) 100%);
}

.panel2Gradient{
    background: linear-gradient(140deg,rgb(218, 44, 44) 0%, rgba(43, 177, 255, 1) 100%);
}

.panel3Gradient{
    background: linear-gradient(215deg, rgb(63, 168, 229) 0%, #133396FF 100%);
}

.panel4Gradient{
    background: linear-gradient(0deg, #133396FF 100%, #7CCAF7FF 0%);
}

.glowEffect {
    filter: none
}

.tomorrowFont{
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.dotoFont {
    font-family: "Doto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "ROND" 0;
}

html{
    background-color: black;
}

body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background-color: black;
}

section{
    width: 100vw;
    height: 100vh;
}


.landingSection{
    width: 100vw;
    height: 100vh;
    background-image: url(/Img/bgGRADIENT-UPSCALED_mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.landingSectionContent{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-size: 2em;
    text-transform: uppercase;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(2px);
}

.mainText{
    font-size: 2.1em;
    color: #ffffff;
    text-shadow: 2px 2px 0px #000000, 5px 4px 0px rgba(0,0,0,0.15);
    flex-grow: 3;
    margin-top: 200px;
}

.scrollButtonDiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-grow: 0;
    font-size: 0.5em;
}

.scrollButtonDiv svg{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(175deg) brightness(105%) contrast(102%);
    max-width: 50%;
}

.panelInfoContainer{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    color: white;
}

.panelInfoDiv{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(51, 51, 131);
}

.panelInfoDiv svg{
    max-width: 60%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(175deg) brightness(105%) contrast(102%);
}

.panelInfoDiv img{
    max-width: 30%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(175deg) brightness(105%) contrast(102%);
}

.panelInfoTitle{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40vh;
}

.imgInfo{
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
}

.panelSubInfo{
    font-size: 1.47em;
    justify-content: center;
    text-align: start;
    text-transform: uppercase;
    overflow-wrap: break-word;
    word-break: keep-all;
    width: 100%;
    color: white;
    inline-size: 40vh;
}

.panel{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 40vh;
}

.panel2Counter{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
    text-wrap: pretty;
    width: 100%;
    color: white;
}

.brightContainer{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.brightContainer svg{
    max-width: 30%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(175deg) brightness(105%) contrast(102%);
}

.brightController{
    height: 20vh;
    width: 15vw;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    align-content: end;
}

.fill{
    position: relative;
    height: 100%;
    width: 15vw;
    background-color: white;
    border: 0.2vh solid white;
    border-radius: 16px;
    margin: 0;
    padding: 0;
}


.contactInfoContainer{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2em;
    text-align: center;
    width: 100%;
    background-color: #410529;
}

.contactInfoContainer p{
    color: white;
}

.contactInfo{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.singleContact{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}


.singleContact a:hover, a:visited, a:link, a:active{
    outline: none !important;
    background: none !important;
    border: none !important;
    text-decoration: underline white;
    text-align: center;
    color: #ffffff;
    margin: 10px;
    font-size: 1em;
}


.singleContact svg{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(175deg) brightness(105%) contrast(102%);;
    width: 50%;
    height: auto;
}

.singleContact svg:last-child{
    visibility: hidden;
}

footer{
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100vw;
    height: 20vh;
    color: white;
    background-color: black;
    font-size: 1.3em;
    border-top: black 2px solid;
} 