header {
  padding: 11px 0;
  background: linear-gradient(184.38deg, #1A67C2 19.51%, #062A8E 69.25%, #F07527 109.92%);
}
.dropdown-list ul{
  background: #1353B6;
}

.skyGallery {
  overflow-x: hidden;
}
.eventsGalleryImages{
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  height: auto;
  padding-bottom: 37px;
}
.skyGallery-breadcrumbs {
  display: flex;
  column-gap: 10px;
  margin: 40px 0 48px;
  align-items: center;
}

.skyGallery-breadcrumbs .homeOption {
  font-weight: 300;
  font-size: 15px;
  color: #626060;
}

.skyGallery-breadcrumbs .galleryForMobile {
  font-weight: 300;
  font-size: 15px;
  color: #06447e;
}

.skyGallery{
  padding: 129px 0 40px 0;
}
.skyGalleryWrapper{
  position: relative;
  padding: 36px 0 0;
}
.skyGalleryWrapper::before {
  content: "Gallery";
  position: absolute;
  font-weight: 700;
  font-size: 170px;
  line-height: 221px;
  color: white;
  -webkit-text-stroke: 1px #ffefe4;
  top: -103px;
  left: -99px;
  z-index: -1;
}
.galleryHeading {
  font-weight: 400;
  font-size: 48px;
  line-height: 62px;
}
.skyGallery .skyGalleryControlsWrapper ul {
  display: flex;
  column-gap: 25px;
  list-style-type: none;
  margin: 30px 0 47px 0;
}

.skyGallery .skyGalleryControlsWrapper a ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.photosFilter li.active{
  color: #f07527;

}
.eventMainImg-mob{
  display: none;
}
.allPhotos.active-allPhotos{
  color: #0d4382;
}

.photosFilter .listItems {
  position: relative;
}
 .allPhotos {
  color: #f07527;
}
.photosFilter .listItems.active::after {
  content: "";
  height: 3px;
  width: 17px;
  background: #f07527;
  position: absolute;
  left: 50%;
  opacity: 1;
  transform: translateX(-50%);
  bottom: -8px;
  transition: all 0.2s;
  pointer-events: none;
  border-radius: 100px;
}
.workSpace,
.events,
.officialTrips {
  color: #64748b;
}
.workSpace:hover,
.events:hover,
.officialTrips:hover {
  color: #0d4382;
}
.allPhotos::after {
  content: "";
  height: 3px;
  width: 71px;
  background: #f07527;
  position: absolute;
  left: 15px;
  top: 278px;
  bottom: 22px;
  opacity: 1;
  transition: all 0.2s;
  pointer-events: none;
  align-items: center;
  border-radius: 100px;
}

.photosFilter .listItems::after {
  content: "";
  height: 3px;
  width: 17px;
  background: #f07527;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
  border-radius: 100px;
}

.photosFilter .listItems:hover::after {
  opacity: 1;
}

.skyGalleryImages {
  padding-bottom: 70px;
}
.imageWrap.workSpaceImgForMobile {
  display: none;
}
.view-wrapper{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00407599;
  border-radius: 5px;
  opacity: 0; 
  transition: opacity 0.3s ease; 
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
}
.view-content{
  display: flex;
  align-items: center;
  gap: 9px;
}
.view-content span{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  color: white;

}
.view-icon{
  width: 42px;
  height: 42px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.view-icon img {
  animation: expandTopRight 0.8s infinite ease-in-out; 
  transform-origin: bottom left; 
}

@keyframes expandTopRight {
  0%, 100% {
    transform: scale(1); 
  }
  50% {
    transform: scale(1.1); 
  }
}
.hideImage:hover .view-wrapper {
  opacity: 1;
}
.eventMainImg:hover .view-wrapper {
  opacity: 1;
}
.skyGalleryImages {
  display: flex;
  gap: 25px;
  margin-top: 25px;
  position: relative;
  min-height: 100vh;
}
.skyGalleryImages::after {
  content: "";
  position: absolute;
  background-image: url(../images/skylogo.webp);
  width: 152px;
  height: 473px;
  top: 285px;
  right: -55px;
  z-index: -1;
}
.hideAfter::after {
  display: none;
}
.skyGalleryImages .imageWrap img.flexImg {
  width: 100%;
}

.imageWrap {
  position: relative;
  overflow: hidden;
}
.imageWrap a, .imageWrap a img{
  display: block;
}
.grayImg {
  position: absolute;
  right: 0;
  top: 0;
  border-top: 88px solid transparent;
  border-right: 88px solid #ffffff;
  opacity: 0.55;
  transform: rotate(270deg);
}

.imageWrap::after .grayImg {
  display: block;
}

 .imageWrap:hover .grayImg {
  filter: brightness(0) saturate(100%) invert(72%) sepia(60%) saturate(5426%)
    hue-rotate(345deg) brightness(98%) contrast(92%);
  opacity: 1;
  border-radius: 5px;
}

.imageWrap .zoomImg {
  position: absolute;
  right: 12px;
  top: 16px;
}

.singleCol {
  display: flex;
  flex-direction: column;
  gap: 25px;
  /* flex: 1; */
}
/* .skyGalleryImages .first {
  flex-basis: 419px;
}

.skyGalleryImages .second {
  flex-basis: 401px;
}

.skyGalleryImages .third {
  flex-basis: 300px;
}
.skyGalleryImages .second .last-image-in-second-column {
  flex: 2;
  width: calc(401px + 25px + 300px);
} */
.singleCol.first {
  width: 419px;
}

.singleCol.second {
  width: 401px;
  position: relative; /* To position the expanded image */
}

.singleCol.third {
  width: 300px;
}

/* Style for images within each column */
.imageWrap {
  position: relative;
}

/* Target the last image in the second column and make it span across */
.singleCol.second .imageWrap:last-child {
  width: calc(401px + 300px + 25px); /* Sum of second and third column widths plus gap */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; /* Ensure it appears above other images */
}
.seeMoreBtn {
  display: none;
}

.order0 {
  order: 0;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.skyGalleryControlsWrapperForMediaQueries {
  display: none;
}

.grayImgForMobile {
  position: absolute;
  top: 0px;
}

.imageWrap .workSpaceImgForMobile {
  display: none;
}
/* .singleCol.first {
  order: 1;
}

.singleCol.second {
  order: 2;
}

.singleCol.third {
  order: 3;
} */
/*------------------------------Media Queries Starts Here------------------ */
@media screen and (max-width: 1367px) {
  .skyGalleryWrapper::before {
    left: -100px;
  }
}
@media screen and (max-width: 1199px) {
  .skyGalleryWrapper::before {
    left: -54px;
  }
}
@media screen and (max-width: 1169px) {
  .skyGalleryImagesWrapper {
    column-gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .skyGalleryWrapper::before{
    top: -86px;
    left: -48px;
    font-size: 147px;
    line-height: 199px;
}
  .workSpaceImgForMobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .skyGalleryWrapper::before{
    left: -30px;
    font-size: 92px;
    line-height: 150px;
  }
  .galleryHeading {
      margin-top: -41px;
      
  }
  .photosFilter .allPhotos::after {
    top: 263px;
  }
}

@media screen and (max-width: 575px) {
  .singleCol.second .imageWrap:last-child{
    width: unset;
    position: unset;
    bottom: unset;
    left: unset;
    z-index: unset;
  }
  .skyGalleryWrapper::before{
    left: -27px;
    top: -64px;
    font-size: 80px;
    font-weight: 700;
    line-height: 104px;
  }
  .galleryHeading{
      margin-top: -35px;
      font-size: 30px;
      font-weight: 400;
      line-height: 39px;       
  }
  .photosFilter .allPhotos::after {
    top: 268px;
  }

  .skyGalleryImages {
    padding: 0px;
    margin-top: 25px;
  }
  .skyGalleryImages::after {
    display: none;
  }

  /* .singleCol.first .imageWrap:nth-child(n + 2) {
    display: none;
  }

  .singleCol.second .imageWrap:nth-child(1) {
    display: none;
  }

  .singleCol.second .imageWrap:nth-child(3) {
    display: none;
  }

  .singleCol.third .imageWrap:nth-child(2) {
    display: none;
  }

  .singleCol.third .imageWrap:nth-child(3) {
    display: none;
  } */

  .imageWrap.workSpaceImgForMobile {
    display: block;
  }

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

  .grayImg {
    border-top: 70px solid transparent;
    border-right: 70px solid #ffffff;
  }

  .imageWrap .zoomImg {
    right: 7px;
    top: 10px;
  }

  /* .singleCol.first {
    order: 1;
  }

  .singleCol.second {
    order: 2;
  }

  .singleCol.third {
    order: 3;
  } */

  .seeMoreBtn {
    font-weight: 300;
    font-size: 15px;
    line-height: 19.5px;
    color: #08080f;
    display: flex;
    justify-content: center;
    text-decoration: underline;
    padding: 45px 0 50px 0;
  }

  .skyGalleryControlsWrapperForMediaQueries {
    display: flex;
    column-gap: 10px;
    margin-top: 50px;
    align-items: center;
  }

  .skyGalleryControlsWrapperForMediaQueries .homeOption {
    font-weight: 300;
    font-size: 15px;
    color: #626060;
  }

  .skyGalleryControlsWrapperForMediaQueries .galleryForMobile {
    font-weight: 300;
    font-size: 15px;
    color: #06447e;
  }

  .imageWrap .zoomImgForMobile {
    right: 7px;
    top: 10px;
  }
  .skyGalleryImages {
    gap: 25px;
    flex-direction: column;
}
  .skyGalleryImages .imageWrap img.flexImg {
    width: 100%;
    height: 100%;
  }
  .skyGalleryImages {
    min-height: unset;
  }
  .eventMainImg-mob{
    display: block;
    margin-bottom: 10px;
  }
  .eventMainImg{
    display: none;
  }
  .eventsGalleryImages{
    gap: 10px;
  }
  .eventsGalleryImages{
    height: auto !important;
    justify-content: center;
}
.singleCol.first, .singleCol.second, .singleCol.third{
  width: 100%;
}

}

@media screen and (max-width: 413px) {
  .skyGallery .skyGalleryControlsWrapper ul {
    column-gap: 11px;
  }
  .skyGalleryImages {
    margin-top: 0;
  }
  .workSpaceImgForMobile {
    margin-bottom: 10px;
  }
  .grayImg {
    border-top: 50px solid transparent;
    border-right: 50px solid #ffffff;
  }

  .imageWrap .zoomImg {
    right: 4px;
    top: 6px;
    width: 20px;
    height: 20px;
  }

  .skyGalleryImages {
    column-gap: 10px;
  }

  .singleCol {
    gap: 10px;
  }

  .imageWrap .zoomImgForMobile {
    right: 4px;
    top: 6px;
  }
}
