@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');




/* src/LandscapeWarning.css */
.landscape-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  height: 100svh;
}

.landscape-message {
  text-align: center;
  font-size: 1.5rem;
  padding: 20px;
}





@media only screen and (max-width: 900px)  {
.blessings .arrowsvg{
  display: none !important;
}
}





#home{
  position: relative;
  z-index: -1 !important;
}

html {
  scroll-behavior: smooth;
}

/* .scroll-bar::-webkit-scrollbar {
  background-color: #000;
  border-radius: 10px;
  width: 5px;
}

.scroll-bar::-webkit-scrollbar-thumb {
  background-color: #ffffff80;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #0000004d;
}




 */

/* Mozilla Firefox */
.outer {
  will-change: transform; /* Optimize for smoother animations */
  -webkit-appearance: none;

} 



.heading {
  font-size: 35px !important;
}


.divr1slider {
  position: relative;
}

.divr1slider img {
  width: 100% !important;
  object-fit: cover !important;
  min-height: 100% !important;
}


.divr2slider {
  height: 97vh;
  position: relative;
  width: 100% !important;

}

.divr2slider img {
  object-fit: cover !important;
  height: 100%;
  width: 100% !important;
}

.paretdivslider {
  width: 100% !important;
  padding: 5px !important;
}





.divr2slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}


.innerdivblessings img {
  padding: 10px;

  width: 22vw;
  object-fit: contain !important;
  color: white !important;
  filter: brightness(0) invert(1);
}

.innerdivblessings .heartimg {
  padding: 10px;
  width: 120px !important;
  object-fit: contain !important;
  color: white !important;
  filter: brightness(0) invert(1);
}

.secondslider {
  padding: 10px !important;
}


.accordion {
  width: 40%;
  height: 100%;
  margin: auto;
  padding: 2em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.accordion--row {
  flex-direction: row !important;
  width: 100% !important;
  gap: 0.5rem;
}

.accordion__item {
  flex-basis: 12%;
  height: 100%;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: helvetica;
  cursor: pointer;
  transition: flex-grow 0.3s linear, background-color 0.2s ease-in;
}


.accordion__item.expanded {
  flex-grow: 3 !important;
}

.accordion__item:focus:active {
  background-color: #bde6fc;
  color: white;
}


.ourstoryfirst {
  background-color: rgb(245, 220, 222);
}

.SliderJoureny {
  padding: 2% !important;
  padding-bottom: 40px !important;
}

.hideinpc .slick-next {
  opacity: .75;
  height: 100% !important;
  width: 26.4% !important;
  right: 0% !important;
  top: 50%;
  position: absolute !important;
  
}

.hideinpc .slick-prev {

  opacity: .75;
  width: 26.4% !important;
  z-index: 99999999 !important;
  left: 0% !important;
  position: absolute !important;
  height: 100% !important;
  max-width: 100% !important;
  top: 50%;
}


/* .slick-prev::before {
  content: url('assets/arrowleft.png') !important;
  width: 10px !important;
  height: 10px !important;
  z-index: 99999999 !important;

}

.slick-next::before {
  content: url('assets/arrowleft.png') !important;
  width: 10px !important;
  z-index: 99999999 !important;
  height: 10px !important;
} */




.ourstory .arrowsvg {
  padding: 0px;

  object-fit: cover !important;
  color: white !important;
  filter: brightness(0) invert(1);
}
.ourstory img {
  padding: 0px;

  object-fit: cover !important;
  color: white !important;
  filter: brightness(0) invert(1);
}

.ourstoryimg {
  padding: 10px;
  width: 22vw;
  object-fit: contain !important;

}

.ourstoryheart {
  width: 80px !important;
  object-fit: contain !important;
  background-color: #111111 !important;
  padding: 15px !important;
  color: white !important;
  border-radius: 50% !important;
}

.ourstoryheart img {
  filter: brightness(0) invert(1);
}

.joureney .slick-dots li button:before {
  font-size: 25px !important;
  line-height: 18px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px !important;
  height: 30px !important;
  border: 5px solid rgb(104, 104, 104) !important;
  border-radius: 50%;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000000 !important;
}



.joureney {
  display: flex !important;
  justify-content: center !important;
  max-height: 100svh !important;
}


.blur-left {
  left: 0;
}

.blur-right {
  right: 0;
}

.containerjourney img {
  height: auto;
  position: relative;
  z-index: 99999999;
  object-fit: cover !important;
}

#imageContainer img {
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  object-fit: cover;
}

#textOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 5px;
  color: white;
  text-align: center;
  z-index: 2;
}

.shadow {
  height: 500px;

}

.shadow img {
  height: 500px;
  object-fit: cover;

}




.image {
  display: block;
  width: 100%;
  height: auto;
}


.overlay2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.014);
  border: 50px solid rgba(0, 0, 0, 0.473);
  z-index: 99;
}


.fader {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.fader__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.fader img {
  background-color: transparent;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

#back {
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 10;
  left: -4px;
  top: 29px;
}

#settings {
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 10;
  top: 117px;
  right: 0px;
}

.App {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  width: 22vw;
  height: auto;
  background: #f3f3f3;
}

#headerText {
  color: rgb(34, 34, 34);
  font-size: 20px;
  width: 22vw;
  height: 46px;
  text-align: center;
  margin-top: 30px;
  word-spacing: 2px;
  letter-spacing: 1px;
}

#tripDetail {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #747474;
  font-size: 10px;
  margin-top: 26px;
  letter-spacing: 2px;
  margin-bottom: 26px;
}

#tripDest {
  color: #141414;
  font-size: 28px;
  letter-spacing: 1px;
  display: flex;
}

#oneWay {
  font-size: 10px;
  background: #498eff;
  border: 1px solid #0061ff;
  color: #fff;
  position: relative;
  height: 20px;
  padding: 3px 5px;
  margin-top: 7px;
  margin-left: 7px;
}

#headerInput {
  width: 22vw;
  height: 40px;
  border: none;
  background: #262626;
  border: 1px solid rgb(81, 81, 81);
  padding-top: 8px;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#cardContainer {
  width: 22vw;
  transform-origin: bottom;
  cursor: pointer;
  width: 100%;
  position: relative !important;
  height: 100% !important;

}


#detailDate {
  color: #a09a9a;
  font-size: 9px;
  padding-top: 11px;
}

#detailTime {
  font-size: 21px;
  color: #000;
}

#detailSub {
  width: 200px;
  height: 100px;
  position: relative;
  background: #0a0a0a;
}

#firstDisplay {
  width: 100%;
  height: 145px !important;
  position: absolute;
  background: #fff;
  display: flex;

}


#info {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #b2b2b2;
  font-size: 10px;
}

#flightDetail {
  font-size: 23px;
  font-weight: bold;
  color: #3f3f3f;
  flex: 0.5;
}

#animContainer {
  padding-left: 0px;
  position: absolute;
  width: 19px;
  height: 10px;
  top: 10px;
  left: 15px;
  overflow: hidden;
}

#anim {
  width: 54px;
  position: absolute;
  display: flex;
  animation: slidein 1s infinite linear;
}

@keyframes slidein {
  to {
    transform: translateX(-18px);
  }

  from {
    transform: translateX(0px);
  }
}

#circle {
  width: 5px;
  height: 5px;
  background: #707070;
  margin-right: 13px;
}

#firstTop {
  width: 22vw;
  height: 145px !important;

}

#first {
  width: 22vw;
  backface-visibility: hidden;
  transition: 0.5s;
  position: relative !important;

}


#timecontainer {
  display: flex;
  height: 145px !important;

}



#firstBehindDisplay {
  width: 100%;
  height: 145px;
  position: absolute;
  background: #fff;


}

#firstBehindRow {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 7px;
  text-align: left;
}

#detail {
  font-size: 15px;
  color: rgb(69, 69, 69);
  font-weight: bold;
}

#detailLabel {
  color: #686868;
  font-size: 10px;
  font-weight: 100;
}


#third {
  width: 22vw;
  position: absolute;
  width: 100% !important;
  top: 0 !important;
  left: 0;
  background-color: rgb(212, 212, 212) !important;
  backface-visibility: hidden;
  max-height: 145px !important;
  height: 100% !important;
  overflow: hidden !important;
}

.mainticket {
  width: 22vw !important;
  background-color: #000 !important;
  z-index: 99999 !important;
}


#secondBehind {
  width: 22vw;
  position: absolute !important;
  backface-visibility: hidden;
  transform-origin: center;
  transform: rotate3d(1, 0, 0, -180deg);
  height: 100% !important;
  max-height: 145px;
  backface-visibility: hidden;
  overflow: hidden;
  padding-left:  10px;
  padding-right:  10px;
}

@media screen and (min-width: 700px) {

  #secondBehind{
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 0px, rgba(17, 17, 26, 0.1) 0px 0px 0px, rgba(17, 17, 26, 0.1) 0px 0px 56px; */
    box-shadow: 25px 0 20px -20px rgba(17, 17, 26, 0.1), -25px 0 20px -20px rgba(17, 17, 26, 0.1);
 
    border-left: 2px  solid rgba(231, 225, 225, 0.63);
    border-right: 2px  solid rgba(231, 225, 225, 0.63);

    z-index: -99 !important;
  }




}

#second {
  width: 22vw;
  transform-origin: bottom;
  transform-style: preserve-3d;
  color: black;
  
}



#firstBehind {
  width: 22vw;
  position: relative !important;
  background-color: #943737 !important;
  transform: rotate3d(1, 0, 0, -180deg);
  backface-visibility: hidden;
  height: 100% !important;
}


#button {
  color: #2d2d2d;
  font-size: 19px;
  font-weight: bold;
  padding: 4px 124px;
  background: #fff;
  margin-top: 9px;
}

#price {
  color: #2d2d2d;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  margin-top: -2px;
}

#priceLabel {
  color: #747474;

  font-size: 10px;
  text-align: left;
}

#barCode {
  width: 98px;
  height: 30px;
}

/* .image {
  
} */



.imagesContainer .image-photo {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}






.fixedtobottom {
  position: absolute;
  min-width: 105%;
  height: 100% !important;
  top: 0;
  object-fit: cover !important;
  transition: all 0.6s ease-in-out;
  transform: translateX(-4%);

}

.fixedtobottom--active {
  transform: translateX(0%);
  opacity: 1;
}

.notactive {
  min-width: 105%;
  height: 100%;
  object-fit: cover !important;
}

.crossFade__image-bg {
  position: absolute !important;
  top: 0;
  left: -5%;
  /* width: 105% !important;
  height: 100%; */
  transition: all 0.6s ease-in-out;
  opacity: 0;
  transform: translateX(5%);
  z-index: 10;

}

.crossFade__image-bg--active {
  transform: translateX(0%);
  opacity: 1;
  z-index: 20;
}

.crossFade__image {
  position: absolute !important;
  min-width: 105% !important;
  height: 100%;
  top: 0;
  object-fit: cover !important;
  transition: all 0.6s;
  opacity: 0;
  transform: translateX(5%);
}

.crossFade__image--active {
  transform: translateX(0%);
  opacity: 1;
}

.section__hero {
  width: 800px;
  height: 100svh;
}

.section__hero {
  overflow: hidden !important;
}

@media screen and (min-width: 1200px) {

  .SliderJoureny {
    padding: 90px !important;
    padding-top: 2% !important;
    padding-bottom: 30px !important;
  }
  .texcontent {
      font-size: 20px  !important;
  }
}

@media screen and (max-width: 1600px) {

  
.ourstorytwo .slick-next {
  opacity: .75;
  height: 100% !important;
 width: 27.7% !important;
  right: 0% !important;
  position: absolute !important;
}

.ourstorytwo .slick-prev {

  opacity: .75;
  width: 27.7% !important;
  z-index: 99999999 !important;
  left: 0% !important;
  position: absolute !important;
  height: 100% !important;
  max-width: 100% !important;

}

.textfixed {
  width: 27.7% !important;
  position: fixed !important;
    right: 0%;
    top: 0%;
    z-index: 99999999 !important;
    height: 100%;
}
}

@media screen and (max-width: 1024px) {
  .Removeinmobile {
    display: none !important;
  }

  
.slick-prev::before {
  content: url('/img/ic_next.svg') !important;
  display: inline-block;
  transform: rotate(180deg) scale(2) !important; /* Rotate and scale the image */
  filter: invert(100%) brightness(1000%); /* Make the image white */
  z-index: 99999999 !important;
}

.slick-next::before {
  content: url('/img/ic_next.svg') !important;
  display: inline-block;
  transform:  scale(2) !important; /* Rotate and scale the image */
  filter: invert(100%) brightness(1000%); /* Make the image white */
}

}


.slick-prev::before {
  content: url('/img/ic_next.svg') !important;
  display: inline-block;
  transform: rotate(180deg) scale(3); /* Rotate and scale the image */
  filter: invert(100%) brightness(1000%); /* Make the image white */
  z-index: 99999999 !important;
}

.slick-next::before {
  content: url('/img/ic_next.svg') !important;
  display: inline-block;
  transform:  scale(3); /* Rotate and scale the image */
  filter: invert(100%) brightness(1000%); /* Make the image white */
}

@media screen and (min-width: 701px) {

  .hideinpc {
    display: none !important;
  }

}


.bottom-border {
  position: absolute;
  bottom: 0;
  opacity: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform-origin: right;
  animation: bottomBorder 2s forwards 0.5s;
}

.left-border {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  transform-origin: bottom;
  animation: leftBorder 2s forwards 0.5s;
}

/* Right Border */
.right-border {
  position: absolute;
  top: 0;
  opacity: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
  transform-origin: top;
  animation: rightBorder 2s forwards 0.5s;
}

@keyframes topBorder {
  from {
    transform: scaleX(0);
    left: -20px;
    opacity: 1;
  }

  to {
    transform: scaleX(1);
    left: 0px;
    opacity: 1;
  }
}

.top-border {
  position: absolute;
  top: 0;
  left: -20px ;
  /* Initial position outside the viewport */
  width: 100%;
  opacity: 0;
  height: 2px;
  background-color: #ffffff;
  transform-origin: left;
  animation: topBorder 2s forwards 0.5s;
  /* Animate the topBorder keyframes */
}

.top-border-active{
  left: 0;
	opacity: 1;
  animation: null;
}

.left-border-active{
  bottom: 0;
	opacity: 1;
  animation: null;
}

.bottom-border-active{
  right: 0;
	opacity: 1;
  animation: null;
}

.right-border-active{
  top: 0;
	opacity: 1;
  animation: null;
}


@keyframes bottomBorder {
  from {
    transform: scaleX(0);
    right: -20px;
    opacity: 1;
  }

  to {
    transform: scaleX(1);
    right: 0px;
    opacity: 1;
  }
}

@keyframes leftBorder {
  from {
    transform: scaleY(0);
    bottom: -20px;
    opacity: 1;
  }

  to {
    transform: scaleY(1);
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes rightBorder {
  from {
    transform: scaleY(0);
    top: -20px;
    opacity: 1;
  }

  to {
    transform: scaleY(1);
    top: 0px;
    opacity: 1;
  }
}

#one {
  position: fixed;
}


@media screen and (max-width: 1024px) { 
  .box {
  display: flex !important;
  flex-direction: column !important;
  }

  


  .ourstoryimg {
    width: 90vw !important;
  }

  #firstTop {
    width: 90vw !important;
  }

  #first {
    width: 90vw !important;
  }

  #thirdTop {
    width: 90vw !important;
  }

  #secondBehind {
    width: 90vw !important;
    background-color: white !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  #secondBehindBottom {
    width: 90vw !important;
  }

  #third {
    width: 90vw !important;
  }


}
@media screen and (max-width: 1024px) {

  .innerdivblessings img {
    width: 90vw !important;
  }

  .li{
    width: 100%;
  }

  .box {
    color: white;
    background-color: #000000 !important;

  }



  .boxinner .mobileversion {
    filter: invert(100%);

  }

  .boxinner .mobileversionarrow {
    filter: invert(100%) !important;
    right: 1rem !important;


  }



  .ourstoryimg {
    width: 90vw !important;
  }

  #firstTop {
    width: 90vw !important;
  }

  #first {
    width: 90vw !important;
  }

  #thirdTop {
    width: 90vw !important;
  }

  #secondBehind {
    width: 90vw !important;
    background-color: white !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }

  #secondBehindBottom {
    width: 90vw !important;
  }

  #third {
    width: 90vw !important;
  }


  .hideinmobile {
    display: none !important;
  }

  .hideinpc {
    display: block !important;
    overflow: hidden !important;
    max-height: 100svh !important;
  }

}




.stickynav {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 120px !important;
  background-color: #ffffff;

}


.isSticky {
  box-shadow: 0px 1px 10px #999;
}


.chunk-container {
  height: 145px;
  overflow: hidden;
}

.slick-current.slick-active .blur-left {
  width: 0% !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;

}

.slick-slide.blur-left {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}



.slick-slide .blur-left {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.slick-slide .blur-right {
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}


.slick-slide .blur-left {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.firstsliderjoureny .slick-slide {
  transition: all 400ms ease-in-out;
  transform: scale(0.5);

}

.firstsliderjoureny .slick-current.slick-active {
  transform: scale(1) !important;
  transition: all 400ms ease-in-out;

}

.innderdivhidden .slick-list {
  height: 100svh !important;
}

.innderdivhidden .slick-track {
  height: 100svh !important;

}

.innderdivhidden .slick-slide {
  display: flex !important;
  align-items: end !important;
}




/* Define animations for entering and leaving slides */
@keyframes slideInFromBottomMemory {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOutToTopMemory {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40%);
    opacity: 0;
  }
}

@keyframes slideInFromTopMemory {
  0% {
    transform: translateY(-40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOutToBottomMemory {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}

/* Apply animation based on slide direction */
.sliderhidden .slick-slide.enteringFromBottom .boxinner div {
  animation: slideInFromBottomMemory 300ms ease-in-out forwards;
}

.sliderhidden .slick-slide.leavingToTop .boxinner div {
  animation: slideOutToTopMemory 300ms ease-in-out forwards;
}

.sliderhidden .slick-slide.enteringFromTop .boxinner div {
  animation: slideInFromTopMemory 300ms ease-in-out forwards;
}

.sliderhidden .slick-slide.leavingToBottom .boxinner div {
  animation: slideOutToBottomMemory 300ms ease-in-out forwards;
}



.hideinpc .slick-dots {
  z-index: 9999999 !important;
  position: absolute !important;
  bottom: 0px !important;
}

.fixedtobottom {
  position: relative;
  bottom: 0;
  left: 0;
  color: white !important;
  width: 100%;
  height: 100svh;
  z-index: 1;
  background-size: cover;
  z-index: -9;
}



.sliderhidden::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8463760504201681) 49%, rgba(39, 36, 36, 0.552) 66%, rgba(0, 0, 0, 0) 91%);
  filter: blur(0.5px);

}

.innderdivhidden {
  position: fixed !important;
  bottom: 0 !important;
  width: 100%;
  height: 100svh;
}

.ourstorytwo .slick-slide {
  width: 600px !important;
}


.ourstoryfirst .slick-prev {
  display: none !important;
}



.slick-list {
  padding: 0px !important;
}


.slick-dots {
  text-align: center;
}

.joureney .slick-dots li {
  margin-bottom: 20px !important;
  margin-left: 30px !important;
  /* add 10px margin to each dot */
}

.hideinpc .slick-dots li {
  margin-bottom: 50px !important;
  margin-left: 30px !important;
    /* add 10px margin to each dot */
}

.joureney .slick-dots {
  display: flex;
  justify-content: start !important;
  align-items: center !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(0) !important;
  width: 50% !important;
z-index: 99999999999 !important;
}



.joureney .slick-dots {
  display: flex !important;
  
}


.joureney .slick-dots {
  transition: margin-left 0.3s ease;
}

.joureney .slick-dots li.slick-previous button:before {
  color: rgb(104, 104, 104) !important;
  border: 0px solid rgb(104, 104, 104) !important;
  font-size: 0px !important;
  background-color: rgb(104, 104, 104) !important;
  position: absolute !important;
  top: 50% !important;
  
}




.joureney .slick-dots li.slick-active button:before {
  background: url('/img/heart.jpg') no-repeat center center !important;
  background-size:150% !important;
  border: 2px solid rgb(255, 255, 255) !important;
  border-radius: 50%;
  content: '';
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: white !important;
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}



.joureney .slick-dots li button:before {
  position: absolute;
  top: 50%;
  font-size: 10px !important;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  content: '•';
  text-align: center;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  top: 50% !important;
}

.joureney .slick-dots {
  transition: margin-left 0.5s;
}

.joureney .slick-dots li.slick-secondary {
  opacity: 0.5;
}


.cards-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card {
  width: 300px;
  margin: 10px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.card-header {
  font-size: 1.2em;
}

.card-content {
  margin-top: 10px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.card.open .card-content {
  opacity: 1;
  max-height: 200px;
}

@media (min-width: 1200px) {
  .h1, h1 {
      font-size: 2.5rem !important;
  }
}
.ourstorytwo .slick-slide.slick-cloned[data-slick-index="-1"] {
  pointer-events: none !important;
}

.slick-prev,
.slick-next {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.overlay {
  border: 2px solid rgb(183, 0, 255) !important;
}

.containerjourney.last-slider .prev-arrow,
.containerjourney.last-slider .next-arrow {
  display: none !important;
}

.textfixed {
  width: 23%;
  position: fixed !important;
  right: 0%;
  top: 0%;
  z-index: 99999999 !important;
height: 100%;
}

.buttonexit {
  color: white;
  padding: 10PX 25px;
  width: 100% !important;
  border-radius: 5PX;
  font-size: 21px !important;

}

@media screen and (max-width: 1600px) {
  .ourstorytwo .slick-slide {
    width: 400px !important;
  }
}

.swipe-text {
  transition: opacity 0.5s;
  transition: 1s;
  bottom: 40px;
}

.exit-text {
  transition: opacity 0.5s;
  bottom: 40px;
}

/* .hidden {
  opacity: 0;
} */

/* ////////////// */
/* Blessings */

/* .blessing .slick-slide {
  transition: transform 0.5s ease;
  width: 200px !important;
}

.blessing .slick-active {
  width: 700px !important;
  transition: all 0.5s;
}

.blessing .slick-active .dontshow{
 display: none !important;

}
.blessing .slick-slide .dontshow{
  z-index: 9999 !important;
}

.blessing .slick-active .showinbigger{
 display: block !important;
 z-index: 999999 !important;
 display: flex !important;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 transition: all 2.6s;
}

.blessing .showinbigger{
  display: none;
}

.blessing .slick-arrows-container {
  width: 600px !important;
  position: absolute;
  z-index: 99999999;
  top: 80%;
  left: 0.2%;
}

.blessing .slick-prev {
  left: 40%;
}

.blessing .slick-next {
  right: 40%;
} */


/* style={{ transform: `translateX(-${activeIndex * 200}px)` }} */



@media only screen and (min-width: 1024px) {
  .bgblackornot {
    background-color: white !important;
  }
}

.blessing {
  overflow: hidden;
}

@media only screen and (max-width: 800px) {

  .prevnetx {
display: none !important;

  }

  .blessings .mobileline{
    height: 2.7vh !important;
  }

}

.blessing {
  ul {
    display: flex;
    height: 100svh !important;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    flex-direction: column;
    /* Adjust for horizontal scrolling */
    transition: transform 0.35s ease;
    /* Smooth transition */
  }

  .prevnetx {
    position: fixed;
    bottom: 0%;
    width: 800px;
    display: flex;
    justify-content: center;

  }

  .button1, .button2 {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  
  .button1 img, .button2 img {
    display: block;
  }

  .button2.disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
  }

  .button1.disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
  }



  @media only screen and (min-width: 1024px) {
    ul {
      flex-direction: row;
    }

    

    li.active {
      margin: 0px;
      margin-right: 10px !important;
    }

    li {
      margin:20px 10px ;
    }
  }

  @media only screen and (max-width: 1024px) {

    li {
      min-height: 130px;
      max-width: 100% !important;
      margin: 8px 16px;
      align-items: stretch;
      transition: transform 0.35s ease, min-height 0.35s ease !important;
    }
  
    .is-last::before{
      background-color: transparent !important;
    }


    h4 {
      font-size: 13px;
    }

    .heading {
      font-size: 20px !important;
    }

    .blessingimage1 img {
      width: 65% !important;
      height: 100% !important;
    }

    .blessingimage {
      width: 16% !important;
      height: 50% !important;
    }

    li.active {
      margin: 0px !important;
    }



    .prevnetx img {
      max-height: 30px !important;
    }

    li.active {
      min-height: 50%;
      cursor: default;
      min-width: 100% !important;
margin-bottom: 8px !important;

    }


    .section-content {
      padding: 20px ;
    }

    .section-content .innerdiv {
      padding: 0px !important;
    }

  }

  li {
    min-width: 120px;
    display: flex;
    align-items: stretch;
    cursor: pointer;
    transition: transform 0.35s ease, min-width 0.35s ease;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    max-width: 120px;
  }

  .edit-button {
    background-color: #00000075;
    padding: 10px 40px;
  }

  li:before {
    content: "";
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

  }

  li.active {
    min-width: 41.6667%;
    cursor: default;
  }



  h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
  }

  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 48px;
      line-height: 48px;
    }

    li.active:before {
      background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
    }
    li.is-last:before {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff00 100%);
    }
   
  }

  @media only screen and (min-width: 1024px) {
    h2 {
      font-size: 64px;
      line-height: 64px;
    }
  }

  h3 {
    white-space: nowrap;
    position: absolute;
    z-index: 30;
    opacity: 1;
    top: 50%;
    left: 50%;
    transition: top 0.35s, opacity 0.15s;
    transform-origin: 0 0;
    font-size: 24px;
    transform: translate(-50%, -50%) rotate(0deg);
    color: white;
  }
  .toptext {
    position: absolute;
    z-index: 30;
    opacity: 1;
    top:50px !important;
    left: 50%;
    transition: top 0.35s, opacity 0.15s;
    transform-origin: 0 0;
    font-size: 24px;
    transform: translate(-50%, -50%) rotate(0deg);
    color: white;
  }


  @media only screen and (min-width: 1024px) {
    h3 {
      top: 100%;
      left: 50%;
      font-weight: 600;
      font-size: 33px;
      transform: translate(-20px, -50%) rotate(-90deg);
    }
    .toptext {
      bottom:0px !important;
      left: 50%;
      font-size: 31px;
      white-space: nowrap;
      max-height: max-content !important;
      padding: 20px;
      transition: top 0.35s, opacity 0.15s;
      transform: translate(20px, -35%) rotate(90deg);

    }
    .toptext h4 {
      transform: translate(-20px, -50%) rotate(-180deg);
      font-size: 31px;
      font-weight: 400;
    }
  }

 .nametext {
    opacity: 0; /* Start with the element hidden */
  }

  li.active .nametext{
    opacity: 1; /* Fully visible when the 'show' class is added */
    transition: opacity 1.5s ease-in-out, top 0.35s ease-in-out;

  }

  li.active h3 {
    opacity: 0;
    top: 200%;
  }
  li.active .toptext {
    opacity: 0;
    top: 200%;
  }

  .section-content {
    position: relative;
    z-index: 30;
    align-self: flex-end;
    min-width: 100% !important;
    transition: all 0.35s 0.1s ease-out;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 50px;
  }

  .section-content .innerdiv {
    padding: 50px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  li.active .section-content {
    opacity: 1;
  }

  .inner {
    position: absolute;
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    align-items: flex-end;
    left: 0;
    bottom: 0;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.25s ease-out;
  }

  @media only screen and (min-width: 768px) {
    .inner {
      grid-auto-flow: column;
      grid-template-columns: calc(100% - 340px) 300px;
      grid-column-gap: 40px;
      padding: 40px;
    }
  }

  @media only screen and (min-width: 1024px) {
    .inner {
      grid-auto-flow: column;
      grid-template-columns: 460px 200px;
      grid-column-gap: 40px;
      padding: 40px;
    }
  }

  li.active .inner {
    opacity: 1;
  }

  .artist-profile-link {
    pointer-events: none;
  }

  li.active .artist-profile-link {
    pointer-events: all;
  }

  .bio {
    z-index: 999999 !important;
    color: white;
  }
}



/* Blessings */
/* ////////////// */

/* ////////////// */
/* Groom Squad */
.Groomsquad {
  .innerdivGroomSquad {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    position: relative !important;
    justify-content: center !important;
    width: 100%;
    height: 100% !important;
    display: inline-block;
    z-index: 9999999 !important;
    transition: width 0.5s ease-in-out;

  }

 .slick-track{
  display: flex;
  justify-content: center;
  align-items: center;
 }
  
  @media screen and (max-width: 1250px) { 
    .prevnetx .button2 {
      background-color: #000 !important;
      border-radius: 50% !important;
      position: relative;
      left: 14% !important;
    }    
    .prevnetx .button1 {
      background-color: #000 !important;
      border-radius: 50% !important;
      position: relative;
      right: 14% !important;
    }   
    
    .slick-dots {
      display: flex;
      transition: transform 0.3s ease;
      padding: 0;
      margin: 0;
      width: 25% !important;
      position: absolute;
      list-style: none;
      white-space: nowrap;
      overflow: hidden;
      justify-content: center;
      align-items: center;
      transform: translateX(-50% );
      left: 50%;
    }
  }

  @media screen and (max-width: 1600px) {
    .innerdivofcard {
 height: 100% !important;
    }
  }

  .cardofslider {
    max-height: 60%;

  }

  .cardofslider h4 {
    font-size: 1.2rem !important;
  }

  .slick-slide {
    position: relative;
    transition: all 1s;
    right: 5%;
    transform: scale(0.8);
  }

  .slick-active {
    position: relative;
    right: 0px !important;
    transform: scale(1.0);
  }

  .overlayin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 1;
    z-index: 1 !important;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    /* Adjust the duration and easing as needed */
  }



  .overlayin.show {
    opacity: 1;
  }



  .slick-active .overlayin {
    opacity: 0 !important;

  }

  .crossFade__image {
    position: absolute;
    min-width: 105%;
    height: 100%;
    top: 0;
    object-fit: cover !important;
    opacity: 0;
    transition: all 0.9s;
    transform: translateX(5%);
  }

  .crossFade__image--active {
    transform: translateX(0%);
    opacity: 1;
  }


  .slick-dots {
    display: flex;
    transition: transform 0.3s ease;
    padding: 0;
    margin: 0;
    width: 18%;
    position: absolute;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transform: translateX(-50% );
    left: 50%;
  }

  .slick-dots::-webkit-scrollbar {
    display: none;
  }

  .slick-dots {
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 50px !important;
    z-index: 999999 !important ;
    position: relative !important;
    top: 3rem !important;
  }



  .slick-dots li {
    z-index: 9999999 !important;
    margin-inline: 17px;
    top: 10%;
    position: relative;

  }

  .slick-dots li.slick-active button:before {
    opacity: 100% !important;
    color: #000;
    font-size: 16px !important;
    border: 2px solid rgb(0, 0, 0);
    background-color: #000000;

  }

  .slick-dots li button:before {
    opacity: 100% !important;
    color: #f7f7f7;
    font-size: 10px !important;
    border: 2px solid #000000;
    border-radius: 50%;

  }


  .prevnetx {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    z-index: -9 !important ;
    position: relative !important;
    position: relative;
    bottom: 0% !important;

  }

  .prevnetx .button1 {
    background-color: #000 !important;
    border-radius: 50% !important;
    position: relative;
    right: 10%;

  }


  .prevnetx img {
    height: 43px !important;
  }

  .prevnetx .button2 {
    background-color: #000 !important;
    border-radius: 50% !important;
    position: relative;
    left: 10%;

  }
}



.Groomsquad1 {

  .slick-slide {
    height: 100svh !important;
  }



}

.slider-container {
  width: 100%;
  margin: auto;
}

.imagestylegrrom {
  z-index: 999999 !important;
  position: relative !important;

}



.imagestylegrrom2{
  bottom: 0px !important;
  
}

.grromsquadinnerdiv button {
  position: absolute;
  bottom: 0 !important;

}


/* Groom Squad */
/* ////////////// */

.Quiz {
  height: 100svh !important;
  max-height: 100svh !important;

  max-width: 100% !important;
  min-width: 100% !important;
  overflow: hidden !important;
}


.Quiz {
  .slick-slide .innerdivGroomSquad {
    transition: all 1s;
    right: 30rem !important;
    transform: scale(0.8) !important;
    overflow: hidden !important;
    pointer-events: none !important;
    padding: 20px  !important;

  }

  .slick-active .innerdivGroomSquad {
    position: relative;
    right: 0px !important;
    transform: scale(1.0) !important;
    pointer-events: all !important;

  }

  .innerdivGroomSquad {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    position: relative !important;
    justify-content: center !important;
    transition: width 0.5s ease-in-out;
  }

  .cardofslider {
    width: 400px !important;
    height: 90svh;
    background-size: cover !important;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-position: center !important;
  }


  .quiz {
    padding: 0px;
    max-width: 400px;
    margin: 0 auto;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;

  }

  .question {
    padding: 20px;
    font-size: 18px;
    background-color: #0a0a0a;
    color: white;
  }

  .option {
    padding: 8px 15px 8px 8px;

    margin: 10px 0;
    border: 2px solid #d8d8d8;
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    width: 100% !important;
  }

  .slick-active .option.correct {
    background-color: #1bd04f;
    border-color: #c3e6cb;
    color: #ffffff !important;
  }

  .slick-active .option.wrong {
    background-color:#e74c3c;

  }


}




.slick-active .quiz.shake {
  animation: skew-x-shake 0.4s ease-in-out;
}

.slick-active .quiz.forward {
  animation: heartbeat 0.6s ease-in-out;
}


@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}




@keyframes skew-x-shake {
  0% {
    transform: rotate(0deg);
  }

  15% {
    transform: rotate(5deg);
  }

  45% {
    transform: rotate(-5deg);
  }



  75% {
    transform: rotate(5deg);
  }

  90% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.celebrate-btn {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 1000;
}


.celebrate-btn:hover {
  background-color: #C71729;
}

.celebrate-btn:active {
  transform: scale(0.98);
}

.progress-bar-container{
  padding: 6px !important;
}


.slick-active .progress-line-background {
  position: absolute;
  width: 80%;
  top: 20px !important;
  height: 3px;
  background-color: grey;
  z-index: 1;
}

.slick-active .progress-line {
  position: absolute;
  width: 80% !important;
  top: 20px !important;
  height: 3px;
  background-color: white;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: left;
}

.slick-active .progress-line.fill {
  animation: fillProgress 2s ease-out forwards, resetProgress 0s ease 2s forwards;
}

@keyframes fillProgress {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes resetProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.textinmobile{
  padding: 0.75rem  !important;
}
.textinmobile2{
  padding: 0px 2rem  !important;
}

@media screen and (max-width: 700px) {
  
  .textinmobile{
    padding: 5px  !important;
  }
  .textinmobile2{
    padding: 0px 30px  !important;
  }
}
@media screen and (max-width: 1600px) {

  .Quiz {
    height: 100svh !important;
    max-height: 100svh !important;

    max-width: 100% !important;
    min-width: 100% !important;
    overflow: hidden !important;
  }


  .Quiz .ourstoryfirst h3 {
    font-size: 15px !important;
    padding: 5px !important;
  }

  .Quiz .ourstoryfirst h2 {
    font-size: 15px !important;
    padding: 5px !important;

  }

  .Quiz .ourstoryfirst .SliderJoureny img {
    height: 200px !important;

  }

  .Quiz .cardofslider {
    background: url(/img/weddingimage4.jpg);
    width: 60% !important;
    background-size: cover;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-position: center;
  }

  .Quiz .slick-slide .innerdivGroomSquad {
    position: relative;
    transition: all 1s;
    right: 35% !important;
    transform: scale(0.8);
  }

  .Quiz .slick-active .innerdivGroomSquad {
    position: relative;
    right: 0px !important;
    transform: scale(1.0);
  }


}



@keyframes vertical-shaking {
  0% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

.vertical-shake {
  animation: vertical-shaking 0.8s;
}


.Quiz {
  .crossFade__image {
    position: absolute !important;
    min-width: 120% !important;
    height: 100%;
    top: 0;
    object-fit: cover !important;
    transition: all 1.6s;
    transform: translateX(-5%);
  }

  .crossFade__image--active {
    transform: translateX(0%);
    opacity: 1;
  }
}

.progress, .progress-stacked {

  border-radius: 0px !important;
}

.progress-bar {
  height: 3px;
  background-color: #efecf052 !important;
  margin: 2px;
  position: relative;
}

.progress {
  height: 100%;
  background-color: #ffffff !important;
  width: 0%;
  transition: width 0.5s ease;
}


.bounce2 {
  animation: bounce2 1s ease infinite;
}

@keyframes bounce2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.grrominmobile::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.788) 0%, rgba(0, 0, 0, 0.568) 20%, rgba(39, 36, 36, 0.288) 30%, rgba(0, 0, 0, 0) 60%);
  filter: blur(0.5px);
  z-index: -1 !important;
}

  .route-container {
    position: absolute !important;
    width: 100% !important;
    top: 0 !important;
    overflow: hidden !important;
    min-height: 100svh !important;
  }

  /* .navigate-enter {
    transform: translateX(40%) ;
    opacity: 0;
    min-height: 100svh !important;


  }


  .navigate-enter-active {
    transform: translateX(0%) !important;
    opacity: 1 ;
    min-height: 100svh !important;
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out ;
  }


  .navigate-exit-active {
    transform: translateX(50%);
    opacity: 0;
    min-height: 100svh !important;
    transition: transform 400ms ease-in-out, opacity 300ms ease-in-out;

  }
  .navigate-exit {
    transform: translateX(70%);
    opacity: 0;
    min-height: 100svh !important;
    transition: transform 400ms ease-in-out, opacity 300ms ease-in-out;
  } */


.py-3 {
  padding-bottom: .75rem !important;
  padding-top: .75rem !important;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.groompage{
 
}
.add-perspective{
  perspective: 700px;
}
.groompage .slick-next:before  {
  perspective: 700px;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  display: none !important;
}

.groompage .slick-prev:before  {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  display: none !important;

  color: #fff;
}

.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 1 !important;
  color: #fff;
}

 .slick-prev.slick-disabled:before {
  opacity: 1  !important;
}




/* Add this CSS to your stylesheet or use inline styles */
.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.fade-in.show {
  opacity: 1;
}


.joureney .slick-track{
  display: flex ;
  align-items: center ;
}


.bdradius{
  display: flex;
  align-items: center;
  border-radius: 50% !important;
  padding: 0px !important;
}


/* Default styles (for screens larger than 1800px or unspecified breakpoints) */
.ourstorytwo .slick-next {
  opacity: 0.75;
  height: 100% !important;
  width: 23.4% !important;
  right: 0% !important;
  position: absolute !important;
}

.ourstorytwo .slick-prev {
  opacity: 0.75;
  width: 23.5% !important;
  z-index: 99999999 !important;
  left: 0% !important;
  position: absolute !important;
  height: 100% !important;
  max-width: 100% !important;
}

/* For screens smaller than or equal to 1200px */
@media screen and (max-width: 1200px) {
  .ourstorytwo .slick-next {
    opacity: 0.75;
    height: 100% !important;
    width: 20% !important;
    right: 0% !important;
    position: absolute !important;
  }

  .ourstorytwo .slick-prev {
    opacity: 0.75;
    width: 20% !important;
    z-index: 99999999 !important;
    left: 0% !important;
    position: absolute !important;
    height: 100% !important;
    max-width: 100% !important;
  }

  .textfixed {
    width: 20% !important;
    position: fixed !important;
      right: 0%;
      top: 0%;
      z-index: 99999999 !important;
      height: 100%;
  }
}

/* For screens smaller than or equal to 1400px but larger than 1200px */
@media screen and (min-width: 700px) and (max-width: 1100px) { 
  .buttonintab{
    bottom: 15% !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1300px) {
  .ourstorytwo .slick-next {
    opacity: 0.75;
    height: 100% !important;
    width: 23% !important;
    right: 0% !important;
    position: absolute !important;
  }

  .ourstorytwo .slick-prev {
    opacity: 0.75;
    width: 23% !important;
    z-index: 99999999 !important;
    left: 0% !important;
    position: absolute !important;
    height: 100% !important;
    max-width: 100% !important;
  }

  
  .textfixed {
    width: 23% !important;
    position: fixed !important;
      right: 0%;
      top: 0%;
      z-index: 99999999 !important;
      height: 100%;
  }
}
/* For screens smaller than or equal to 1400px but larger than 1200px */
@media screen and (min-width: 1301px) and (max-width: 1350px) {
  .ourstorytwo .slick-next {
    opacity: 0.75;
    height: 100% !important;
    width: 24% !important;
    right: 0% !important;
    position: absolute !important;
  }

  .ourstorytwo .slick-prev {
    opacity: 0.75;
    width: 24% !important;
    z-index: 99999999 !important;
    left: 0% !important;
    position: absolute !important;
    height: 100% !important;
    max-width: 100% !important;
  }

  
  .textfixed {
    width: 24% !important;
    position: fixed !important;
      right: 0%;
      top: 0%;
      z-index: 99999999 !important;
      height: 100%;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1400px) {
  .ourstorytwo .slick-next {
    opacity: 0.75;
    height: 100% !important;
    width: 25% !important;
    right: 0% !important;
    position: absolute !important;
  }

  .ourstorytwo .slick-prev {
    opacity: 0.75;
    width: 25% !important;
    z-index: 99999999 !important;
    left: 0% !important;
    position: absolute !important;
    height: 100% !important;
    max-width: 100% !important;
  }

  
  .textfixed {
    width: 25% !important;
    position: fixed !important;
      right: 0%;
      top: 0%;
      z-index: 99999999 !important;
      height: 100%;
  }
}

/* For screens smaller than or equal to 1500px but larger than 1400px */
@media screen and (min-width: 1401px) and (max-width: 1500px) {
  .ourstorytwo .slick-next {
    opacity: 0.75;
    height: 100% !important;
    width: 26.8% !important;
    right: 0% !important;
    position: absolute !important;
  }

  .ourstorytwo .slick-prev {
    opacity: 0.75;
    width: 26.8% !important;
    z-index: 99999999 !important;
    left: 0% !important;
    position: absolute !important;
    height: 100% !important;
    max-width: 100% !important;
  }

  
  .textfixed {
    width: 26.8% !important;
    position: fixed !important;
      right: 0%;
      top: 0%;
      z-index: 99999999 !important;
      height: 100%;
  }
}

/* For screens smaller than or equal to 1550px but larger than 1500px */
@media screen and (min-width: 1501px) and (max-width: 1550px) {
  .ourstorytwo .slick-next {
    opacity: 0.75;
    height: 100% !important;
    width: 26.8% !important;
    right: 0% !important;
    position: absolute !important;
  }

  .ourstorytwo .slick-prev {
    opacity: 0.75;
    width: 26.8% !important;
    z-index: 99999999 !important;
    left: 0% !important;
    position: absolute !important;
    height: 100% !important;
    max-width: 100% !important;
  }

  
  .textfixed {
    width: 26.8% !important;
    position: fixed !important;
      right: 0%;
      top: 0%;
      z-index: 99999999 !important;
      height: 100%;
  }
}

/* For screens between 1601px and 1700px */
@media screen and (min-width: 1601px) and (max-width: 1700px) {
  .ourstorytwo .slick-next {
    opacity: 0.75;
    height: 100% !important;
    width: 19.6% !important;
    right: 0 !important;
    position: absolute !important;
  }

  .ourstorytwo .slick-prev {
    opacity: 0.75;
    width: 19.6% !important;
    z-index: 99999999 !important;
    left: 0 !important;
    position: absolute !important;
    height: 100% !important;
    max-width: 100% !important;
  }

  
  .textfixed {
    width: 19.6% !important;
    position: fixed !important;
      right: 0%;
      top: 0%;
      z-index: 99999999 !important;
      height: 100%;
  }
}

/* For screens between 1701px and 1800px */
@media screen and (min-width: 1701px) and (max-width: 1800px) {
  .ourstorytwo .slick-next {
    opacity: 0.75;
    height: 100% !important;
    width: 20.9% !important;
    right: 0 !important;
    position: absolute !important;
  }

  .ourstorytwo .slick-prev {
    opacity: 0.75;
    width: 20.9% !important;
    z-index: 99999999 !important;
    left: 0 !important;
    position: absolute !important;
    height: 100% !important;
    max-width: 100% !important;
  }

  
  .textfixed {
    width: 20.9% !important;
    position: fixed !important;
      right: 0%;
      top: 0%;
      z-index: 99999999 !important;
      height: 100%;
  }
}
