html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Crimson Pro", serif;
  transition: 0.3s ease-out;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  background-color: #f9f9f9;
  overscroll-behavior: none;
}



#loader {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, hsla(176, 56%, 55%, 1) 0%, hsla(231, 29%, 31%, 1) 100%);
  /* background: radial-gradient(circle, #000f29 40%, #04398d 130%); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;






}


.img-container {
display: flex;
justify-content: center;
}

.logo-name{

  margin-top: 3%;
  transition: transform 3s;
  transform-origin: center top; /* Adjust the origin point to top center */
  width: 320px;
  opacity: 0.8;



}
.base-image, .top-image {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover; /* Maintain aspect ratio of images */
  margin-top: -2%;

}

.top-image {

  -webkit-clip-path: inset(0);

          clip-path: inset(0); /* Initially hide the top image */
  animation: revealImage 40s linear forwards; /* Start the animation */
  transition: transform 6s;
  transform-origin: center; /* Ensure scaling happens from the center */
  z-index: 500;
}



@keyframes revealImage {
  0% {
      -webkit-clip-path: inset(0 100% 0 0);
              clip-path: inset(0 100% 0 0); /* Start clipping from the left */
  }
  100% {
      -webkit-clip-path: inset(0);
              clip-path: inset(0); /* Fully reveal the image */
  }
}

.logo-image-div{
  height: 9%;
}

@media(max-height :800px){

  
.logo-image-div{
  height: 23%;
}

}

@media(max-height :700px){

  
  .logo-image-div{
    height: 27%;
  }
  
  }

  @media(max-height :600px){

  
    .logo-image-div{
      height: 34%;
    }
    
    }
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #264b6f;
  font-weight: 800;
  font-size: 21px;
  width: 100%;


}
/* Custom styling */
/* .swiper-container {
  width: 100%;
  direction: rtl;
} */

.swiper-container {
  width: 40%;
  margin: 0 auto; /* Center the swiper container */

  direction: rtl; /* Keep the rtl direction if you want the swipe to be left to right */
  overflow: hidden; /* Hide other slides */
}



#loader .loader-wrap {
  height: 70px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#hero{
  height: 92vh;
  opacity: 0;
  background-image: url(/images/heroPattern.png?56e7c4b0832a53d20a8e6243c74da448);

}

#hero-image{
  background-image: url(/images/heroPattern.png?56e7c4b0832a53d20a8e6243c74da448);
  background-position: center 12%; /* Adjust the top padding here */


}

#down-arrow-img{
  position: absolute;
    width: 80px;
    right: 5%;
}

.dot {
  width: 50px;
  height: 50px;
  background-color: #10a3c1;
  margin: 5px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
}

.dot span {
  color: #fff;
  font-weight: 900;
  font-size: 2.5rem;
  opacity: 0;
  transform: scale(0);
}

@media only screen and (max-width: 600px) {
  .dot {
    width: 25px;
    height: 25px;
    background-color: #004682;
    margin: 5px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
  }
  .dot span {
    color: #fff;
    font-weight: 900;
    font-size: 0.9rem;
    opacity: 0;
    transform: scale(0);
  }
}

#my-scrollbar {
  width: auto;
  height: 100vh;
  overflow: auto;
  margin: 0;
}

.bg-shape-right {
  border-radius: 100% 0% 0% 100% / 47% 25% 65% 53%;
  background: #ff4f4f;
  background: repeating-radial-gradient(circle farthest-corner at center center, #000f29 0%, #04398d 100%);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
}

.bg-rounded {
  border-radius: 50px;
  background: #ff4f4f;
  background-image: radial-gradient(circle, #000f29 40%, #04398d 130%);
  width: 100%;
}

#blog-with-hover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

#our-services {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100vh;
}

.horizontal-scroll {
  height: 100vh;
  display: flex;
  left: 0;
}

.pin-wrap {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0px;
}

.pin-wrap > * {
  min-width: 60vw;
  padding: 0 0vh;
}

.bg-h-scroll-bottom {
  background: #0b8bff;
  background: linear-gradient(0deg, #0b8bff 0%, #154b80 100%);
}

.wave-shape {
  width: 73%;
  height: 62%;
  background: #ffffff;
  border-radius: 10% 1% 100% 100%;
  position: absolute;
  bottom: 0px;
  left: 12%;
  z-index: -1;
}

.bg-gif {
  background: url(/images/texture.png?1a1fc3ae1fea3da768666e8523e18730) repeat 100% 100% fixed;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.bg-gif-two {
  background: url(/images/TalliCreations_Wave02.gif?c896ce5602fb6c0fafd685d0be6ca790) repeat 100% 100% fixed;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.bg-gif-one {
  background: url(/images/TalliCreations_Wave01.gif?3b9c4f54638d792e08c97a4d240e2321) repeat 100% 100% fixed;
  height: 100%;
  width: 70%;
  background-size: contain;
}

/* galleryTop */
.gallery .swiper-slide {
  cursor: pointer;
}

.gallery img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100%;
  height: auto;
}

/* thumbs */
.gallery-thumbs .swiper-slide {
  width: auto;
  padding-left: 90px;
  padding-right: 90px;
  border-radius: 10px;
  padding-top: 20px;
  font-size: 2.5rem;
  opacity: 0.8;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  color: #ffff;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  padding-top: 20px;
  /* Safari 6.0 - 9.0 */
  filter: initial;
  font-weight: bold;
  color: #ffff;
  font-size: 2.75rem;
}

.gallery-thumbs img {
  cursor: pointer;
  width: auto;
  height: 100px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* buttons */
.swiper-button-next {
  width: 50%;
  height: 100%;
  top: 20%;
  right: 0;
  padding-right: 15px;
  opacity: 1;
  /* For Safari 3.1 to 6.0 */
  transition: opacity 0.6s;
}

.swiper-button-prev {
  width: 50%;
  height: 100%;
  top: 20%;
  left: 0;
  padding-left: 15px;
  opacity: 1;
  /* For Safari 3.1 to 6.0 */
  transition: opacity 0.6s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-next:after {
  margin-left: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  margin-right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  width: 200px !important;
}

.swiper-button-next,
.swiper-button-prev {
  justify-content: end !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-next:after {
  margin-left: 0px !important;
}

.swiper-button-next {
  padding-right: 0px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  width: 200px !important;
  left: 0px !important;
  padding-left: 0px !important;
  /* right: auto; */
}

.menu-content-warp {
  background-image: url(/images/1-new.png?af6954b5fd26fc3750894d2a2a1c68c8);
  background-position: center;
  position: relative;
}

.menu-content {
  background-image: url(/images/1-new.png?af6954b5fd26fc3750894d2a2a1c68c8);
  background-position: center;
  position: relative;
}

.menu-item-wrap {
  position: absolute;
  right: 2.5%;
  top: 25%;
  width: 30vh;
}

.menu-item {
  color: #4be2e2;
  border: 6px solid #4be2e2;
  border-radius: 20px;
  opacity: 0;
  padding: 3px 30px;
}

.menu-item:hover {
  color: rgba(0, 0, 0, 0.5);
  background-color: #4be2e2;
  border: 6px solid #4be2e2;
  border-radius: 20px;
}

.bg-gif-three {
  background: url(/images/TalliCreations_Wave03.gif?a5fd61548e985046a23a1a910e2953f5) repeat 100% 100% fixed;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.bg-gif-four {
  background: url(/images/TalliCreations_Wave04.gif?8426fca01e470bf035e1e4331ffdd155) repeat 100% 100% fixed;
  height: 100%;
  width: 100%;
  background-size: contain;
}

.bg-gif-five {
  background: url(/images/TalliCreations_Wave05.gif?9cf150107661f579db58bdc22c133e2f) repeat 100% 100% fixed;
  height: 100%;
  width: 100%;
  background-size: contain;
}

