
* {
  box-sizing: border-box;
  margin: 0;
  border: 0;
}
html{
  overflow-x: hidden;
}
::-webkit-scrollbar{
  width: 0px;

}
::-webkit-scrollbar-track {
  background-color: #84B6E2;
  border: solid 3px transparent;

}
::-webkit-scrollbar-thumb {
  background-color: #254379;
  border: solid 3px transparent;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #000b1f;
}
body{
  font-family: 'Jacques Francois', serif;
}
button{
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
}
.mySlides {
  display: none;
  max-height: 100vh;
}
.slideImg {
  display: block;
  height: 100vh;
  width: 100vw;
}
/* Slideshow container */
.slideshow-container {
border: 0;
padding: 0px;
max-height: 100vh;
width: 100%;
position: relative;
margin: 0px;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
bottom: 10%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: lighter;
font-size: 45px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
right: 160px;
}
/* Position the "next button" to the right */
.next {
right: 100px;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  z-index: 100;
color: #f2f2f2;
font-size: 15px;
padding: 8px 0px;
position: absolute;
left: 100px;
top: 20%;
/* transform: translate(-50%,-50%); */
 width: 50vw; 
text-align: left;
}
.text p{
  margin: 0 0 0px 5px;
  padding-left: 15px;
  border: 2px solid white;
  border-radius: 50%;
  line-height: 45px;
  font-size: 25px;
  width: 50px;
 
  height: 50px;
}
.text h1{
  font-size: 115px;
  line-height: 102.5%;
}
.text h3{
  font-family: 'Inter', sans-serif; 
  font-size: 22px;
  padding: 30px 0 ;
}
.text button{
  color: white;
  background-color: #84B6E2;
  padding: 15px 50px;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
/* .dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.8s ease;
} */
.active, .dot:hover {
background-color: #254379; 
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 2s;
animation-name: fade;
animation-duration: 2s;
}
@-webkit-keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.prev, .next,.text {font-size: 11px}
.dot{
height: 10px;
width: 10px;
}}
@media only screen and (max-width: 500px) {
  body{
    width: 100vw;
    overflow-x: hidden;
  }
.prev, .next,.text {font-size: 14px;}
.mySlides{
  height: 100vh;
}
.text{
  left: 15px;
  font-size: 0.1em;
  top: 4%;
  width: 360px;
}
.text h1{
  font-size: 65px;
}
.text h3{
  font-family: 'Inter', sans-serif; 
  font-size: 13px;
  padding: 30px 10px ;
}
.text button{
  font-family: 'Inter', sans-serif; 
  font-size: 14px;
  transform: scale(0.9);
}
}