@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.featured-image { display:none;}
.header-scrolled .logo .logo-b{ display:block !important; }

.header-scrolled .logo .logo-w{ display:none !important; }

.header-scrolled .nav-menu a {color: #555555;}
.header-scrolled .nav-menu a:hover, .header-scrolled .nav-menu .active > a, .header-scrolled .nav-menu li:hover > a { color: #004fef !important;}
.header-scrolled .nav-menu .get-started a{ color:#010227 !important;}

.nav-menu a {color: #3498db;}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a{ color: #ffffff !important;}
.nav-menu .get-started a { color: #010227 !important;}
.nav-menu .get-started a:hover, .header-scrolled .nav-menu .get-started a:hover { color: #ffffff !important;}

#rotate{ color: #00e4ff;}

#countdown { display: flex; gap: 20px; font-size: 2rem; font-weight: bold; width:90px;}
.time-box { background: rgba(0, 0, 0, 0.4); padding: 10px 20px; border-radius: 12px; color: #00e4ff; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); border: 1px solid #02a0b3; font-size: 20px;}
.time-box .label {font-size: 13px;font-weight: normal;}
.label { font-size: 1rem; color: #fff; }
#days, #hours, #minutes, #seconds{ line-height:normal;}

.sd-bg {background: linear-gradient(to bottom,  #e1f0fa 0%,#ffffff 100%);  border-radius: 30px;}

#speakers .col-lg-3{ max-width:16.5%; flex: 0 0 16.5%;}

.sticky { position: sticky; top: 120px;}
.agenda-txt h4{ font-size: 18px; margin-bottom:0;}
.agenda-txt .card{border-left: 0; border-right: 0; border-top: 0; padding: 1rem 0 !important; background-color: transparent;}
.agenda-txt .nav-link{ font-size:16px; font-weight:600;}
.agenda-txt .nav-tabs .nav-item.show .nav-link, .agenda-txt .nav-tabs .nav-link.active { color: #1e56ff; background-color: #e9f6ff; border-radius: 10px 10px 0 0;}
.agenda-txt .nav-tabs .nav-link.active:hover{ background-color:#cce5f9;}

.agenda-txt #home .card{padding: 0 0 0 !important; margin-bottom:0rem; border-radius: 0; border: none;}
.agenda-txt .ssds{ padding:0 1.25rem;}

/* Logos marquee Start */
.marquee { display: flex;  block-size: var(--marquee-item-height);  margin-block: var(--marquee-item-height);  position: relative;  overflow-y: hidden; mask-image: linear-gradient(    to right,    hsl(0 0% 0% / 0),    hsl(0 0% 0% / 1) 20%,    hsl(0 0% 0% / 1) 80%,    hsl(0 0% 0% / 0)  );}

.marquee__item {--marquee-item-offset: max(calc(var(--marquee-item-width) * var(--marquee-items)),calc(100% + var(--marquee-item-width))); --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1); position: absolute; inset-inline-start: var(--marquee-item-offset); transform: translateX(-50%);animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;  width: 100px;padding: 0 10px !important;}

.marquee--8 {--marquee-item-width: 100px;--marquee-item-height: 40px;--marquee-duration: 36s;--marquee-items: 11; align-items: center; overflow:hidden;margin: 0 0 5rem 0;}
.marquee--8:hover .marquee__item  {animation-play-state: paused; -moz-animation-play-state: paused; -webkit-animation-play-state: paused;}
.marquee--8 .marquee__item:nth-of-type(1) {--marquee-item-index: 1; width: 95px;}
.marquee--8 .marquee__item:nth-of-type(2) {--marquee-item-index: 2; width: 110px;}
.marquee--8 .marquee__item:nth-of-type(3) {--marquee-item-index: 3; width: 90px;}
.marquee--8 .marquee__item:nth-of-type(4) {--marquee-item-index: 4; width: 125px;}
.marquee--8 .marquee__item:nth-of-type(5) {--marquee-item-index: 5; width: 115px;}
.marquee--8 .marquee__item:nth-of-type(6) {--marquee-item-index: 6; width: 70px;}
.marquee--8 .marquee__item:nth-of-type(7) {--marquee-item-index: 7; width: 80px;}
.marquee--8 .marquee__item:nth-of-type(8) {--marquee-item-index: 8; width: 90px;}
.marquee--8 .marquee__item:nth-of-type(9) {--marquee-item-index: 9; width: 95px;}
.marquee--8 .marquee__item:nth-of-type(10){--marquee-item-index: 10; width: 105px;}
.marquee--8 .marquee__item:nth-of-type(11){--marquee-item-index: 11; width: 95px;}
.marquee--8 .marquee__item:nth-of-type(12){--marquee-item-index: 12; width: 90px;}


@keyframes go {to {inset-inline-start: calc(var(--marquee-item-width) * -1);}}

.tab-content .row.justify-content-center {background: linear-gradient(to bottom, #e9f6ff 0%, #fbfbfb 100%);border-radius: 15px;}
.member-img img {border-radius: 100px; width: 110px;}

.btn-basic { background: #00e4ff; display: inline-block; padding: 10px 40px 12px 40px;  border-radius: 50px; border: 2px solid #00e4ff; color: #010227; font-size: 16px; transition: 0.3s; letter-spacing: 0.03em;}
#hero .btn-get-started{ font-family:'Inter', sans-serif;}
.btn-basic:hover { background: #ffffff; border-color: #00e4ff; color: #010227;}
.clients img { width: 100%;}
.clients .col-lg-3{ text-align:center; margin-bottom:1rem;}
.rounded-lg { border-radius: .5rem !important;}

.card-title[aria-expanded="false"]{}
.card-title[aria-expanded="true"],.card .collapse.show{background: #d3fffd;margin: 0 2px;}

#footer { background: #020f3b; color: #ffffff; }
#footer .footer-links a { color: #ffffff;}
#footer .credits {color: #ffffff;}
.card.card-hover-shadow h5{ color: #fff;}
.card.card-hover-shadow {-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;border-radius: 10px;}
.card.card-hover-shadow:hover {-webkit-transform: translateY(-4px); transform: translateY(-4px); -webkit-box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15); box-shadow: 0px 10px 30px rgba(29, 58, 83, 0.15);}
.text-black{ color:#000000 !important;}
.loop-v{ overflow:hidden;}
.rounded-lg.loop-v:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(8 113 240) 0%, rgb(1 40 255) 100%);
    opacity: 0.3;
}
.loop-v video{ object-fit: cover; max-width:100%; margin-bottom: -8px;}
/*.d-date h2{ font-weight: 400;
    font-size: 117px;
    letter-spacing: -0.04em;
    text-transform: uppercase;}
.d-date p{font-weight: 400;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 2rem !important;
    text-transform: uppercase;}
.event-parallax-bg {
    background-image: url(https://wp.xpressbuddy.com/meetco/wp-content/uploads/2025/06/fa-event-bg.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 6.42969px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width:100%;
    background: none !important;
}
.event-parallax-bg h2 {
    font-size: 50px !important;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'PolySans Median' !important;
}
.event-parallax-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.20);
}
.bg_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}*/
#hero h1{ font-size:56px; line-height:64px;font-family:"Poppins", sans-serif;letter-spacing: -0.018em;font-weight:600}
#hero h6 {font-size: 17px;font-family:"Poppins", sans-serif;font-weight:600}
.btn-outline{ border:1px solid #fff; background-color: transparent !important; color: #ffffff !important;}
.space30 {height: 30px;}
.about7-section-area {
    position: relative;
    z-index: 1;
}
.about7-section-area .about-all-images {
    position: relative;
    z-index: 1;
}
.reveal {
    position: relative;
    display: -ms-inline-flexbox;
    visibility: hidden;
    overflow: hidden;
}
.reveal img {
    height: 100%;
    width: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
    visibility: visible;
}
.about7-section-area .about-all-images .img1 img {
    height: 560px;
    width: 360px;
    border-radius: 8px;
}
.about7-section-area .about-all-images .img2 {
    position: absolute;
    right: 0;
    top: 80px;
    border-radius: 8px;
}
.about7-section-area .about-all-images .img2 img {
    height: 400px;
    width: 340px;
    border-radius: 8px;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about7-section-area .about-all-images .elements37 {
    position: absolute;
    left: 54%;
    bottom: 0;
}
.ctr-blok h2{ color:#00fff0;}
.ctr-blok h5, .ctr-blok p{ color: #fff !important;}
.about8-section-area .side-img1-area {
    position: relative;
    z-index: 1;
    top:30px;
}
.about8-section-area .side-img1-area .counter-box {
    display: inline-block;
}
.about8-section-area .side-img1-area .counter-box h3 {
    color: #ffffff;
    font-family: var(--ztc-family-font1);
    font-size:40px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.88px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: inline-block;
    height: 132px;
    width: 132px;
    text-align: center;
    line-height: 132px;
    border-radius: 50%;
    transition: all 0.4s;
}
.about8-section-area .side-img1-area .counter-box p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.4px;

}
.about8-section-area .side-img1-area .counter-box2 {
    display: inline-block;
    position: absolute;
    top: 29%;
    left: 29%;
}
.about8-section-area .side-img1-area .counter-box2 h3 {
    color: #ffffff;
    font-family: var(--ztc-family-font1);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.88px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: inline-block;
    height: 180px;
    width: 180px;
    text-align: center;
    line-height: 180px;
    border-radius: 50%;
    transition: all 0.4s;
}
.about8-section-area .side-img1-area .counter-box2 p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.4px;

}
.about8-section-area .side-img1-area .counter-box3 {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    right: 0;
}
.about8-section-area .side-img1-area .counter-box3 h3 {
    color: #fff;
    font-family: var(--ztc-family-font1);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.88px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    transition: all 0.4s;
}
.about8-section-area .side-img1-area .counter-box3 p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.4px;

}
.about8-section-area .side-img1-area .counter-box4 {
    display: inline-block;
    position: absolute;
    left: 40px;
    bottom: -60%;
}
.about8-section-area .side-img1-area .counter-box4 h3 {
    color: #fff;
    font-family: var(--ztc-family-font1);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.88px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    transition: all 0.4s;
}
.about8-section-area .side-img1-area .counter-box4 p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.4px;

}
.about8-section-area .side-img1-area .img1 {
    position: absolute;
    right: 70px;
    top: -30px;
}
.about8-section-area .side-img1-area .img1 img {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about8-section-area .side-img1-area .img2 {
    position: absolute;
    right: 0;
    top: 30%;
}
.about8-section-area .side-img1-area .img2 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about8-section-area .side-img1-area .img3 {
    position: relative;
    top: 80px;
    left: -10px;
}
.about8-section-area .side-img1-area .img3 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.about8-section-area .side-img1-area .img4 {
    position: relative;
    top: 68px;
    left: 47%;
}
.about8-section-area .side-img1-area .img4 img {
    height: 56px;
    width: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.event4-section-area .event-images-area {
    position: relative;
    z-index: 1;
}
.event4-section-area .event-images-area .img1 {
    position: relative;
    z-index: 1;
}
.event4-section-area .event-images-area .img1 img {
    height: 632px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.event4-section-area .event-images-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
    transition: 0.4s;
    background: rgba(11,42,111, 0.9);
    border-radius: 8px;
}
.event4-section-area .event-images-area .content-area {
    position: absolute;
    z-index: 2;
    top: 43%;
    margin-top: -215px;
    padding: 30px;
}
.event4-section-area .event-images-area .content-area h2 {
    color: #00fff0;
}
.event4-section-area .event-images-area .content-area p{ color:#fff;}
.order-md-2 { order: 1;}
.order-md-1 { order: 2;}
.pricing #register .box .btn-buy{ font-size:20px;}
.clients .col-md-2{display: flex; align-items: center; justify-content: center; margin-bottom:1rem;flex: 0 0 8%;max-width:8%}
.pricing .pricing-item {
    border: 1px solid #e5e5e5;
    border-radius:20px;
}
.pricing .pricing-item .pricing-heading {
    padding: 20px 40px 30px 40px;
    background: #cdebff;
    border-bottom: 1px solid #cdebff;
    border-radius: 20px 20px 0 0;
}
.pricing .pricing-item .pricing-heading .title h6 {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 50px;
    border-bottom: 1px solid #0484c5;
}
.pricing .pricing-item .pricing-heading .price {
    margin-top: 10px;
}
.pricing .pricing-item .pricing-heading .price h2 {
    font-size:2.625rem !important;
    font-weight: 400;
    margin-bottom: 0px;
}
.pricing .pricing-item .pricing-heading .price h2 span {
    font-size: 1.5625rem;
}
.pricing .pricing-item .pricing-body {
    padding: 25px 20px 35px;
    text-align: left;
}
.pricing .pricing-item .pricing-body ul.feature-list li {
    list-style: none;
}
.pricing .pricing-item .pricing-body ul.feature-list li:not(:last-child) {
    margin-bottom: 15px;
}
.pricing .pricing-item .pricing-body ul.feature-list li p span {
    margin-right: 15px;
}
.pricing .pricing-item .pricing-body ul.feature-list li p span.available {
    color: #0056cd;
}
.fa-check-circle:before {
    content: "\f058";
}
.pricing .pricing-item .pricing-heading .price h2:before, .pricing .pricing-item .pricing-heading .price h2:after{ display:none;}
.pricing .pricing-item .pricing-footer {
    padding-bottom: 40px;
}
.btn-transparent-md {
    padding: 15px 40px;
    background: #cdebff;
    outline: none;
    font-size: 0.9375rem;
    color: #222222;
    border: 1px solid #cdebff;
}
.pricing .pricing-item.featured {
    border: none;
    box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}
.pricing .pricing-item.featured .pricing-heading {
    background: #0056cd;
    border-bottom: 1px solid #0056cd;
}
.btn-main-md {
    padding: 15px 40px;
    border-radius: 0;
    background: #0056cd;
    color: #fff;
    outline: none;
    font-size: 0.9375rem;
}
.pricing .pricing-item.featured .pricing-heading .title h6 {
    color: #fff;
    border-bottom: 1px solid #51abf6;
}
.pricing .pricing-item.featured .pricing-heading .price h2 {
    color: #fff;
    font-size: 3.625rem;
    margin-bottom: 0px;
}
.btn-transparent-md:hover {
    background: #0056cd;
    border-color: #0056cd;
    color: #fff;
}
.btn-main-md:hover {
    color: #fff;
    background: #0144a0;
}
.event-parallax-bg .bg_img{
    background-color: rgba(0,86,205, 0.8);
}
.event-parallax-bg .bg_img h3{font-size:24px !important;
    font-family: 'PolySans Median' !important;
    letter-spacing: -1px !important;margin-bottom: 0.2rem;}
.event-parallax-bg .bg_img p{line-height: normal; font-size:11px;}
.event-parallax-bg .bg_img .col.lne::after {
    content: '';
    position: absolute;
    background:#ffffff26;
    height: 75px;
    width: 1px;
    right: -0.4rem;
    top:29px;
    transform: translateY(-50%);
}
.event-parallax-bg .bg_img > div {
    gap: 0.5rem;
    align-items: start;
}
.kt-block .card { background-color: #10184f;}
.kt-block p{ color:#fff !important;}
.s-page .tab-content{background: linear-gradient(to bottom, #e9f6ff 0%, #fbfbfb 100%); border-radius: 15px 0 15px 15px;}
#home .card-header{padding: 0; background-color:transparent;}
#home .card-title{padding: .75rem 1.25rem; margin:0 !important;}
#home .card-title[aria-expanded="true"],.card .collapse.show{ margin:0;}

.card-group-control .card-title:before {
content: '\f068';
font-family: FontAwesome;
position: absolute;
top: 50%;
margin-top: -.5rem;
font-size: 1rem;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;background:#0067ff45;
    border-radius: 50px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.card-group-control-right .card-title:before {
right: 15px;
font-size: 20px;
}
.card-group-control .card-title.collapsed:before {
   content: '\f067';
    background: #0000001f;
    border-radius: 50px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

@media (max-width: 768px) {
    .s-page h2, .section-title h2{ font-size:20px !important;}
	.clients .container1 h2{text-align:center}
    .featured-image { display:none !important;}
    .logo .logo-b{ display:block !important; }
    .logo .logo-w{ display:none !important; }
    #header { background: #fff !important;}
    section.pb-4{ padding-top:0 !important;}
    .container{ padding-left:25px; padding-right:25px;}
    h4 { font-size: 18px;}
    .pl-5{ padding-left:15px !important;}
    .pr-5{ padding-right:15px !important;}
	.ctr-blok h5{font-size: 18px;}
	.btn-basic,#hero .btn-get-started{padding: 5px 15px;}
    #hero{ padding-top:0; padding-bottom:0px;}
    #hero .row .col-md-7 {padding-top: 0;}
    #hero .row.align-items-center{ align-items: start !important;}
    #hero .pt-5{ padding-top:0 !important; margin-bottom:1rem;}
    #hero #countdown{ font-size:1.2rem; width:100%; flex-direction: row !important; }
    #hero .label{ font-size:0.5rem;}
    #hero .hero-img { margin-top: 2rem;}
    .hero-img .justify-content-end{ justify-content: space-between !important;}

    #why{ padding-top:0;}
    .about .content ul { margin-left: 0;}
    .about .content img, .about .content .loop-v video{ margin-top:1.5rem;}
    .sd-bg {  background: none;border-radius: 0; padding: 0 !important;}

    .section-title h2::before, .section-title h2::after{ display:none;}
    #speakers .col-lg-3 { max-width: 50%; flex: 0 0 50%;padding: 0 5px}

    /*.agenda-txt{ padding-left:25px !important; padding-right:25px !important;}*/
    .agenda-txt ul{ margin-left:0;}
    .col-md-3.text-right{ text-align:left !important;}
    .col-md-3.text-right p{ margin-top:5px;}
    .clients{ padding-bottom:2rem;}
    .clients .col-lg-4{flex: 0 0 33.3%; max-width: 33.3%;}
    .clients img { width: 70% !important;}
    .pricing .box ul{ margin-left:0;}

    .mobile-nav-toggle, .mobile-nav-toggle:focus{  background-color:transparent;}
    .mobile-nav-toggle i { color: #a3a3a3;}

    .section-title { text-align:left;}
    .copyright{ margin-top:1rem;}
    .team .member .member-info p{ margin-bottom:0;}
    .marquee--8{ margin-bottom:2rem;}
    #hero h1 { font-size: 24px; line-height: normal; line-height:24px;}
    .order-md-2 { order: 2;}
    .order-md-1 { order: 1;}
    #header .logo img { height: 20px; }
    .about1-section-area{ padding-top:30px;}
    #why{ padding-top:30px;}
    .p-5.rounded-lg.h-100{ padding:0 !important; background:none !important;}
    .p-5.rounded-lg.h-100:first-child{ margin-bottom:1.5rem !important;}
    .event4-section-area .event-images-area .img1 img{ height:450px !important;}
    .event4-section-area .event-images-area .content-area {top: 7px !important; margin-top: 0 !important;}
    .event4-section-area .event-images-area{ margin-bottom:1.5rem;}
    #register .row .col-lg-4.col-md-6:first-child{ margin-bottom:1.5rem;}
    .clients .col-md-2{ max-width:29%;flex: 0 0 29%;}
    .about.pb-0 .col-lg-4.pr-5 img{ margin:0 0 1.5rem 0 !important;}
    .stage-b .p-5.rounded-lg{ background-size: cover !important; padding:30px !important;}
    .stage-b .btn-area1{ margin-top:1.5rem;}
    .contact .contact-about p{ padding-top:0;}
    .event-parallax-bg .bg_img h3 {font-size: 24px !important;}
    .event-parallax-bg .bg_img .col.lne::after{ display:none;}
    .event-parallax-bg .bg_img > div { gap: inherit; flex-wrap: wrap;}
    .event-parallax-bg .bg_img .col.lne:first-child, .event-parallax-bg .bg_img .col.lne:nth-child(2), .event-parallax-bg .bg_img .col.lne:nth-child(3){ margin-bottom:1rem;}
    /*#countdown{ gap:14px;}*/
    .hero-b{padding-top: 60px !important;}
    .about-imges .abt{ max-width:50% !important;}
    .about7-section-area .about-all-images .img2 {top: 0 !important;}
    .about7-section-area .about-all-images .img1 img { height: 273px !important; width: 190px !important; margin-top:1.5rem;}    
    .about7-section-area .about-all-images .img2 img {height: 274px !important; width:225px !important; margin-top:1.5rem;}
    .about7-section-area .about-all-images .elements37 { left: 36% !important; width: 110px !important;}
    #home .text-uppercase.mb-0{ margin-top:5px;}
    .event-parallax-bg .bg_img { border-radius: 20px !important;}
    .space30{ display:none;}
    .time-box{ padding:10px 16px;}
}