/* hero-section */
section.fw__hero--wrap {
    z-index: 1;
    height: 100vh;
    top: 0;
    transform: scaleX(100%);
}
.fw__hero--text {
    color: var(--secondary-color);
    text-align: center;
    margin: 2.5rem 0 0;
    position: absolute;
    bottom: 2.813rem;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
}
/* .pin-spacer,
.fw__hero-banner{
    padding: 0 !important;
} */
.fw__hero-section{
    background-color: var(--secondary-color);
  }
  .fw__wts-section-tigger{
    position: relative;
  
  }
  
  .fw__cat__sec{
    position: sticky;
    top: 0;
  }
  
.fw__hero-banner img {
    width: 100%;
    height: 100%;
}

.fw__hero-section {
    padding-bottom: 0 !important;
    background-color: #262626;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.fw__name--slid{
    padding: 0.688rem 0;
    background-color: var(--body-bg-white);
}
.fw__name--slid h2{
    font-family: var(--secondary-font);
    margin: 0;
    width: auto;
    display: inline-block;
    line-height: 0.5; 
    color: var(--secondary-color);
}

.fw__name--slid .swiper-slide{
    width: auto;
}
.fw__name--slid .swiper-wrapper{
    transition-timing-function: linear;
}
/* catagory section css*/

.fw__cat__sec {
    background-color: #262626;
}


.fw__cat__item--text h2{
    color: var(--primary-color);
}
.fw__cat__item--text .fw__btn{
    background-color: var(--primary-color);
}
.fw__cat__item--text .fw__btn:hover{
    color: var(--highlight-text);
    border-color: var(--trietory-color);
}
.fw__cat__item:first-child .fw__cat__item--text .fw__btn:hover{
    color: var(--highlight-text);
    border-color: var(--pink-color);
}
.fw__cat__item--text .fw__btn::before {
    width: 0;
}
.fw__cat__item--text .fw__btn:hover::before {
    width: 100%;
    background-color: var(--trietory-color);
}
.fw__cat__item:first-child .fw__cat__item--text .fw__btn:hover::before {
    width: 100%;
    background-color: var(--pink-color);
}
.fw__cat__item--wrap {
    position: relative;
}
.fw__cat__item--img {
    position: relative;
    padding-top: 60%;
}

.fw__cat__item--wrap .fw__cat--img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%) scale(0.95);
    transition: all 0.5s;
}


.fw__cat__item--wrap .fw__cat__item--text {
    position: absolute;
    bottom: 5.375rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}

.fw__cat__item {
    max-width: calc(100% / 2 - 1.563rem);
    flex: 0 0 calc(100% / 2 - 1.563rem);
    padding: 1.438rem 1.688rem;
    position: relative;
    transition: all 0.5s;
}

.fw__cat__item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 5.313rem);
    height: calc(100% - 5.313rem);
    border: 1px solid #D5E895;
    opacity: 0;
    transition: all 0.2s;
}
.fw__cat__item:first-child::before {
    border: 1px solid #FFB1FF;
}

.fw__cat__item:hover .fw__cat__item--wrap .fw__cat--img {
    /* transition: all 0.1s; */
    transform: translate(-50%, -50%) scale(1);
}

.fw__cat__item:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.fw__cat__sec .fw__cat--wrap.flex {
    padding-bottom: 6.5rem;
    justify-content: space-between;
}

/* whats-on-section Strat CSS*/

.fw__whatson__sec {
    background: var(--primary-color);
    position: relative;
}

.fw__horizantal__card__main {
    padding: 2.75rem 0 2.875rem;
}


/* vertical blog css */

.fw__vertical__card--image {
    padding-top: 50%;
    transform: scale(1);
    transition: all 0.5s;
    min-height: 12.125rem;
}

.fw__vertical__card--image:hover {
    transform: scale(1.07);
    transition: all 0.5s;
}
.fw__whatson__sec .full__container-fluid {
    padding-left: 8.75rem;
    overflow: hidden;
}
.fw__vertical__card--content {
    padding-top: 1.313rem;
    color:#262626;
}
.fw__vertical__card--content p {
    padding-right: 1.563rem;
}

.fw__whtson--swiper {
    /* padding-left: 2.375rem; */
    display: flex;
}
.cat__mobile__title {
    max-width: 21.25rem;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
}
.fw__cat--wrap--mobileview .fw__cat__item {
max-width: unset;
flex: none;
padding: 0;
}
.fw__cat--wrap--mobileview .fw__cat__item::before {
display: none;
}
.fw__cat--wrap--mobileview .fw__cat__item--wrap .fw__cat--img {
transform: translate(-50%, -50%) scale(1);
transition: all 0.5s;
}
.fw__insta--post{
    padding-top: 0;
}
footer {
    z-index: 9;
    background-color: #fff;
}
@media (min-width: 991px) {
    .fw__cat--wrap--mobileview,
    .cat__mobile__title{
        display: none;
    }
}
@media (max-width: 1200px) {
    .fw__whatson__sec .full__container-fluid {
        padding-left: 2.5rem;
    }
    
    .fw__hero--text {
        font-size: 18px;
    }
}
@media (min-width: 991px) and (max-width: 1200px){
    .fw__cat__item {
        max-width: calc(100% / 2 - 0rem);
        flex: 0 0 calc(100% / 2 - 0rem);
    }
    .fw__cat__item--text h2 {
        font-size: 1.875rem;
    }
}
@media (max-width: 991px) {
    .fw__cat__content h5 {
        font-size: 1.125rem;
    }
    .fw__cat__sec {
        padding-bottom: 6.688rem;
    }
    .fw__whatson--shape {
        width: 7.063rem;
        top: -3.3rem;
    }
    .fw__cat--wrap--desktopview{
        display: none;
    }
    .fw__cat__item--img {
        padding-top: 43.1%;
        min-height: 19.25rem;
    }
    .fw__cat__item--text h2 {
        font-size: 1.875rem;
    }
    .fw__cat--wrap--mobileview .fw__cat__item.swiper-slide {
        transform: scale(0.7);
    }
    .fw__cat--wrap--mobileview .fw__cat__item.swiper-slide.swiper-slide-active{
        transform: scale(1);
    }
    /*.fw__hero-banner {*/
    /*    position: relative;*/
    /*    min-height: 296px;*/
    /*}*/
    .fw__hero-banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        z-index: 1;
    }
    
    .fw__hero--text {
        font-size: 16px;
    }
    
    .fw__cat__sec {
        top: -110px;
    }
    .fw__vertical__card--content p {
        padding-right: 0;
    }
    footer {
        margin-top: 0;
        padding-top: 9.75rem;
        position: relative;
    }
    .fw__footer--design {
        top: unset;
        bottom: calc(100% - 10rem);
    }
    
}
@media (max-width: 768px) {
 .fw__cat__sec {
        position: static;
    }
    .fw__hero--text {
        font-size: 13px;
        bottom: 1.813rem;
        display:none;
    }
    
}
@media (max-width: 429px) {
.fw__whatson__sec .full__container-fluid {
    padding-left: 1.25rem;
}
}


.fw__m__text {
  color: #000;
  width: 100%;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  /*-webkit-text-stroke: 2px #262626;*/
}
.fw__m__text .fw__m__line {
  animation: infiniteText 50s linear infinite;
  animation-delay: -50s;
}
.fw__m__text .fw__m__line:nth-of-type(2) {
  animation: infiniteText2 50s linear infinite;
  animation-delay: -25s;
}
.fw__m__text .fw__m__line span {
    display: inline-block;
    font-family: var(--secondary-font);
    width: auto;
    display: inline-block;
    line-height: 0.5;
    letter-spacing: 0;
    color: var(--secondary-color);
    margin: 0px;
    padding:5px 40px;
}
.fw__m__text:hover .fw__m__line {
  animation-play-state: paused;
}

@keyframes infiniteText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infiniteText2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@media (max-width: 767px) {
    .fw__hero-section {
        z-index: 0;
    }
}

