@import url('https://fonts.googleapis.com/css2?family=Inter&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,500&family=Roboto+Slab:wght@600&family=Roboto:wght@300;500&display=swap');

.bg-lt {
  background-size: cover;
  position: relative;
  background-color: white;
  border:18px solid #155799;
  width: 100%;
  margin: auto;
}

.boxBig div {
  position: absolute;
  display: block;
  list-style: none;
  width: 25px;
  height: 25px;
  background: rgba(255,255,255,0.2);
  animation: animate 20s linear infinite;
  bottom: -150px;
  border-radius: 50%;
}
.boxBig div:nth-child(1) {
  left:86%;
  width: 80px;
  height: 80px;
  animation-delay:0s;

}

.boxBig div:nth-child(2) {
  left: 12%;
  width: 30px;
  height: 30px;
  animation-delay: 1.5s;
  animation-duration: 10s;
}

.boxBig div:nth-child(3) {
  left: 70%;
  width: 100px;
  height: 100px;
  animation-delay: 5.5s;
}
.boxBig div:nth-child(4) {
  left: 45%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 15s;
}
.boxBig div:nth-child(5) {
  left: 65%;
  width: 40px;
  height: 40px;
  animation-delay: 0s;
}

.boxBig div:nth-child(6) {
  left: 15%;
  width: 110px;
  height: 110px;
  animation-delay: 3.5s;
}






@keyframes animate {

  0% {
    transform: scale(0) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(2) translateY(-90px);
    opacity: 0;
  }

}


.latest-update {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* padding: 20px; */
  margin-top: 10px;
  margin-bottom: 20px;
}

.aw-up {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  height: 210px;
  border-radius: 0px;
  overflow: hidden;
}

.aw-sub-up {
  display: flex;
}
.aw-img {
  width: 150px;
  height: 180px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #00b27b; 
}
.logy-ball {
  width: 90px;
  height: 85px;
}
.logy-ball-2{
  width: 120px;
    height: 94px;

}

.aw-text-box {
  width: 480px;
  border-top: 2px solid #f4f4f4; 
  border-right: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  height: 180px;
  /* margin-left: -30px; */
  padding-left: 20px;
}
.btn-2 {
  color: #00b27b;
  font-size:18px;
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
}
.aw-text {
  color: #155799;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 30px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  margin-top: 10px;
}

.aw-sub-text {
  color: #00b27b;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 10px;
  padding-right: 7px;
  font-family: "Roboto" sans-serif !important;
}

@media only screen and (max-width: 479px) {
  .bg-lt {
    height: 965px;
  }

  .latest-update {
    flex-direction: column;
  }
  .aw-text-box {
    width: 270px;
    height: 200px;
  }
  .aw-img {
    height: 200px;
    width: 80px;

  }
  .aw-up {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 0px; */
  }
  .aw-up-23{
    margin-top: -20px !important;
  }
  .logy-ball {
    width: 64px;
    height: 58px;
  }
  .logy-ball-2 {
    width: 76px;
    height: 68px;
  }

  .btn-2{
    margin-top: 10px;
  }

}

.know-more-btns {
  background-color: white;
  border: 2px solid #00b27b;
  color: black;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  width: 140px;
  height: 40px;
  margin-top: 30px;
  margin-left: 0px;
}

.complete-box {
  background: white;
  background-repeat: no-repeat;
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}

.complete-box-2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 770px;
  background: white;

  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.galleryContainer {
  width: 100%;
  height: 900px;
  margin: auto;
  user-select: none;
  box-sizing: border-box;
  position: relative;
}
.imageHolder {
  position: relative;
}

.imogi {
  position: absolute;
  width: 410px;
  height: 310px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 99;
  top: 45%;
  left: 35%;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}
.imogi-1 {
  position: absolute;
  width: 410px;
  height: 310px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 99;
  top: 45%;
  left: 35%;
  border-radius: 5px;
  text-align: center;
  padding: 10px;

}
.imogi-2 {
  position: absolute;
  width: 410px;
  height: 310px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 99;
  top: 45%;
  left: 35%;
  border-radius: 5px;
  text-align: center;
  padding: 10px;

}
.imogi-3 {
  position: absolute;
  width: 410px;
  height: 310px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 99;
  top: 45%;
  left: 35%;
  border-radius: 5px;
  text-align: center;
  padding: 10px;

}

.tag-box {
  width: 12px;
  height: 30px;
  background-color: yellow;
  margin-top: 5px;
}
.tag-box-2 {
  width: 12px;
  height: 30px;
  background-color: red;
  margin-top: 5px;
}
.tag-box-3 {
  width: 12px;
  height: 30px;
  background-color: orange;
  margin-top: 5px;
}
.tag-box-4 {
  width: 12px;
  height: 30px;
  background-color: rgb(85, 164, 254);
  margin-top: 5px;
}

.galleryContainer .slideShowContainer {
  width: 100%;
  height: 90%;
  overflow: hidden;
  background-color: gainsboro;
  position: relative;
}
.galleryContainer .slideShowContainer .imageHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.galleryContainer .slideShowContainer .imageHolder img {
  width: 100%;
  height: 100%;
}
.galleryContainer .slideShowContainer .imageHolder .captionText {
  display: none;
}

.galleryContainer .slideShowContainer .leftArrow,
.galleryContainer .slideShowContainer .rightArrow {
  width: 50px;
  background: #00000036;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: background 0.5s;
  height: 72px;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.galleryContainer .slideShowContainer .rightArrow {
  left: auto;
  right: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.galleryContainer .slideShowContainer .leftArrow:hover,
.galleryContainer .slideShowContainer .rightArrow:hover {
  background: #000000a8;
  cursor: pointer;
}
.galleryContainer .arrow {
  display: inline-block;
  border: 3px solid white;
  width: 10px;
  height: 10px;
  border-left: none;
  border-bottom: none;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.galleryContainer .arrow.arrowLeft {
  transform: rotateZ(-135deg);
}
.galleryContainer .arrow.arrowRight {
  transform: rotateZ(45deg);
}

.galleryContainer .slideShowContainer > .captionTextHolder {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: white;
  font-family: sans-serif;
  font-size: 40px;
  text-align: center;
  width: 100%;
  background: #00000095;
  height: 0px;
  line-height: 50px;
  overflow: hidden;
}
.galleryContainer .slideShowContainer > .captionTextHolder > .captionText {
  margin: 0;
}

.galleryContainer #dotsContainer {
  width: 100%;
  height: 10%;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.galleryContainer #dotsContainer .dots {
  display: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 5px;
  background-color: #bbb;
  cursor: pointer;
  transition: background-color 0.5s;
}
.galleryContainer #dotsContainer .dots:first-child {
  margin-left: 0;
}
.galleryContainer #dotsContainer .dots:hover,
.galleryContainer #dotsContainer .dots.active {
  background-color: #717171;
}

.galleryContainer .moveLeftCurrentSlide {
  animation-name: moveLeftCurrent;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.galleryContainer .moveLeftNextSlide {
  animation-name: moveLeftNext;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes moveLeftCurrent {
  from {
    margin-left: 0;
    opacity: 1;
  }
  to {
    margin-left: -100%;
    opacity: 1;
  }
}
@keyframes moveLeftNext {
  from {
    margin-left: 100%;
    opacity: 1;
  }
  to {
    margin-left: 0%;
    opacity: 1;
  }
}

.galleryContainer .moveRightCurrentSlide {
  animation-name: moveRightCurrent;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.galleryContainer .moveRightPrevSlide {
  animation-name: moveRightPrev;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes moveRightCurrent {
  from {
    margin-left: 0;
    opacity: 1;
  }
  to {
    margin-left: 100%;
    opacity: 1;
  }
}
@keyframes moveRightPrev {
  from {
    margin-left: -100%;
    opacity: 1;
  }
  to {
    margin-left: 0%;
    opacity: 1;
  }
}
.slideTextFromBottom {
  animation-name: slideTextFromBottom;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
}
@keyframes slideTextFromBottom {
  from {
    opacity: 0;
    margin-top: 100px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
.slideTextFromTop {
  animation-name: slideTextFromTop;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
}
@keyframes slideTextFromTop {
  from {
    opacity: 0;
    margin-top: -100px;
  }
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
