@font-face { font-family: Breathing; src: url('../fonts/breathing-regular.ttf'); } 
@font-face { font-family: Poppins; src: url('../fonts/Poppins.ttf'); } 
html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
    overflow-x: hidden;
    font-size: 20px;
    color: #636363;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}

.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.fw-700{
    font-weight: 700;
}

.fw-poppins-400{
    font-family: "Poppins", serif;
    font-weight: 400;
}

.fw-poppins-500{
    font-family: "Poppins", serif;
    font-weight: 500;
}

.z-1{
    position: relative;
    z-index: 1;
}


/*Header*/
.header {
    background: #ffffff 0% 0% no-repeat padding-box;
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: sticky;
    top: 0px;
    left: 0px;
    padding: 25px 0px;
    border-bottom: 1px solid #6363631a;
}
.sticky-bar {
    background: #ffffff;
}
.bg-trasnparent{
    background-color: transparent;
}
.navbar-nav .nav-item{
    padding: 0px 15px;
}
.navbar-nav .nav-item:first-child{
    padding-left: 0px;
}
.navbar-nav .nav-item:last-child{
    padding-right: 0px;
}
.nav-link{
    font-family: "Poppins", serif;
    display: block;
    transition: all 0.2s ease-in-out;
    color: #121212;
    font-size: 20px;
    font-weight: 700;
    padding: 0px !important;
}
.nav-item .nav-link:hover, .nav-item .nav-link.active{
    color: #FC666A;
}
.navbar-nav .nav-item:last-child .nav-link:hover{
    color: #121212;
    cursor: pointer;
}
.social{
    display: flex;
    align-items: center;
    gap: 34px;
}
.social-box{
    display: flex;
    align-items: center;
    gap: 8px;
}
.social-icon{
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FC666A;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}
.social-icon:hover{
    background-color: #73C3EF;
}

#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}          
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

/* close */
.navbar-toggler{
    padding: 0px;
    background-color: #FC666A;
    border: 0px;
}
.menu_toggle {
    width: 42px !important;
    height: 42px;
    padding: 5px 10px 5px;
    display: inline-flex
;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2sease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
}
.menu_toggle span {
    height: 3px;
    width: 100%;
    background: #dfdfdf;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 2px 0px;
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg) translateY(5px) translateX(5px);
}

#check1:checked~.menu_toggle span:nth-child(2) {
    width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg) translateY(-5px) translateX(5px);
}
#check1{
    display: none;
}

/*Hero Sec*/
.hero{
    position: relative;
}
.shape01{
    position: absolute;
    top: 150px;
    right: 0px;
    z-index: 0;
}
.sec-pad{
    padding: 150px 0px;
}
.hero .small-title{
    color: #73C3EF;
    font-size: 24px;
    letter-spacing: 2.4px;
}
.hero-title{
    color: #F87F7E;
    font-family: Breathing;
    font-size: 80px;
    font-weight: 400;
    line-height: 140px; /* 175% */
}
.hero-text{
    position: relative;
    padding-left: 60px;
}
/* 
.hero-text::before{
    content: '';
    width: 40px;
    border: 1px solid #636363;
    position: absolute;
    top: 17px;
    left: 0px;
}
*/

.hero-text p{
    color: #636363;
    font-size: 24px;
    line-height: 34px; /* 141.667% */
}

.btn-outline {
    background-color: #00000000;
    border-radius: 5px;
    padding: 15px 40px;
    transform: skew(-21deg);
    transition: all 0.2s ease-in-out;
    position: relative;
    border: 2px solid #FC666A;
    color: #FC666A;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 10px;
}

.btn.btn-outline:hover {
    cursor: pointer;
    transform: skew(-21deg) scale(1.1);
    color: #ffffff;
    background-color: #FC666A;
}

.btn-outline span {
    display: inline-block;
    transform: skew(21deg);
}

.title{
    color: #FC666A;
    font-family: Breathing;
    font-size: 60px;
    font-weight: 400;
    line-height: 120px;
}

.sub-title{
    color: #636363;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px; /* 133.333% */
}

/*previous Book*/
.previous-book{
    margin-top: -165px;
}
.swiper {
  width: 100%;
  padding-bottom: 80px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #6363631a !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fc666a !important;
}

.swiper-pagination {
  bottom: 0px !important;
}

.swiper-slide {
  width: 330px;
/*  height: 450px;*/
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

@media screen and (min-width: 48rem) {
    main {
        display: flex;
        align-items: center;
    }
}
@media screen and (min-width: 93.75rem) {
    .swiper {
        width: 70%;
    }
}

/*Buy Cloths Online*/
.buy-cloths{
    position: relative;
}
.buy-cloths .shape02 {
    position: absolute;
    top: 0px;
    right: 476px;
    z-index: -1;
    height: 100%;
}
.buy-cloths .shape03 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    height: 100%;
}
.buy-cloths::before{
    content: '';
    width: 75%;
    height: 100%;
    background: #fff1f2b3;
    backdrop-filter: blur(200px);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.buy-cloths .small-title{
    color: #636363;
    font-weight: 600;
    line-height: 22px; /* 110% */
    letter-spacing: 2px;
}
.cloth-box{
    background: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 30px 20px 20px;
}
.pink-box{
    width: fit-content;
    height: 30px;
    background: #FC666A80;
    position: relative;
    padding: 0px 10px;
}
.pink-box.mb-20 {
    margin-bottom: 20px !important;
}
.pink-box-text{
    color: #121212;
    font-weight: 700;
}
.cloth-title{
    color: #121212;
    font-size: 30px;
    font-weight: 500;
    line-height: 32px; /* 106.667% */
}

/*Upcoming Events*/
.upcoming-events{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.box002{
    border: 1px solid #6363631a;
    width: 100%;
}
.cover-img{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 230px;
}
.event-data{
    padding: 0px 30px 30px;
    margin-top: -25px;
}
.event-date{
    background-color: #FC666A;
    padding: 10px 14px;
    width: fit-content;
    color: #FFF;
    letter-spacing: 0.4px;
}
.event-title{
    color: #121212;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.event-text{
    color: #636363cc;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    min-height: 55px;
}
/*#upcoming-events .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-40%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

#upcoming-events .owl-carousel .owl-nav button {
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    pointer-events: all;
    border-radius: 0px !important;
    border: 1px solid #6363634d;
    background-color: #fff;
    width: 40px;
    height: 40px;
    transition: all 0.2s ease-in-out;
}
#upcoming-events .owl-prev img, #upcoming-events .owl-next img{
    margin-top: -5px;
}

#upcoming-events .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
}

#upcoming-events .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -70px;
}

#upcoming-events .owl-carousel .owl-nav button:hover {
    background-color: #f3f3f3;
}*/

/*Our Team Members*/
.member-profile-box{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 328px 14px 14px;
}
.member-detail-box{
    background-color: #fff;
    padding: 22px 25px;
}
.cust-width{
    max-width: 86%;
}

.bg-gradiant{
    background: #fff1f2b3;
    backdrop-filter: blur(200px);
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.shape02{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: 100%;
}
.shape03{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
}
.bg-gradiant .social-media{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.bg-gradiant .social-media .socials{
    width: 60px;
    height: 60px;
    background-color: #FC666A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.bg-gradiant .social-media .socials:hover{
    /*background-color: #e75f62;*/
    margin-bottom: 15px;
}

/*FAQ*/
.accordion-item {
    padding: 10px;
    border-radius: 10px !important;
    margin-bottom: 10px;
    border: 1px solid rgba(99, 99, 99, 0.10) !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.accordion-button{
    color: #121212;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px; /* 109.091% */
    transition: all 0.2s ease-in-out;
}
.accordion-body{
    background-color: #ffeff0;
    border-radius: 0px 0px 5px 5px;
    font-size: 18px;
    line-height: 20px; /* 111.111% */
    padding-right: 70px;
}
.accordion-button::after {
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    background-image: url(../img/icon/faq-down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 25px;
        top: 20px;
}
.accordion-button:not(.collapsed) {
    background-color: #fc666a1a;
    color: #121212;
    box-shadow: none;
    border-radius: 5px 5px 0px 0px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #d5baa1;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/icon/faq-up-arrow.svg);
    transform: rotate(0deg);
}

/*Customer Comments*/
.box001{
    border: 1px dashed rgba(99, 99, 99, 0.50);
    background: #FFF;
    padding: 30px 60px;
    text-align: left;
}
#testimonial .owl-carousel .owl-stage {
    align-items: center;
    display: flex;
}
#testimonial .owl-carousel .owl-item{
    opacity: 0.5;
}
#testimonial .owl-carousel .owl-item.active.center{
    opacity: 1;
}
#testimonial .owl-carousel .owl-item .cust-pad{
    padding-bottom: 12px;
}
#testimonial .owl-carousel .owl-item.active.center .cust-pad{
    padding-bottom: 32px;
}
.customer-profile{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-box{
    display: flex;
    align-items: center;
    gap: 20px;
}
.profile-img{
    min-width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    /*border: 3px solid #FFF;*/
}
.icon-color{
    color: #F1BE30;
}
#testimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}
#testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FC666A;
}
#testimonial .owl-theme .owl-dots .owl-dot span {
    background: #6363631a;
}
/*.owl-carousel .owl-item{
    width: 680px !important;
}*/
/*.owl-carousel .owl-item.active.center .box001{
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.10);
}*/

/*Footer*/
.footer{
    background-color: #FC666A;
    padding: 25px;
}
.p-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-footer p{
    color: #fff;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 40px;
}
.f-ul a{
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.f-ul a:hover{
    color: #FC666A;
}


.sec-pad.cust-pad{
    padding-bottom: 60px;
}

.text-pink{
    color: #FC666A;
}

.ft-16{
    font-size: 16px;
}

.ft-14{
    font-size: 14px;
}

.mb-80{
    margin-bottom: 80px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}