html,
body {
  height: 100%;
  width: 100%;
  font-family: "Roboto";
  
}

/* .btn1 {
  /* animation-name: bubbleEffect;
  animation-duration: 3s;
  animation-play-state: running;
  animation-iteration-count: infinite;
  margin: auto;
  animation-delay: 0s; 
}
.btn2 {
   animation-name: bubbleEffect;
  animation-duration: 3s;
  animation-play-state:running;
  animation-iteration-count: infinite;
  margin: auto;
  animation-delay: 1.5s;
} */

@keyframes bubbleEffect{

  0%   {width: 100%;  height:100%;}
  5%   {width: 99.5%; height: 99.5%; }
  10%  {width: 99%;   height: 99%;   }
  15%  {width: 98.5%; height: 98.5%; }
  20%  {width: 98%;   height: 98%;   }
  25%  {width: 97.5%; height: 97.5%; }
  30%  {width: 97%;   height: 97%;   }
  35%  {width: 96.5%; height: 96.5%; }
  40%  {width: 96%;   height: 96%;   }
  45%  {width: 95.5%; height: 95.5%; }
  50%  {width: 95%;   height: 95%;   }

  100% {width: 100%;   height: 100%;}
  95%  {width: 99.5%;    height: 99.5%; }
  90%  {width: 99%;      height: 99%;   }
  85%  {width: 98.5%;    height: 98.5%; }
  80%  {width: 98%;      height: 98%;   }
  75%  {width: 97.5%;    height: 97.5%; }
  70%  {width: 97%;      height: 97%;   }
  65%  {width: 96.5%;    height: 96.5%; }
  60%  {width: 96%;      height: 96%;   }
  55%  {width: 95.5%;    height: 95.5%; }
  50%  {width: 95%;      height: 95%;   }
  
}

.overlay {
  overflow-y:hidden ;
  height: 0%;
  transition: .5s;
  bottom: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.8;
  align-self: self-end;
}

.overlay p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  color: #ffffff;
}

.text1 {
  font-family: "M PLUS 1";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  margin: auto;
  /* identical to box height */
  color: #454954;
}

.text2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  margin: 0px;
  z-index: 2;
  /* identical to box height */

  color: #777777;
}

.text3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  margin: 0px;
  z-index: 2;
  /* identical to box height */

  color: #aaaaaa;
}
.icon {
  height: 20px;
  aspect-ratio: 1;
}
.en {
  float: right;
}

.logo {
  float: left;
  height: 100px;
  aspect-ratio: 1;
}
a:hover {
  opacity: 0.5;
}
.borderdesign
{
  border: 0px;
  border-radius: 20px;
}
.borderdesign:hover .overlay
{
  height: 100%;
  
  
}
.backgroudImage
{
  background-attachment: fixed;
  background-image: url("./images/bg.webp");
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: 100% 100%;
  background-position: bottom;
}

@media screen and (max-width: 768px) {
  html,
  body {
    height: 100%;
    width: 100%;
    font-family: "Roboto";
  }
  .icon {
    height: 30px;
    aspect-ratio: 1;
  }
  .en {
    height: 50px;
    aspect-ratio: 1;
    margin: auto;
  }
  .logo {
    vertical-align: top;
    height: 100px;
    aspect-ratio: 1;
  }
  .text1 {
    vertical-align: middle;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    margin: auto;
  }
  
}

@media screen and (max-width: 425px) {
  html,
  body {
    height: 100%;
    width: 100%;
    font-family: "Roboto";
  }
  .icon {
    height: 20px;
    aspect-ratio: 1;
    margin: auto;
  }
  .en {
    height: 30px;
    aspect-ratio: 1;
    margin: auto;
  }
  .logo {
    vertical-align: top;
    height: 40px;
    aspect-ratio: 1;
  }
  .text1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-size-adjust: auto;
    margin: auto;
  }
  .glide__wrapper {
    margin-top: 20%;
    padding: 0vh 0 !important;
  }
  .glide__bullets {
    bottom: 0% !important;
    left: -5% !important;
  }

  .text2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
    z-index: 2;
    /* identical to box height */
  
    color: #777777;
  }
}

.box {
  width: 100%;
  border-radius: 12px;
}
.glide__wrapper {

  /* padding: 15vh 0; */
}
.glide__track {
  overflow: visible;
  /* height: 60vh; */
}
.glide__slide {
  transition: all 200ms ease;
  transform-origin: 50% 50%;
  transform: translate3d(0, 0, 0);
}
.glide__slide.active {
  transform: scale(1);
}
.glide__slide.pre {
  transform: perspective(50em) rotateY(15deg);
}
.glide__slide.following {
  transform: perspective(50em) rotateY(-10deg);
}
.glide--horizontal .glide__bullets {
  bottom: 0% !important;
}
/* body {
  display: flex;
  justify-content: center;
  align-items: center;
} */
.imageHolder
{
  overflow: hidden;
  border: 0px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .2);
  /* border-radius: 15% 15% 15% 15%; */
}
.footer{
  position:absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}


@media screen and (max-width: 320px) {
  .text1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    margin: auto;
  }
  .text2 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin: 0px;
    z-index: 2;
    /* identical to box height */
  
    color: #777777;
  }
}
