@charset "UTF-8";
body {
    background-color: #FFFFFF;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 , p{
    margin-top: 0;
    margin-bottom: 0;
}

.benifit{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 400px;
}

.img-logo{
    mask-image: url("/upload/Logo.png");
    -webkit-mask-image: url("/upload/Logo.png");
    background-color: #084d96;
    width: 181px;
    height: 36px;
}
.first{
    background-image: url("/upload/1.png");
}
.second{
    background-image: url("/upload/2.png");
}
.third{
    background-image: url("/upload/3.png");
}
.fourth{
    background-image: url("/upload/4.png");
}
.detail{
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

/* .fixed-top{
    position: absolute;    
} */
#mainNav{
    transition: all 0.3s ease-in-out;
}
#mainNav.hidden{
    transform: translateY(-100%);
}
.banner 
{
    overflow: hidden;
    width: 100%;
}
.coler_w{
    color: #ffffff;
}
.banner-text 
{
    display: inline-block;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    color:black;
}

.note_msg
{
    color: red;
    background-color: #f5f5f5;
    border-radius: 10px;
    width: 40%;
}

@keyframes marquee 
{
    0% 
    {
        transform: translateX(100%);
    }
    100% 
    {
        transform: translateX(-100%);
    }
}
.navtop {
    background-color: #3b4656;
    height: 60px;
    width: 100%;
    border: 0;
}
.navtop div {
    display: flex;
    margin: 0 auto;
    width: 800px;
    height: 100%;
}
.navtop div h1, .navtop div a {
    display: inline-flex;
    align-items: center;
}
.navtop div h1 {
    flex: 1;
    font-size: 24px;
    padding: 0;
    margin: 0;
    color: #ebedee;
    font-weight: normal;
}
.navtop div a {
    padding: 0 20px;
    text-decoration: none;
    color: #c4c8cc;
    font-weight: bold;
}
.navtop div a i {
    padding: 2px 8px 0 0;
}
.navtop div a:hover {
    color: #ebedee;
}
.content {
    width: 100%;
    margin: 0 auto;
}
.content h2 {
    margin: 0;
    padding: 25px 0;
    font-size: 22px;
    border-bottom: 1px solid #ebebeb;
    color: #666666;
}
.calendar {
    display: flex;
    flex-flow: column;
    z-index: 2;
    position: relative;
}
.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
    background: linear-gradient(45deg, #e1d6ff, #ece6fe) !important;
}
.schedule 
{
    z-index: -1;
    opacity: 0;
    position: absolute;
}

.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #2c7aca;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #448cd6;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #045859;
    cursor: pointer;
    min-height: 100px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}

@media (max-width: 1000px) {
    .calendar .days .day_num .event{
        content-visibility: hidden;
        height: 15px;
        width: 15px;
        border-radius: 50%;
    }
  }


.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #4e5558d7;
    cursor: inherit;
}
.calendar_background{
    background-image: url("/upload/background.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.member_info{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1em;
}


/* Add CSS styles for the popup */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.content {
    margin-bottom: 20px;
}

.form-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/* end Pop up */
.danger
{
    color: red;
    font-size: 0.7em;
    line-height: 1em;
}

.banner-section {
padding-top: 5rem;
padding-bottom: 3rem;
/* background-image: url("../upload/Banner_gif.gif");
background-size: cover;
background-repeat: no-repeat; */
}

.profile-section {
    padding-top: 5rem;
}
.banner-section p {
margin-bottom: 3rem;
}

.lucky-draw-section{
/* padding-top: 5rem;
min-height: 1000px; */
background-image: url("../upload/background_lucky_draw.png");
background-size: cover;
background-repeat: no-repeat;
}

.lucky-draw-title{
color: #ffffff;
font-size: 7vw;
}

.projects-section {
padding: 3rem 0;
}
.projects-section .featured-text {
padding: 2rem;
}
@media (min-width: 992px) {
.projects-section .featured-text {
    padding: 0 0 0 2rem;
    /* border-left: 0.5rem solid #64a19d; */
}
}
.projects-section .project-text {
padding: 3rem;
font-size: 90%;
}
@media (min-width: 992px) {
.projects-section .project-text {
    padding: 5rem;
}
.projects-section .project-text hr {
    border-color: #64a19d;
    border-width: 0.25rem;
    width: 30%;
}
}

.signup-section {
padding: 15rem 0 0 0;
background-position: center;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
}
.signup-section .form-signup input {
box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
padding: 1.25rem 2rem;
height: auto;
font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 80%;
text-transform: uppercase;
letter-spacing: 0.15rem;
border: 0;
}

.contact-section {
padding-top: 5rem;
}
.contact-section .card {
border: 0;
border-bottom: 0.25rem solid #64a19d;
}
.contact-section .card h4, .contact-section .card .h4 {
font-size: 0.8rem;
font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
letter-spacing: 0.15rem;
}
.contact-section .card hr {
border-color: #64a19d;
border-width: 0.25rem;
width: 3rem;
}
.contact-section .social {
margin-top: 5rem;
}
.contact-section .social a {
text-align: center;
height: 3rem;
width: 3rem;
background: rgba(255, 255, 255, 0.1);
border-radius: 100%;
line-height: 3rem;
color: rgba(255, 255, 255, 0.3);
}
.contact-section .social a:hover {
color: rgba(255, 255, 255, 0.5);
}
.contact-section .social a:active {
color: #fff;
}
.container .core_values{
font-size: 5em;
}
.featured-text .core_values{
font-size: 8em;
line-height: 0.75em;
}
.new-event-section .featured-text .core_values{
font-size: 8em;
line-height: 0.2em;
}
.event-time{
position: initial;
}
.coming-soon{
position: absolute;
font-size: 2.8rem;
border: 3px solid black;
}
.footer {
padding: 5rem 0;
}
.signin {
border-radius: 30px;
border: 2px solid #b3bfdf;
text-decoration: none !important;
color: #000;
padding: 1rem 3rem;
font-size: 3rem;
}
@media (max-width: 767.98px) {
.signin {
    color: #000;
    padding: 0.8rem 2rem;
    font-size: 1.8rem;
}
}

.blog-listing {
padding-top: 30px;
padding-bottom: 30px;
}
.gray-bg {
background-color: #f5f5f5;
}
/* Blog 
---------------------*/
.blog-grid {
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
border-radius: 5px;
overflow: hidden;
background: #ffffff;
margin-top: 15px;
margin-bottom: 15px;
height: 90%;
}
.blog-grid .blog-img {
position: relative;
}
.blog-grid .blog-img .date {
position: absolute;
background: #fc5356;
color: #ffffff;
padding: 8px 15px;
left: 10px;
top: 10px;
border-radius: 4px;
}
.blog-grid .blog-img .date span {
font-size: 22px;
display: block;
line-height: 22px;
font-weight: 700;
}
.blog-grid .blog-img .date label {
font-size: 14px;
margin: 0;
}
.blog-grid .blog-info {
padding: 20px;
}
.blog-grid .blog-info h5 {
font-size: 22px;
font-weight: 700;
margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
color: #20247b;
}
.blog-grid .blog-info p {
margin: 0;
}
.blog-grid .blog-info .btn-bar {
margin-top: 20px;
}


/* Blog Sidebar
-------------------*/
.blog-aside .widget {
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
border-radius: 5px;
overflow: hidden;
background: #ffffff;
margin-top: 15px;
margin-bottom: 15px;
width: 100%;
display: inline-block;
vertical-align: top;
}
.blog-aside .widget-body {
padding: 15px;
}
.blog-aside .widget-title {
padding: 15px;
border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
font-size: 20px;
font-weight: 700;
color: #fc5356;
margin: 0;
}
.blog-aside .widget-author .media {
margin-bottom: 15px;
}
.blog-aside .widget-author p {
font-size: 16px;
margin: 0;
}
.blog-aside .widget-author .avatar {
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
}
.blog-aside .widget-author h6 {
font-weight: 600;
color: #20247b;
font-size: 22px;
margin: 0;
padding-left: 20px;
}
.blog-aside .post-aside {
margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
font-size: 18px;
color: #20247b;
font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
color: #6F8BA4;
font-size: 12px;
text-transform: uppercase;
display: inline-block;
margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
border-top: 1px solid #eee;
padding-top: 15px;
margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
margin: 0;
font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
color: #20247b;
font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
color: #6F8BA4;
font-size: 12px;
text-transform: uppercase;
display: inline-block;
margin-right: 10px;
}

.tag-cloud a {
padding: 4px 15px;
font-size: 13px;
color: #ffffff;
background: #20247b;
border-radius: 3px;
margin-right: 4px;
margin-bottom: 4px;
}
.tag-cloud a:hover {
background: #fc5356;
}

.blog-single {
padding-top: 30px;
padding-bottom: 30px;
}

.article {
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
border-radius: 5px;
overflow: hidden;
background: #ffffff;
padding: 15px;
margin: 15px 0 30px;
}
.article .article-title {
padding: 15px 0 20px;
}
.article .article-title h6 {
font-size: 14px;
font-weight: 700;
margin-bottom: 20px;
}
.article .article-title h6 a {
text-transform: uppercase;
color: #fc5356;
border-bottom: 1px solid #fc5356;
}
.article .article-title h2 {
color: #20247b;
font-weight: 600;
}
.article .article-title .media {
padding-top: 15px;
border-bottom: 1px dashed #ddd;
padding-bottom: 20px;
}
.article .article-title .media .avatar {
width: 45px;
height: 45px;
border-radius: 50%;
overflow: hidden;
}
.article .article-title .media .media-body {
padding-left: 8px;
}
.article .article-title .media .media-body label {
font-weight: 600;
color: #fc5356;
margin: 0;
}
.article .article-title .media .media-body span {
display: block;
font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
color: #20247b;
font-weight: 600;
margin-bottom: 15px;
}
.article .article-content blockquote {
max-width: 600px;
padding: 15px 0 30px 0;
margin: 0;
}
.article .article-content blockquote p {
font-size: 20px;
font-weight: 500;
color: #fc5356;
margin: 0;
}
.article .article-content blockquote .blockquote-footer {
color: #20247b;
font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
font-weight: 600;
}
.article .tag-cloud {
padding-top: 10px;
}

.article-comment {
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
border-radius: 5px;
overflow: hidden;
background: #ffffff;
padding: 20px;
}
.article-comment h4 {
color: #20247b;
font-weight: 700;
margin-bottom: 25px;
font-size: 22px;
}
img {
max-width: 100%;
}
img {
vertical-align: middle;
border-style: none;
}
/* body{
background-color: #f4f7f6;
margin-top:20px;
} */
.card {
background: #fff;
transition: .5s;
border: 0;
margin-bottom: 30px;
border-radius: .55rem;
position: relative;
width: 100%;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
.card .body {
color: #444;
padding: 20px;
font-weight: 400;
}
.card .header {
color: #444;
padding: 20px;
position: relative;
box-shadow: none;
}
.single_post {
-webkit-transition: all .4s ease;
transition: all .4s ease
}

.single_post .body {
padding: 30px
}

.single_post .img-post {
position: relative;
overflow: hidden;
max-height: 500px;
margin-bottom: 30px
}

.single_post .img-post>img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition: -webkit-transform .4s ease, opacity .4s ease;
transition: transform .4s ease, opacity .4s ease;
max-width: 100%;
filter: none;
-webkit-filter: grayscale(0);
-webkit-transform: scale(1.01)
}

.single_post .img-post:hover img {
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
opacity: .7;
filter: gray;
-webkit-filter: grayscale(1);
-webkit-transition: all .8s ease-in-out
}

.single_post .img-post:hover .social_share {
display: block
}

.single_post .footer {
padding: 0 30px 30px 30px
}

.single_post .footer .actions {
display: inline-block
}

.single_post .footer .stats {
cursor: default;
list-style: none;
padding: 0;
display: inline-block;
float: right;
margin: 0;
line-height: 35px
}

.single_post .footer .stats li {
border-left: solid 1px rgba(160, 160, 160, 0.3);
display: inline-block;
font-weight: 400;
letter-spacing: 0.25em;
line-height: 1;
margin: 0 0 0 2em;
padding: 0 0 0 2em;
text-transform: uppercase;
font-size: 13px
}

.single_post .footer .stats li a {
color: #777
}

.single_post .footer .stats li:first-child {
border-left: 0;
margin-left: 0;
padding-left: 0
}

.single_post h3 {
font-size: 20px;
text-transform: uppercase
}

.single_post h3 a {
color: #242424;
text-decoration: none
}

.single_post p {
font-size: 16px;
line-height: 26px;
margin: 0
}

.single_post .blockquote p {
margin-top: 0 !important
}

.single_post .meta {
list-style: none;
padding: 0;
margin: 0
}

.single_post .meta li {
display: inline-block;
margin-right: 15px
}

.single_post .meta li a {
font-style: italic;
color: #959595;
text-decoration: none;
font-size: 12px
}

.single_post .meta li a i {
margin-right: 6px;
font-size: 12px
}

.single_post2 {
overflow: hidden
}

.single_post2 .content {
margin-top: 15px;
margin-bottom: 15px;
padding-left: 80px;
position: relative
}

.single_post2 .content .actions_sidebar {
position: absolute;
top: 0px;
left: 0px;
width: 60px
}

.single_post2 .content .actions_sidebar a {
display: inline-block;
width: 100%;
height: 60px;
line-height: 60px;
margin-right: 0;
text-align: center;
border-right: 1px solid #e4eaec
}

.single_post2 .content .title {
font-weight: 100
}

.single_post2 .content .text {
font-size: 15px
}

.right-box .categories-clouds li {
display: inline-block;
margin-bottom: 5px
}

.right-box .categories-clouds li a {
display: block;
border: 1px solid;
padding: 6px 10px;
border-radius: 3px
}

.right-box .instagram-plugin {
overflow: hidden
}

.right-box .instagram-plugin li {
float: left;
overflow: hidden;
border: 1px solid #fff
}

.comment-reply li {
margin-bottom: 15px
}

.comment-reply li:last-child {
margin-bottom: none
}

.comment-reply li h5 {
font-size: 18px
}

.comment-reply li p {
margin-bottom: 0px;
font-size: 15px;
color: #777
}

.comment-reply .list-inline li {
display: inline-block;
margin: 0;
padding-right: 20px
}

.comment-reply .list-inline li a {
font-size: 13px
}

.controls {
text-align: center;
}

.controls .control {
display: inline-block;
width: 2em;
height: 2em;
border-radius: 50%;
background-color: #ffffff;
margin: 5px;
cursor: pointer;
color: #000000;
}

.controls .control.active {
background-color: #000000;
color: #ffffff;
}
.body_top{
    
}
.bg {
    background: url("../upload/galaxy.svg") no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}
.bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
}
@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-600px);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1200px);
        opacity: 0.5;
    }
}
.star-field {
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 600px;
    -webkit-perspective: 600px;
    z-index: -1;
}
.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7,
        524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2,
        440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
        -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed,
        -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6,
        828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
        624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2,
        563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
        -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1,
        -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}
.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 5s linear infinite;
}
.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 5s linear infinite;
}
.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 5s linear infinite;
}


@media (max-width: 640px) {
.blog-page .left-box .single-comment-box>ul>li {
    padding: 25px 0
}
.blog-page .left-box .single-comment-box ul li .icon-box {
    display: inline-block
}
.blog-page .left-box .single-comment-box ul li .text-box {
    display: block;
    padding-left: 0;
    margin-top: 10px
}
.blog-page .single_post .footer .stats {
    float: none;
    margin-top: 10px
}
.blog-page .single_post .body,
.blog-page .single_post .footer {
    padding: 30px
}
}
.content_blog
{
font-family: Arial, Helvetica, sans-serif !important;
}
.content_blog a
{
text-decoration: none !important;
}
.menu_top_text{
color: #084d96 !important;
font-size: 16px !important;
font-weight: 600 !important;
}
.img-banner{
border:  2px solid #2C2C2C;
border-radius: 24px;
box-shadow: 2px 2px #2C2C2C;
/* width: 100%;
height: 100%; */
}
.banner-title{
font-size: 64px;
line-height: 80px;
font-weight: 700;
}
.banner-content{
font-size: 18px;
line-height: 26px;
font-weight: 400;
}
.btn_dark{
font-size: 16px;
font-weight: 600;
line-height:22px;
color:#fff;
border: 2px solid black;
letter-spacing: 0.15rem;
text-transform: uppercase;
box-shadow: 0px ,1px,1px,0px #2C2C2C;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
user-select: none;
background-color: #084D96;
border-radius: 16px;
padding:20px;
display:inline-block;

}
.btn_light{
font-size: 16px;
font-weight: 600;
line-height:22px;
color:#000;
border: 2px solid black;
letter-spacing: 0.15rem;
text-transform: uppercase;
box-shadow: 0px ,1px,1px,0px #2C2C2C;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
user-select: none;
background-color: #ffffff;
border-radius: 16px;
padding:20px;
display:inline-block;
}
.guest-section{

}

.guest-title{
line-height: 48px;
font-size: 36px;
font-weight: 700;
text-align: center;
}

.slideshow-container {
width: 100%;
overflow: hidden;
}

.image-list {
display: flex;
transition: transform 2s ease;
}

.image {
/* flex: 0 0 33.33%; */
margin: 0 1%;
position: relative;
}

.guest_info_blue {
padding: 5px 10px;
position: absolute;
top: 57%;
border-radius: 24px;
border: 2px solid #2C2C2C;
left: -5%;
width:280px;
text-align: left;
background-color: #74D0FB;
}

.guest_info_yellow {
padding: 5px 10px;
position: absolute;
top: 57%;
border-radius: 24px;
border: 2px solid #2C2C2C;
left: -5%;
width:280px;
text-align: left;
background-color: #FAE457;
}

.guest_info_green {
padding: 5px 10px;
position: absolute;
top: 57%;
border-radius: 24px;
border: 2px solid #2C2C2C;
left: -5%;
width:280px;
text-align: left;
background-color: #9EE6AB;
}

.title_guest_info{
font-size: 18px;
font-weight: 600;
}

.content_guest_info{
font-size: 14px;
font-weight: 400;
}

.image img {
width: 300px;
height: 300px;
border-radius: 24px;
border: 2px solid #2C2C2C;
}
.buttons {
text-align: center;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

.buttons button {
font-size: 16px;
cursor: pointer;
border: 2px solid #2C2C2C;
width: 48px;
height: 48px;
border-radius: 16px;
}

.side_button_center{
display: flex;
align-items: center;
}

.news-section{
/* background-color: #9EE6AB;
background-image: url("../upload/news.png"); */
}

.image_event{
    margin: 5px;
    border: 1px solid #2C2C2C;
    border-radius: 12px;
}

.image_event img{
    height: 247px;
    border-radius: 12px;
}

.image-section .all-title{
/* background-color: #FAE457;
background-image: url("../upload/image-background.png"); */
color: #ffffff;
}

.about-section{
background-color: #74D0FB;
background-image: url("../upload/about_banner_background.png");
background-size: cover;
}


.top_image{
border-radius: 24px;
border: 2px solid #2C2C2C;
background-size:cover;
height: 170px;
margin: 2%;
background-position:center;
}

.news_content{
background-color: #ffffff;
border-radius: 24px;
border: 2px solid #000000;
padding: 1%;
}

.about_us_icon_descrioption{
float: left;
padding-right: 3%;
}
.about_us_description{
font-size: 14px;
font-weight: 400;
}
.footer-section{
background-color: #084D96;
color: #ffffff;
font-size: 16px;
line-height: 22px;
}

.form_input{
border: 2px solid #2C2C2C;
border-radius: 16px;
width: 100%;
padding: 0px, 20px, 0px, 20px;
height: 48px;
}

.img_about_us_banner{
width:100%;
}

.btn_login{
padding: 6px 12px !important;
color: #084D96 !important;
text-transform: none;
letter-spacing: normal;
font-weight: 700 !important;
border-radius: 12px !important;
border: 2px solid #2C2C2C !important;
}

.btn_signin{
padding: 6px 12px !important;
text-transform: none;
letter-spacing: normal;
font-weight: 700 !important;
color: #ffffff !important;
background-color: #084D96 !important;
border-radius: 12px !important;
border: 2px solid #2C2C2C !important;
}

.login-sign-in-section {
padding-top: 5rem;
background-color: #74D0FB;
background-image: url("../upload/Banner.png");
min-height: 98vh;
}

.box-login{
background-color: #ffffff;
border: 2px solid #000000;
border-radius: 24px;
padding: 6%;
}

.login-sign-in-form{
font-weight: 600;
font-size: 16px;
color: #020C19;
}

.input-form{
width: 100%;
height: 48px;
border-radius: 16px !important;
border: 2px solid #2C2C2C !important;
margin-bottom: 16px;
padding: 0 3%;
}

.navbar-nav-left{
align-items:center;
}

.mobi_header_2{
display: none;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.sponser_logo{
    padding: 10px;
}

.sponser_logo img{
    height: 100px;
    width: auto;
}

/* Styles for the popup container */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Style for the password input */
#password {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Style for the submit button */
#submit {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.infor, .infor_password {
    border: 0px;
    background-color: #ffffff;
    width: 100%;
}

.profile_text{
    font-size: 16px;
    font-weight: 600;
}

.blog_page{
    padding: 1%;
}

.blog_page_background{
    border: 2px solid #2C2C2C;
    border-radius: 24px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 2%;
}

.blog_page_background img{
    border-radius: 16px;
}

.blog_page_background .title{
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    color: #000000;
}

.blog_page_background .caption{
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
}

.blog_page_background a:hover{
    text-decoration: none;
}

.blog_head{
    background-color: #FAE457;
    border: 2px solid #2C2C2C;
    border-radius: 24px;
}

.blog_head img{
    width: 100%;
    border-radius: 21px 21px 0 0 ;
    height: auto;
}

.blog_head .title{
    font-weight: 600;
    padding: 3%;
    text-decoration: none;
    color: #000000;
}

.blog_head .time{
    padding: 3%;
    color: #465568;
    text-decoration: none;
    color: #000000;
}

.blog_link{
    text-decoration: none;
}

.footer_menu{
    text-decoration: none;
    color: #ffffff;
}

.ticket {
    width: 90%; /* Adjust the width percentage as needed for responsiveness */
    height: 210px;
    max-width: 400px; /* Set a maximum width for larger screens */
    max-height: 275px;
    margin: 0 auto; /* Center the ticket horizontally */
    padding: 20px;
    background-size: cover;
    background-position: center;
    border: 2px solid #333;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

/* Styles for the half-circle shapes */
.half-circle {
    width: 10%; /* Adjust the width percentage for responsiveness */
    padding-top: 10%; /* Maintain a 1:1 aspect ratio for the circle */
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
}

.half-circle-top {
    top: -10%; /* Adjust the positioning percentage as needed */
    left: 50%;
    transform: translateX(100%);
    border-bottom: 2px solid #333;
}

.half-circle-bottom {
    bottom: -10%; /* Adjust the positioning percentage as needed */
    left: 50%;
    transform: translateX(100%);
    border-top: 2px solid #333;
}

.half-circle-right {
    top: 50%;
    right: -5%; /* Adjust the positioning percentage as needed */
    transform: translateY(-50%);
    border-left: 2px solid #333;
}

/* Styles for the ticket content */
.ticket-content {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #333;
}

/* Additional styles for alignment */
.ticket-details {
    margin-top: 20px;
}

.calender_event{
    background-image: linear-gradient(to bottom, #ECECEC 70%,#74D0FB 30%);
    border-radius: 16px;
    height: 144px;
    width: 104px;
    padding: 5%;
}

.details-banner-section{
    height: 60vh;
    background-size: cover;
    
}

.location_event{
    background-color: #74D0FB;
    background-image: url("../upload/Banner.png");    
    background-size: cover;
    text-align: center;
    border-radius: 24px;
    border: 2px solid #2C2C2C;
}

.location_event_title{
    border: 2px solid;
    border-radius: 20px;
    margin-top: -2%;
    padding: 5px;
    background-color: #FAE457;
    font-weight: 600;
}

.time_line_table{
    border: 2px solid #2C2C2C;
    border-radius: 24px;
    width: 100%;
}

.time_line_title{
    width: 100%;
    background-color: #74D0FB;
    font-weight: 600;
    text-align: center;
}

.time_line_table .morning{
    border-radius: 24px 24px 0 0;
}

.time_table{
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.name_time_line{
    padding-left: 5%;
    padding-right: 5%;
}

.step {
    display: none;
}

.fake_btn{
    color: #ffffff !important;
    width: 100%;
}

.fake_btn:hover{
    color: #2C2C2C !important;
}

.fee_detail{
    border: 2px solid #2C2C2C;
    border-radius: 24px;
    padding: 1% 3%;
}

.fee_name{
    font-weight: 600;
    font-size: 16px;
}

.fee_price{
    font-weight: 300;
    font-size: 14px;
}

.btn-number-left{
    border: 2px solid #2C2C2C;
    border-radius: 8px 0px 0px 8px;
}

.btn-number-right{
    border: 2px solid #2C2C2C;
    border-radius: 0px 8px 8px 0px;
}

.value_fee{
    width: 15%;
}

.total_detail{
    padding: 3%;
    border: 2px solid #2C2C2C;
    border-radius: 24px;
    background:  linear-gradient(to top, rgb(251, 255, 0) 38px, rgb(255, 255, 255) 0% ) no-repeat;
}

.border_top{
    border-top: 2px solid #2C2C2C;
}

.payment-banner{
    margin-top: 10%;
}

@media (max-width: 990px) {
    .image img {
        width: 200px;
        height: 200px;
    }
    .navbar-nav-left{
        align-items:normal;
    }
    .nav-item{
        margin: 3%;
    }
    .btn_login
    {
        width: 100%;
    }
    .btn_signin
    {
        width: 100%;
    }
    .mobi_header{
        display: none;
    }
    .mobi_header_2{
        display: block;
        float: left;
    }
    .guest_info_blue {
        padding: 5px 10px;
        position: unset;
        top: 57%;
        border-radius: 0px;
        border: 0px solid;
        left: -5%;
        width:280px;
        text-align: left;
        background-color: #ffffff;
    }

    .guest_info_yellow {
        padding: 5px 10px;
        position: unset;
        top: 57%;
        border-radius: 0px;
        border: 0px solid;
        left: -5%;
        width:280px;
        text-align: left;
        background-color: #ffffff;
    }

    .guest_info_green {
        padding: 5px 10px;
        position: unset;
        top: 57%;
        border-radius: 0px;
        border: 0px solid;
        left: -5%;
        width:280px;
        text-align: left;
        background-color: #ffffff;
    }
    .details-banner-section{
        height: 30vh;
    }
}

@media (max-width: 1199px) {
    .menu_top_text {
        font-size: 14px;
    }
}
