
* {
  box-sizing: border-box; direction: rtl;
}

body {
  background-color: #B4D4FF;
}

.navbar {
  overflow: hidden;
  background-color: #0e0341;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 26px;
}

.navbar a {
  float: right;
  font-size: 30px;
  color: white;
  padding: 14px 80px;
  text-decoration: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 30px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(7, 7, 7);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #86c9f0;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Create three equal columns that floats next to each other */
.column {
  float: right;
  width: 20%;
  padding: 10px;
  background-color:rgba(255, 255, 255, 0.671);
  height: 270px;
  margin-right: 20%;
  position: absolute;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  left: 0px;
  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 {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* 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.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@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}
}


.column a {
  float: none;
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
footer{
    font-size: 20px ;
    background-color:#176B87;
    color:#EEF5FF;
    text-align: right;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}
.landing{
background-image: url("../img/91690.jpg");
background-size: cover;
height: calc(75vh + 180px);
padding: auto;
position:relative;
}
.landing .introtext {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50% , -50%);
width:fit-content;
max-width: 100%;
}
.landing .introtext h1{
  margin-top: 0px;
  color:#0e0341;
  font-size: 70px;
  font-weight: bold;
  text-align: left;
}
.landing .introtext p{
  font-size: 50px;
  color: #0e0341;
  text-align: center;
}
  .container10 {
  margin-right: 15%;
  position:absolute;
  width: 30%;
  margin-top: 10px;
  border: #0e0341 2px solid;
  border-radius: 0 50px ;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 50px ;
}

.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color:aqua;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
  border-radius: 0 50px ;
}

.container10:hover .overlay {
  bottom: 0;
  height: 100%;
}

.text {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration-color: black;
}
  .container20 {
    position: relative;
    width: 30%;
    margin-right: 57%;
    margin-top: 10px;
    border: #0e0341 2px solid;
    border-radius: 50px 0;
  }
  
  .image2 {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50px 0;
  }
  .overlay2 {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color:aqua;
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
    border-radius: 50px 0;
  }
  
  .container20:hover .overlay2 {
    bottom: 0;
    height: 100%;
  }
  
  .text2 {
    color: white;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-decoration-color: black;
  }
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

/*General styling for structure*/
body {
  margin: 0;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
.scroll-container {
  height: 50vh;
  min-height: 450px;
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.scroll-container:nth-of-type(even) {
  flex-direction: row-reverse;
}

.scroll-element,
.scroll-caption {
  width: 50%;
}

.scroll-element {
  min-height: 300px;
  height: 100%;
}

.scroll-caption {
  margin: 1rem;
}

footer {
  text-align: center;
  padding: 0.5rem 0;
  background-color: #525CEB;
}

footer p {
  font-size: 0.75rem;
  margin: 0.25rem 0;
  color: #525CEB;
}

footer a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 650px) {
  .scroll-container,
  .scroll-container:nth-of-type(even) {
    flex-direction: column;
    align-content: inherit;
  }

  .scroll-element {
    height: 100%;
  }

  .scroll-element,
  .scroll-caption {
    width: 100%;
  }
}
/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.client{
    align-items: center;
    padding: 20px;
    margin-right: 20%;
}