@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

.fade{
  opacity:0;
  transition:opacity .6s ease;
}
 
.fade.show{
  opacity:1;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure {
    margin: 0;
}
a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}
button {
    cursor: pointer;
    border: none;
    background: none;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}
body {
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.main-wrpper {
    height: auto;
    width: 100%;
}
.container {
    max-width: 1706px;
    padding: 0 15px;
    margin: 0 auto;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 121;
    padding: 36px 0;
}
header .navbar-brand {
    display: table;
    margin: 0 auto;
}
header .navbar-brand img {
    max-width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
/* **** End Header **** */

/* **** Hero **** */
.hero-wrp {
    position: relative;
}
.hero-wrp img {
    width: 100%;
}
/* **** End Hero **** */

.titlebar h1,.titlebar h2 {
    font-weight: 400;
    font-size: 64px;
    line-height: 84px;
    text-align: center;
    color: #000000;
}

/* **** Events **** */
.events-wrp {
}
.events-wrp .titlebar {
    padding: 50px 0;
}

.events-wrp .events-block {
    position: relative;
    background-color: #f6f5f4;
}
.events-wrp .events-block .events-img {
    height: 100%;
    width: 50%;
    display: table;
    margin-left: 0;
    margin-right: auto;overflow: hidden;
}
.events-wrp .events-block .events-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;	-webkit-transition: all 0.5s linear;    transition: all 0.5s linear;
}.events-wrp .events-block .events-img:hover img{	transform: scale(1.1);}
.events-wrp .events-block .event-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.events-wrp .events-block .event-info .detail {
    width: 50%;
}
.events-wrp .events-block .event-info .detail h5 {
    font-weight: 400;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    color: #000000;
    margin: 0 0 24px;
}
.events-wrp .events-block .event-info .detail h5 b {
    font-weight: bold;
}
.events-wrp .events-block .event-info .detail p {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000;
    margin: 0 0 90px;
}
.events-wrp .events-block .event-info .detail a {
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    text-align: center;
    color: #000000;
    display: table;
    margin: 0 auto;
    padding: 16px 24px;
    background: #ded9cb;
    border: 1px solid #000000;
    border-radius: 10px;
}
.events-wrp .events-block .event-info .detail a:hover {
    background-color: #000000;
    color: #ded9cb;
    border-color: #ded9cb;
}

.event-tailored-block {
    background-color: #f6f5f4;
    position: relative;
    display: flex;
    align-items: center;
}
.event-tailored-block .events_slider {
    width: 50%;
    margin: 0;
}
.event-tailored-block .events_slider .slider-box img {
    height: 780px;
    width: 100%;
    object-fit: cover;
}
.event-tailored-block .event-tailored-info {
    width: 50%;
}
.event-tailored-block .event-tailored-info .detail {
    padding: 50px;
    text-align: center;
}
.event-tailored-block .event-tailored-info .detail h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 46px;
    text-align: center;
    color: #000000;
    margin: 0 0 40px;
}
.event-tailored-block .event-tailored-info .detail p {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000;
    margin: 0 0 30px;
}
.event-tailored-block .event-tailored-info .detail ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
}
.event-tailored-block .event-tailored-info .detail ul li {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000;
}
.event-tailored-block .event-tailored-info .detail ul li::after {
    position: relative;
    content: " | ";
    padding: 0 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000000;
}
.event-tailored-block .event-tailored-info .detail ul li:nth-child(3)::after,
.event-tailored-block .event-tailored-info .detail ul li:nth-child(5)::after {
    display: none;
}
/* **** End Events **** */

/* **** Celebrate **** */
.celebrate-wrp {
    padding: 60px 0;
}
.celebrate-wrp .celebrate-title {
    margin: 0 0 45px;
}
.celebrate-wrp .celebrate-title h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.celebrate-wrp .celebrate-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}
.celebrate-wrp .celebrate-row .celebrate-box {
    background: #ded9cb;
    border-radius: 10px 10px 0 0;
}
.celebrate-wrp .celebrate-row .celebrate-box .detail {
    padding: 48px 10px 48px;
    text-align: center;
}
.celebrate-wrp .celebrate-row .celebrate-box .detail h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.celebrate-wrp .celebrate-row .celebrate-box .box-img {
    height: 503px;
    width: 100%;
    overflow: hidden;
}
.celebrate-wrp .celebrate-row .celebrate-box .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.celebrate-wrp .celebrate-row .celebrate-box:hover .box-img img {
    transform: scale(1.1);
}
/* **** End Celebrate **** */

/* **** Marquee **** */
/* .marquee-wrp{
    background: #000;
    padding: 30px 0;
}
.marquee-wrp .marquee {
    width: 100%;
    overflow: hidden; 
}
.marquee-wrp .marquee .top_strip {
    display: flex;
    align-items: center;
    gap: 10px;
}
.marquee-wrp .marquee .str_wrap {
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    padding: 0;
}
.marquee-wrp .marquee .str_wrap span {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
} */

.marquee-wrp {
    background: #000;
    padding: 0;
}
.marquee {
    width: 100%;
    overflow: hidden;
}
.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    width: max-content;
}


.marquee span {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    line-height: 102px;
    text-align: center;
    color: #ffffff;
}
.marquee span::after{
    position: relative;
    content: "|";
    font-weight: 400;
    font-size: 24px;
    line-height: 102px;
    text-align: center;
    color: #ffffff;
    margin: 0 40px;
}

.marquee {
    /*height: 25px;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
}
/*.marquee div {
    display: block;
    width: 200%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    animation: marquee 15s linear infinite;
}*/

.marquee span {
    /*float: left;
    width: fit-content;*/
    margin-right: 0px;
}

@keyframes marquee {
  0% { left: -200%; }
  100% { left: 0; }
}
.str_wrap p{padding:0px;}



/* **** End Marquee **** */

/* **** Gallery **** */
.gallery-wrp {
    padding: 54px 0;
}
.gallery-wrp .container-fluid {
    padding: 0 10px;
}
.gallery-wrp .gallery-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.gallery-wrp .gallery-row .gallery-img {
    width: 100%;
    height: 445px;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-wrp .gallery-row .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.gallery-wrp .gallery-row .gallery-img:hover img {
    transform: scale(1.1);
}
/* **** End Gallery **** */

/* **** About **** */
.about-wrp .about-title {
    margin: 0 0 60px;
}
.about-wrp .about-title h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.about-wrp .about_slider {
    padding: 0 70px;
}
.about-wrp .about_slider .swiper-slide {
    border: 1px solid #000000;
    margin: 0 0 10px;
    padding: 0 10px 0 0;
}
.about-wrp .about_slider .slider-box {
    border: 1px solid #000000;
    height: 382px;
    position: relative;
    padding: 24px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 20px;
    margin: 0 0 0 -10px;
    transform: translate(0, 10px);
}
.about-wrp .about_slider .slider-box p {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: right;
    color: #000000;
    margin: 0;
}
.about-wrp .about_slider .slider-box h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: right;
    color: #000000;
    margin: 0;
}
.about-wrp .about_slider .button-prev,
.about-wrp .about_slider .button-next {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.about-wrp .about_slider .button-next {
    left: 0;
    right: auto;
}
/* **** End About **** */

/* **** Our Instagram ***** */
.instagram-wrp {
    padding: 60px 0;
}
.instagram-wrp .instagram-title {
    margin: 0 0 30px;
}
.instagram-wrp .instagram-title h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.instagram-wrp .instagram_slider a {
    display: block;
    aspect-ratio: 1 / 1;
}
.instagram-wrp .instagram_slider a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* **** End Our Instagram ***** */

/* **** Footer **** */
footer {
    background-image: url("../images/footer-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 162px 0;
    position: relative;
}
footer:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    inset: 0;
}
.footer-block {
    max-width: 1122px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    padding: 110px 117px 91px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.footer-block .navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.footer-block .navbar-brand img {
    max-width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.footer-block ul {
    position: absolute;
    left: 23px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-block ul li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
.footer-block .contact-detail {
    max-width: 350px;
}
.footer-block .contact-detail h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    text-align: right;
    color: #000000;
    margin: 0 0 15px;
}
.footer-block .contact-detail p {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: right;
    color: #000000;
    margin: 0;
}
.footer-block .contact-form {
    max-width: 370px;
    width: 100%;
}
.footer-block .contact-form .form-group {
    margin: 0 0 20px;
}
.footer-block .contact-form .form-group .form-control {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    color: #000000;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    width: 100%;
    padding: 10px 24px;
    box-shadow: none;
    outline: none;
	font-family: "Assistant", sans-serif;
}
.footer-block .contact-form .form-group .form-control::placeholder {
    color: #000000;
}
.footer-block .contact-form .wpcf7-submit {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    background: #ded9cb;
    border: 1px solid #d9d9d9;
    display: block;
    width: 100%;
    max-width: 153px;
    margin: 0 auto 0 0;
    padding: 10px;
	font-family: "Assistant", sans-serif;
	cursor:pointer;
}
.footer-block .contact-form .wpcf7-submit:hover {
    background-color: #000000;
    color: #ded9cb;
}
.footer-block .contact-form h2 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin: 0 0 20px;
    display: none;
}
.footer-block .contact-detail {
    padding: 22px 0 0;
}
.footer-block .contact-detail h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin: 0 auto 24px;
    max-width: 258px;
    display: none;
}
footer .mobile-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d9d9d9;
    padding: 10px 0;
    display: none;
}
footer .mobile-footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
footer .mobile-footer ul li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
/* **** End Footer **** */

.fix-icon {
    position: fixed;
    bottom: 40px;
    left: 0;
    display: flex;
    gap: 10px;
    flex-flow: column;
    z-index: 9;
}
.fix-icon a {
    width: 57px;
    background: #000000;
    border-radius: 0 40px 40px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px 10px 20px;
}
.fix-icon a{padding:9px 15px 9px 15px;}	.fix-icon a img{max-height:27px;}
.mobile-events-block {
    display: none;
}

