/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap'); */
@font-face {
    font-family: 'JosefinSans-Bold';
    src: url(../fonts/JosefinSans-Bold.ttf);
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: 'JosefinSans-Bold';
    /* font-family: "Josefin Sans", sans-serif; */
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li,
ul {
    margin: 0;
    padding: 0;
}
 h1{
    font-family: 'JosefinSans-Bold';
 }

:root {
    --brand: #fff;
    --subclr: #fff;
    --cl1: #444;
    --ff1: 'Poppins', sans-serif;
    --ff2: 'Great Vibes', cursive;
}

.common_head h4 {
   color: #7b2598;
    font-size: 30px;
    font-weight: 600;
    font-family: 'JosefinSans-Bold';
}

.common_head p {
    margin: 0 auto;
    color: var(--cl1);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--ff1);
    padding-top: 15px;
}

.common_head img {
    width: 270px;
}

p{
    font-family: 'JosefinSans-Regular';
    /* text-align: justify; */
}
h2{
    color: #7b2f8d;
    font-family: 'JosefinSans-Bold';
}
/* common css end */


/* ========================================
                menu part start
   ========================================*/
.main_menu {
    position: absolute;
    left: 0;
    /* top: 0; */
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}

.main_menu ul li a {
    color: var(--subclr);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--ff1);
    margin: 0 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.main_menu ul li a:hover {
    color: var(--brand);
}

.main_menu .nav-link:focus,
.nav-link:hover {
    color: var(--brand);
}




.main_menu1 {
    position: static !important;
    left: 0;
    /* top: 0; */
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
}

.main_menu1 ul li a {
    color: var(--subclr);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--ff1);
    margin: 0 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.main_menu1 ul li a:hover {
    color: var(--brand);
}

.main_menu1 .nav-link:focus,
.nav-link:hover {
    color: var(--brand);
}

.menu_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

/* ========================================
                menu part end
   ========================================*/


/* ========================================
                banner part start
   ========================================*/
.banner_item {
    height: 100vh;
    padding: 200px 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner_item::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.6);*/
    z-index: -1;
}

.banner_text h1 {
    color: var(--subclr);
    font-size: 90px;
    font-weight: 400;
    /* font-family: var(--ff2); */
    font-family: 'JosefinSans-Regular';
    letter-spacing: 2px;
}

.banner_text h4 {
    color: var(--subclr);
    font-size: 25px;
    font-weight: 400;
    /* font-family: var(--ff1); */
    font-family: 'JosefinSans-Regular';
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    padding-top: 40px;
    position: relative;
}

.banner_text h4::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 23px;
    width: 500px;
    height: 1px;
    background: var(--subclr);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.banner_text h4::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -23px;
    width: 500px;
    height: 1px;
    background: var(--subclr);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.btm_circles {
    position: absolute;
    height: 300px;
    width: 300px;
    bottom: -178px;
    left: 50%;
    background: var(--brand);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.btm_circles h5 {
    color: var(--subclr);
    font-size: 30px;
    font-weight: 400;
    font-family: var(--ff2);
    margin: 40px 0 0.2em;
}

.btm_circles p {
    color: var(--subclr);
    font-size: 20px;
    font-weight: 400;
    font-family: var(--ff1);
}

#banner .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#banner .slick-dots li button {
    font-size: 0;
    height: 25px;
    width: 10px;
    border: 1px solid #ffffff;
    background: transparent;
    margin: 0 8px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

#banner .slick-dots li.slick-active button {
    background: var(--brand);
    border-color: var(--brand);
}

/* ========================================
                banner part end
   ========================================*/


/* ========================================
                couple part start
   ========================================*/
#couple {
    padding: 80px 0;
}

.couple_detlse {
    margin-top: 40px;
}

.couple_img {
    width: 50%;
    overflow: hidden;
    border: 1px solid #c3c3c3;
    border-radius: 30px;
}

.couple_img img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.couple_img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.couple_text {
    width: 50%;
}

.couple_inner {
    background: #f7faf9;
}

.couple_text {
    padding: 50px 30px;
}

.couple_text h4 {
    /* color: var(--brand); */
    color: #7b2598;
    font-size: 30px;
    font-weight: 600;
    font-family: 'JosefinSans-Regular';
    text-transform: uppercase;
}

.couple_text p {
    color: var(--cl1);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--ff1);
    line-height: 24px;
    padding-top: 10px;
}

.couple_text h5 {
    color: var(--brand);
    font-size: 30px;
    font-family: var(--ff2);
    padding: 10px 0 20px;
}

#couple .icon a {
    color: var(--cl1);
    font-size: 18px;
    margin: 0 5px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid var(--cl1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

#couple .icon a:hover {
    background-color: var(--brand);
    color: var(--subclr);
    border-color: var(--brand);
}

.copule_modi {
    text-align: right;
}

/* ========================================
                couple part end
   ========================================*/


/* ========================================
            event_date part start
   ========================================*/
#event_date {
    padding: 150px 0;
    margin: 80px 0;
    position: relative;
    z-index: 1;
}

#event_date::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.event_banner_text h4 {
    color: var(--brand);
    font-size: 70px;
    font-weight: 700;
    font-family: var(--ff2);
}

.event_banner_text h5 {
    color: var(--subclr);
    font-size: 50px;
    font-weight: 400;
    font-family: var(--ff2);
}

.event_banner_text p {
    width: 800px;
    margin: 0 auto;
    color: var(--subclr);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--ff1);
    padding-top: 25px;
}

#count_downmh,
#count_downm,
#count_downs {
    text-align: center;
    color: var(--subclr);
    font-size: 40px;
    font-weight: 400;
    font-family: var(--ff1);
    margin: 0 20px;
    text-transform: uppercase;
    padding-top: 25px;
}

/* ========================================
            event_date part end
   ========================================*/


/* ========================================
                story part start
   ========================================*/
#story {
    padding: 80px 0;
}

.story_main {
    padding-top: 40px;
}

#story .carousel-inner img {
    height: 395px;
}

.story_inner {
    position: relative;
    overflow: hidden;
}

.story_inner img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.story_inner:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.story_inner .overly1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.story_inner:hover .overly1 {
    visibility: visible;
    opacity: 1;
}

.story_inner .overly {
    position: absolute;
    padding: 30px 40px 40px 30px;
    left: 50%;
    top: 200px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.657);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.story_inner:hover .overly {
    top: 45%;
    background: transparent;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.story_icon p {
    color: var(--subclr);
    text-transform: capitalize;
    font-size: 16px;
}

.story_icon p i {
    padding-right: 10px;
    color: var(--brand);
}

.story_head h4 {
    color: var(--subclr);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--ff1);
    padding-top: 15px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    display: block;
}

.story_head h4:hover {
    color: var(--brand);
}

.story_btn {
    color: var(--brand);
    font-size: 18px;
    font-weight: 400;
    font-family: var(--ff2);
    text-transform: capitalize;
    padding-top: 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.story_btn:hover {
    color: var(--subclr);
}

.story_btn i {
    padding-left: 5px;
}

/* ========================================
                story part end
   ========================================*/


/* ========================================
                gallery part start
   ========================================*/
#portfolio {
    padding: 80px 0;
}

.portfolio_main ul {
    display: flex;
    justify-content: center;
}

.filter_menu ul {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.filter_menu ul li {
    padding: 10px 20px;
    background-color: transparent;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    cursor: pointer;
    font-weight: 500;
    font-family: var(--ff1);
    font-size: 17px;
    border: 1px solid;
    text-transform: uppercase;
    color: var(--brand);
    z-index: 1;
    transition: all linear .5s;
    -webkit-transition: all linear .5s;
    -moz-transition: all linear .5s;
    -ms-transition: all linear .5s;
    -o-transition: all linear .5s;
    border-radius: .3em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
}

.filter_menu ul li.mixitup-control-active {
    background: var(--brand);
    color: var(--subclr);
}

.filter_menu ul li::before,
.filter_menu ul li::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: -1;
    background-color: var(--brand);
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.filter_menu ul li::before {
    top: -1em;
    left: -1em;
}

.filter_menu ul li::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
}

.filter_menu ul li:hover::before,
.filter_menu ul li:hover::after {
    height: 410px;
    width: 410px;
}

.filter_menu ul li:hover {
    color: var(--subclr);
    border-color: var(--brand);
}

.filter_menu ul li:active {
    filter: brightness(.8);
}


.filter_img {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.filter_img .img {
    width: 25%;
    padding: 10px;
}

.filter_img .img img {
    width: 100%;
    max-width: 100%;
    box-shadow: 13px 22px 22px -6px rgba(9, 8, 8, 0.86);
}

.filter_img .img {
    position: relative;
}

.filter_img .overly {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    background: rgba(229, 46, 113, 0.5);
    visibility: 0;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.filter_img .overly i {
    color: var(--subclr);
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.filter_img .img:hover .overly {
    visibility: visible;
    opacity: 1;
}

.filter_img .overlay a {
    color: #fff;
    font-size: 40px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.filter_img .overlay:hover a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    color: var(--brand);
}

/* ========================================
                gallery part end
   ========================================*/


/* ========================================
            count_up part start
   ========================================*/
#counter {
    padding: 100px 0;
}

.counter_bg {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.counter_bg::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.counter_inner {
    text-align: center;
}

.counter_inner h4 {
    color: var(--brand);
    font-size: 60px;
    font-weight: 600;
    font-family: var(--ff1);
}

.counter_inner p {
    color: var(--subclr);
    font-size: 30px;
    font-weight: 500;
    font-family: var(--ff2);
}

/* ========================================
            count_up part end
   ========================================*/

/* ========================================
                rsvp part start
   ========================================*/
#rsvp {
    padding: 80px 0;
}
.red-text{
	color: red;
}
.rsvp_btn a {
    color: #444;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--ff1);
    padding: 7px 30px;
    border: 1px solid var(--brand);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    margin-top: 40px;
}

.rsvp_btn a:hover {
    background: var(--brand);
    color: var(--subclr);
}

#rsvp-form{
    padding: 80px 0;
    position: relative;
    z-index: 999;
}
#rsvp-form::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.rsvp-inner-form h3{
    color: var(--subclr);
    font-weight: 600;
    font-size: 40px;
    font-family: var(--ff2);
    margin-bottom: 30px;
}
/* .rsvp-inner-form .table input{
    width: 290px;
padding-left: 10px;
padding-left: 10px;
padding-bottom: 10px;
margin-left: 20px;
margin-top: 20px;
}
.form-controls{
    width: 290px;
    padding-left: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-top: 20px;
}
.form-controlss{
    width: 100px;
}
.rsvp-inner-form textarea{
margin-top: 24px;
    width: 605px;
    margin-left: 19px;
    padding-left: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.submit{
    padding: 10px 20px;
    background: transparent;
    border: 0;
    color: var(--subclr);
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid var(--brand);
    margin-top: 24px;
    transition: all linear .3s;
}
.submit:hover{
    background: var(--brand);
} */


.rsvp-inner-form form input{
    margin-bottom: 20px;
}
.rsvp-inner-form .table input{
    width: 290px;
padding-left: 10px;
padding-left: 10px;
padding-bottom: 10px;
margin-left: 20px;
margin-top: 20px;
}
.submit{
    padding: 10px 20px;
    background: transparent;
    border: 0;
    color: var(--subclr);
    border-radius: 5px;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid var(--brand);
    margin-top: 24px;
    transition: all linear .3s;
}
.submit:hover{
    background: var(--brand);
}
/* ========================================
                rsvp part end
   ========================================*/


/* ========================================
                footer part start
   ========================================*/
   footer {
    background-color: #7b2598; /* Matches the purple background */
    color: white;
    padding: 40px 0;
  }

  .footer-col h4 {
    font-size: 18px;
    color: white;
    margin-bottom: 25px;
    /* font-weight: bold; */
    font-family: 'JosefinSans-Bold';
  }

  .footer-col ul li {
    list-style-type: none;
    margin-bottom: 10px;
  }

  .footer-col ul li a {
    color: white;
    text-decoration: none;
  }

  .footer-col ul li a:hover {
    text-decoration: underline;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 10px;
    color: white;
    font-size: 14px;
  }

  .footer-icon {
    margin-right: 10px;
  }

  @media (max-width: 767px) {
    .footer-col {
      margin-bottom: 30px;
    }
  }

/* ========================================
                footer part end
   ========================================*/


/* ========================================
            btn_top_bottom part start
   ========================================*/

.btn_top_bottom {
    color: #fff;
    text-align: center;
    background: var(--brand);
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 8px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.btn_top_bottom i p {
    color: var(--subclr);
    font-size: 8px;
    padding-top: 10px;
    letter-spacing: 2px;
}

.btn_top_bottom {
    display: none;
}

/* ========================================
            btn_top_bottom part end
   ========================================*/


/* ========================================
                blog part start
   ========================================*/
#blog{
    padding: 80px 0;
    background: #f1f1f1;
}
.blog-text{
    background: #ffffff;
    padding: 40px 20px 50px 20px;
}
.blog-main{
    margin-top: 40px;
}
.blog-text h4{
    color: var(--cl1);
    font-weight: 600;
    font-size: 24px;
    font-family: var(--ff1);
    cursor: pointer;
    padding-bottom: 15px;
    transition: all linear .3s;
}
.blog-text h4:hover{
    color: var(--brand);
}
.blog-text p{
    color: #666;
    font-weight: 400;
    font-size: 16px;
    font-family: var(--ff1);
}
.blog-img{
    overflow: hidden;
    position: relative;
}
.blog-img img{
    transition: all linear .3s;
}
.blog-img:hover img{
transform: scale(1.2);
}
.blog-img .overly{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    /* transform: scale(0); */
    visibility: hidden;
    opacity: 0;
    transition: all linear .3s;
}
.blog-img:hover .overly{
    /* transform: scale(1); */
    visibility: visible;
    opacity: 1;
}
.blog-img .overly a{
    color: var(--subclr);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--ff1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    padding: 10px 20px;
    background: var(--brand);
}

/* ========================================
                blog part end
   ========================================*/


/* ========================================
                menu part start
   ========================================*/

/* ========================================
                menu part end
   ========================================*/


/* ========================================
                story part start
   ========================================*/
#storypart1 {
    padding: 80px 0;
    background-color: #f1f1f1;
}

.story_banner_text h1 {
    color: var(--subclr);
    font-weight: 600;
    font-size: 60px;
    font-family: var(--ff1);
    padding: 30px;
}

.story_banner_text p {
    color: var(--subclr);
    font-weight: 400;
    font-size: 18px;
    font-family: var(--ff1);
}

.story-text {
    color: var(--cl1);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--ff1);
}

.story-text span {
    display: block;
    padding-top: 30px;
}

#storypart2 {
    padding: 80px 0;
}

.story-part-text h5 {
    color: var(--subclr);
    font-weight: 600;
    font-family: var(--ff2);
    font-size: 48px;
    padding-bottom: 20px;
}

.story-part-text h6 {
    color: var(--subclr);
    font-size: 22px;
    font-weight: 400;
    font-family: var(--ff1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    padding-top: 40px;
}

.story-part-text h1 {
    color: var(--brand);
    font-weight: 600;
    font-family: var(--ff1);
    font-size: 48px;
}
#storypart3{
    padding: 80px 0;
}
/* ========================================
                story part end
   ========================================*/
/* ========================================
                team part start
   ========================================*/
   .team-section {
    margin-top: 50px;
  }
  
  .team-member {
    background-color: #ff7315;
    color: white;
    border-radius: 15px;
    padding: 30px;
    min-height: 340px;
    position: relative;
  }
  
  .member-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .member-header img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #6b2c90;
    margin-right: 15px;
  }
  
  .member-header h4 {
    margin: 0;
    /* font-weight: bold; */
    font-family: 'JosefinSans-Bold';
    font-size: 18px;
  }
  
  .member-header h6 {
    margin: 0;
    font-size: 16px;
    color: #ffe3cc;
  }
  
  .team-member p {
    font-size: 14px;
  }
  
  .team-row {
    margin-top: 20px;
  }
/* ========================================
                team part end
   ========================================*/
   /* row 2 */
   /* .text-section {
    padding: 20px;
} */
.image-section .img-fluid {
    max-width: 100%;
    height: auto;
}

.image-section p {
    font-size: 1em;
    font-weight: bold;
}
/* row 2 end */

/* row-3  */
.service-card {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.service-card img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.service-card p {
    font-size: 1em;
    font-weight: bold;
}

.service-card:hover {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}
/* row 3 end */


/* Yellow Section to overlap the banner */
.yellow-section {
    background-color: #e9ecef;
    border-radius: 30px;
    padding-top: 20px;
    margin-top: -100px; /* Adjust this value to control the overlap */
    position: relative;
    z-index: 3;
    padding-bottom: 30px;
}
.yellow-section .container {
    z-index: 3;
    position: relative;
}


.banner--style3 {
    padding-top: 40px;
  }
  

  /* about us row 2 */
   /* Container for the overall section */
   /* .container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
} */

/* Main section styling */
#what-is-baepool {
    padding: 50px 0;
}

/* Container for the images with fade-in effect */
.image-slider {
    position: relative;
    height: 400px; /* Adjust based on your preference */
    overflow: hidden;
    border-radius: 30px;
}

.image-slider img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    animation: fadeInEffect 1s ease-in forwards;
}

/* Images fade in one after the other */
.image-slider img:nth-child(1) {
    animation-delay: 0s;
}

.image-slider img:nth-child(2) {
    animation-delay: 2s;
}

.image-slider img:nth-child(3) {
    animation-delay: 4s;
}

.image-slider img:nth-child(4) {
    animation-delay: 6s;
}

/* Keyframes for fade-in effect */
@keyframes fadeInEffect {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Position the right-hand side content */
.content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 30px;
}

.content-section h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
    font-family: 'JosefinSans-Bold';
}

.content-section p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
    font-family: 'JosefinSans-Regular';
}

.cta-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff4d4d;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    width: fit-content;
}

.cta-btn:hover {
    background-color: #ff3333;
}

/* Grid layout for desktop view */
.row1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: center;
}

/* Media Queries for mobile responsiveness */
@media (max-width: 768px) {
    .row {
        grid-template-columns: 1fr;
    }

    .content-section {
        text-align: center;
        padding-left: 0;
    }
    
    .image-slider {
        height: 300px;
    }

    .content-section h1 {
        font-size: 2rem;
    }

    .content-section p {
        font-size: 0.9rem;
    }

    .cta-btn {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}

@media (max-width: 480px) {
    .image-slider {
        height: 250px;
    }

    .content-section h1 {
        font-size: 1.8rem;
    }

    .content-section p {
        font-size: 0.8rem;
    }

    .cta-btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}
  /* end */

  /* about us row-3 */
  .about-us {
    text-align: center;
    padding: 20px;
    background-color:  #305fac;
    border-radius: 30px;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: 'JosefinSans-Bold';
    /* color: #ffffff; */
    font-size: 50px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
}

.col-6 {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 1%;
}

.content-section {
    text-align: center;
    padding: 10px;
}

.content-section img {
    width: 250px; /* Adjust this size as needed */
    margin: 0 auto 20px auto; /* This will center the image */
    display: block; /* Ensures the margin auto applies to block element */
    border-radius: 30px;
}

.content-section h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.content-section p {
    font-size: 1rem;
    line-height: 1.5;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    h1 {
        font-size: 2rem;
    }

    .content-section h2 {
        font-size: 1.5rem;
    }

    .content-section p {
        font-size: 0.9rem;
    }

    .content-section img {
        width: 80px; /* Adjust image size for smaller screens */
    }
}
  /* end */
  /* row-4 */
  
  /* end */
  /* about us team  */
  
.team-section {
    margin-top: 50px;
  }
  
  .team-member {
    background-color: #ff7315;
    color: white;
    border-radius: 15px;
    padding: 30px;
    min-height: 340px;
    position: relative;
  }
  
  .member-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .member-header img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #6b2c90;
    margin-right: 15px;
  }
  
  .member-header h4 {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
  }
  
  .member-header h6 {
    margin: 0;
    font-size: 16px;
    color: #ffe3cc;
  }
  
  .team-member p {
    font-size: 14px;
  }
  
  .team-row {
    margin-top: 20px;
  }
  /* end */

  /* home row-3 */
  .image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 200px);
    gap: 10px;
}

.image-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.image-item:hover img {
    transform: scale(1.05);
    filter: brightness(0.8);
}

/* Overlay for text on hover */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.5s ease, transform 0.5s ease;
    font-size: 1.5em;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.image-item:hover .overlay {
    opacity: 1;
    transform: scale(1);
}

/* Specific positioning to match the layout in your provided image */
.image-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.image-item:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

.image-item:nth-child(3) {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
}

.image-item:nth-child(4) {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}

.image-item:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}

.image-item:nth-child(6) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.image-item:nth-child(7) {
    grid-column: 3 / 4;
    grid-row: 3 / 4;
}

.image-item:nth-child(8) {
    grid-column: 4 / 5;
    grid-row: 3 / 4;
}

.image-item:nth-child(9) {
    grid-column: 1 / 5;
    grid-row: 4 / 5;
}
  /* end */

  /* contact us page css */
  .container2 {
    position: relative;
    width: 100%;
    /* min-height: 100vh; */
    padding: 2rem;
    background-color: #fafafa;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .contact-form {
    background-color: #1abc9c;
    position: relative;
  }
  
  .circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #149279);
    position: absolute;
  }
  
  .circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px;
  }
  
  .circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px;
  }
  
  .contact-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #1abc9c;
    transform: rotate(45deg);
    top: 50px;
    left: -13px;
  }
  
  form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
  }
  
  .title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem;
  }
  
  .input-container {
    position: relative;
    margin: 1rem 0;
  }
  
  .input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
  }
  
  textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
  }
  
  .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
  }
  
  .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
  }
  
  .btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #1abc9c;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
  }
  
  .btn:hover {
    background-color: transparent;
    color: #fff;
  }
  
  .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
  }
  
  .input-container span:before,
  .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #1abc9c;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .input-container span:before {
    left: 50%;
  }
  
  .input-container span:after {
    right: 50%;
  }
  
  .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
  }
  
  .input-container.focus span:before,
  .input-container.focus span:after {
    width: 50%;
    opacity: 1;
  }
  
  .contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
  }
  
  .contact-info .title {
    color: #7b2f8d;
  }
  
  .text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
  }
  
  .information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 0.95rem;
  }
  
  .information i {
    color: #1ABC9C;
  }
  
  .icon {
    width: 28px;
    margin-right: 0.7rem;
  }
  
  .social-media {
    padding: 2rem 0 0 0;
  }
  
  .social-media p {
    color: #333;
  }
  
  .social-icons {
    display: flex;
    margin-top: 0.5rem;
  }
  
  .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, #1abc9c, #149279);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
  }
  
  .social-icons a:hover {
    transform: scale(1.05);
  }
  
  .contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid #1abc9c;
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3;
  }
  
  .big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #1cd4af, #159b80);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
  }
  
  .big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px);
  }
  
  .square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
  }
  
  @media (max-width: 850px) {
    .form {
      grid-template-columns: 1fr;
    }
  
    .contact-info:before {
      bottom: initial;
      top: -75px;
      right: 65px;
      transform: scale(0.95);
    }
  
    .contact-form:before {
      top: -13px;
      left: initial;
      right: 70px;
    }
  
    .square {
      transform: translate(140%, 43%);
      height: 350px;
    }
  
    .big-circle {
      bottom: 75%;
      transform: scale(0.9) translate(-40%, 30%);
      right: 50%;
    }
  
    .text {
      margin: 1rem 0 1.5rem 0;
    }
  
    .social-media {
      padding: 1.5rem 0 0 0;
    }
  }
  
  @media (max-width: 480px) {
    .container {
      padding: 1.5rem;
    }
  
    .contact-info:before {
      display: none;
    }
  
    .square,
    .big-circle {
      display: none;
    }
  
    form,
    .contact-info {
      padding: 1.7rem 1.6rem;
    }
  
    .text,
    .information,
    .social-media p {
      font-size: 0.8rem;
    }
  
    .title {
      font-size: 1.15rem;
    }
  
    .social-icons a {
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
  
    .icon {
      width: 23px;
    }
  
    .input {
      padding: 0.45rem 1.2rem;
    }
  
    .btn {
      padding: 0.45rem 1.2rem;
    }
  }
  /* end */
  
   /* about core principles */
  .card {
    border: none;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-10px);
}

.card-img-top {
    width: 80px;
    height: 80px;
    margin-top: 15px;
}

#cardContainer {
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
}

.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    border: none;
    font-size: 2rem;
    color: #6c757d;
    cursor: pointer;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, transform 0.3s;
}

.arrow-btn:hover {
    background-color: #f0f0f0;
    transform: translateY(-50%) scale(1.1);
}

.arrow-btn.left {
    left: -20px; /* Adjust positioning from the left side */
}

.arrow-btn.right {
    right: -20px; /* Adjust positioning from the right side */
}

  /* end */