@import url('https://fonts.googleapis.com/css2?family=Yrsa&display=swap');

::-webkit-scrollbar{
  width: 10px;
  position: absolute;
}

::-webkit-scrollbar-thumb:horizontal{
    display: none;
      position: absolute;
}
::-webkit-scrollbar-track:horizontal{
    display: none;
      position: absolute;
}
::-webkit-scrollbar-thumb:horizontal{
    display: none;
      position: absolute;
}
::-webkit-scrollbar-track:horizontal{
    display: none;
      position: absolute;
}

::-webkit-scrollbar-track{
  background: rgb(44,75,92);
    position: absolute;
}
::-webkit-scrollbar-thumb{
  background: #88CBDA;
  border-radius: 20px;
    position: absolute;
}

html{
    overflow-x: hidden;
}
 body{
  background: #D9D9D9;
  text-decoration: none;
  margin:0;
  font-family: 'Yrsa', serif;
  overflow-x: hidden;
}
.header{
  /* background: rgba(0, 0, 0, 0.5); */
  width: 100%;
  display: flex;
  position: relative;
  z-index: 10;
}

.header .logo img{
  margin-left: 50px;
  margin-right: 15px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
  border-radius: 10px;
  width: 100px;
}
.header .title{
  color: white;
}
.header .links a{
  float: right;
  text-decoration: none;
  color: white;

  margin-top: 30px;
  margin-left: 30px;
  overflow: hidden;
  position: relative;
  padding: 5px 0px 5px 0px;
  font-size: 19px;
}
.header .links{
    margin-left: 350px;
    /* margin-top: 30px; */
}
 .header .links .nav__link:before{
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 35%;
  height: 2px;
  background: #88CBDA;
  transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
 .header .links .nav__link:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 35%;
  height: 2px;
  background: #88CBDA;
  transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header .links .nav__link:hover{

}

 .header .links .nav__link:hover:before{
  right: 0;
}
 .header .links .nav__link:hover:after{
  left: 0;
}

 .header .links .highlight{
   position: relative;
   color:white;
   padding: 10px;
   justify-content: center;
   border-radius: 10px;
   margin-top: 20px;
   top: 0px;
   border-top: solid 2px #88CBDA;
   border-bottom: solid 2px #88CBDA;
 }
  .header .links .highlight:hover{

  }

  .overview{
    margin-bottom: 100px;
  }
  .overview h2{
    margin-top: 100px;
    width: 100vw;
    text-align: center;
    font-size: 40px;
    color: white;
  }
    .overview p{
      width: 100vw;
      text-align: center;
      font-size: 20px;
          color: white;
    }

  .overview .exitText{
    margin-top:  570px;
    margin-left: 30px;
    font-size: 20px;
    color: black;
    background: black;
    padding: 5px;
    border-radius: 10px;
    width: 95%;
    border: #88CBDA solid 1.5px;
  }
  .overview .exitText p{

  }
  .overview img{
    width: 100vw;
    position: absolute;
    z-index: -2;
    top: 0px;
    left: 0;
    margin:0px;
    /* clip: rect(0px,100vw,1500px,0px); */
    border-radius: 0px 0px 30px 30px;
  }
   .overview h4{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: -22px;
    width: 100vw;
    height: 850px;
    z-index: -1;
    border-radius: 0px 0px 30px 30px;
  }
  .overview ul{
    list-style: none;
  }

  .overview ul .brick14 {
    position:  absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    top: 350px;
    left: 130px;
    z-index: 7;
  }
  .overview ul .brick14:hover{
    color: #88CBDA;
    background: none;
    font-size: 0;
    height: 50px;
    border: none;
  }
  @keyframes brick-5{
    0%{

      height: 0px;
      opacity: 0;
    }
    25%{
      height: 60px;
    }
    50%{
      height: 75px;
    }
    75%{
       height: 115px;
    }
    100%{
      height: auto;
    }
  }
  @keyframes brick-4{
    0%{

      height: 0px;
      opacity: 0;
    }
    25%{
      height: 60px;
    }
    50%{
      height: 75px;
    }
    75%{
       height: 98px;
    }
    100%{
      height: auto;
    }
  }

  @keyframes brick-3{
    0%{
      /* margin-top: -20px;
      margin-left: -20px; */
      height: 20px;
      opacity: 0;
    }
    25%{
      /* margin-top: -15px;
      margin-left: -15px; */
      height: 40px;
    }
    50%{
      /* margin-top: -10px;
      margin-left: -10px; */
      height: 60px;
    }
    75%{
      /* margin-top: -5px;
      margin-left: -5px; */
      height: 75px;
    }
    100%{
      /* margin-top: 0;
      margin-left: 0; */
      height: auto;
    }
  }
  @keyframes brick-2{
    0%{
      /* margin-top: -20px;
      margin-left: -20px; */
      height: 20px;
      opacity: 0;
    }
    25%{
      /* margin-top: -15px;
      margin-left: -15px; */
      height: 50px;
    }

    100%{
      /* margin-top: 0;
      margin-left: 0; */
      height: auto;
    }
  }

  .overview ul .brick14 .hover p{
    position:  absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    margin-top: -10px;
    margin-left: -10px;
    border: #88CBDA solid 0.5px;
    display: none;
    z-index: 7;
  }

  .overview ul .brick14:hover > .hover p{
    background: rgba(0,0,0,0.9);
    display: block;
    animation: brick-3 0.5s ease-in ;

  }
  .overview ul .brick5 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 350px;
    left: 460px;
    text-align: center;

  }
  .overview ul .brick5:hover{
    color: #88CBDA;
    background: none;
    font-size: 0px;
    border:none;
  }

  .overview ul .brick5  .hover p{
    position:  absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    margin-top: -10px;
    margin-left: -10px;
    border: #88CBDA solid 0.5px;
    display: none;
    z-index: 7;
  }
  .overview ul .brick5:hover > .hover p{
    display: block;
    animation: brick-2 0.5s ease-in ;
  }


  .overview ul .brick3 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 350px;
    left: 790px;
    text-align: center;
  }
  .overview ul .brick3:hover{
    color: #88CBDA;
    background: none;
    border: none;
    font-size: 0;
  }

  .overview ul .brick3 .hover p{
    position:  absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    margin-top: -10px;
    margin-left: -10px;
    border: #88CBDA solid 0.5px;
    display: none;
    z-index: 7;
  }
    .overview ul .brick3:hover > .hover p{
      display: block;
      animation: brick-3 0.5s ease-in ;
    }

  .overview ul .brick4 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 410px;
    left: 305px;
    text-align: center;
  }
  .overview ul .brick4:hover{
    color: #88CBDA;
    background: none;
    border:none;
    font-size: 0;
  }
    .overview ul .brick4 .hover p{
      position:  absolute;
      color: white;
      width: 300px;
      background: rgba(0, 0, 0, 0.9);
      font-size: 20px;
      padding: 10px;
      border-radius: 10px;
      margin-top: -10px;
      margin-left: -10px;
      border: #88CBDA solid 0.5px;
      display: none;
      z-index: 6;
    }

  .overview ul .brick4:hover > .hover p{
    display: block;
    animation: brick-4 0.5s ease-in ;
  }
  .overview ul .brick2 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 410px;
    left: 635px;
    text-align: center;
  }
  .overview ul .brick2:hover{
    color: #88CBDA;
    background: none;
    border:none;
    font-size: 0;
  }
    .overview ul .brick2 .hover p{
      position:  absolute;
      color: white;
      width: 300px;
      background: rgba(0, 0, 0, 0.9);
      font-size: 20px;
      padding: 10px;
      border-radius: 10px;
      margin-top: -10px;
      margin-left: -10px;
      border: #88CBDA solid 0.5px;
      display: none;
      z-index: 6;
    }
    .overview ul .brick2:hover > .hover p{
      display: block;
      animation: brick-4 0.5s ease-in ;
    }
  .overview ul .brick6 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 470px;
    left: 130px;
    text-align: center;
  }
  .overview ul .brick6:hover{
    color: #88CBDA;
    background: none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick6 .hover p{
    position:  absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    margin-top: -10px;
    margin-left: -10px;
    border: #88CBDA solid 0.5px;
    display: none;
    z-index: 6;
  }
  .overview ul .brick6:hover > .hover p{
    display: block;
    animation: brick-2 0.5s ease-in;
  }
  .overview ul .brick9 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 470px;
    left: 460px;
    text-align: center;
  }
  .overview ul .brick9:hover{
    color: #88CBDA;
    background:none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick9 .hover p{
    position:  absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    margin-top: -10px;
    margin-left: -10px;
    border: #88CBDA solid 0.5px;
    display: none;
    z-index: 5;
  }
    .overview ul .brick9:hover > .hover p{
      display: block;
      animation: brick-2 0.5s ease-in;
    }

  .overview ul .brick8 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 470px;
    left: 790px;
    text-align: center;
  }
  .overview ul .brick8:hover{
    color: #88CBDA;
    background: none;
    border: none;
    font-size: 0;
  }
  .overview ul .brick8 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
     z-index: 5;
   }
     .overview ul .brick8:hover > .hover p{
       display: block;
       animation: brick-2 0.5s ease-in;
     }

  .overview ul .brick7 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 530px;
    left: 305px;
    text-align: center;
  }
  .overview ul .brick7:hover{
    color: #88CBDA;
    background: none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick7 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
     z-index: 5;
   }
  .overview ul .brick7:hover > .hover p{
    display: block;
    animation: brick-3 0.5s ease-in;
  }

  .overview ul .brick10 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 530px;
    left: 635px;
    text-align: center;
  }
  .overview ul .brick10:hover{
    color: #88CBDA;
    background: none;
    border: none;
    font-size: 0;
  }
  .overview ul .brick10 .hover p{
      position:  absolute;
      color: white;
      width: 300px;
      background: rgba(0, 0, 0, 0.9);
      font-size: 20px;
      padding: 10px;
      border-radius: 10px;
      margin-top: -10px;
      margin-left: -10px;
      border: #88CBDA solid 0.5px;
      display: none;
      z-index: 4;
 }
  .overview ul .brick10:hover > .hover p{
    display: block;
    animation: brick-3 0.5s ease-in;
  }

  .overview ul .brick11 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 590px;
    left: 130px;
    text-align: center;
  }
  .overview ul .brick11:hover{
    color: #88CBDA;
    background:none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick11 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
     z-index: 4;
   }
  .overview ul .brick11:hover > .hover p{
    display: block;
    animation: brick-5 0.5s ease-in;
  }

  .overview ul .brick16 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 590px;
    left: 460px;
    text-align: center;
  }
  .overview ul .brick16:hover{
    color: #88CBDA;
    background:none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick16 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
     z-index: 3;
   }
     .overview ul .brick16:hover > .hover p{
       display: block;
       animation: brick-2 0.5s ease-in;
     }

  .overview ul .brick18 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 590px;
    left: 790px;
    text-align: center;
  }
  .overview ul .brick18:hover{
    color: #88CBDA;
    background: none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick18 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
     z-index: 3;
   }
     .overview ul .brick18:hover > .hover p{
       display: block;
       animation: brick-4 0.5s ease-in;
     }

  .overview ul .brick1 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 900px;
    left: 305px;
    text-align: center;
  }
  .overview ul .brick1:hover{
    color: #88CBDA;
    background: rgba(0, 0, 0, 0.6);
  }
  .overview ul .brick15 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 650px;
    left: 635px;
    text-align: center;
  }
  .overview ul .brick15:hover{
    color: #88CBDA;
    background: none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick15 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
     z-index: 2;
   }
  .overview ul .brick15:hover > .hover p{
    display: block;
    animation: brick-2 0.5s ease-in;
  }
  .overview ul .brick12 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 650px;
    left: 300px;
    text-align: center;
  }
  .overview ul .brick12:hover{
    color: #88CBDA;
    background:none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick12 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
     z-index: 2;
   }
    .overview ul .brick12:hover > .hover p{
      display: block;
      animation: brick-2 0.5s ease-in;
    }
  .overview ul .brick17 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 700px;
    left: 460px;
    text-align: center;
  }
  .overview ul .brick17:hover{
    color: #88CBDA;
    background: none;
    border:none;
    font-size: 0;
  }

  .overview ul .brick17 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
     z-index: 3;
   }

  .overview ul .brick17:hover > .hover p{
    display: block;
    animation: brick-3 0.5s ease-in;
  }
  .overview ul .brick13 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 700px;
    left: 790px;
    text-align: center;

  }
  .overview ul .brick13:hover{
    color: #88CBDA;
    background: none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick13 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
     z-index: 2;
}
  .overview ul .brick13:hover > .hover p{
    display: block;
    animation: brick-3 0.5s ease-in;
  }
  .overview ul .brick19 {
    position: absolute;
    color: white;
    width: 300px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 700px;
    left: 130px;
    text-align: center;
  }
  .overview ul .brick19:hover{
    color: #88CBDA;
    background: none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick19 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
     z-index: 3;
}
  .overview ul .brick19:hover > .hover p{
    display: block;
    animation: brick-2 0.5s ease-in;
  }
  .overview ul .brick20 {
    position: absolute;
    color: white;
    width: 300px;
    height: 25px;
    background: rgba(0, 0, 0, 0.9);
    border: #88CBDA solid 0.5px;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    top: 755px;
    left: 460px;
    text-align: center;
  }
  .overview ul .brick20:hover{
    color: #88CBDA;
    background: none;
    border:none;
    font-size: 0;
  }
  .overview ul .brick20 .hover p{
     position:  absolute;
     color: white;
     width: 300px;
     background: rgba(0, 0, 0, 0.9);
     font-size: 20px;
     padding: 10px;
     border-radius: 10px;
     margin-top: -10px;
     margin-left: -10px;
     border: #88CBDA solid 0.5px;
     display: none;
 }
   .overview ul .brick20:hover > .hover p{
     display: block;
     animation: brick-3 0.5s ease-in;
   }

  .reviews h2{
    width: 100vw;
    text-align: center;
    font-size: 40px;
  }
  .reviews p{
    position: absolute;
    top: 1250px;
    left: 100px;
  }
  .slider {

    background: #D9D9D9;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    padding-bottom: 100px;
    margin-bottom: 0px;
  }

    .slider .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 150px;

  }

    .slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
    height: 400px;
    display: flex;


  }

  .slider .swiper-slide img {
    display: block;
     width: 100%;
     height: auto;
     transition: 1s linear;
      border-radius: 10px;
  }
  .slider .swiper-slide p{
    position: absolute;
    color: white;
    z-index: 2;
    text-align: center;
    margin-top: 30%;
    font-size: 19px;
    padding: 5px;
  }
    .slider .swiper-slide p span{
      position: absolute;
      color: black;
      width: 300px;
      left: 0px;
      top: 340px;
    }
    .slider .swiper-slide h2{
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      width: 400px;
      height:400px;
      top: -18px;
      border-radius: 10px;
      z-index: 0;
    }
    .slider .even{
      background: black;
      border-radius: 10px;
      border: #88CBDA solid 2px;
    }
    .slider .swiper-slide img:hover {
      width: 800px;
      height: auto;
      transition: 1s linear;
    }
    .slider .swiper-slide .logoImg img{
          position:  absolute;
          z-index: 30;
          width: 100px;
          border-radius: 5px;
          left: 300px;
          top: 450px;
        }


    .footer{
      position: absolute;
      width: 100vw;
      top: 1800px;
      background-color: black;
      z-index: 500;
      color: #88CBDA;
      border-radius: 30px 30px 0px 0px;
      border-top: 2px solid #88CBDA;
    }


.footer h2{
  width: 100vw;
  text-align: center;
  padding-top: 20px;

}
.footer .footer_logo{
  position: relative;
  width: 100px;
  margin: 0px 0px 50px 170px;
  padding: 10px;
border-radius: 10px;
background: rgba(255, 255, 255, 0.4);
}
.footer .icons img{
  width: 50px;
  padding-right: 10px;

}
.footer .Contactinfo .icons{
  padding-left: 30px;

}

.footer .Contactinfo{
  width: 52%;
  float: right;
  display: flex;
  margin-top: 30px;

}

.footer .Contactinfo a{
  text-decoration: none;
  color: #88CBDA;

}
.footer .Contactinfo p a{
  padding-left: 10px;
}
        .ham_btn{
          display: none;
        }

        @media screen and (max-width: 1100px){
          .body{
            overflow-x: hidden;

          }
          .ham_btn{
            position: absolute;
            top: 0px;
            left: 70%;
            display: flex;
            height: 100px;
            z-index: 25;


          }
          .ham_btn .menu {
            background-color: transparent;
            border: none;
            cursor: pointer;
            display: flex;
            padding: 0;
            margin: 0;
          }
          .ham_btn  .line {

            fill: none;
            stroke: white;
            stroke-width: 6;
            transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
          }
          .ham_btn .line1 {

            stroke-dasharray: 60 207;
            stroke-width: 6;
          }
          .ham_btn .line2 {

            stroke-dasharray: 60 60;
            stroke-width: 6;
          }
          .ham_btn .line3 {

            stroke-dasharray: 60 207;
            stroke-width: 6;
          }
        .ham_btn   .opened .line1 {

            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
          }
          .ham_btn .opened .line2 {

            stroke-dasharray: 1 60;
            stroke-dashoffset: -30;
            stroke-width: 6;
          }
          .ham_btn .opened .line3 {

            stroke-dasharray: 90 207;
            stroke-dashoffset: -134;
            stroke-width: 6;
          }

          .header .links{
            display: none;
          z-index: 1000;

          }
          .header  .links.active{
            display: flex;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: fixed;
            background: grey;
            z-index: 1000;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 25px;
            margin:0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            /* clip-path: polygon( 80% 0%, 50% 100%, 50% 100%, 0% 100%,0% 0%); */
            animation-name: hamburger;
            animation-duration: 1.5s;
            border-radius: 0px 0px 20px 0px;
          }
          @keyframes hamburger {
            0%{
                width: 50%;
                height: 50%;
            }
            50%{
              width: 77%;
              height: 77%;

            }
            100%{
              width: 100%;
              height: 100%;

            }

          }
          .header .toggle{
            display: none;
            position: relative;
            width: 70px;
            height: 70px;
            background: url('clinic_photos/ham.jpg');
            background-size: 80px;
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
            z-index: 10000;
            margin-left: 85%;
          }
          .header  .toggle.active{
            display: none;
            background: url('clinic_photos/ham_closed1.jpg');
            background-size: 65px;
            background-repeat: no-repeat;
            background-position: center;
          }
        }
        /* Media Query for Mobile Devices */
      @media (max-width: 480px) {
          body {
              /* background-color: red; */
          }

          .overview ul .brick14 {
            top: 400px;
            left: 5px;
          }

          .overview ul .brick5 {
            top: 450px;
            left: 5px;
          }
          .overview ul .brick3 {
            top: 500px;
            left: 5px;
          }
          .overview ul .brick4 {
            top: 550px;
            left: 5px;
          }
          .overview ul .brick5{
            left: 5px;
            top: 600px;
          }
          .overview ul .brick6{
            left: 5px;
            top: 650px;
          }
          .overview ul .brick7{
            left: 5px;
            top: 700px;
          }
          .overview ul .brick8{
            left: 5px;
            top: 750px;
          }
          .overview ul .brick9{
            left: 5px;
            top: 800px;
          }
          .overview ul .brick10{
            left: 5px;
            top: 850px;
          }
          .overview ul .brick11{
            left: 5px;
            top: 900px;
          }
          .overview ul .brick12{
            left: 5px;
            top: 950px;
          }
          .overview ul .brick13{
            left: 5px;
            top: 1000px;
          }
          .overview ul .brick14{
            left: 5px;
            top: 1050px;
          }
          .overview ul .brick15{
            left: 5px;
            top: 1100px;
          }
          .overview ul .brick16{
            left: 5px;
            top: 1150px;
          }
          .overview ul .brick17{
            left: 5px;
            top: 1200px;
          }
          .overview ul .brick18{
            left: 5px;
            top: 1250px;
          }
          .overview ul .brick19{
            left: 5px;
            top: 1300px;
          }
          .overview ul .brick20{
            left: 5px;
            top: 1400px;
          }
          .overview ul .brick2{
            left: 5px;
            top: 1350px;
          }
          .overview .exitText{
            margin-top:  1050px;
            margin-left: 5px;
            }
          .slider{
            margin-top: 100px;
          }
          .footer{
            top: 2600px;
          }

        .footer .footer_logo{
          margin: 0px 0px 50px 0px;
        }
        .footer .icons img{
          width: 30px;
          padding-right: 10px;
        }


      .footer .Contactinfo{
        float: left;
      }

      }

      /* Media Query for low resolution  Tablets, Ipads */
      @media (min-width: 481px) and (max-width: 767px) {
          body {
               /* background-color: yellow; */
          }
          .overview ul .brick14 {
            top: 400px;
            left: 5px;
          }

          .overview ul .brick5 {
            top: 450px;
            left: 5px;
          }
          .overview ul .brick3 {
            top: 500px;
            left: 5px;
          }
          .overview ul .brick4 {
            top: 550px;
            left: 5px;
          }
          .overview ul .brick5{
            left: 5px;
            top: 600px;
          }
          .overview ul .brick6{
            left: 5px;
            top: 650px;
          }
          .overview ul .brick7{
            left: 5px;
            top: 700px;
          }
          .overview ul .brick8{
            left: 5px;
            top: 750px;
          }
          .overview ul .brick9{
            left: 5px;
            top: 800px;
          }
          .overview ul .brick10{
            left: 5px;
            top: 850px;
          }
          .overview ul .brick11{
            left: 5px;
            top: 900px;
          }
          .overview ul .brick12{
            left: 5px;
            top: 950px;
          }
          .overview ul .brick13{
            left: 5px;
            top: 1000px;
          }
          .overview ul .brick14{
            left: 5px;
            top: 1050px;
          }
          .overview ul .brick15{
            left: 5px;
            top: 1100px;
          }
          .overview ul .brick16{
            left: 5px;
            top: 1150px;
          }
          .overview ul .brick17{
            left: 5px;
            top: 1200px;
          }
          .overview ul .brick18{
            left: 5px;
            top: 1250px;
          }
          .overview ul .brick19{
            left: 5px;
            top: 1300px;
          }
          .overview ul .brick20{
            left: 5px;
            top: 1400px;
          }
          .overview ul .brick2{
            left: 5px;
            top: 1350px;
          }
          .overview .exitText{
            margin-top:  1050px;
            margin-left: 5px;
            }
          .slider{
            margin-top: 100px;
          }
          .footer{
            top: 2600px;
          }

        .footer .footer_logo{
          margin: 0px 0px 50px 0px;
        }
        .footer .icons img{
          width: 30px;
          padding-right: 10px;
        }


      .footer .Contactinfo{
        float: left;
      }
      }
      /* Media Query for Tablets Ipads portrait mode */
      @media (min-width: 768px) and (max-width: 1024px){
        body {
            /* background-color: blue; */
       }

       .overview ul .brick14 {
         top: 400px;
         left: 5px;
       }

       .overview ul .brick5 {
         top: 450px;
         left: 5px;
       }
       .overview ul .brick3 {
         top: 500px;
         left: 5px;
       }
       .overview ul .brick4 {
         top: 550px;
         left: 5px;
       }
       .overview ul .brick5{
         left: 5px;
         top: 600px;
       }
       .overview ul .brick6{
         left: 5px;
         top: 650px;
       }
       .overview ul .brick7{
         left: 5px;
         top: 700px;
       }
       .overview ul .brick8{
         left: 5px;
         top: 750px;
       }
       .overview ul .brick9{
         left: 5px;
         top: 800px;
       }
       .overview ul .brick10{
         left: 5px;
         top: 850px;
       }
       .overview ul .brick11{
         left: 5px;
         top: 900px;
       }
       .overview ul .brick12{
         left: 5px;
         top: 950px;
       }
       .overview ul .brick13{
         left: 5px;
         top: 1000px;
       }
       .overview ul .brick14{
         left: 5px;
         top: 1050px;
       }
       .overview ul .brick15{
         left: 5px;
         top: 1100px;
       }
       .overview ul .brick16{
         left: 5px;
         top: 1150px;
       }
       .overview ul .brick17{
         left: 5px;
         top: 1200px;
       }
       .overview ul .brick18{
         left: 5px;
         top: 1250px;
       }
       .overview ul .brick19{
         left: 5px;
         top: 1300px;
       }
       .overview ul .brick20{
         left: 5px;
         top: 1400px;
       }
       .overview ul .brick2{
         left: 5px;
         top: 1350px;
       }
       .overview .exitText{
         margin-top:  1050px;
         margin-left: 5px;
         }
       .slider{
         margin-top: 100px;
       }
       .footer{
         top: 2600px;
       }

     .footer .footer_logo{
       margin: 0px 0px 50px 0px;
     }
     .footer .icons img{
       width: 30px;
       padding-right: 10px;
     }


   .footer .Contactinfo{
     float: left;
   }
   }

   /* Media Query for Laptops and Desktops */
   @media (min-width: 1025px) and (max-width: 1280px){
       body {
            /* background-color: green; */
       }

   }

   /* Media Query for Large screens */
   @media (min-width: 1281px) {
       body {
            /* background-color: white; */
       }
   }
