*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,
body
{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}
.navbar
{
    background-color: #fff !important;
    margin-top: 1.2rem;
    border-radius: 20px;
    width: 70%;
}
.nav-link
{
    font-weight: 500;
    transition: all ease 0.5s;
}
.nav-link:hover
{
    color: #671642;
}
.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff45ab;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    //transition: width .3s;
}
.hero-wrapper
{
    display: flex;
    justify-content: center;
    min-height: 50vh;
    background-image: url('../images/glossion-hero-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 12rem;
    padding-bottom: 4rem;
    margin-top: -5rem;
}
.booking-bar
{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: .5rem;
    border-radius: 20px;
    margin-top: 3rem;
    gap: 1rem;
    flex-wrap: wrap;
}
.form-select
{
    padding: .7rem 1rem;
    border: none;
    border-radius: 15px;
    background-color: #fff4fa;
    outline: none;
    
}


.gradient-text
{
    background: #FF0090;
background: linear-gradient(to left, #FF0090 0%, #800048 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}
.text-heading
{
    font-weight: 600;
}
.box-visit
{
    display: flex;
    background-color: #ffe6f4;
    border-radius: 20px;
    min-height: 17vh;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 1rem;
}
.box-visit::after
{
    content: '8/10';
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #ff43b4;
  border-radius: 25px;
  padding: .15rem;
  width: 3.5rem;
  justify-content: center;
  display: flex;
  position: absolute;
  margin-top: -10px; 
  margin-left: -15px; 
}
.sec-left
{
    width: 270px;
    padding: .5rem;
}
.sec-left img
{
    object-fit: cover;
    border-radius: 15px;
}
.sec-right
{
    padding-right: 2rem;
    margin-top: 1rem;
    margin-left: 1rem;
}


/* slider */
.logos-slider {
    display: inline;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0,
      #000 15%,
      #000 85%,
      rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0,
      #000 15%,
      #000 85%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    animation: slide 25s linear infinite;
  }
  .logos-slider-container p
  {
    background-color: #ffffff;
    padding: .8rem;
    border-radius: 15px;
    border: 1px solid #ff81c6;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  
  @keyframes slide {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-100%, 0, 0);
    }
  }
  .slider-wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 1.1rem;
    margin-bottom: 2.5rem;
  }
.box-rounded-acc
{
    background-color: #ffffff;
    padding: 1rem;
    border: 1px solid #ff81c6;
    border-radius: 20px;
}





.organize-wrapper
{
    background-color: #f5f5ff;
}
.card-organize
{
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 3rem;
    box-shadow: none !important;
}
.card-organize::after
{
    content: 'View';
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 550;
    color: #ffffff;
    background-color: #ff4986;
    border-radius: 50px;
    padding: 1.8rem;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    display: flex;
    position: absolute;
    align-items: center;
    margin-top: 245px; 
    margin-left: -10px; 
    border: 7px solid #f5f5ff;
}
.card-organize img
{
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.card-body
{
    -webkit-border-radius: 25px;
-webkit-border-bottom-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius: 25px;
-moz-border-radius-bottomright: 40px;
-moz-border-radius-bottomleft: 40px;
border-radius: 25px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
background-color: #ffff;
position: relative;
bottom: 2rem;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}



.discount-wrapper
{
    background-image: url('../images/bg-discount.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 17vh;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 1rem;

}
.text-discount-left
{
    color: #800048;
    font-weight: 600;
}
.btn-discount
{
    background-color: #ffff;
    color: #800048;
    width: 15rem;
    height: 4rem;
}

.box-right-contact
{
    background-color: #ffff;
    padding: 1rem;
    border-radius: 20px;
    border: 1px solid #ff81c6;
}

.contact-wrapper
{
    padding-top: 7rem;
    text-align: center;
    background-color: #eeeeee;
}
.box-contact-detail
{
    background-color: #ffffff;
    display: inline-block;
    padding: 1rem;
    border: 1px solid #ff81c6;
    border-radius: 20px;
    min-width: 12vw;
}
.form-control
{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    color: #e70083;
}
.form-floating label
{
    color: #800048;
}
.icons-side-right-nav li
{
    list-style: none;
    color: #800048;
}











.wrapper {
    max-width: 1100px;
    width: 100%;
    position: relative;
    margin: auto;
    margin-top: 2rem;
}

.wrapper i {
    height: 50px;
    width: 50px;
    background: rgb(233, 118, 181);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 1.25rem;
    transform: translateY(-50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);

}

.wrapper i:first-child {
    left: -22px;

}

.wrapper i:last-child {
    right: -22px;

}

.wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 6) - 12px);
    gap: 11px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: 0;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel :where(.card, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.no-transition {
    scroll-behavior: none;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .card {
    scroll-snap-align: start;
    list-style: none;
    background: #fff;
    border-radius: 20px;
    display: flex;
    border: none;
    cursor: pointer;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card .img {

}

.card .img img {
    object-fit: cover;
    border-radius: 50%;
}

.card h6 {
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .wrapper .carousel {
        grid-auto-columns: calc((100% / 4) - 9px);

    }
}

@media screen and (max-width: 600px) {
    .wrapper .carousel {
        grid-auto-columns: 100%;

    }
}



.date-hero
{
    padding: .7rem 1rem;
    border: none;
    border-radius: 15px;
    background-color: #fff4fa;
    outline: none;
    width: 100%;
}







button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font-family: inherit;
    font-size: 15px;
   }
   
   button.learn-more {
    font-weight: 600;
    color: #382b22;
    text-transform: uppercase;
    padding: 1.25em 2em;
    background: #fff0f0;
    border: 2px solid #b18597;
    border-radius: 0.75em;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1);
   }
   
   button.learn-more::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f9c4d2;
    border-radius: inherit;
    -webkit-box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
    box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2;
    -webkit-transform: translate3d(0, 0.75em, -1em);
    transform: translate3d(0, 0.75em, -1em);
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 150ms cubic-bezier(0, 0, 0.58, 1), -webkit-box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
   }
   
   button.learn-more:hover {
    background: #ffe9e9;
    -webkit-transform: translate(0, 0.25em);
    transform: translate(0, 0.25em);
   }
   
   button.learn-more:hover::before {
    -webkit-box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
    box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
    -webkit-transform: translate3d(0, 0.5em, -1em);
    transform: translate3d(0, 0.5em, -1em);
   }
   
   button.learn-more:active {
    background: #ffe9e9;
    -webkit-transform: translate(0em, 0.75em);
    transform: translate(0em, 0.75em);
   }
   
   button.learn-more:active::before {
    -webkit-box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
    box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
    -webkit-transform: translate3d(0, 0, -1em);
    transform: translate3d(0, 0, -1em);
   }