@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
*{
    transition: all .5s linear;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: Poppins,sans-serif;
}
a{
    cursor: pointer;
}
a:hover{
    color: rgb(3, 170, 220);
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
}
.slide_holder{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 1000px;
}
.slide_holder h1{
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 3px;
    font-family: Quicksand,sans-serif;
    text-align: center;
}
.infobox_holder{
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}
.infobox_holder-FULL{
    width: 100%;
    min-height: 425px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.infobox{
    width: 400px;
    min-height: 300px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
}
.infobox-FULL{
    width: 100%;
    MAX-width: 1240PX;
    min-height: 400px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
}
.infoimg{
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column-reverse;
}
.infobox h6{
    font-size: 30px;
    color: #fff;
    font-family: Quicksand,sans-serif;
    background-color: #00b7ff;
    margin: 15px;
    padding-left: 10px;
}
.infobox h4{
    font-family: Poppins,sans-serif;
    margin: 20px;
    font-size: 1.3rem;
    font-weight: 100;
    line-height: 1.5!important;
}
.infobox-FULL h6{
    font-size: 30px;
    color: #fff;
    font-family: Quicksand,sans-serif;
    background-color: #00b7ff;
    margin: 15px;
    padding-left: 10px;
}
.infobox-FULL h4{
    font-family: Poppins,sans-serif;
    margin: 20px;
    font-size: 1.3rem;
    font-weight: 100;
    line-height: 1.5!important;
}
/*do not mess */
.objects{
    width: 270px;
    min-height: 250px;
    margin: 5px;
    margin-left: 2px;
    margin-right: 2px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    cursor: pointer;
  }
  .objects h2{
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 3px;
    font-family: Quicksand,sans-serif;
    text-align: center;
  }
.slide-scroll {
    scrollbar-width: thin;
    scrollbar-color: #29D7FF #FFFFFF;
  }
  
  @keyframes exit {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
        display: none;
	}
}
  .field_unactive{
    animation: exit .5s ease 0s 1 normal forwards;
  }
  @keyframes entrance {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
        display: flex;
	}
}
  .field_active{
    animation: entrance .5s ease 0s 1 normal forwards;
  }
  .explain_box{
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .explain_box a{
    color: #000000;
    position: relative;
  }
  .explain_box a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
  .explain_box a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #82cdf8;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
    
}
.explain_text{
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
    margin-top: 50px;
}
.explain_text p{
    margin: 10px;
    width: 100%;
    max-width: 500px;
    margin-left: 50px;
    font-size: 1.3rem;
    font-weight: 100;
    line-height: 1.5!important;
}
.explain_text p b{
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 3px;
    font-family: Quicksand,sans-serif;
    text-align: center;
}
.slide-4{
    width: 100%;
    min-height: 700px;
    margin-bottom: 100px;
}
.slide-4 h1{
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 3px;
    font-family: Quicksand,sans-serif;
    text-align: center;
}
.object_holder_slide-4{
    width: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.object_slide-4{
    max-width: 1200px;
    width: 90%;
    min-height: 400px;
    margin: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    --tw-shadow: rgba(0,0,0,.24) 0px 3px 8px;
    --tw-shadow-colored: 0px 3px 8px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.object_slide-4_image{
    max-width: 600px;
    width: 100%;
    min-height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.object_slide-4_txt{
    width: 500px;
    min-width: 200px;
    min-height: 400px;
    margin-left: 30px;
}
.object_slide-4_txt h1{
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 3px;
    font-family: Quicksand,sans-serif;
    text-align: left;
    width: 100%;
}
.object_slide-4_txt p{
    font-family: Poppins,sans-serif;
    margin: 20px;
    font-size: 1.3rem;
    font-weight: 100;
    line-height: 1.5!important;
    margin-left: 0px;
}
.object_slide-4_txt a{
    color: #000000;
    position: relative;
  }
.object_slide-4_txt a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
.object_slide-4_txt a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #82cdf8;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
    
}