@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: 'Poppins';
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Poppins';
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-family: 'Poppins';
    font-size: 14px;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Poppins';
    src: url(../font/Poppins-Regular.ttf);
    font-weight: 600;
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 14px 50px;
    border: unset;
    width: max-content;
    border-radius: 40px;
    color: #ffffff;
    z-index: 0;
    background: #2e67a0;
    position: relative;
    font-size: 16px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #82a4c6;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Rajdhani", sans-serif;
    font-size: 75px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-family: "Rajdhani", sans-serif;
    font-size: 50px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: "Rajdhani", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/select.png') no-repeat right;
    padding: 0 40px 0 25px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 20px 0 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.header-main-btn i {
    font-size: 20px;
    background: #2e67a0;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.header-main-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.container-fluid {
    padding: 0 5%;
}

.banner-social ul li a:hover {
    color: #2e67a0;
}

.menuSec .logo-img img {
    margin: 0;
    width: 220px;
    height: 170px;
    margin-top: -20px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

/*.menuSec img {*/
/*    margin: 0;*/
/*    width: 150px;*/
/*    height: 120px;*/
/*    object-fit: scale-down;*/
/*    margin-top: -48px;*/
/*    border-bottom-left-radius: 22px;*/
/*    border-bottom-right-radius: 22px;*/
/*}*/

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: none;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}



/* sidenav-css start */
.sidenav {
    height: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: -500px;
    background: #212121;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 250px;
}

/* The navigation menu links */

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.sidenav a:focus {
    color: #2e67a0;
    text-decoration: none;
    padding-left: 40px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.mobilecontainer span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 33px !important;
}

.mobilecontainer img {
    width: 63px;
    margin: -19px 0;
    position: relative;
    z-index: 1;
    object-fit: scale-down;
}

.mobilecontainer {
    text-align: justify;
}


.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 0.5px #0000001a;
}

.navigation {
    margin-top: 0px;
    /* text-align: end; */
    padding: 22px 0;
}

.navigation ul li a {
    color: #0e0d0d;
    padding: 45px 25px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
}

.banner-event a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

.navigation ul li a:hover {
    color: #256c72;
}

.navigation ul li.active a {
    color: #fff;
    background: #123033;
}

.navigation ul li {
    display: inline-block;
    padding: 0px 0px;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

section.banner-sec {
    background-image: url(../images/banner.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    position: relative;
}

.banner-text h1 span {
    display: block;
}

.banner-text p {
    color: #fff;
    opacity: 75%;
    margin: 10px 0 20px;
    width: 40%;
}

.banner-social {
    position: absolute;
    right: 10px;
    top: 25%;
    writing-mode: sideways-rl;
}

.banner-social ul {
    display: flex;
    gap: 30px;
}

.banner-social ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.9s;
}

section.banner-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 23px;
    background: #fff;
    width: 1px;
    height: 390px;
}

section.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 23px;
    background: #fff;
    width: 1px;
    height: 190px;
}

.ban-evnt-main {
    display: flex;
    align-items: end;
    position: relative;
    z-index: 0;
}

.row.evt {
    align-items: end;
    padding-top: 60px;
}

.banner-event {
    padding: 40px 22px;
    position: relative;
    z-index: 0;
    padding-left: unset;
}

.banner-event:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #2e67a0;
    z-index: -1;
    width: 110%;
    height: 100%;
}

.event-baner-main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-baner-main img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.event-txt-ban {
    text-align: left;
}

.event-txt-ban h4 {
    font-size: 16px;
}

.event-txt-ban ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
}

.banner-event ul.nav {
    gap: 0px;
}

.banner-event h6 {
    font-size: 25px;
    text-transform: capitalize;
    color: #ffff;
    margin-bottom: 25px;
}

.banner-event ul.nav .nav-link {
    color: #fff;
    padding-left: unset;
    opacity: 70%;
}

.banner-event ul.nav .nav-link.active {
    background: unset;
}

.banner-event ul.nav .nav-link h4 {
    color: #fff;
}

.banner-event ul.nav .nav-link.active {
    opacity: 100%;
}

.banner-event ul.nav .nav-link.active {
    opacity: 100%;
}

.banner-event-slider .slick-slide {
    margin: 0 auto;
}

.ban-event-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.9s;
}

.ban-event-txt {
    padding: 60px 30px;
}

.ban-event-img {
    width: 80%;
}

.ban-event-txt a {
    color: #9e9e9e;
    text-decoration: underline;
    font-size: 14px;
}

.ban-event-txt h5 {
    font-size: 30px;
    margin: 10px 0 15px;
    color: #fff;
}

.ban-event-txt span {
    font-size: 14px;
    color: #fff;
}

.ban-event-txt p {
    font-size: 14px;
    color: #fff;
}

.banner-event-slider:before {
    background: url(../images/banner-in-slide.jpg);
    width: 110%;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 85%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.banner-event-slider button.slick-next {
    top: 24px;
    left: 57%;
    background: url(../images/banner-in-slide.jpg);
    width: 50px;
    height: 49px;
    opacity: 1;
}

.banner-event-slider button.slick-prev {
    top: 24px;
    left: 51%;
    background: url(../images/banner-in-slide.jpg);
    width: 50px;
    height: 49px;
    opacity: 1;
    z-index: 1;
}

.banner-event-slider .slick-next:before {
    content: '\f054';
    color: #fff;
    display: block;
    width: 50px;
    height: 30px;
    font-family: 'FontAwesome';
}

.banner-event-slider .slick-prev:before {
    content: '\f053';
    color: #fff;
    display: block;
    width: 50px;
    height: 30px;
    /* position: absolute; */
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
}

.banner-sec .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.banner-sec .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}

.banner-event-slider.slick-initialized.slick-slider {
    z-index: 3;
}

.banner-text {
    padding-top: 220px;
}

/* BANNER-INNER  */

section.banner-sec.iner {
    align-content: center;
    height: 70vh;
}

section.banner-sec.iner .banner-text {
    padding-top: 40px;
}

section.banner-sec.iner:before {
    height: 115px;
}

section.banner-sec.iner:after {
    height: 125px;
}


/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */



/*---------------------------------------------------- About Sec Section Start ------------------------------------------------------------- */

section.about-sec ul li span {
    color: #000;
}

section.about-sec p {
    margin-bottom: 15px;
    color: #7c7c7c;
    width: 89%;
}

.about-main-txt h2 {
    margin-bottom: 11px;
    font-size: 29px;
}

.about-main-txt ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

section.about-sec .row {
    align-items: center;
}

.about-img img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 13px;
}

.about-img {
    width: 97%;
    margin: 0 0 0 auto;
    position: relative;
}

.about-img:before {
    content: '';
    position: absolute;
    top: -25px;
    left: -23px;
    border: 2px solid #2e67a0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
    z-index: -1;
}

.about-main-txt ul li span {
    color: #000;
    font-size: 14px;
    font-family: 'Poppins';
}

section.about-sec {
    margin-bottom: 100px;
}

.about-main-txt.in ul li p {
    margin: unset;
}

.row.lst-about {
    margin-top: 20px;
}

.row.lst-about ul li p {
    margin: unset;
    width: 100%;
}

.about-main-txt h5 {
    color: #000;
    font-weight: 600;
    margin: 15px 0 20px;
}

section.about-sec ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.about-main-txt {
    padding-left: 10px;
    position: relative;
}

.about-main-txt:before {
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    background: url(../images/star.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
}

.about-main-txt:after {
    content: '';
    position: absolute;
    top: 60px;
    right: 11%;
    background: url(../images/star.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
}

.about-main-txt h2:before {
    content: '';
    position: absolute;
    top: 69px;
    left: 10px;
    background: #5549494f;
    width: 85%;
    height: 1px;
    z-index: -1;
}

/*---------------------------------------------------- About Sec Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Hall Section Start ------------------------------------------------------------- */

section.hall-sec {
    margin-bottom: 100px;
}

.hall-main-1 ul li span {
    font-size: 14px;
    font-family: 'Poppins';
    color: #000;
}


.hall-img-1 img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 13px;
}

.hall-main-2 {
    padding-left: 20px;
    padding-top: 20px;
}

.hall-main-2 h2 {
    margin-bottom: 12px;
    font-size: 45px;
}

.hall-main-2 p {
    margin-bottom: 30px;
    width: 80%;
    color: #7c7c7c;
    line-height: 27px;
}

.hall-img-2 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 13px;
}

section.hall-sec .row {
    align-items: center;
}

.hall-main-1 h2 {
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 1;
}

.hall-main-1 ul {
    column-count: 2;
    margin: 18px 0 0px;
}

.hall-main-1 ul li {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
}

.hall-main-1 p {
    width: 93%;
    color: #7c7c7c;
    margin-bottom: 23px;
}

.hall-main-1 {
    position: relative;
    z-index: 0;
    padding-right: 30px;
}

.hall-main-1:before {
    content: '';
    position: absolute;
    top: 87px;
    left: 0;
    background: url(../images/star.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
}

.hall-main-1:after {
    content: '';
    position: absolute;
    top: 87px;
    right: 15%;
    background: url(../images/star.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
}

.hall-main-1 h2:before {
    content: '';
    position: absolute;
    top: 96px;
    left: 10px;
    background: #5549494f;
    width: 81%;
    height: 1px;
    z-index: -1;
}

/*---------------------------------------------------- Hall Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Club Section Start ------------------------------------------------------------- */

section.club-sec {
    margin-bottom: 100px;
    background-image: url(../images/club-family.jpg);
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    align-content: center;
    text-align: center;
}

section.gallery-sec {
    margin-bottom: 100px;
}

.video-gallery i {
    position: absolute;
    top: 45%;
    left: 49%;
    z-index: 1;
    font-size: 30px;
    box-shadow: 0px 0px 20px 20px #ffffff;
    border-radius: 50%;
    background: #fff;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-gallery {
    position: relative;
}

.video-gallery i {
    position: absolute;
    top: 45%;
    left: 49%;
    z-index: 1;
    font-size: 30px;
    box-shadow: 0px 0px 20px 20px #ffffff;
    border-radius: 50%;
    background: #fff;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-gallery {
    position: relative;
}

.video-gallery i {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 1;
    font-size: 30px;
    box-shadow: 0px 0px 20px 20px #ffffff;
    border-radius: 50%;
    background: #fff;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-gallery {
    position: relative;
}

.video-gallery img:hover {
    filter: brightness(1) !important;
}

.video-gallery img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    filter: brightness(0.5);
}

.row.vid {
    margin-bottom: 30px;
}

.gallery-sec .nav-tabs button {
    background: #2e67a0;
    width: 22%;
    border-radius: 30px;
    height: 55px;
    font-size: 28px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    color: #fff;
    opacity: 50%;
}

section.gallery-sec .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    border: unset;
    gap: 15px;
}

.gallery-sec .nav-tabs button.nav-link.active {
    color: #fff;
    background: #2e67a0;
    opacity: 100%;
}

.row.galin .gallery-main.svn.ls {
    margin: unset;
}

.row.galin .gallery-main.fr img {
    height: 525px;
}

.row.galin .gallery-main.svn {
    margin-bottom: 25px;
}

.row.galin .gallery-main.svn img {
    height: 250px;
    object-position: top;
}

.row.galin .gallery-main.fv img {
    height: 250px;
}

.row.galin {
    margin-top: 25px;
}

.row.galin .gallery-main img {
    height: 280px;
}

.club-main h1 span {
    display: block;
}

.club-main h1 {
    color: #fff;
    margin-bottom: 7px;
}

.club-main p {
    color: #fff;
    opacity: 80%;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
}

/*---------------------------------------------------- Club Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Gallery Section Start ------------------------------------------------------------- */

.gallery-main img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.gallery-head {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
}

.gallery-head p {
    width: 66%;
    margin: 0 auto;
    opacity: 70%;
}

.gallery-head h2 {
    margin-bottom: 30px;
    font-weight: 500;
}

.gallery-1 {
    margin-bottom: 25px;
}

.gallery-1 img {
    height: 480px;
}

.gallery-2 img {
    height: 280px;
}

.gallery-main.e img {
    height: 220px;
    margin-bottom: 25px;
}

.gallery-main.lst img {
    height: 500px;
}

.gallery-5 img {
    height: 238px;
    margin-bottom: 25px;
    object-position: top;
}

.gallery-6 img {
    height: 238px;
}

.gallery-head:before {
    content: '';
    position: absolute;
    top: 51px;
    left: 31%;
    background: url(../images/star.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
}

.gallery-head:after {
    content: '';
    position: absolute;
    top: 51px;
    right: 31%;
    background: url(../images/star.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
}

.gallery-head h2:before {
    content: '';
    position: absolute;
    top: 60px;
    left: 32%;
    background: #5549494f;
    width: 36%;
    height: 1px;
    z-index: -1;
}


/*---------------------------------------------------- Gallery Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Event Section Start ------------------------------------------------------------- */
section.event-sec {
    margin-bottom: 100px;
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}

.event-head {
    text-align: center;
    margin-bottom: 140px;
    position: relative;
    z-index: 0;
}

.event-head:before {
    content: '';
    position: absolute;
    top: 61px;
    left: 18%;
    background: url(../images/star.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
}

.event-head:after {
    content: '';
    position: absolute;
    top: 61px;
    right: 18%;
    background: url(../images/star.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
}

.event-head h2:before {
    content: '';
    position: absolute;
    top: 70px;
    left: 19%;
    background: #5549494f;
    width: 62%;
    height: 1px;
    z-index: -1;
}

.event-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 15px;
    object-position: bottom;
}

.event-text ul {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;
}

.event-side-btn-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.event-side-txt ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

section.event-sec .row {
    align-items: center;
}

.event-text ul li span {
    font-size: 11px;
    font-family: 'Poppins';
}

.event-text h4 {
    font-size: 32px;
    margin-bottom: 7px;
    color: #fff;
    line-height: 1;
}

.event-text p {
    font-size: 12px;
    margin-bottom: 22px;
    color: #fff;
    opacity: 80%;
}

.event-text ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    opacity: 80%;
}

.event-sec .nav-link {
    border: unset;
    margin: unset;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    color: unset;
    margin-bottom: 20px;
    transition: 0.9s;
    margin-left: 40px;
}

.event-sec .nav-tabs {
    border: unset;
}

.event-side-txt {
    text-align: left;
}

.event-side-txt ul {
    margin-bottom: 10px;
}

.event-slide-img img {
    width: 200px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    transition: 0.9s;
}

.event-side-txt h5 {
    font-size: 25px;
    color: #000;
    margin-bottom: 10px;
}

.event-side-txt ul li span {
    font-size: 11px;
}

.event-side-txt p {
    font-size: 13px;
    color: #7c7c7c;
}

.event-side-txt ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #7c7c7c;
}

.event-sec .nav-link.active {
    background: #2e67a0;
    margin-left: unset;
    width: 100%;
}

.event-sec .nav-link.active .event-side-txt ul li {
    color: #fff;
    opacity: 80%;
}

.event-sec .nav-link.active .event-side-txt h5 {
    color: #fff;
}

.event-sec .nav-link.active .event-side-txt p {
    color: #fff;
    opacity: 80%;
}

.event-text a.theme_btn {
    background: #fff;
    color: #000;
}

section.event-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2e67a0;
    width: 50.2%;
    height: 85%;
    z-index: -1;
}

section.event-sec:after {
    content: '';
    position: absolute;
    background: #82a4c6;
    width: 49.8%;
    height: 85%;
    z-index: -1;
    bottom: 0;
    right: 0;
}

section.event-sec.inr:before {
    position: unset;
}

section.event-sec.inr:after {
    position: unset;
}

section.event-sec.inr .event-text h4 {
    color: #000;
    font-weight: 600;
}

section.event-sec.inr .event-text p {
    color: #000;
    margin: unset;
    width: 90%;
}

section.event-sec.inr .event-text ul li {
    color: #000;
}

.event-sec.inr .event-head {
    margin-bottom: 50px;
}

section.event-sec.inr .row {
    align-items: unset;
}

section.event-sec.inr .event-side-txt h5 {
    line-height: 1;
}

.event-side-btn-main.inr {
    padding: 20px;
    border-radius: 15px;
    color: unset;
    margin-bottom: 20px;
    transition: 0.9s;
    margin-left: 40px;
    background: #f2f2f2;
}

.row.evnt {
    margin-bottom: 10px;
}

section.event-sec.inr .event-img img {
    height: 370px;
}

.event-side-btn-main.inr.rt {
    margin-left: unset;
    margin-right: 40px;
}

/*---------------------------------------------------- Event Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

section.testimonial-sec {
    background: #82a4c6;
    padding: 50px 0 80px;
    margin-bottom: 101px;
}

section.testimonial-sec.iner {
    margin: unset;
}

.testi-main {
    background: #fff;
    border-radius: 15px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: unset;
    gap: 10px;
}

ul.stars {
    display: flex;
    align-items: center;
}

.user-rate {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

img.quote {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
}

.testi-image img {
    width: 480px;
    height: 310px;
    object-fit: cover;
}

.testi-txt p {
    width: 94%;
    font-size: 14px;
    margin-bottom: 20px;
}

.user-testi h6 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.user-testi span {
    font-size: 12px;
    font-family: 'Poppins';
}

.testi-slider .slick-list.draggable {
    padding-right: 680px;
    margin-right: -150px;
}

.testi-head {
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
}

.testi-slider .slick-slide {
    opacity: 1;
}

ul.stars li i {
    color: #f9ae0e;
}

li.rate-star i {
    color: gray !important;
}

.testi-head h2 {
    color: #fff;
}

.testi-head:before {
    content: '';
    position: absolute;
    top: 58px;
    left: -1%;
    background: url(../images/star.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
    filter: brightness(7.5);
}

.testi-head:after {
    content: '';
    position: absolute;
    top: 58px;
    right: 46%;
    background: url(../images/star.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: auto;
    filter: brightness(7.5);
}

.testi-head h2:before {
    content: '';
    position: absolute;
    top: 67px;
    left: 0%;
    background: #ffffff87;
    width: 52.5%;
    height: 1px;
    z-index: -1;
}

.slick-dots li {
    width: 40px;
    margin: 0px 7px;
    opacity: 1;
}

.slick-dots li button {
    border-radius: 30px;
    width: 40px;
    height: 13px;
    background: #7198be;
    padding: unset;
}

li.slick-active button {
    width: 52px;
    margin: 0 -3px;
    background: #2e67a0;
}

ul.slick-dots {
    opacity: 1;
    bottom: -65px;
    text-align: end;
}

.slick-dots li button:before {
    content: '';
}

/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Donation Section Start ------------------------------------------------------------- */

section.dontaion-sec .row.dt {
    background: #fff;
    border: 1px solid #e7e4e4;
    padding: 20px 30px 20px 15px;
    border-radius: 15px;
    align-items: center;
}

.donation-img img {
    width: 95%;
    height: 600px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 6% 100%, 0 92%, 0% 20%);
    border-radius: 14px;
}

.donation-main h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 10px;
}

.donation-main p {
    margin-bottom: 30px;
    color: #7c7c7c;
}

.donation-main input {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    margin-bottom: 25px;
    padding: 10px 10px 10px 20px;
    font-family: 'Poppins';
    border: unset;
    background: #e8e7e7;
    color: #000;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: unset;
}

.donation-main input::placeholder {
    text-transform: capitalize;
    font-size: 14px;
    color: #7c7c7c;
}

.donation-main select {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 20px;
    font-family: 'Poppins';
    border: unset;
    background-color: #e8e7e7;
    text-transform: capitalize;
    color: #7c7c7c;
}

.donation-main select option {
    color: #000;
}

.radio-form span {
    text-transform: capitalize;
    font-family: 'Poppins';
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

.radio-form ul {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}

.radio-form button {
    background: #e8e7e7;
    border: unset;
    height: 50px;
    border-radius: 30px;
    padding: 10px 30px;
}

.donation-main button {
    width: 100%;
}

.radio-form ul li label {
    color: #000;
    font-family: 'Poppins';
    font-size: 15px;
    text-transform: capitalize;
}

.radio-form ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

/*---------------------------------------------------- Donation Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

section.footer-sec {
    background: #212121;
    padding: 200px 0 20px;
}

section.dontaion-sec {
    margin-bottom: -130px;
    position: relative;
    z-index: 1;
}

section.dontaion-sec.iner {
    margin-bottom: 100px;
    z-index: 0;
}

.row.fot-lst {
    border-top: 1px solid #fff;
    padding-top: 23px;
}

.footer-last {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-info img {
    width: 160px;
    height: 125px;
    border-radius: 10px;
    object-fit: scale-down;
    margin-bottom: 20px;
}

.contact-footer {
    display: flex;
    align-items: center;
    gap: 60px;
}

.contact-footer .email {
    display: grid;
}

.contact-footer .Phone {
    display: grid;
}

.contact-footer span {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-family: 'Poppins';
    opacity: 90%;
    margin-bottom: 8px;
}

.contact-footer a {
    color: #fff;
    opacity: 70%;
    transition: 0.5s;
}

.footer-form {
    width: 59%;
    margin: 0 0 0 auto;
    margin-bottom: 50px;
}

.footer-form h4 {
    font-size: 36px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px;
}

.footer-form input {
    width: 100%;
    height: 60px;
    padding: 10px 30px;
    border-radius: 50px;
    margin-bottom: 17px;
}

.footer-form input::placeholder {
    text-transform: capitalize;
    font-size: 16px;
}

.footer-form button {
    width: 100%;
}

.footer-social i {
    color: #fff;
    font-size: 20px;
    transition: 0.9s;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 17px;
}

.footer-last p {
    font-size: 14px;
    color: #fff;
}

section.footer-sec.iner {
    padding: 70px 0 20px;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Event Detail Section Start ------------------------------------------------------------- */

.event-detail-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 17px;
    margin-bottom: 25px;
}

.event-detail-txt ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 13px;
}

.event-detail-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.event-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.event-detail-txt p {
    margin-bottom: 14px;
    color: #7a7a7a;
}

section.event-detail-sec {
    margin-bottom: 100px;
}

.event-detail-head h2 {
    line-height: 1;
}

.event-detail-txt ul li span {
    font-size: 13px;
}

/* EVENT DETAIL 1  */


.event-detail-img-2 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 25px;
}

.event-detail-img-2.in img {
    margin: unset;
}

.event-detail-img-1 img {
    width: 100%;
    height: 525px;
    border-radius: 12px;
    object-fit: cover;
}

.event-detail-main {
    margin-top: 30px;
}

/*---------------------------------------------------- Event Detail Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Organization Section Start ------------------------------------------------------------- */

.organ-icon-txt {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 15px;
}

.organize-txt p {
    color: #7a7a7a;
}

.organize-txt h2 {
    margin-bottom: 5px;
}

.organize-img img {
    width: 100%;
    height: 270px;
    border-radius: 13px;
    object-fit: cover;
}

.organ-icon-txt img {
    width: 120px;
    height: 120px;
    object-fit: scale-down;
}

section.organization-sec .row.orgn {
    margin-bottom: 60px;
}

section.organization-sec {
    margin-bottom: 100px;
}

section.organization-sec .row {
    align-items: center;
}

.organize-txt.left .organ-icon-txt p {
    text-align: right;
}

.oraganization-page .organize-txt h2 {
    font-size: 40px;
}

/*---------------------------------------------------- Organization Section End ------------------------------------------------------------- */

/*---------------------------------------- Inner Contact Us Start ---------------------------------------------*/

.contact-frm h4 {
    color: #ffff;
    margin-bottom: 70px;
    text-transform: uppercase;
    font-size: 41px;
    letter-spacing: 0.5px;
}

.contact-frm-last {
    display: flex;
    align-items: center;
}

section.contact-sec-iner {
    margin-bottom: 100px;
}

.contact-frm textarea {
    border: 0;
    border-bottom: 1px solid #5c8a92;
    width: 58%;
    margin: 0 0 40px;
    padding: 0 0 16px;
    outline: 0;
    font-family: "Montserrat", sans-serif;
    resize: none;
    background: transparent;
    color: #fff;
}

.ctct-detl {
    background: #82a4c6;
    padding: 60px 50px;
    position: relative;
    box-shadow: -18px 0px 80px 20px #eeeeee;
    border-radius: 50px 0px 0px 50px;
}

ul.contact-points.iner .contact-in a {

    opacity: 100%;
}

ul.contact-points.iner .contact-in p {
    opacity: 1;
    width: 100%;
    font-weight: 400;
}

.ctct-detl p {
    width: 100%;
    font-size: 15px;
    color: #fff;
    opacity: 80%;
}

.ctct-detl h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 47px;
    color: #fff;
}

section.contact-sec {
    position: relative;
    margin-bottom: 80px;
}

ul.contact-points.iner .contact-in h5 {
    margin-bottom: 4px;
}

ul.contact-points.iner {
    column-count: unset;
    margin-bottom: 50px;
}

.ctct-detl h4 {
    color: #ffff;
    margin-bottom: 80px;
    text-transform: uppercase;
    font-size: 40px;
    letter-spacing: 0.5px;
}


.contact-socail-iner .social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-socail-iner .social-icons a {
    color: #2e67a0;
    font-size: 30px;
    background: #fbfbfb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.contact-form.iner {
    padding: 124px 60px;
    border-radius: 0px 20px 20px 0px;
}

.contact-form.iner h3 {
    text-transform: uppercase;
    text-align: left;
}

.contact-socail-iner .social-icons a:hover {
    background: #2e67a0;
    color: #fff;
}

.contact-form.iner input {
    height: 50px;
}

.contact-form.iner textarea {
    height: 170px;
}

/*---------------------------------------- Inner Contact Us End ---------------------------------------------*/




/* Contact Section Start  */

.contact-sec {
    margin-bottom: 100px;
    background-image: url(../images/home-contact.jpg);
    width: 100%;
    height: 100%;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.contact-form {
    background: #fff;
    padding: 30px 30px;
    text-align: center;
    border-radius: 10px;
}

.contact-form h3 {
    font-size: 45px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.contact-form input {
    width: 100%;
    border-radius: 5px;
    height: 45px;
    border: unset;
    background: #e5e5e5;
    padding: 12px;
    font-family: 'Poppins';
}

.contact-form .row {
    margin-bottom: 20px;
}

.contact-form input::placeholder {
    color: #7c7c7c;
    text-transform: capitalize;
}

.contact-form select {
    color: #7c7c7c;
    text-transform: capitalize;
}

.contact-form select {
    width: 100%;
    border-radius: 5px;
    height: 45px;
    border: unset;
    background-color: #e5e5e5;
    padding: 12px;
    font-family: 'Poppins';
}

.contact-form textarea {
    width: 100%;
    border-radius: 5px;
    height: 130px;
    border: unset;
    background: #e5e5e5;
    padding: 12px;
    font-family: 'Poppins';
}

.contact-form textarea::placeholder {
    color: #7c7c7c;
    text-transform: capitalize;
}

.contact-form button {
    justify-content: space-between;
    width: 100%;
}

.contact-form button span {
    width: 80%;
}

.contact-sec .row {
    align-items: center;
}

.contact-txt h2 {
    margin-bottom: 15px;
    color: #fff;
    text-transform: none;
    letter-spacing: unset;
}

.contact-txt p.cntct-txt {
    margin-bottom: 20px;
    color: #fff;
    opacity: 70%;
    width: 80%;
}

.contact-in p {
    font-size: 15px;
    color: #fff;
    opacity: 70%;
}

ul.contact-points li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

ul.contact-points {
    column-count: 2;
    margin-top: 40px;
}

.contact-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #003366;
    width: 100%;
    height: 100%;
    opacity: 73%;
    z-index: -1;
}

.contact-in h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 6px;
}

.contact-img {
    background: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.contact-in-time h5 {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 6px;
}

.contact-in a {
    font-size: 15px;
    color: #fff;
    opacity: 70%;
}

.contact-in-time p {
    font-size: 15px;
    color: #fff;
    opacity: 70%;
    border-bottom: 1px solid #ffffff7d;
    padding-bottom: 5px;
}

.contact-in-time p span {
    padding-left: 80px;
}

/* Contact Section Start  */



/*---------------------------------------------------- Memebership Section Start ------------------------------------------------------------- */

.banner-text.mem {
    text-align: center;
}

section.membership-sec {
    margin-bottom: 100px;
}

.membership-main-form .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: unset;
    margin-bottom: 50px;
    flex-wrap: unset;
}

.membership-form-inside input {
    width: 100%;
    height: 50px;
    border: 1px solid #00000054;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.membership-form-inside label {
    font-size: 18px;
    font-family: 'Poppins';
    text-transform: capitalize;
    color: #000;
    margin-bottom: 5px;
}

.membership-main-form button {
    width: 100%;
}

.membership-form-inside p {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.membership-main-form .nav-tabs button {
    background: #2e67a0;
    width: 100%;
    border-radius: 30px;
    height: 55px;
    font-size: 28px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.membership-main-form .nav-tabs .nav-link.active {
    background: #a4d1fd;
    width: 100%;
    border-radius: 30px;
    height: 55px;
    font-size: 28px;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    color: #2a2a2a;
    /* opacity: 30%; */
}

/*---------------------------------------------------- Memebership Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Hall Rent Section Start ------------------------------------------------------------- */

.rent-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 25px;
}

.rent-img.in img {
    height: 250px;
}

.rent-txt {
    margin-top: 10px;
}

.rent-txt p {
    color: #7a7a7a;
}

.rent-txt h2 {
    margin-bottom: 10px;
    line-height: 1;
}

section.hall-rent-sec {
    margin-bottom: 100px;
}

/*---------------------------------------------------- Hall Rent Section End ------------------------------------------------------------- */


/*---------------------------------------------------- FAQS Section Start ------------------------------------------------------------- */

section.faq-sec {
    margin-bottom: 100px;
    background: #82a4c6;
    padding: 80px 0;
}

.faq-head {
    text-align: center;
    margin-bottom: 50px;
}

.faq-head h2 {
    color: #fff;
}

.faq-main button.accordion-button.collapsed {
    border-radius: 10px;
    padding: 17px 15px 17px 20px;
    color: #000;
    font-size: 14px;
    font-family: 'Poppins';
}

.faq-main .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    background: #2e67a0;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
}

.faq-img img {
    width: 100%;
    height: 417px;
    border-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: unset;
    padding-bottom: 0;
    font-family: 'Poppins';
    font-size: 14px;
    background: #2e67a0;
    border-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-item:not(:first-of-type) {
    border-top: unset;
}

.accordion-item {
    border: unset;
}

.accordion-body {
    color: #fff;
    opacity: 80%;
    font-size: 12px;
    width: 93%;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(7.5);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*---------------------------------------------------- FAQS Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Quote Section Start ------------------------------------------------------------- */

section.quote-sec {
    margin-bottom: 100px;
}

.quote-head {
    margin-bottom: 50px;
    text-align: center;
}

.quote-main input {
    width: 100%;
    height: 50px;
    border-radius: 14px;
    box-shadow: unset;
    padding: 10px 17px;
    border: 1px solid #0000002e;
}

.quote-main label {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Poppins';
}

.quote-main select {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #0000002e;
}

.quote-main label {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 7px;
}

.quote-main textarea {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    border: 1px solid #0000002e;
    padding: 10px 15px;
    text-transform: capitalize;
}

.quote-main {
    margin-bottom: 20px;
}

.quote-sec button {
    width: 100%;
}

.quote-head p {
    color: #7a7a7a;
    margin-top: 7px;
}

.ban-event-img img:hover {
    filter: contrast(0.5);
}

.event-slide-img {
    overflow: hidden;
}

.event-slide-img img:hover {
    filter: brightness(0.5);
    transform: scale(1.5);
}

section.gallery-sec img:hover {
    filter: brightness(0.5);
}

section.gallery-sec img {
    transition: 0.9s;
}

.contact-footer a:hover {
    opacity: 100%;
    color: #2e67a0;
}

.footer-social i:hover {
    color: #2d649c;
}

/*---------------------------------------------------- Hall Rent Section End ------------------------------------------------------------- */


/*---------------------------------------------------- Calender Section Start ------------------------------------------------------------- */

#monthYear {
    margin: 0;
    color: #000;
    font-size: 50px;
}

.nav-buttons button,
.view-options button {
    padding: 8px 12px;
    border: none;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    background: transparent;
    font-family: 'Rajdhani';
    font-size: 24px;
}

.calendar {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    border-top: 1px solid #ccc;
    border-radius: 20px;
}

.view-options .active {
    background: #2e67a0;
}

.calendar.month-view {
    display: grid;
    grid-template-columns: repeat(7, 1fr) !important;
    border-top: 1px solid #ccc;
    border-radius: 20px;
}

.calendar .day-name {
    text-align: center;
    background: #82a4c6;
    color: #fff;
    padding: 20px 0;
    border-right: 1px solid #ccc;
    font-family: 'Rajdhani';
    font-size: 25px;
    font-weight: 500;
    min-height: 70px;
}

.calendar .day {
    min-height: 110px;
    border: 1px solid #e0e0e0;
    padding: 15px 20px;
    position: relative;
    background: #fff;
    font-size: 30px;
    cursor: pointer;
    font-family: 'Rajdhani';
}

.calendar .other-month {
    background: #f3f3f3;
    color: #aaa;
}

.calendar .day span {
    font-weight: 500;
}

.calendar .event {
    font-size: 12px;
    background: #dbeafe;
    padding: 2px 6px;
    margin: 2px 0;
    border-radius: 12px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge {
    background: #22c55e;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    display: inline-block;
    margin: 4px 0;
}

.add-event-input {
    margin-top: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 6px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

section.calender-sec {
    margin-bottom: 100px;
    position: relative;
}

section.calender-sec header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.calendar .day-name:first-child {
    border-top-left-radius: 20px;
}

.calendar .day-name:nth-child(7n) {
    border-top-right-radius: 20px;
}

.head-calender {
    display: flex;
    align-items: center;
    gap: 40px;
}

.view-options {
    background: #82a4c6;
    border-radius: 10px;
    padding: 4px;
}

.view-options button {
    color: #fff;
}

.dinner-calender {
    background: #82a4c6;
    padding: 20px;
    border-radius: 10px;
    width: max-content;
    position: absolute;
    bottom: 20px;
    left: 460px;
}

.dinner-calender p {
    font-size: 21px;
    color: #fff;
    margin-bottom: 12px;
}

.dinner-calender ul {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.dinner-calender a {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}

/*---------------------------------------------------- Calender Section End ------------------------------------------------------------- */



/*---------------------------------------------------- Accounts Section Start --------------------------------------------------------------*/

.login-txt form input {
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 10px 40px 10px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
    border-radius: 5px;
}

.login-txt form input::placeholder {
    color: #c7c7c7;
    font-size: 15px;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}

.login-txt h2 {
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 38px;
}

.password-box {
    position: relative;
    margin-bottom: 20px;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 20%;
    right: 3%;
}

.password-icon span {
    color: #000;
    cursor: pointer;
}

.login-txt {
    padding: 45px 25px 35px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0px #0000001a;
    border: 1px solid #0000001a;
}

/*.login-txt ul {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin: 20px 0;*/
/*    gap: 10px;*/
/*}*/

li.head {
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
    font-weight: 400;
    font-size: 15px;
}


.login-txt form button {
    width: 100%;
    color: #fff;
    padding: 13px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    font-size: 22px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.2s;
    background: #2e67a0;
    font-family: "Rajdhani", sans-serif;
}

.login-txt form button:hover {
    background-image: unset;
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

li.head-ex {
    text-decoration: underline;
}

.login-txt ul li label {
    cursor: pointer;
    font-size: 15px;
}

.login-txt-ex form input:focus {
    background-color: #fff;
    color: #000;
}

.login-txt-ex ul {
    justify-content: space-between;
}

section.login.sec {
    padding: 100px 0;
}

.login-txt.login-txt-ex li.head a {
    font-size: 15px;
    color: #0000009c !important;
}

/*---------------------------------------------------- Accounts Section End --------------------------------------------------------------*/


/*---------------------------------------------------- Booking Section Start --------------------------------------------------------------*/


div#datepicker table th,
div#datepicker table td {
    text-align: center;
}

table.ui-datepicker-calendar thead tr th {
    font-weight: 700 !important;
}

.ui-datepicker-title span {
    font-family: 'Abril Fatface', cursive;
    font-size: 20px;
    color: #000;
}

div#datepicker table .ui-state-default {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 2px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid;
}

div#datepicker table a.ui-state-default.ui-state-active {
    background: #2e67a0;
    color: #fff;
}

section.booking-sec {
    padding: 0px 0 100px;
}

.btn-1 {
    height: 50px;
    padding: 0 30px;
    background: #2e67a0;
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    color: #fff;
    font-size: 20px;
    line-height: 0;
}

.btn-1:hover {
    color: #fff;
    background: #601f77;
}

div#datepicker table th {
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    border: 1px solid;
}

.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    margin: 30px 0 30px;
}

.ui-datepicker-header a.ui-datepicker-next.ui-corner-all {
    order: 1;
}

.ui-datepicker-header>a {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #2e67a0;
    background: #fff;
    border: 1px solid #2e67a0;
}

div#datepicker table .ui-state-disabled .ui-state-default {
    background: transparent;
    font-weight: 200;
    color: #0000009e;
    font-size: 18px;
    font-family: 'Abril Fatface', cursive;
}

div#datepicker table a.ui-state-default:hover {
    background: #282828;
}

.containers {
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
    border: 1px solid #ddd;
    max-width: 800px;
}

section.calendly-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding: 40px 0;
}

.calender-wrapper {
    padding: 30px;
    height: 100%;
    border-right: 2px solid #ddd;
    border: 1px solid #2a2a2a;
    background: transparent;
    border-radius: 10px;
}

.company-info {
    padding: 20px;
}

.company-info h3 {
    margin: 10px 0 20px;
}

.badges {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a9c;
    margin: 0 0 20px;
}

table.ui-datepicker-calendar {
    width: 100%;
}

.time-slot {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47%;
    border: 1px solid #2a2a2a;
    margin: 10px auto;
    border-radius: 7px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    display: inline-flex;
    margin-right: 8px;
}

.time-slot.active::before {
    position: absolute;
    content: '';
    background: #2e67a0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}

.time-slot.active>span {
    height: fit-content;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
}

.time-slot>div {
    width: 0;
    overflow: hidden;
}

.wrapper-time {
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 10px 20px;
    background: transparent;
}

.slot-wrapper {
    text-align: center;
}

a {
    text-decoration: none;
}

div#datepicker table td {
    height: 80px;
    border: 1px solid;
}

.book-form input,
.book-form textarea {
    height: 50px;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #000;
    background: #ffffff;
}

.book-form textarea {
    height: 150px;
}

.quote-frm {
    padding-top: 40px;
}

.quote-frm h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: left;
}

.more-detai {
    margin: 0 0 20px;
}

.doct-portfolio {
    padding: 1.5rem 1.5rem 0.7rem 1.5rem;
}

.doc-details ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

.doc-details ul li i {
    font-size: 15px;
    color: #000;
}

.doc-details ul {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    justify-content: start;
}

.doc-img img {
    border-radius: 5px;
    object-fit: cover;
    height: 170px;
    width: 170px;
    margin: 0 0 0 auto;
    display: block;
    box-shadow: 0 0 8px #ccc;
    /* border-radius: 50%; */
}

.doc-wrap {
    display: flex;
    align-items: center;
    padding: 30px;
    border: 1px solid #400056;
    border-radius: 8px;
    background: transparent;
    margin: 0 0 24px;
}

.doc-wrap .doc-details {
    width: 60%;
}

.doc-wrap .doc-img {
    width: 40%;
}

.doc-details p {
    width: 96%;
    font-size: 15px;
    color: #000;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    border: 1px solid #2a2a2a;
}

.wrapper-time .btn-1 {
    width: 100%;
    text-align: center;
    justify-content: center;
    border: 0;
}

.wrapper-time .btn-1:hover {
    background: #000;
}

/*---------------------------------------------------- Booking Section End --------------------------------------------------------------*/
.maininfo-event {
    display: block;
}


.events-info h3 {
    font-size: 18px;
}

.event-side-txt {
    width: 70%;
}

.event-slide-img {
    width: 30%;
}

.events-info {
    margin-bottom: 15px;
}

.event-sec .nav-link.active .events-info h3 {
    color: #fff;
}

.event-main .events-info h3 {
    color: #fff;
}

section.event-sec.inr .event-text h3 {
    color: #000;
}

.time-slot {
    position: relative;
}

html {
    overflow-x: hidden;
}

/*Media Query Start*/

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
    .about-main-txt:after {
        top: 20px;
    }

    .about-main-txt:before {
        top: 24px;
    }

    .about-main-txt h2:before {
        top: 32px;
        left: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testi-image img {
        height: 300px;
    }

    .banner-event ul.nav {
        gap: 12px;
    }

    .theme_btn {
        padding: 13px 37px;
    }

    .header-main-btn {
        justify-content: end;
    }

    .theme_btn {
        padding: 13px 37px;
    }

    .header-main-btn {
        justify-content: end;
    }

    .about-main-txt h2 {
        margin-bottom: 25px;
    }

    .about-main-txt:after {
        top: 32px;
    }

    .about-main-txt:before {
        top: 32px;
    }

    .about-main-txt h2:before {
        top: 41px;
    }

    .radio-form ul {
        gap: 9px;
    }

    .hall-main-1 {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .event-baner-main img {
        width: 44px;
        height: 41px;
    }

    .banner-event ul.nav .nav-link {
        padding-right: 11px;
    }

    .event-baner-main {
        gap: 8px;
    }

    .ban-event-img img {
        height: 237px;
    }

    .banner-event-slider:before {
        height: 92%;
        width: 108%;
    }

    .ban-event-txt h5 {
        font-size: 24px;
    }

    .banner-event-slider button.slick-next {
        left: unset;
        right: -20px;
        top: -3px;
    }

    .banner-event-slider button.slick-prev {
        left: unset;
        right: 30px;
        top: -3px;
    }

    .about-main-txt:before {
        top: 25px;
    }

    .about-main-txt:after {
        top: 25px;
    }

    .about-main-txt h2:before {
        top: 35px;
    }

    .hall-main-1 h2 {
        font-size: 39px;
        margin-bottom: 18px;
    }

    .hall-main-1:after {
        top: 76px;
    }

    .hall-main-1:before {
        top: 76px;
    }

    .hall-main-1 h2:before {
        top: 86px;
    }

    .hall-main-1 ul li span {
        font-size: 12px;
    }

    .club-main h1 span {
        display: unset;
    }

    .club-main h1 {
        font-size: 55px;
    }

    .gallery-1 img {
        height: 443px;
    }

    .testi-slider .slick-list.draggable {
        padding-right: 470px;
    }

    .testi-head h2 {
        font-size: 37px;
    }

    .radio-form ul li label {
        font-size: 10px;
    }

    .donation-main button {
        padding: 13px 22px;
        font-size: 14px;
    }

    .radio-form ul li {
        gap: 5px;
    }

    .radio-form ul {
        gap: 9px;
    }

    .donation-main p {
        margin-bottom: 19px;
    }

    .hall-main-1 {
        padding-right: 9px;
    }

    h1 {
        font-size: 61px;
    }

    .theme_btn {
        padding: 12px 27px;
        font-size: 14px;
    }

    .header-main-btn i {
        width: 43px;
        height: 43px;
        font-size: 15px;
    }

    .header-main-btn {
        justify-content: end;
    }

    section.banner-sec.iner {
        height: unset;
        padding: 150px 0px 90px;
    }

    section.banner-sec.iner:after {
        height: 30px;
    }

    section.banner-sec.iner:before {
        height: 70px;
    }

    .banner-social ul {
        gap: 15px;
    }

    .organize-txt h2 {
        font-size: 36px;
    }

    .wrapper-time {
        column-count: 2;
        position: relative;
        z-index: 1;
        padding-bottom: 85px;
    }

    .time-slot {
        width: 82%;
    }

    .wrapper-time .btn-1 {
        position: absolute;
        left: 30px;
        bottom: 15px;
        width: 80%;
    }

    .centerCol {
        width: 80%;
    }

    .membership-main-form .nav-tabs button {
        font-size: 23px;
    }

    .membership-form-inside p {
        font-size: 15px;
    }

    .membership-form-inside label {
        font-size: 15px;
    }

    .membership-main-form .nav-tabs .nav-link.active {
        font-size: 23px;
    }

    .ctct-detl h2 {
        font-size: 39px;
    }

    .contact-form.iner h3 {
        font-size: 39px;
    }

    .login-txt ul li {
        font-size: 13px;
    }

    section.login.sec {
        padding: 0px 0 100px;
    }

    .mobilecontainer img {
        height: 50px;
    }

    .logo-img a img {
        margin-top: -20px;
    }

    .header-main-btn {
        margin-top: -40px;
        gap: 10px;
    }

    section.testimonial-sec {
        overflow: hidden;
    }

    section.club-sec {
        height: unset;
        padding: 100px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 41px;
    }

    .menuSec img {
        margin-top: 31px;
        height: unset;
    }

    .theme_btn {
        padding: 11px 20px;
        font-size: 12px;
    }

    .logo-img a img {
        width: 70%;
        /* border-radius: 0px 0px 12px 12px; */
        height: 80px;
        margin-top: -18px;
        object-fit: cover;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .header-main-btn {
        margin-top: 0px;
        gap: 8px;
        justify-content: end;
    }

    p {
        font-weight: 400;
        font-size: 12px;
    }

    .menuSec {
        padding: 0px 0 0;
    }

    .banner-text p {
        width: 90%;
    }

    .banner-text p {
        width: 90%;
    }

    .banner-event {
        padding: 20px 0px;
    }

    .banner-social ul li a {
        font-size: 10px;
    }

    .ban-event-img img {
        width: 260px !important;
        height: 160px;
    }

    .ban-event-txt {
        padding: 46px 14px 33px;
    }

    .ban-event-txt h5 {
        font-size: 14px;
        margin: 7px 0 7px;
    }

    .ban-event-txt a {
        font-size: 12px;
    }

    .banner-event-slider button.slick-next {
        left: unset;
        right: 0px;
    }

    .banner-event-slider .slick-next:before {
        height: 17px;
        font-size: 15px;
        width: 49px;
    }

    .banner-event-slider .slick-prev:before {
        height: 17px;
        font-size: 15px;
        width: 49px;
    }

    .banner-event-slider button.slick-prev {
        left: unset;
        right: 50px;
    }

    .about-img img {
        height: 280px;
    }

    .about-img:before {
        top: -18px;
        left: -13px;
    }

    h2 {
        font-size: 31px;
    }

    .about-main-txt h2 {
        margin-top: 20px;
    }

    section.about-sec p {
        width: 100%;
        margin-bottom: 9px;
    }

    .about-main-txt ul li span {
        font-size: 12px;
    }

    section.about-sec {
        margin-bottom: 60px;
    }

    .event-img img {
        height: 320px;
    }

    .event-text ul li span {
        font-size: 10px;
    }

    .event-text ul {
        gap: 20px;
    }

    .event-text h4 {
        font-size: 28px;
    }

    .event-text p {
        margin-bottom: 12px;
        line-height: 22px;
    }

    .event-sec .nav-link {
        padding: 16px 5px;
        margin-left: 0px;
        border-radius: 6px;
    }

    .event-side-txt p {
        font-size: 11px;
    }

    .event-slide-img {
        margin-top: 16px;
    }

    .event-slide-img img {
        width: 100%;
    }

    .event-side-btn-main {
        display: flex;
    }

    .event-side-txt ul {
        gap: 15px;
    }

    .nav-btn-side-event {
        margin-top: 20px;
    }

    .event-head {
        margin-bottom: 50px;
    }

    section.event-sec:before {
        height: 91%;
    }

    section.event-sec:after {
        height: 91%;
    }

    .hall-main-1 h2 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .hall-main-1 {
        padding-right: 0px;
    }

    .hall-main-1 ul {
        column-count: 1;
    }

    .hall-main-1 ul li span {
        font-size: 12px;
    }

    section.hall-sec .noLeft {
        padding-left: 16px;
    }

    .hall-img-1 {
        margin-top: 20px;
    }

    section.hall-sec .noRight {
        padding-right: 13px;
        margin-top: 30px;
    }

    .hall-main-2 h2 {
        font-size: 25px;
    }

    .hall-main-2 {
        padding-left: 7px;
    }

    .hall-main-2 p {
        margin-bottom: 16px;
        width: 96%;
        line-height: 22px;
    }

    section.hall-sec {
        margin-bottom: 60px;
    }

    section.event-sec {
        margin-bottom: 50px;
    }

    .hall-main-1 p {
        width: 100%;
        margin-bottom: 10px;
    }

    .club-main h1 {
        font-size: 35px;
    }

    .club-main h1 span {
        display: unset;
    }

    .club-main p {
        width: 100%;
    }

    .hall-img-1 img {
        height: 320px;
    }

    .hall-img-2 img {
        height: 230px;
    }

    .gallery-head h2 {
        font-size: 30px;
    }

    .gallery-head h2:before {
        left: 5%;
        width: 90%;
        top: 46px;
    }

    .gallery-head:before {
        top: 37px;
        left: 3%;
    }

    .gallery-head:after {
        top: 37px;
        right: 3%;
    }

    .gallery-head p {
        width: 100%;
    }

    .gallery-sec .nav-tabs button {
        font-size: 18px;
        width: fit-content;
        height: fit-content;
    }

    section.gallery-sec {
        margin-bottom: 40px;
    }

    .gallery-head {
        margin-bottom: 20px;
    }

    .gallery-6 {
        margin-bottom: 20px;
    }

    .gallery-2 {
        margin-bottom: 20px;
    }

    .video-gallery {
        margin-bottom: 20px;
    }

    .video-gallery img {
        height: 190px;
    }

    .video-gallery i {
        top: 39%;
        left: 42%;
    }

    .row.vid {
        margin-bottom: 5px;
    }

    .gallery-1 img {
        height: 810px;
    }

    .gallery-main.lst img {
        height: 910px;
    }

    .testi-slider .slick-list.draggable {
        padding-right: unset;
        margin-right: unset;
    }

    .testi-main {
        padding: 20px 13px;
        display: block;
    }

    .testi-image img {
        width: 100% !important;
        height: 280px !important;
    }

    .testi-txt p {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 15px;
        /* height: 110px; */
    }


    section.testimonial-sec {
        padding: 40px 0 60px;
        margin-bottom: 40px;
    }

    ul.slick-dots {
        left: -20px;
        bottom: -55px;
        text-align: center;
    }

    .testi-head h2:before {
        width: 98%;
        top: 50px;
    }

    .testi-head:after {
        right: 0;
    }

    .testi-head {
        margin-bottom: 40px;
        text-align: center;
    }

    .testi-head:before {
        top: 41px;
    }

    .testi-head:after {
        top: 41px;
    }

    .event-side-txt {
        width: 100%;
    }

    .event-slide-img {
        width: 50%;
    }

    .donation-img img {
        height: 100%;
        width: 100%;
    }

    .donation-main h2 {
        font-size: 24px;
        margin-top: 20px;
    }

    section.dontaion-sec .row.dt {
        padding: 21px 16px 20px 15px;
        margin: 0 40px;
    }

    .radio-form ul {
        display: block;
        column-count: 3;
    }

    .radio-form ul li {
        margin-bottom: 10px;
    }

    .donation-main button {
        padding: 10px 27px;
    }

    .banner-event-slider:before {
        width: 100%;
    }

    .contact-footer {
        display: flex;
        align-items: start;
        gap: 49px;
    }

    .contact-footer a {
        font-size: 12px;
    }

    .contact-footer span {
        margin-bottom: 5px;
    }

    .contact-footer .email {
        margin-bottom: 18px;
    }

    .footer-form {
        width: 100%;
    }

    .footer-form h4 {
        font-size: 27px;
    }

    .footer-form {
        padding: 25px 23px;
    }

    .footer-social a i {
        font-size: 13px;
    }

    .footer-social {
        gap: 11px;
    }

    section.footer-sec {
        padding: 160px 0 10px;
    }

    .footer-info {
        margin-bottom: 11px;
    }

    section.banner-sec.iner {
        height: 400px;
        display: flex;
        align-items: center;
        padding: 130px 0px 70px;
    }

    .banner-social {
        top: 35%;
    }

    .calendar {
        /* overflow-x: scroll; */
        /* width: 100%; */
    }

    .calendar .day {
        /* width: 90px; */
    }

    .dinner-calender {
        display: none;
    }

    .event-side-btn-main.inr {
        margin-left: 0px;
        display: flex;
    }

    .event-side-btn-main.inr.rt {
        margin-right: 0px;
    }

    #monthYear {
        font-size: 40px;
    }

    .organize-img img {
        height: 200px;
    }

    .organ-icon-txt {
        display: flex;
    }

    .organize-img {
        margin-bottom: 20px;
    }

    .organize-txt p {
        margin-bottom: 20px;
    }

    .organ-icon-txt img {
        margin-bottom: 10px;
        width: 100px;
        margin-right: 15px;
        height: 100px;
    }

    .calender-wrapper {
        padding: 30px 15px;
    }

    div#datepicker table .ui-state-default {
        height: 25px;
        width: 25px;
        font-size: 12px;
    }

    .membership-main-form .nav-tabs button {
        height: 66px;
        font-size: 14px;
        line-height: 20px;
    }

    .membership-main-form .nav-tabs .nav-link.active {
        height: 66px;
        font-size: 14px;
        line-height: 20px;
    }

    .membership-form-inside label {
        font-size: 14px;
    }

    .contact-form.iner {
        padding: 64px 20px;
    }

    .contact-form h3 {
        font-size: 32px;
    }

    .ctct-detl {
        padding: 45px 28px;
        border-radius: 50px 0px 0px 50px;
    }

    .ctct-detl h2 {
        font-size: 28px;
    }

    .ctct-detl p {
        font-size: 13px;
    }

    .contact-img {
        width: 51px;
        height: 51px;
        border-radius: 8px;
    }

    .contact-img img {
        width: 26px;
        height: 23px;
        object-fit: contain;
    }

    .contact-in a {
        font-size: 13px;
    }

    .contact-socail-iner .social-icons a {
        width: 43px;
        height: 43px;
        font-size: 24px;
    }

    section.contact-sec-iner {
        margin-bottom: 70px;
    }

    .event-detail-img img {
        height: 237px;
    }

    .event-detail-txt ul {
        display: unset;
    }

    .event-detail-txt ul li {
        justify-content: left;
    }

    .event-detail-head {
        display: block;
        padding: 20px 0px 0px;
        margin-bottom: 12px;
    }

    .event-detail-head h2 {
        margin-bottom: 20px;
    }

    .logo-img {
        margin-top: -10px;
        margin-left: 30px;
    }

    .login-txt {
        padding: 40px 9px 35px;
        margin-bottom: 40px;
    }

    /*.login-txt ul {*/
    /*    display: flex;*/
    /*    margin: 10px 0;*/
    /*}*/

    .login-txt ul li {
        font-size: 10px;
    }

    .login-txt h2 {
        font-size: 24px;
    }

    .menuSec .col-md-4.col-sm-6.col-6 {
        width: 30%;
    }

    .menuSec .col-md-4.col-sm-12.col-12 {
        width: 40%;
    }

    .header-main-btn i {
        width: 45px;
        height: 46px;
        font-size: 14px;
    }

    .event-baner-main img {
        width: 55px;
        height: 49px;
    }

    .about-main-txt:before {
        top: 28px;
    }

    .about-main-txt:after {
        top: 28px;
    }

    .about-main-txt h2:before {
        top: 37px;
    }

    .gallery-main.fv {
        margin-bottom: 20px;
    }

    .gallery-main {
        margin-bottom: 20px;
    }

    section.login.sec {
        padding: 0px 0;
    }

    .banner-event ul.nav {
        gap: 90px;
    }

    .inn-pg-about .col-lg-5 {
        width: 50% !important;
    }

    .inn-pg-about .col-lg-7 {
        width: 100% !important;
    }

    .inn-pg-about .row {
        justify-content: center !important;
    }

    section.about-sec .col-lg-5 {
        width: 40%;
    }

    section.about-sec .col-lg-7 {
        width: 60%;
    }

    section.about-sec ul li {
        margin-bottom: 10px;
    }


    section.event-sec .col-lg-6 {
        width: 50%;
    }

    .event-head:after {
        top: 36px;
    }

    .event-head:before {
        top: 36px;
    }

    .event-head h2:before {
        top: 46px;
    }

    .hall-main-1 ul li {
        margin-bottom: 9px;
    }

    .hall-main-1:after {
        top: 56px;
    }

    .hall-main-1:before {
        top: 56px;
    }

    .hall-main-1 h2:before {
        top: 65px;
    }

    section.hall-sec .col-lg-6 {
        width: 50%;
    }

    .gallery-2 img {
        height: 500px;
    }

    .user-testi span {}

    ul.stars li i {
        font-size: 10px;
    }

    section.footer-sec .col-lg-6 {
        width: 50%;
    }

    .banner-event-slider ul.slick-dots {
        display: none !important;
    }

    section.banner-sec {
        margin-bottom: 50px;
    }

    .events-info {
        margin-bottom: 9px;
    }

    .banner-event:before {
        right: -25px;
    }

    .logo-img a img {
        height: 85px;
        width: 67%;
    }

    section.organization-sec .col-lg-4 {
        width: 37%;
    }

    section.organization-sec .col-lg-8 {
        width: 63%;
    }

    .wrapper-time {
        margin-top: 0px;
        padding: 10px 10px;
        column-count: 2;
        position: relative;
        z-index: 1;
        padding-bottom: 70px;
    }

    section.booking-sec .col-lg-8 {
        width: 70%;
    }

    section.booking-sec .col-lg-4 {
        width: 30%;
    }

    .time-slot {
        width: 96%;
        font-size: 13px;
    }

    .wrapper-time .btn-1 {
        position: absolute;
        bottom: 3px;
        right: 0;
        left: 0;
        width: 95%;
        margin: auto;
    }

    section.banner-sec:after {
        right: 26px;
        bottom: -90px;
    }

    section.club-sec {
        height: unset;
        padding: 90px 0px;
    }

    section.login.sec .col-lg-6 {
        width: 50%;
    }

    .login-txt form button {
        margin-bottom: 0;
    }

    .login-txt form input {
        padding: 7px 37px 7px 20px;
    }

    .menuSec .logo-img img {
        width: 110px;
        height: 90px;
        margin-top: -8px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 8px;
    }

    .contact-form .row {
        margin-bottom: unset;
    }

    .contact-form .row {
        margin-bottom: unset;
    }

    .contact-form.iner input {
        margin-bottom: 13px;
    }

    .contact-form.iner textarea {
        margin-bottom: 20px;
    }

    section.club-sec {
        height: unset;
        padding: 100px 0px;
    }

    section.event-detail-sec {
        margin-bottom: 0px;
    }

    section.booking-sec {
        padding: 0px 0 60px !important;
    }










}


@media only screen and (min-width: 520px) and (max-width: 767px) {
    h1 {
        font-size: 41px;
    }

    .menuSec img {
        margin-top: 31px;
        height: unset;
    }

    .theme_btn {
        padding: 11px 20px;
        font-size: 12px;
    }

    .logo-img a img {
        width: 75%;
        /* border-radius: 0px 0px 12px 12px; */
        height: 80px;
        margin-top: -18px;
        object-fit: cover;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .header-main-btn {
        margin-top: 0px;
        gap: 8px;
    }

    p {
        font-weight: 400;
        font-size: 12px;
    }

    .menuSec {
        padding: 0px 0 0;
    }

    .banner-text p {
        width: 90%;
    }

    .banner-text p {
        width: 90%;
    }

    section.banner-sec:before {
        display: none;
    }

    .banner-event {
        padding: 20px 0px;
    }

    .banner-social ul li a {
        font-size: 10px;
    }

    .ban-event-img img {
        width: 100px !important;
        height: 125px;
    }

    .ban-event-txt {
        padding: 46px 14px 33px;
    }

    .ban-event-txt h5 {
        font-size: 14px;
        margin: 7px 0 7px;
    }

    .ban-event-txt a {
        font-size: 12px;
    }

    .banner-event-slider button.slick-next {
        left: unset;
        right: 0px;
    }

    .banner-event-slider .slick-next:before {
        height: 17px;
        font-size: 15px;
        width: 49px;
    }

    .banner-event-slider .slick-prev:before {
        height: 17px;
        font-size: 15px;
        width: 49px;
    }

    .banner-event-slider button.slick-prev {
        left: unset;
        right: 50px;
    }

    section.banner-sec:after {
        display: none;
    }

    .about-img img {
        height: 280px;
    }

    .about-img:before {
        top: -18px;
        left: -13px;
    }

    h2 {
        font-size: 31px;
    }

    .about-main-txt h2 {
        margin-top: 20px;
    }

    section.about-sec p {
        width: 100%;
    }

    .about-main-txt ul li span {
        font-size: 12px;
    }

    section.about-sec {
        margin-bottom: 50px;
    }

    .event-img img {
        height: 320px;
    }

    .event-text ul li span {
        font-size: 10px;
    }

    .event-text ul {
        gap: 20px;
    }

    .event-text h4 {
        font-size: 28px;
    }

    .event-text p {
        margin-bottom: 12px;
        line-height: 22px;
    }

    .event-sec .nav-link {
        padding: 16px 5px;
        margin-left: 0px;
        border-radius: 6px;
    }

    .event-side-txt p {
        font-size: 11px;
    }

    .event-slide-img {
        margin-top: 16px;
    }

    .event-slide-img img {
        width: 100%;
    }

    .event-side-btn-main {
        display: flex;
    }

    .event-side-txt ul {
        gap: 15px;
    }

    .nav-btn-side-event {
        margin-top: 20px;
    }

    .event-head {
        margin-bottom: 50px;
    }


    section.event-sec:before,
    section.event-sec:after {
        height: 93%;
    }

    .hall-main-1 h2 {
        font-size: 28px;
    }

    .hall-main-1 {
        padding-right: 0px;
    }

    .hall-main-1 ul {
        column-count: 1;
    }

    .hall-main-1 ul li span {
        font-size: 12px;
    }

    section.hall-sec .noLeft {
        padding-left: 16px;
    }

    .hall-img-1 {
        margin-top: 20px;
    }

    section.hall-sec .noRight {
        padding-right: 13px;
        margin-top: 30px;
    }

    .hall-main-2 h2 {
        font-size: 31px;
    }

    .hall-main-2 {
        padding-left: 7px;
    }

    .hall-main-2 p {
        margin-bottom: 16px;
        width: 96%;
        line-height: 22px;
    }

    section.hall-sec {
        margin-bottom: 60px;
    }

    section.event-sec {
        margin-bottom: 50px;
    }

    .hall-main-1 p {
        width: 100%;
    }

    .club-main h1 {
        font-size: 35px;
    }

    .club-main h1 span {
        display: unset;
    }

    .club-main p {
        width: 100%;
    }

    .hall-img-1 img {
        height: 190px;
    }

    .hall-img-2 img {
        height: 150px;
    }

    .gallery-head h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .gallery-head h2:before {
        left: 5%;
        width: 90%;
        top: 46px;
        display: none;
    }

    .gallery-head:before {
        top: 37px;
        left: 0%;
        display: none;
    }

    .gallery-head:after {
        top: 37px;
        right: 3%;
        display: none;
    }

    .gallery-head p {
        width: 100%;
    }

    .gallery-sec .nav-tabs button {
        font-size: 20px;
        width: 35%;
    }

    .gallery-6 {
        margin-bottom: 20px;
    }

    .gallery-2 {
        margin-bottom: 20px;
    }

    .video-gallery {
        margin-bottom: 20px;
    }

    .video-gallery img {
        height: 190px;
    }

    .video-gallery i {
        top: 39%;
        left: 42%;
    }

    .row.vid {
        margin-bottom: 5px;
    }

    .gallery-1 img {
        height: 370px;
    }

    .gallery-main.lst img {
        height: 660px;
    }

    .testi-slider .slick-list.draggable {
        padding-right: unset;
        margin-right: unset;
    }

    .testi-main {
        padding: 20px 13px;
        display: block;
    }

    .testi-image img {
        object-fit: contain;
    }

    .testi-txt p {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    ul.slick-dots {
        left: -20px;
        bottom: -40px;
    }


    .testi-head h2:before {
        display: none;
    }

    .testi-head:after {
        right: 0;
    }

    .testi-head {
        margin-bottom: 40px;
    }

    .testi-head:before {
        display: none;
    }

    .testi-head:after {
        display: none;
    }

    .event-side-txt {
        width: 100%;
    }

    .event-slide-img {
        width: 50%;
    }

    .donation-img img {
        height: 240px;
        width: 100%;
    }

    .donation-main h2 {
        font-size: 24px;
        margin-top: 20px;
    }

    section.dontaion-sec .row.dt {
        padding: 21px 16px 20px 15px;
    }

    .radio-form ul {
        display: block;
        column-count: 2;
    }

    .radio-form ul li {
        margin-bottom: 10px;
    }

    .donation-main button {
        padding: 10px 27px;
    }

    .banner-event-slider:before {
        width: 100%;
    }

    .contact-footer {
        display: flex;
        align-items: start;
    }

    .contact-footer a {
        font-size: 14px;
    }

    .contact-footer span {
        margin-bottom: 5px;
    }

    .contact-footer .email {
        margin-bottom: 18px;
    }

    .footer-form {
        width: 100%;
    }

    .footer-form h4 {
        font-size: 27px;
    }

    .footer-form {
        padding: 25px 0px;
        margin-bottom: 30px;
    }

    .footer-social a i {
        font-size: 13px;
    }

    .footer-social {
        gap: 11px;
    }

    section.footer-sec {
        padding: 160px 0 10px;
    }

    .footer-info {
        margin-bottom: 11px;
    }

    section.banner-sec.iner {
        display: flex;
        align-items: end;
        min-height: 350px;
        height: fit-content;
        padding-bottom: 60px;
        padding: 130px 0px 40px;
    }

    section.about-sec ul li {
        margin-bottom: 10px;
    }

    .row.lst-about {
        margin-top: 0px;
    }

    .calendar {
        overflow-x: scroll;
        width: 100%;
    }

    .calendar .day {
        width: 90px;
    }

    .dinner-calender {
        display: none;
    }

    .event-side-btn-main.inr {
        margin-left: 0px;
        display: flex;
    }

    .event-side-btn-main.inr.rt {
        margin-right: 0px;
    }

    .head-calender {
        display: block;
    }

    #monthYear {
        font-size: 40px;
    }

    .organize-img img {
        height: 180px;
    }

    .organ-icon-txt {
        display: block;
    }

    .container-fluid {
        padding: 0 3% !important;
    }

    .organize-img {
        margin-bottom: 20px;
    }

    .organize-txt p {
        margin-bottom: 20px;
    }

    .organ-icon-txt img {
        margin-bottom: 10px;
        margin-right: 15px;
    }

    section.organization-sec .row.orgn {
        margin-bottom: 20px;
    }

    .calender-wrapper {
        padding: 30px 15px;
    }

    div#datepicker table .ui-state-default {
        height: 25px;
        width: 25px;
        font-size: 12px;
    }

    .membership-main-form .nav-tabs button {
        height: 50px;
        font-size: 14px;
        line-height: 20px;
    }

    .membership-main-form .nav-tabs .nav-link.active {
        height: 50px;
        font-size: 14px;
        line-height: 20px;
    }

    .membership-form-inside label {
        font-size: 14px;
    }

    .contact-form.iner {
        padding: 64px 20px;
    }

    .contact-form h3 {
        font-size: 32px;
    }

    .ctct-detl {
        padding: 45px 28px;
        border-radius: unset;
    }

    .ctct-detl h2 {
        font-size: 28px;
    }

    .ctct-detl p {
        font-size: 13px;
    }

    .contact-img {
        width: 51px;
        height: 51px;
        border-radius: 8px;
    }

    .contact-img img {
        width: 26px;
        height: 23px;
        object-fit: contain;
    }

    .contact-in a {
        font-size: 13px;
    }

    .contact-socail-iner .social-icons a {
        width: 43px;
        height: 43px;
        font-size: 24px;
    }

    section.contact-sec-iner {
        margin-bottom: 0px;
    }

    .event-detail-img img {
        height: 237px;
    }

    .event-detail-txt ul {
        display: unset;
    }

    .event-detail-txt ul li {
        justify-content: left;
    }

    .event-detail-head {
        display: block;
        padding: 20px 0px 0px;
        margin-bottom: 12px;
    }

    .event-detail-head h2 {
        margin-bottom: 20px;
    }

    .logo-img {
        margin-top: -10px;
    }

    .login-txt {
        padding: 45px 9px 35px;
        margin-bottom: 40px;
    }

    /*.login-txt ul {*/
    /*    display: block;*/
    /*    margin: 6px 0;*/
    /*}*/

    section.banner-sec {
        margin-bottom: 70px;
    }

    .banner-text {
        padding-top: 140px;
    }

    .row.evt {
        padding-top: 30px;
    }

    .navigation {
        padding: 15px 0;
    }

    .login-txt ul li {
        font-size: 13px;
    }

    .login-txt h2 {
        font-size: 24px;
    }

    .menuSec .col-md-4.col-sm-6.col-6 {
        width: 30%;
    }

    .menuSec .col-md-4.col-sm-12.col-12 {
        width: 40%;
    }

    .header-main-btn i {
        width: 45px;
        height: 46px;
        font-size: 14px;
    }

    .event-baner-main img {
        width: 55px;
        height: 49px;
    }

    .about-main-txt:before {
        top: 36px;
    }

    .about-main-txt:after {
        top: 36px;
    }

    .about-main-txt h2:before {
        top: 45px;
    }

    .gallery-main.fv {
        margin-bottom: 20px;
    }

    .gallery-main {
        margin-bottom: 20px;
    }

    section.login.sec {
        padding: 0px 0;
    }

    html {
        overflow-x: hidden;
    }

    .hall-main-1:after {
        top: 55px;
    }

    .hall-main-1:before {
        top: 55px;
    }

    .hall-main-1 h2:before {
        top: 64px;
    }

    .about-main-txt:after {
        display: none;
    }

    .about-main-txt:before {
        display: none;
    }

    .about-main-txt h2:before {
        display: none;
    }

    .gallery-2 img {
        height: 100%;
    }

    .gallery-main.e img {
        height: 100%;
    }

    .gallery-5 img {
        height: 100%;
    }

    .gallery-6 img {
        height: 100%;
    }

    .gallery-main.fr {
        margin-bottom: 20px;
    }


    .gallery-main.fv {
        margin-bottom: 20px;
    }

    .login-txt.login-txt-ex ul {
        display: flex;
    }

    section.login.sec {
        padding: 10px 0 20px;
    }

    .menuSec .logo-img img {
        width: 110px;
        height: 80px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 12px;
    }

    .hall-main-1:before {
        display: none;
    }

    .hall-main-1 h2:before {
        display: none;
    }

    .hall-main-1:after {
        display: none;
    }

    .event-head:after {
        display: none;
    }

    .event-head:before {
        display: none;
    }

    .event-head h2:before {
        display: none;
    }

    section.club-sec {
        height: unset;
        padding: 50px 0px;
        margin-bottom: 50px;
    }

    .banner-event:before {
        right: -25%;
        width: 150%;
    }

    .ban-evnt-main {
        align-items: center;
    }

    .ban-event-img {
        width: fit-content;
        flex-shrink: 0;
    }

    section.dontaion-sec {
        padding: 0px 3%;
    }

    section.testimonial-sec {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    section.gallery-sec {
        margin-bottom: 50px;
    }




















}

@media only screen and (min-width: 0px) and (max-width: 519px) {
    h1 {
        font-size: 41px;
    }

    .menuSec img {
        margin-top: -28px;
    }

    .theme_btn {
        padding: 7px 20px;
        font-size: 12px;
    }

    .logo-img a img {
        width: 75%;
        /* border-radius: 0px 0px 12px 12px; */
        height: 80px;
        margin-top: -18px;
        object-fit: cover;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .header-main-btn {
        margin-top: 0px;
    }

    p {
        font-weight: 400;
        font-size: 12px;
    }

    .menuSec {
        padding: 0px 0 0;
    }

    .banner-text p {
        width: 90%;
    }

    .banner-text p {
        width: 90%;
    }

    section.banner-sec:before {
        display: none;
    }

    .banner-event {
        padding: 15px;
    }

    .banner-social ul li a {
        font-size: 10px;
    }

    .ban-event-img img {
        width: 260px !important;
        height: 160px;
    }

    .ban-event-txt {
        padding: 46px 14px 33px;
    }

    .ban-event-txt h5 {
        font-size: 17px;
        margin: 7px 0 7px;
    }

    .menuSec .logo-img img {
        width: 100px;
        height: 80px;
        position: absolute;
        margin-top: -2px;
        left: 0;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 9px;
        right: 0;
        margin: 6px auto 0px;
    }

    .mobilecontainer {
        margin-top: 20px;
    }

    .ban-event-txt a {
        font-size: 12px;
    }

    .banner-event-slider button.slick-next {
        left: unset;
        right: 0px;
    }

    .banner-event-slider .slick-next:before {
        height: 17px;
        font-size: 15px;
        width: 49px;
    }

    .banner-event-slider .slick-prev:before {
        height: 17px;
        font-size: 15px;
        width: 49px;
    }

    .banner-event-slider button.slick-prev {
        left: unset;
        right: 50px;
    }

    section.banner-sec:after {
        display: none;
    }

    .about-img img {
        height: 280px;
    }

    .about-img:before {
        top: -18px;
        left: -13px;
    }

    h2 {
        font-size: 31px;
    }

    .about-main-txt h2 {
        margin-top: 20px;
    }

    section.about-sec p {
        width: 100%;
    }

    .about-main-txt ul li span {
        font-size: 12px;
    }

    section.about-sec {
        margin-bottom: 40px;
    }

    .hall-main-1 ul li {
        gap: 4px;
        margin-bottom: 6px;
        align-items: baseline;
    }

    .event-img img {
        height: 320px;
    }

    .event-text ul li span {
        font-size: 10px;
    }

    .event-text ul {
        gap: 20px;
    }

    .event-text h4 {
        font-size: 28px;
    }

    .event-text p {
        margin-bottom: 12px;
        line-height: 22px;
    }

    .event-sec .nav-link {
        padding: 16px 5px;
        margin-left: 0px;
        border-radius: 6px;
    }

    .event-side-txt p {
        font-size: 11px;
    }

    .event-slide-img {
        margin-top: 16px;
    }

    .event-slide-img img {
        width: 100%;
    }

    .event-side-btn-main {
        display: flex;
    }

    .event-side-txt ul {
        gap: 15px;
    }

    .nav-btn-side-event {
        margin-top: 20px;
    }

    .event-head {
        margin-bottom: 50px;
    }

    section.event-sec:before {
        height: 95%;
    }

    section.event-sec:after {
        height: 95%;
    }

    .hall-main-1 h2 {
        font-size: 28px;
    }

    .hall-main-1 {
        padding-right: 0px;
    }

    .hall-main-1 ul {
        column-count: 1;
        margin-top: 0px !important;
        margin-bottom: 15px;
    }

    .hall-main-1 ul li span {
        font-size: 12px;
    }

    section.hall-sec .noLeft {
        padding-left: 16px;
    }

    .hall-img-1 {
        margin-top: 20px;
    }

    section.hall-sec .noRight {
        padding-right: 13px;
        margin-top: 30px;
    }

    .hall-main-2 h2 {
        font-size: 31px;
    }

    .hall-main-2 {
        padding-left: 7px;
    }

    .hall-main-2 p {
        margin-bottom: 16px;
        width: 96%;
        line-height: 22px;
    }

    section.hall-sec {
        margin-bottom: 40px;
    }

    section.event-sec {
        margin-bottom: 50px;
    }

    .hall-main-1 p {
        width: 100%;
        margin-bottom: 15px;
    }

    .hall-main-1 ul li img {
        position: relative;
        top: 6px;
    }

    .club-main h1 {
        font-size: 35px;
    }

    .club-main h1 span {
        display: unset;
    }

    .club-main p {
        width: 100%;
    }

    .hall-img-1 img {
        height: 190px;
    }

    .hall-img-2 img {
        height: 150px;
    }

    .gallery-head h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .gallery-head h2:before {
        left: 5%;
        width: 90%;
        top: 46px;
        display: none;
    }

    .gallery-head:before {
        top: 37px;
        left: 0%;
        display: none;
    }

    .gallery-head:after {
        top: 37px;
        right: 3%;
        display: none;
    }

    .gallery-head p {
        width: 100%;
    }

    .gallery-sec .nav-tabs button {
        font-size: 16px;
        padding: 10px 30px;
        width: fit-content;
        height: fit-content;
    }

    .gallery-6 {
        margin-bottom: 20px;
    }

    .gallery-2 {
        margin-bottom: 20px;
    }

    .video-gallery {
        margin-bottom: 20px;
    }

    .video-gallery img {
        height: 190px;
    }

    .video-gallery i {
        top: 39%;
        left: 42%;
    }

    .row.vid {
        margin-bottom: 5px;
    }

    .gallery-1 img {
        height: 370px;
    }

    .gallery-main.lst img {
        height: 100%;
    }

    .about-main-txt:after {
        display: none;
    }

    .about-main-txt:before {
        display: none;
    }

    .about-main-txt h2:before {
        display: none;
    }

    .testi-slider .slick-list.draggable {
        padding-right: unset;
        margin-right: unset;
    }

    .testi-main {
        padding: 20px 13px;
        display: block;
    }

    .testi-image img {
        object-fit: contain;
    }

    .testi-txt p {
        width: 100%;
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    ul.slick-dots {
        left: -20px;
        bottom: -38px;
    }

    section.dontaion-sec {
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
    }

    .testi-head h2:before {
        display: none;
    }

    .testi-head:after {
        display: none;
    }

    .testi-head {
        margin-bottom: 40px;
    }

    .testi-head:before {
        top: 70px;
        display: none;
    }

    .testi-head:after {
        display: none;
    }

    .event-side-txt {
        width: 100%;
    }

    .event-slide-img {
        width: 50%;
        margin: 0px auto;
    }

    section.event-sec.inr .row {
        justify-content: center;
    }

    .ui-datepicker-header {
        gap: 15px;
        margin: 15px 0;
        justify-content: space-around;
    }

    .donation-img img {
        height: 240px;
        width: 100%;
    }

    .donation-main h2 {
        font-size: 24px;
        margin-top: 20px;
    }

    .ui-datepicker-header>a {
        height: 25px;
        width: 25px;
    }

    section.dontaion-sec .row.dt {
        padding: 15px 0px 15px 0px;
    }

    .radio-form ul {
        display: block;
        column-count: 2;
    }

    .radio-form ul li {
        margin-bottom: 10px;
    }

    .donation-main button {
        padding: 10px 27px;
    }

    .banner-event-slider:before {
        width: 100%;
    }

    .contact-footer {
        display: block;
    }

    .contact-footer a {
        font-size: 14px;
    }

    .contact-footer span {
        margin-bottom: 5px;
    }

    .contact-footer .email {
        margin-bottom: 18px;
    }

    .footer-form {
        width: 100%;
    }

    .footer-form h4 {
        font-size: 27px;
    }

    .footer-form {
        margin-bottom: 40px;
        padding: 25px 0px 0px;
    }

    .footer-social a i {
        font-size: 13px;
    }

    .footer-social {
        gap: 11px;
    }

    section.footer-sec {
        padding: 40px 0 15px !important;
    }

    .footer-form input {
        height: 50px;
        font-size: 12px;
        padding: 10px 20px;
        margin-bottom: 10px;
    }

    .footer-info {
        margin-bottom: 11px;
    }

    section.banner-sec.iner {
        display: flex;
        align-items: end;
        height: fit-content;
        margin-bottom: 50px;
        padding-bottom: 40px;
        padding: 150px 0px 50px;
    }

    .calendar {
        overflow-x: scroll;
        width: 100%;
    }

    .calendar .day {
        width: 60px;
        display: flex;
        font-size: 16px;
        min-height: 60px;
        padding: 10px 10px;
        align-items: center;
        justify-content: center;
    }

    .nav-buttons button,
    .view-options button {
        padding: 5px 12px;
        border-radius: 5px;
        font-size: 16px;
    }

    .dinner-calender {
        display: none;
    }

    .event-side-btn-main.inr {
        margin-left: 0px;
        display: block;
    }

    .event-side-btn-main.inr.rt {
        margin-right: 0px;
        padding: 15px;
    }

    .head-calender {
        gap: 1px;
        display: flex;
        width: fit-content;
    }

    section.calender-sec {
        margin-bottom: 40px;
    }

    #monthYear {
        font-size: 17px;
    }

    .organize-img img {
        height: 100%;
    }

    .organ-icon-txt {
        display: block;
    }

    .organize-img {
        margin-bottom: 20px;
    }

    .organize-txt p {
        margin-bottom: 20px;
    }

    .organ-icon-txt img {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .calender-wrapper {
        padding: 15px;
    }

    .calender-wrapper h3 {
        margin-bottom: 10px;
    }

    section.booking-sec {
        padding: 0px 0 40px;
    }

    div#datepicker table .ui-state-default {
        height: 25px;
        width: 25px;
        font-size: 12px;
    }

    .membership-main-form .nav-tabs button {
        font-size: 14px;
        line-height: 20px;
    }

    .membership-main-form .nav-tabs .nav-link.active {
        line-height: 20px;
        font-size: 14px;
        height: fit-content;
    }

    .membership-form-inside label {
        font-size: 14px;
    }

    .contact-form.iner {
        padding: 40px 20px;
    }

    .contact-form h3 {
        font-size: 32px;
    }

    .contact-form.iner input {
        height: 45px;
        margin-bottom: 10px;
    }

    .contact-form .row {
        margin: 0px;
    }

    .ctct-detl {
        padding: 35px 20px;
        border-radius: unset;
    }

    .ctct-detl h2 {
        font-size: 28px;
    }

    .ctct-detl p {
        font-size: 13px;
    }

    .contact-img {
        width: 51px;
        height: 51px;
        border-radius: 8px;
    }

    .contact-img img {
        width: 26px;
        height: 23px;
        object-fit: contain;
    }

    .contact-in a {
        font-size: 13px;
    }

    .contact-socail-iner .social-icons a {
        width: 43px;
        height: 43px;
        font-size: 24px;
    }

    section.contact-sec-iner {
        margin-bottom: 0px;
    }

    .event-detail-img img {
        height: 237px;
    }

    .event-detail-txt ul {
        display: unset;
    }

    .event-detail-txt ul li {
        justify-content: left;
    }

    .event-detail-head {
        display: block;
        padding: 20px 0px 0px;
        margin-bottom: 12px;
    }

    .event-detail-head h2 {
        margin-bottom: 20px;
    }

    .logo-img {
        margin-top: -10px;
        height: 100px;
    }

    .login-txt {
        padding: 25px 5px 0px;
        margin-bottom: 20px;
    }

    /*.login-txt ul {*/
    /*    display: block;*/
    /*    margin: 6px 0;*/
    /*}*/

    .login-txt ul li {
        font-size: 13px;
    }

    .login-txt h2 {
        font-size: 24px;
    }

    html {
        overflow-x: hidden;
    }

    .gallery-2 img {
        height: 100%;
    }

    .gallery-main.e img {
        height: 100%;
    }

    .gallery-5 img {
        height: 100%;
    }

    .gallery-6 img {
        height: 100%;
    }

    .gallery-main.fr {
        margin-bottom: 20px;
    }

    .gallery-main.fv {
        margin-bottom: 20px;
    }

    .login-txt.login-txt-ex ul {
        display: flex;
    }

    section.login.sec {
        padding: 0px 30px;
    }

    .hall-main-1:before {
        display: none;
    }

    .hall-main-1 h2:before {
        display: none;
    }

    .hall-main-1:after {
        display: none;
    }

    .event-head:after {
        display: none;
    }

    .event-head:before {
        display: none;
    }

    .event-head h2:before {
        display: none;
    }

    section.club-sec {
        height: fit-content;
        padding: 40px 0px;
        margin-bottom: 40px;
    }

    .banner-text {
        padding-top: 170px;
    }

    .header-main-btn i {
        font-size: 14px;
        width: 40px;
        height: 40px;
    }

    .row.evt {
        padding-top: 30px;
    }

    section.banner-sec {
        margin-bottom: 50px;
    }

    section.dontaion-sec {
        padding: 0px 3%;
    }


    section.calender-sec header {
        align-items: center;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .calendar .day-name {
        padding: 10px 0;
        font-size: 14px;
        min-height: 40px;
    }

    .footer-last p {
        font-size: 12px;
    }

    .time-slot {
        margin: 5px;
        height: 40px;
        margin-right: 0;
        font-size: 14px;
        width: fit-content;
        border-radius: 5px;
        padding: 10px 15px;
    }

    .wrapper-time {
        padding: 10px;
        margin-top: 15px;
    }

    div#datepicker table td {
        height: 50px;
    }

    div#datepicker table .ui-state-disabled .ui-state-default {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    div#datepicker table th {
        font-size: 12px;
    }

    .login .wppb-user-forms .wppb-form-field {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 0px !important;
    }

    .login .wppb-form-field input[type="text"],
    .login .wppb-form-field input[type="number"],
    .login .wppb-form-field input[type="email"],
    .login .wppb-form-field input[type="url"],
    .login .wppb-form-field input[type="search"],
    .login .wppb-form-field select,
    .login .wppb-form-field textarea,
    .login .wppb-form-field .wppb-password-field-container,
    .login .wppb-checkboxes,
    .login .wppb-radios,
    .login #wppb-login-wrap .login-username input,
    .login #wppb-login-wrap .login-auth input {
        width: 100%;
    }

    .login #wppb-login-wrap .login-remember {
        display: flex;
        flex-direction: row !important;
    }

    .oraganization-page .organize-txt h2 {
        font-size: 30px;
    }

    .organ-icon-txt img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

    section.organization-sec .row.orgn {
        margin-bottom: 10px;
    }

    .membership-main-form .nav-tabs {
        margin-bottom: 30px;
        flex-direction: column;
    }

    .membership-main-form .nav-tabs button {
        height: fit-content;
    }

    .membership-form-inside input {
        height: 45px;
        margin-bottom: 10px;
    }

    .membership-form-inside p {
        font-size: 14px;
    }

    section.membership-sec {
        margin-bottom: 40px;
    }

    section.dontaion-sec.iner {
        margin-bottom: 40px;
    }

    .donation-main input {
        height: 45px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .donation-main select {
        height: 45px;
        margin-bottom: 15px;
    }













}


/*Media Query End*/