@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap');

/* Scss Document */

body {
  font-family: "Zalando Sans Expanded", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  background:#110422;
  color: #fff;
  overflow-x: hidden;
}


p {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 { font-family: "Zalando Sans Expanded", sans-serif; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #F5B112; }

a:hover { color: #fff; }

.img-responsive { width: 100%; height: auto; }

.pa-20{ padding: 16px 0px; }
.pt-30{ padding-top: 30px; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }
.pt-60{ padding-top: 60px; }
.pt-70{ padding-top: 70px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pa-80{ padding: 80px 0; }
.pa-60{ padding: 60px 0; }
.pa-50{ padding: 50px 0; }
.pa-30{ padding: 30px 0; }
.pa-120{ padding: 120px 0; }

/*------------------common-css-------------------*/

 .common-btn{
    font-size: 16px;
    background:#F5B112;
    color: #000;
    padding: 16px 32px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:0px;
    font-weight: 600;
}

.common-btn:hover { background: #fff; color: #000; }

 .common-btn2{ background: #8f00ff; color: #fff; }

.title-col{ margin-bottom:74px; text-align: center; }

.title {
  position: relative;
  font-size:48px;
  color:#fff;
  margin-bottom:0px;
  font-weight: 600;
  text-transform: uppercase;
}

.title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
}

.title:after{ content: ""; position: absolute; left: 50%; bottom: -25px; transform: translateX(-50%); width: 80px; height: 3px; background:#F5B112; }

.title-para{ font-size:20px; max-width: 900px; margin:20px auto 50px; width: 100%; }

.form-control {
    padding: 10px 15px;
    font-size: 21px;
    background-color: #fff;
    color: #000;
    border: 1px solid #999;
    border-radius: 0px;
}

select.form-control { padding: 0; padding-left:15px; font-size: 21px; border-radius:0px; -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000 !important;
}

.form-select{ font-size: 21px; border-radius: 0px; border: 1px solid #999; }
.form-label{ font-size: 24px; margin-bottom:4px; color: #333; font-weight: 400;  }

textarea.form-control{ height:auto !important; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color:#fff;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){ .dropdown:hover>.dropdown-menu { display: block; } }

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*------------------end common-css-------------------*/

header{ width: 100%; z-index: 9999; padding: 10px 0px; transition: all 0.3s ease; }
.logo img{ height: 100px; }

.main-header.fixed-nav {
    background: rgba(17, 4, 34, 0.65); /* glass tint */
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
}


.navbar-expand-xl .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0px;
    margin: 0px 14px;
    position: relative;
}
.navbar-expand-xl .navbar-nav .nav-link:hover{ color:#F5B112; }
.navbar-expand-xl .navbar-nav .nav-link:hover:after{ content: ""; position: absolute; left:0; bottom:10px; width: 100%; height: 2px; background:#F5B112; }

.navbar-nav .nav-item:last-child .nav-link {
    background: #F5B112;
    font-size: 16px;
    padding:8px 18px;
    color: #000;
    margin-right: 0px;
}

.navbar-nav .nav-item:last-child:hover .nav-link{ background: #fff; color:#000; }
.navbar-nav .nav-item:last-child:hover .nav-link:after{ display: none; }

.header-btns{ margin-left: 0px; }
.header-btns a {
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #fff;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
}

.header-btns a:hover{ background:#F5B112; border-color:#F5B112; }

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

.banner .banner_containt {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 9;
    width: 900px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
}

.banner .banner_containt h1{ font-size: 72px; margin-bottom:30px; }

.banner-btns{ margin-top: 40px; }

.banner .owl-nav .owl-prev {
  position: absolute;
  color: #000;
  background: rgb(255 255 255 / 80%);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: 50%;
  left:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.banner .owl-nav span { position: relative; }

.banner .owl-nav .owl-next {
  position: absolute;
  color: #000;
  background: rgb(255 255 255 / 80%);
    width: 48px;
  height: 48px;
  border-radius: 50%;
  top: 50%;
  right:1%;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 16px; 
}

.banner .owl-nav .owl-next:hover, .banner .owl-nav .owl-prev:hover{ background: #fff; }

.banner .owl-nav .owl-next span img { margin-left: 0px; margin-right: -2px; }

.banner .owl-dots{ position: absolute; bottom:20px; width: 100%; }

.banner .owl-nav span img {
    max-height: 20px;
    margin-left: -5px;
    margin-top: 5px;
}

.owl-nav span img { max-height: 24px; }

.banner .owl-theme .owl-nav{ margin-top: 0px; }

.owl-theme .owl-dots .owl-dot span{ background: #fff; }



.SOR-text{ font-family: "Pacifico", cursive; }

.wave {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  width: 200%; /* important for smooth looping */
  height: 100%;
  background-image: url("../images/intro-video-bg.png");
  background-repeat: repeat-x;
  animation: waveMove 12s linear infinite;
  z-index: 1;
}

/* Animation */
@keyframes waveMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.sec1{ background: #251305; }

.upcomingevent-pic video{ height: 100vh; object-fit: cover; width: 100%; border: 10px solid rgb(255 255 255 / 10%); }

.upcoming-text{ padding:5% 7%; }

.event-dtloc{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; width: 100%; z-index: 9; }
.event-dtloc .dt{ line-height: 1.2; font-size:52px; text-transform: uppercase; margin: 0px 30px; border-right: 2px solid #fff; padding-right: 50px;  }
.event-dtloc .dt b{ display: block; }
.event-dtloc .dt:last-child{ border-right: none; padding-right: 0px; margin-right: 0px; }

.inner-dtevent{  display: flex; max-width: 750px; margin: auto; }

.yellow{ color:#F5B112; }
.color1 { color: #ff0000; } /* Red */
.color2 { color: #ff7a00; } /* Orange */
.color3 { color: #ffd500; } /* Yellow */
.color4 { color: #00ff00; } /* Green */
.color5 { color: #00cfff; } /* Cyan */
.color6 { color: #3f00ff; } /* Blue */
.color7 { color: #8f00ff; } /* Violet */

.grid2col {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, auto);
    margin: 5px 0px 20px;
}
.grid2col p {
    margin-bottom: 0px;
    background: rgb(255 255 255 / 10%);
    border-radius: 8px;
    padding:10px 14px;
    border: 1px dashed rgb(255 255 255 / 20%);
}
.grid2col p i{ font-size: 21px; margin-right: 10px; }

.s-text{ font-size: 16px; color: #fff; margin-bottom: 30px; opacity: 0.8; line-height: 26px; }

.sec2{ position: relative; overflow: hidden; }
.sec2 .container-fluid {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    padding-right: 30px;
}

.pricing-card {
  background: linear-gradient(
    180deg,
    #343438,
    #26262b,
    #7b7b85
  );

  border-radius: 24px;
  padding: 3rem 2rem;
  color: #fff;
  height: 100%;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
  transition: all 0.35s ease;
}

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

.pricing-card.basic {
    background: linear-gradient(180deg, #686871, #bababa, #777777);
}

.pricing-card.featured {
  background: linear-gradient(180deg, #e6a903, #533d11, #d4af37);
}

.diamond{ background: linear-gradient(
    180deg,
    #5b09ce,
    #26056e,
    #8a2cff
  );  }

.plan-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.price {
  font-size: 3.2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.plan-subtitle {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.plan-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

.pricing-card .btn {
  border-width: 2px;
  padding: 0.6rem 2.2rem;
}

.pricing-list{
  text-align: left;
    display: inline-block;
    margin: 0px auto 30px;
    padding-left: 16px;
}

.sec2 .container{ max-width: 1140px; margin: auto; }

.sec3{ background: #170035; }

.expectation-card {
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.35s ease;
}

.expectation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.card-1 { border-top-color: #ff6b6b; }
.card-2 { border-top-color: #4ecdc4; }
.card-3 { border-top-color: #45b7d1; }
.card-4 { border-top-color: #9d4edd; }

.card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: white;
    font-size: 28px;
}

.card-1 .card-icon { background: linear-gradient(135deg, #ff6b6b, #ff8e8e); }
.card-2 .card-icon { background: linear-gradient(135deg, #4ecdc4, #6deee5); }
.card-3 .card-icon { background: linear-gradient(135deg, #45b7d1, #68d7ec); }
.card-4 .card-icon { background: linear-gradient(135deg, #9d4edd, #b57dee); }

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    
}

.card-text {
    color: #999;
    font-size:14px;
    margin-bottom: 0;
}

.card-highlight {
    display: inline-block;
    background-color: rgb(254 235 178 / 90%);
    padding: 5px 12px;
    border-radius: 20px;
    color: #947103;
    margin-top: 15px;
    font-size: 12px;
}

.about-festival {
  background: radial-gradient(circle at top, #2b0b3f, #0f0618);
  position: relative;
}

.about-card {
  background: linear-gradient(180deg, #1a1333, #120c26);
  border-radius: 24px;
  padding: 2rem;
  color: #e6e3f3;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
}

.about-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.about-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #d8d4f2;
  margin-bottom: 1.4rem;
}

.about-text strong {
  color: #b48cff;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .about-card {
    padding: 2rem 1.5rem;
  }

  .about-title {
    font-size: 1.8rem;
  }
}

.press-media-section {
  background: radial-gradient(circle at top, #2b0040, #12001f);
}

.media-quote {
  background: linear-gradient(135deg, #6a00ff, #ff2cdf);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.media-logo-box {
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #ececec);
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 20px;
}

.media-logo-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(138, 44, 255, 0.5);
}

.text1{ font-size: 24px; }

.organiser-alt {
  background: linear-gradient(180deg, #0f0018, #1b0030);
}

.label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b983ff;
  margin-bottom: 6px;
}


/*--------------------inner-page---------------*/

.inner-banner{ position: relative; overflow: hidden; }
.inner-banner:before{ content: ""; background:rgb(0 0 0 / 30%); top:0; width: 100%; height: 100%; left: 0; position: absolute; }


.innerbanner-pic img{ min-height:400px; max-height:400px; object-fit: cover; width: 100%; }

.innerbanner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  width: 100%;
  z-index: 9;
}

.innerbanner-text h1 {
  font-size: 52px;
  color: #fff;
  margin-bottom: 10px;
}

.event-card{
  padding: 24px;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 18px;
    transition: all 0.35s ease;
}

.event-content{ margin-top: 20px; }
.event-content h5{ font-size: 16px; margin-bottom: 16px; font-weight: 400; line-height: 24px; }
.event-content a{ font-size: 14px; padding:6px 22px; }

.event-wrapper {
padding: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.35s ease;
}

.event-meta {
  font-size: 0.95rem;
  color: #F5B112;
}

.event-meta span {
  display: block;
}

.pastevent-video iframe {
    width: 100%;
    border: none;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    margin-top: 30px;
}

.event-wrapper p {
    font-size: 16px;
    font-weight: 200;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: #22f1d0;
  color: #000;
  padding: 4px 0px;
}

.marquee__inner {
  display: flex;
  width: max-content;
  animation: loop 18s linear infinite;
}

.marquee__inner span {
  white-space: nowrap;
  font-size: 21px;
  font-weight: 600;
  padding-right: 60px;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.event-dtloc .title{ font-size:72px; }

.about-pic iframe{ width: 100%; border: none; border-radius: 12px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25); }

.whatsapp-fix {
  position: sticky;
  top: 125px;
  left:100px;
  z-index: 1;
  display: inline-block;
}

.whatsapp-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 72px;
  animation: spin 10s linear infinite;
  border: 1px solid #fff;
    border-radius: 50%;
}

/* Rotating text */
.rotating-text {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid #fff;
    border-radius: 50%;
  animation: spin 10s linear infinite;
}

.rotating-text svg {
  width: 100%;
  height: 100%;
}

.rotating-text text {
  fill: #ccc;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
}

/* Rotation animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.highlight-slider .owl-item {
  transition: all 0.4s ease;
  transform: scale(0.85);
  opacity: 0.5;
}

.highlight-slider .owl-item.active {
  transform: scale(0.9);
  opacity: 0.7;
}

/* CENTER / ACTIVE ITEM */
.highlight-slider .owl-item.center {
  transform: scale(1.15);
  opacity: 1;
  z-index: 2;
}

/* Optional: shadow for highlight */
.highlight-slider .owl-item.center .item {
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

/* Image styling */
.highlight-slider .item img {
  border-radius: 16px;
  width: 100%;
}

.owl-carousel,
.owl-stage-outer {
  overflow: visible !important;
}



.slider-wrapper {
  overflow: hidden;
  padding: 40px 0;
}

.slider-wrapper .owl-nav .owl-prev {
position: absolute;
color: #fff;
top: 50%;
left:0;
transform: translateY(-50%);
z-index: 99;
background: #fff;	
border-radius: 50%;
width: 42px;
height: 42px;	
}

.slider-wrapper .owl-nav span img{ height: 21px; }

.slider-wrapper .owl-nav .owl-next {
position: absolute;
color: #000;
top: 50%;
right:0;
transform: translateY(-50%);
z-index: 99;	
background: #fff;
border-radius: 50%;
width: 42px;
height: 42px;	
}


footer{ text-align: center;}
.joinmailing-sec{ max-width: 630px; margin: auto; }
.joinmailtop h3{ font-size: 26px; font-weight: 500; margin-bottom: 10px; }
.joinmailtop p{ font-size: 16px; color: #999; }

.joinmail-form{ max-width: 500px; margin: auto; position: relative; }
.joinmail-form .common-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 100%;
    padding: 0px 24px;
}
.joinmail-form .form-control{ font-size: 14px; }

.footer-links{ margin-top: 25px; margin-bottom: 30px; }
.footer-links a {
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #fff;
    padding: 0px 20px;
}

.footer-links a:last-child {
    border-right: none;
    padding-right: 0px;
}

.footer-links a:hover { color: #F5B112; }

.copyright p{ margin-bottom: 6px; font-size: 14px; color: #999; }
.copyright p a{ color: #999; }
.copyright p a:hover{ color:  #F5B112; }

.footer-social{ margin-top: 30px; margin-bottom: 18px; }
.footer-social a {
    display: inline-block;
    margin: 0px 10px;
    font-size: 24px;
    color: #fff;
}

.footer-social a:hover{ color:#F5B112; }

.topup {
    width: 40px;
    text-align: center;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    border: 1px solid #fff;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}

.main-header.fixed-nav .logo img{ height: 60px; }

#upcoming.sec1{ position: relative; }
#upcoming.sec1:after {
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 40%);
}



/*------------------media css-------------------*/

@media (max-width: 1280px) {
.marquee__inner span{ font-size: 16px; }
.navbar-nav .nav-item:last-child .nav-link{ font-size: 15px; padding: 6px 16px; }
.banner .banner_containt h1{ font-size: 52px; margin-bottom: 10px; }
.event-dtloc .title { font-size: 52px; }
.title { font-size: 38px; }
.price { font-size: 2.5rem; }
.rotating-text{ width: 200px; height: 200px; }
.whatsapp-circle { width: 120px; height: 120px; }
.about-text{ font-size: 1rem; line-height: 1.4; }
.text1 { font-size: 18px; }
.inner-dtevent{ max-width: 650px; }
.event-dtloc .dt { font-size: 36px; }
.innerbanner-pic img { min-height: 300px; max-height: 300px; }
.event-content h5{ font-size: 13px; line-height: 20px; }

}

@media (max-width: 1180px) {
.navbar-toggler{ color: #fff; border: 1px solid #fff; padding: 10px 14px; }
.navbar-expand-xl .navbar-nav .nav-item{ width: 100%; }
.navbar-expand-xl .navbar-nav .nav-link{ padding: 4px 10px; margin: 0px; font-size: 21px; text-align: right; }
.navbar-nav .nav-item:last-child .nav-link{ background: transparent; padding: 4px 10px; font-size: 21px; color: #fff;  }
.container{ max-width: 98%; }


}

@media (max-width: 923px) {
.main-header.fixed-nav{ position: static; }
.upcomingevent-pic video{ height: 620px; }
.pricing-card{ height: auto; margin-bottom: 24px; }


}

@media (max-width: 768px) {
.banner-pic img{ height: 500px; object-fit: cover; object-position: -277px 0px; }
.banner .banner_containt{ width: 65%; }

}

@media (max-width: 736px) {
.event-dtloc .title { font-size: 42px; }
.event-dtloc .dt { font-size: 32px; }
.inner-dtevent { max-width: 510px; }
.pricing-card.featured{ transform: inherit; }
.title { font-size: 34px; }
.innerbanner-text h1 { font-size: 42px; }
.highlight-slider .owl-item.center{ transform: scale(0.85);}
.event-content h5 { font-size: 20px; line-height: 30px; }
.slider-wrapper{ padding: 0px; }
.pa-80 { padding: 50px 0; }

}

@media (max-width: 520px) {
.banner .banner_containt { width: 100%; }
.banner .banner_containt h1 { font-size: 36px; }
.banner-pic img {
    height: 310px;
    object-fit: cover;
    object-position: right;
}
.banner .banner_containt {
width: 100%;
position: static;
transform: translate(0px, 0px);
padding-left: 15px;
padding-right: 15px;
}

.inner-dtevent{ flex-direction: column; text-align: center; padding: 0px 15px; }
.event-dtloc .dt{ border-right:none; padding-right: 0px; margin: 0px; font-size: 30px; margin-bottom:25px; }
.event-dtloc .dt:last-child{ border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }
.common-box.text-center.mt-4{ margin-top: 0px !important; }
.event-dtloc .title-col{ margin-bottom: 48px; }
.whatsapp-fix {
    position: static;
    margin-left: 135px;
    margin-top: 52px;
}
.joinmail-form .common-btn{ padding: 10px 24px; width: 100%; position: static; }
.event-wrapper{ padding: 20px; }
.title { font-size: 34px; }
.about-pic { padding-top: 265px; }
.about-card { padding: 0px; background: none; box-shadow: none; }
.about-pic iframe{ height: 300px !important; }
.upcomingevent-pic video { height: 720px; }


}


