* {
  padding: 0;
  margin: 0;
  
  box-sizing: border-box;
  font-family: sans-serif;
}
.intro {
  background: #eaf0f1;
}
h1 {
  color: #4c4b4b;
  font-weight: bold;
  transition: 0.5s;
}
h3 {
  color: #2f363f;
}
button {
  border: none;
  padding: 10px;
  background: #7b8788;
  color: white;
  letter-spacing: 1.5px;
  font-size: 15px;
  transition: 0.5s;
}
button:hover,
h1:hover {
  transform: scale(1.1);
}
button:hover {
  background-color: #4c4b4b;
}
.slider {
	border-radius: 10px;
	display: block !important;
  padding-left: 10px;
  padding-right: 10px;
	margin: 5px;
  margin-bottom: 10px;
}
.scrolling-wrapper{
	display: flex;
	width: 100%;    
  overflow-x: auto;
  overflow-y: hidden;
	margin: auto;
	margin-top: 20px !important;
	margin-bottom: 80px !important;
}
.slider img {
	height: 200px;
	max-width:200px !important;
	width: 200px !important;
}
@media (max-width: 950px){
    .scrolling-wrapper {
		margin: auto !important;
	}
}
@media (max-width: 700px){
    .slider img {
		height: 100px;
		max-width:100px !important;
		width: 100px !important;
		padding: 3px !important;
	}
	
  .scrolling-wrapper{
    display: flex;
    width: 100%;    
    overflow-x: auto;
    overflow-y: hidden;
    margin: auto;
    margin-top: 20px !important;
    margin-bottom: 80px !important;
  }
}
.slider Link {
	text-decoration: none !important;
}
.scroll-price {
	color: black;
  background-color: rgba(0, 255, 255, 0.534);
	font-size: 14px;
	font-weight: 900;
	padding: 10px !important;
}

@media only screen and (orientation: portrait) {
  .intro {
    display: flex;
    flex-direction: column-reverse;
  }
  h1 {
    font-size: 30px;
  }
  .act {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .login-container {
    height: 100vh !important;
    background-color: #586776 !important;
    display: flex;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: url('../assets/images/logo2.jpg') !important; /* Replace with the path to your image */
    background-size: cover !important;
    background-position: center;
    color: rgb(0, 0, 0); /* Text color on top of the image */
    text-align: center;
    overflow: hidden;
  }
}
.login-container {
  height: 100vh !important;
  background-color: #586776 !important;
  display: flex;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: url('../assets/images/logo1.jpg'); /* Replace with the path to your image */
  background-size: cover;
  background-position: center;
  color: rgb(0, 0, 0); /* Text color on top of the image */
  text-align: center;
  overflow: hidden;
}
.form-container {
  width: 80% !important;
}
.form-group-button {
  width: 100% !important;
  margin-top: 20px !important;
}
.form-group-button a {
  color:rgb(255, 255, 255) !important;
}
.embed-video {
  max-width: 100% !important;
  width: 100% !important;
  height: 400px !important;
}