@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/AnyConv.com__Poppins-Bold.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/AnyConv.com__Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/AnyConv.com__Poppins-Medium.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/AnyConv.com__Poppins-Regular.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/AnyConv.com__Poppins-Light.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Poppins-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/AnyConv.com__Poppins-Thin.woff2") format("woff2"),
    url("../fonts/AnyConv.com__Poppins-Thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/dancingscript-variablefont_wght-webfont.woff") format("woff2"),
    url("../fonts/dancingscript-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --orange: #ff8359;
  --black: #000000;
  --black2: #333;
  --white: #fff;
  --white2: #ffffffdc;
  --orangeRadiant: linear-gradient(266.97deg, #ff5957 4.45%, #fe8058 89.75%);
}

html {
  box-sizing: border-box;
}

html,
body div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

a:hover {
  color: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Poppins-Regular";
  vertical-align: middle;
  font-size: 16px;
  color: var(--black2);
  overflow-x: hidden;
  font-weight: 400;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

button {
  box-shadow: none;
  outline: none;
}

button:hover,
button:focus {
  box-shadow: none;
  outline: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* common css */
.apply-now-mob-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border: none;

  background: var(--orangeRadiant);
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  color: var(--white);
  padding: 16px 10px;
  display: none;
  z-index: 1030;
  font-weight: 400;
  cursor: pointer;
}

.apply-now-mob-btn {
  display: none;
}

.sub-heading-desc {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--black2);
  max-width: 762px;
  width: 100%;
  margin: auto;
  padding: 0 8px;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"),
    url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/poppins-light-webfont.woff2") format("woff2"),
    url("../fonts/poppins-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/dancingscript-variablefont_wght-webfont.woff") format("woff2"),
    url("../fonts/dancingscript-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --orange: #ff8359;
  --black: #000000;
  --black2: #333;
  --white: #fff;
  --orangeRadiant: linear-gradient(266.97deg, #ff5957 4.45%, #fe8058 89.75%);
}

html {
  box-sizing: border-box;
}

html,
body div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

a:hover {
  color: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Poppins-Regular";
  vertical-align: middle;
  font-size: 16px;
  color: var(--black2);
  overflow-x: hidden;
  font-weight: 400;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

button {
  box-shadow: none;
  outline: none;
}

button:hover,
button:focus {
  box-shadow: none;
  outline: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* common css */
.apply-now-mob-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border: none;

  background: var(--orangeRadiant);
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  color: var(--white);
  padding: 16px 10px;
  display: none;
  z-index: 1030;
  font-weight: 400;
  cursor: pointer;
}

.apply-now-mob-btn {
  display: none;
}

.sub-heading-desc {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--black2);
  max-width: 762px;
  width: 100%;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: "Poppins-SemiBold";
  color: var(--black);
}

.btn-mob {
  display: none;
}

.primary-btn {
  background: var(--orangeRadiant);
  padding: 16px 20px;
  border-radius: 30px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins-Medium";
  line-height: normal;
  max-width: 170px;
  width: 100%;
}

.primary-btn:hover,
.primary-btn:focus,
.primary-btn:active {
  color: var(--white);
  background: linear-gradient(266.97deg, #eb514f 4.45%, #e25c33 89.75%);
  box-shadow: none;
}

.secondary-btn {
  background: transparent;
  padding: 16px 20px;
  border-radius: 30px;
  color: var(--orange) !important;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins-Medium";
  line-height: normal;
  border: 1px solid var(--orange);
}

.secondary-btn:hover,
.navbar.navbar-expand-lg.fixed-top.bg-white .secondary-btn:hover,
.secondary-btn:focus,
.navbar.navbar-expand-lg.fixed-top.bg-white .secondary-btn:focus,
.secondary-btn:active,
.navbar.navbar-expand-lg.fixed-top.bg-white .secondary-btn:active {
  color: var(--orange) !important;
  box-shadow: none;
  border: 1px solid var(--orange);
}

.container-c {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.sub-banner-section {
  background-image: url(../images/New/hereo.png);
  background-position: center;
  background-size: cover;
  height: 100%;
  position: relative;
}

.sub-banner-section-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sub-banner-section .banner-body {
  position: relative;
  padding-top: 3rem;
}

.sub-banner-section .banner-body .banner-content {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
  header css */

.overlay {
  height: 100%;
  background: rgba(4, 108, 109, 0.55);
  position: absolute;
  width: 100%;
}

.form-insider::before {
  content: url(../images/form-clip.svg);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.form-insider {
  position: absolute;
  min-width: 320px;
  top: 30%;
  z-index: 99;
  right: 50%;
  transform: translate(calc(100% + 300px), -20%);
  background-color: #fff;
  border: 10px solid #f28a34;
  padding: 15px;
  padding-top: 30px;
  margin-top: 68px;
  font-size: 14px;
}

.form-block::after {
  content: url(../images/DotGrid.svg);
  position: absolute;
  top: 20%;
  transform: translate(50%, 0%);
  z-index: 3;
  top: 30%;
  right: 50%;
  transform: translate(calc(100% + 550px), -60%);
}

.border-inpt {
  border-radius: 20px;
  border: 1px solid #004445;
}

.border-inpt .country-code select,
.border-inpt .country-code input {
  border: 0;
}

.border-inpt .country-code select:focus,
.border-inpt .country-code input:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

.form-select,
.form-control {
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid #004445;
}

.form-select:focus,
.form-control:focus {
  box-shadow: none;
  border-color: #004445;
}

.header-content {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  padding: 0;
}

.nav_btn .btn {
  width: 150px;
  max-width: unset;
  padding: 16px 10px;
}

/* header css */
.close-icon {
  display: none;
}

.navbar.navbar-expand-lg.fixed-top.bg-white .secondary-btn {
  border-color: var(--black);
  color: var(--black) !important;
}

.modal-new .modal-header .btn-close {
  box-shadow: none;
}

.navbar.navbar-expand-lg.fixed-top.bg-white .nav-link {
  color: var(--black1);
}

.navbar.navbar-expand-lg.fixed-top.bg-white .nav-link:hover,
.navbar.navbar-expand-lg.fixed-top.bg-white .nav-link:focus,
.navbar.navbar-expand-lg.fixed-top.bg-white .nav-link:active {
  color: var(--orange);
}

.navbar.bg-white {
  background-color: var(--white);
  box-shadow: 0px 0px 10px #ff83593d;
}

.nav-item {
  margin: 0 0 0 20px;
}

.nav-link {
  color: var(--orange);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: normal;

  cursor: pointer;
  padding: 0 !important;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--orange);
  opacity: 1;
}

/* banner header bg */
.banner-section {
  background-image: url(../images/New/hereo.png);
  background-position: center;
  background-size: cover;
  height: 100vh;
}

.banner-section-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* 
  banner section */
.banner-body {
  position: relative;
  padding-top: 3rem;
}

.banner-body .banner-content {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-body .banner-content h1 {
  font-size: 60px;
  font-family: "Poppins-SemiBold";
  line-height: 125%;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.banner-body .banner-content h1.text-light {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: var(--white);
  text-align: center;
}

.banner-body .banner-content h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: auto;
  color: var(--white);
}

.banner-points {
  margin-bottom: 34px;
}

.banner-body .banner-content p {
  font-size: 16px;
  color: var(--white);

  line-height: auto;

  margin: 1rem 0;
}

.banner-inner-hero {
  /* background: var(--orangeRadiant); */
  position: relative;
  height: 100%;
  padding: 5px;
  /* border-radius: 10px; */
}

.hero-inner-name {
  background: var(--orangeRadiant);
  border-radius: 10px;
  border: 4px solid var(--white);
  padding: 14px 50px;
  position: absolute;
  bottom: -40px;
  display: inline-block;
  left: 20%;
}

.banner-body .hero-inner-name p {
  font-family: "Dancing Script";
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
}

.banner-right {
  position: relative;
  text-align: center;
}

.banner-right::before {
  content: "";
  background-image: url(../images/New/banner-pattern.png);
  background-repeat: no-repeat;
  height: 100%;
  display: block;
  position: absolute;
  right: -137px;
  /* background-size: cover; */
  width: 325px;
  /* z-index: 0; */
  top: 0;
}

/* Price page css */
.e-ticket-section {
  margin: 70px 0;
}

.e-ticket-section table thead tr {
  background: var(--orangeRadiant);
}

.e-ticket-section table tr th {
  padding: 20px;
  border: 0;
  box-shadow: unset;
  color: var(--white);
  font-family: "Poppins-SemiBold";
}

.e-ticket-section table {
  border-collapse: collapse;
  border-radius: 10px !important;
  border: 1px solid #0000005c;
  overflow: hidden;
  margin: -2px;
  width: 100.35%;
}

.e-ticket-section .table-div table> :not(caption)>*>* {
  padding: 14px 20px;
}

.e-ticket-section .table-div {
  border: 1px solid #0000005c;
  border-radius: 10px;
  margin-top: 30px;
}

.e-ticket-section table td {
  border: 1px solid #0000005c;
  color: var(--black);
  font-family: "Poppins-Medium";
}

.e-ticket-section table td small {
  color: var(--black2);
  font-weight: 400;
}

.e-ticket-section table tr:last-child td {
  border-bottom: none;
}

.e-ticket-section table tbody {
  border: 0;
}

.e-ticket-section .table> :not(:first-child) {
  border-top: 0;
}

.e-ticket-section i {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;

  color: #524f54;
  padding-top: 12px;
  display: block;
}

.e-ticket-section i b {
  font-weight: 400;
}

.other-charges-section {
  margin: 70px 0 0;
  background-color: #fff3ef;
}

.other-charges-section .charge-box {
  background-color: var(--white);
  padding: 20px 10px;
}

.other-charges-section .charge-box p {
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-family: "Poppins-Medium";
  color: var(--black);
}

.other-charges-section .container {
  padding: 3rem 0;
}

.other-charges-section .charge-box h5 {
  font-size: 24px;
  font-family: "Poppins-SemiBold";
  margin-top: 6px;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

/* client slider */
.client-logo-slider {
  margin: 70px 0;
}

.client-logo-slider .item {
  width: 200px;
  height: 80px;
}

.client-logo-slider .item img {
  text-align: center;
}

/* Low cost banner */

.low-cost-section {
  background: var(--orangeRadiant);
  max-width: 1338px;
  width: 100%;
  border-radius: 10px;
  margin: 70px auto;
  padding: 30px 0px 0 70px;
}

.low-cost-content {
  background: var(--white);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.low-cost-content::before {
  content: "";
  background-image: url(../images/New/banner-pattern.png);
  background-repeat: no-repeat;
  height: 100%;
  display: block;
  position: absolute;
  left: -94px;
  /* background-size: cover; */
  width: 325px;
  /* z-index: 3; */
  top: 110px;
}

.low-cost-content-left {
  position: relative;
}

.low-cost-content-left h3 {
  font-size: 40px;
  line-height: 120%;
  font-family: "Poppins-SemiBold";
  margin-bottom: 10px;
  max-width: 320px;
  width: 100%;
  color: var(--black);
}

.low-cost-content-left p {
  margin-bottom: 20px;
  background: var(--orangeRadiant);
  background-clip: text;
  max-width: 320px;
  width: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins-Medium";
}

.gst-label {
  background-image: url(../images/New/gst-label.png);
  background-repeat: no-repeat;

  height: 100%;
  display: block;
  padding: 20px;
  background-position: center;
}

.gst-label .gst-content {
  text-align: center;
  background-color: #2f2e41;
  border-radius: 10px;
  padding: 8px;
  max-width: 170px;
  width: 100%;
  min-width: 140px;
}

.gst-label .gst-content h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #ffffff;
}

.gst-label .gst-content p.gst-one {
  font-size: 10px;
  line-height: normal;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 7px;
}

.gst-label .gst-content p.gst-two {
  font-size: 12px;
  line-height: 10px;
  color: #ffffff;
  font-weight: 400;
}

.gst-label .gst-content small {
  font-style: italic;
  font-weight: 300;
  font-size: 8px;
  line-height: 120%;
  color: #f8f8f8;
}

/* video section css */

.service-section {
  background: rgba(255, 131, 89, 0.1);
  padding: 50px 0;
  position: relative;
}

.service-section .waves {
  background-image: url(../images/New/waves.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 80vh;
  position: absolute;
  left: 0;
  right: 0;
}

.service-section .services-div::after {
  content: "";
  background-image: url(../images/New/service-pattern-1.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 350px;
  height: 350px;
  position: absolute;
  z-index: -1;
  right: 0;
  border-radius: 300px 0 0 300px;
}

.service-section .services-div::before {
  content: "";
  background-image: url(../images/New/service-pattern-1.png);
  background-repeat: no-repeat;
  background-position: right;
  width: 350px;
  height: 350px;
  position: absolute;

  left: -52px;
  border-radius: 0 300px 300px 0;
  bottom: 80px;
}

.video-frame {
  width: 100%;
  height: 100%;
  max-width: 800px;

  margin: 0 auto;
}

#video-container {
  position: relative;
  padding-top: 0;
  padding-bottom: 67.5%;
  height: 0;

  margin-bottom: 56px;
  background: rgba(255, 131, 89, 0.1);
  border-radius: 60px;
}

#video-container video {
  /* box-sizing: border-box;
    background: url(../images/New/video-bg.png) center center no-repeat; */
  padding: 40px;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 100%;
}

.even-btn {
  border-radius: 78px;
  padding: 15px 90px;
  background: var(--orangeRadiant);
  filter: drop-shadow(10px 10px 53px #fe8058);
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 160%;
  text-transform: capitalize;
  display: inline-block;
}

.even-btn:hover,
.even-btn:focus,
.event-btn:active {
  color: var(--white);
  filter: drop-shadow(12px 12px 53px #fe7f58a1);
  box-shadow: none;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.play-button-wrapper #circle-play-b,
.play-button-wrapper #circle-play-c {
  pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;

  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

.service-card {
  height: 100%;
  padding: 20px;
  min-height: 550px;
  position: relative;
  border-radius: 10px;
}

.service-card-main {
  position: relative;
  transition: all 0.5s ease-in;
  background-color: var(--white);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
}

.service-card.odd-card {
  background-image: url(../images/New/service-bg-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.service-card.even-card {
  background-image: url(../images/New/service-bg-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.service-card h4 {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  font-size: 27px;
  max-width: 320px;
  width: 100%;
  margin: auto;
  color: var(--black);
}

.service-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
}

.service-card-image img {
  height: 360px;
  width: auto;
}

.service-card-main .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: none;
  transition: 0.5s ease;
  z-index: 1;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  width: 100%;
  min-height: 550px;
  background-color: var(--white);

  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
}

.service-card-main:hover .content {
  opacity: 1;
}

.overlay__text {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-22%, -50%);
  -ms-transform: translate(-22%, -50%);
  transform: translate(-22%, -50%);
  text-align: center;

  padding-bottom: 20px;
}

.overlay__text h4 {
  text-align: center;
  text-transform: capitalize;
  font-family: "Poppins-SemiBold";
  padding-bottom: 20px;
  font-size: 27px;
  max-width: 280px;
  width: 100%;
  margin: auto;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.overlay__text p {
  font-size: 18px;
  line-height: 160%;
  color: #333333;
}

/* events section */
.events-section {
  margin: 70px 0;
}

.events-section .owl-carousel .owl-item img {
  width: unset;
}

.events-section .owl-carousel .owl-item .card-div {
  text-align: center;
}

.events-section .owl-carousel .owl-item .card-div .card-box {
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 80px;
  cursor: pointer;
}

.events-section .owl-carousel .owl-item .card-div .modal-title-js {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: var(--black);
  margin-top: 10px;
}

#event-owl-carousel {
  margin: 32px 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 0;
  background: unset;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"] img {
  width: 40px;
  height: 40px;
}

.owl-prev {
  position: absolute;
  left: -4%;
  bottom: 45%;
}

.owl-next {
  position: absolute;
  right: -4%;
  bottom: 45%;
}

/* support css */

.support-section {
  margin: 70px 0;
}

.support-section .card-1 {
  background-image: url(../images/New/paid-fast.png);
  background-repeat: no-repeat;
  height: 430px;
  background-position: center;
  border-radius: 10px;
}

.support-section .card-1-content {
  padding-top: 50px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: auto;
}

.support-section .card-2 {
  background-image: url(../images/New/support.png);
  background-repeat: no-repeat;
  height: 430px;
  border-radius: 10px;
}

.support-section .card-2-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: auto;
  height: 100%;
}

/* how it works css */

.how-works-section {
  margin: 70px 0;
  border-radius: 10px;
}

.how-works-section .container {
  background-color: #f8f8f8;
  border-radius: 10px;
}

/* achievements section css */

.achievements-section {
  background: var(--orangeRadiant);
  padding: 50px 0;
}

.achievements-section .achievements-box {
  background: #ffffff;
  box-shadow: 1px 5px 21px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  display: flex;
  max-width: 900px;
  width: 100%;
  justify-content: space-around;
  margin: auto;
  text-align: center;
}

.achievements-section .achievements-box .achievements-card {
  padding: 20px;
}

.achievements-section .achievements-box .achievements-card h3 {
  margin-bottom: 2px;
  margin-top: 20px;
}

.achievements-section .achievements-box .achievements-card h5 {
  font-size: 20px;
  font-weight: 400;
  color: var(--black);
}

/* mega events css */
.mega-event-section {
  margin: 70px 0;
  position: relative;
}

.mega-event-section .primary-btn {
  max-width: unset;
  width: unset;
}

.mega-event-section .content {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* right: 0; */
  left: 50%;
  /* padding: 50px 0; */
  bottom: 0;
  width: 100%;
}

.mega-event-section .main-img {
  position: relative;
  z-index: 100;
}

.mega-event-section .content .mega-event-wrap-left .mega-event-card-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 20px;
}

.mega-event-section .content .mega-event-wrap-left {
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 99;
  margin-bottom: 40px;
}

.mega-event-section .content .mega-event-wrap-left:after {
  content: "";
  /* display: inline-block !important; */
  width: 100%;
  height: 0;
  border: 1px dashed #fff;
  top: 38px;
  position: absolute;
  right: -152px;
  border: 1.4px dashed #ffffff;
  z-index: -1;
  transition: transform 300ms ease-out;
}

.mega-event-section .content .mega-event-card-left h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
  margin: 0 10px;
  text-align: right;
}

.mega-event-section .content .mega-event-wrap-left p {
  font-size: 16px;
  font-weight: 400;
  color: var(--black2);
  display: none;
  text-align: right;
}

.mega-event-section .content .mega-event-wrap-left:hover p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-top: -14px;
  padding: 20px;
  cursor: pointer;
  transform: translatey(8%);
}

.mega-event-section .content .mega-event-wrap-right .mega-event-card-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  background: #ffffff;
  border-radius: 20px;
}

.mega-event-section .content .mega-event-wrap-right {
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 99;
  margin-bottom: 40px;
}

.mega-event-section .content .mega-event-wrap-right:after {
  content: "";
  /* display: inline-block !important; */
  width: 100%;
  height: 0;
  border: 1px dashed #fff;
  top: 38px;
  position: absolute;
  left: -152px;
  border: 1.4px dashed #ffffff;
  z-index: -1;
  transition: transform 300ms ease-out;
}

.mega-event-section .content .mega-event-card-right h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--black);
  margin: 0 10px;
  text-align: left;
}

.mega-event-section .content .mega-event-wrap-right p {
  font-size: 16px;
  font-weight: 400;
  color: var(--black2);
  display: none;
  text-align: left;
}

.mega-event-section .content .mega-event-wrap-right:hover p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  margin-top: -14px;
  padding: 20px;
  cursor: pointer;
  transform: translatey(8%);
}

#home-top-video {
  position: relative;
  height: 1025px;
  width: 100vw;
  overflow: hidden;
}

#home-top-video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59));
}

#home-top-video video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

/* event checklist css */

.event-checklist-section {
  margin: 70px 0;
  background-image: url(../images/New/event-checklist-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.why-us-section {
  margin: 70px 0;
  background-image: url(../images/New/hereo.png);
  background-position: center;
  background-size: cover;

  height: 100%;
  position: relative;
}

.why-us-section-overlay {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.why-us-section h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: auto;
  color: var(--white);
}

.why-us-section p {
  font-size: 22px;
  color: var(--white);
  line-height: auto;
  margin: 2rem 0;
}

.why-us-section figure img {
  /* border: 6px solid var(--orange); */
  border-radius: 10px;
}

.why-us-inner {
  position: relative;
  padding: 5rem 0;
}

.past-events-section {
  margin: 70px 0;
}

.past-events-section .insta-video {
  position: relative;
  height: 450px;
  border-radius: 10px;
  border: 1px solid;
}

.past-events-section .insta-video video {
  width: 100%;
  border-radius: 10px;
}

/* .past-events-section .insta-video::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59));
  border-radius: 10px;
} */

.past-events-section .content {
  position: absolute;
  left: 0;
  /* top: 40%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
  /* right: 0; */
  left: 0;
  padding: 20px;
  bottom: 0;
  width: 100%;
  color: var(--white);
}

.insta-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.past-events-section .content p {
  font-size: 20px;
}

.past-events-section .content small {
  font-weight: 300;
  font-size: 14px;

  color: #ffffffb0;
}

.testimonial-section {
  margin: 70px 0;
  background-color: #fff3ef;
}

.testimonial-section .card-div {
  text-align: center;
}

.testimonial-section .card-div img {
  height: 100px;
  margin: 30px auto;
  width: 100px;
}

.testimonial-section .card-div .testimonial-content {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  /* or 188% */
  text-align: center;
  text-transform: capitalize;

  color: #333333;
  margin: 0 auto 30px;
  max-width: 1100px;
  width: 100%;
}

.testimonial-section .card-div .testimonial-info h5 {
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;

  color: #000000;
}

.testimonial-section .card-div .testimonial-info p {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: 10px;
}

.testimonial-section .container-c {
  padding: 50px 0;
}

/* contact section landing */

.contact-div {
  margin: 70px 0;
  background: var(--orangeRadiant);
}

.contact-div .container {
  padding: 50px 0;
}

.contact-div .contact-main {
  background-color: var(--white);
  padding: 40px 0;
  border-radius: 10px;
  width: 96%;
  margin-left: auto;
}

.contact-div .contact-main .contact-details {
  background: black;
  border-radius: 10px;
  padding: 50px 20px;
  width: 430px;
  position: relative;
  left: -40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.contact-div .contact-main .contact-details .address {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.contact-div .contact-main .contact-details .address .address-text {
  padding-left: 20px;
  color: var(--white);
}

.contact-div .contact-main .contact-details .address .address-text h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;

  color: #ffffff;
}

.contact-div .contact-main .contact-details .address .address-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 151%;
  color: #ffffff;
}

.contact-div .form-select,
.contact-div .form-control {
  font-size: 16px;
  border-radius: 0;
  border: 1px solid hsl(0deg 0% 0% / 30%);
  padding: 16px;
}

.contact-div .form-select::placeholder,
.contact-div .form-control::placeholder {
  font-size: 16px;
  color: var(--black2);
  font-weight: 300;
}

.contact-div .secondary-btn.btn-dark {
  background-color: var(--black);
  padding: 16px 40px;
}

.contact-div textarea.form-control {
  height: 100px;
}

/* action section css */
.light-box {
  background-color: #ffede7;
  padding: 50px;
  position: relative;
  height: 350px;
}

.light-box-content {
  position: absolute;
  transform: translate(calc(100% - 230px), 20%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 400px;

  width: 100%;
}

.light-box h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.light-box h2 span {
  color: var(--orange);
  font-weight: 700;
}

.dark-box {
  background: var(--orange);
  padding: 50px;
  position: relative;
  height: 350px;
}

.dark-box-content {
  position: absolute;
  transform: translate(calc(100% - 550px), 20%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 600px;
  width: 100%;
}

.dark-box h2 {
  color: var(--white);
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.dark-box h2 span {
  font-weight: 700;
}

.get-started-btn-light {
  border-radius: 4px;
  padding: 10px 15px;
  background: var(--orangeRadiant);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.get-started-btn-light:hover,
.get-started-btn-light:focus,
.get-started-btn-light:active {
  color: var(--white);
  box-shadow: none;
  background: linear-gradient(266.97deg, #f8413e 4.45%, #fe8058 89.75%);
}

.contact-btn-dark {
  border-radius: 4px;
  padding: 10px 15px;
  background: var(--black2);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.contact-btn-dark:hover,
.contact-btn-dark:focus,
.contact-btn-dark:active {
  color: var(--orange);
  box-shadow: none;
}

/* blogs section css */
.blogs-section {
  margin: 70px 0;
}

.blogs-section .owl-carousel .owl-item {
  display: unset;
}

.blogs-section .owl-carousel .owl-item img {
  max-height: 230px;
  height: 100%;
  object-fit: cover;
}

.blog-content img.w-100 {
  max-height: 230px;
  height: 100%;
  min-height: 200px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.blogs-section h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.blog-card {
  background: #ffffff;

  box-shadow: 0px 0px 38px rgba(255, 131, 89, 0.17);
  border-radius: 10px;
  display: block;
  color: var(--black);
  margin: 24px;
}

.blog-text {
  padding: 20px 15px;
}

.blog-card .blog-text h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 4px;
  width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog-card .blog-text .date-p {
  font-size: 14px;
  display: flex;
  font-weight: 400;
  line-height: 160%;
  align-items: center;
  margin-bottom: 4px;
}

.blog-card .blog-text .date-p img {
  width: 22px;
  height: 22px;
}

.blog-card .blog-text .date-p span {
  padding-left: 5px;
  color: var(--black2);
}

.blog-card .blog-text .decs-p {
  font-weight: 300;
  line-height: 160%;
  color: var(--black2);
  margin-bottom: 4px;
  font-size: 14px;
}

.blog-card .blog-text .learn-more {
  color: var(--orange);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
}

/* faq section */

.light-box-content {
  position: absolute;
  transform: translate(calc(100% - 230px), 20%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 400px;

  width: 100%;
}

.light-box h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.light-box h2 span {
  color: var(--orange);
  font-weight: 700;
}

.dark-box {
  background: var(--orange);
  padding: 50px;
  position: relative;
  height: 350px;
}

.dark-box-content {
  position: absolute;
  transform: translate(calc(100% - 550px), 20%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 600px;
  width: 100%;
}

.dark-box h2 {
  color: var(--white);
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.dark-box h2 span {
  font-weight: 700;
}

.get-started-btn-light {
  border-radius: 4px;
  padding: 10px 15px;
  background: var(--orangeRadiant);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.get-started-btn-light:hover,
.get-started-btn-light:focus,
.get-started-btn-light:active {
  color: var(--white);
  box-shadow: none;
  background: linear-gradient(266.97deg, #f8413e 4.45%, #fe8058 89.75%);
}

.contact-btn-dark {
  border-radius: 4px;
  padding: 10px 15px;
  background: var(--black2);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.contact-btn-dark:hover,
.contact-btn-dark:focus,
.contact-btn-dark:active {
  color: var(--orange);
  box-shadow: none;
}

/* blogs section css */

.blogs-section .owl-carousel .owl-item {
  display: unset;
}

.blogs-section .owl-carousel .owl-item img {
  max-height: 230px;
  height: 100%;
  object-fit: cover;
}

.blog-content img.w-100 {
  max-height: 230px;
  height: 100%;
  min-height: 200px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.blogs-section h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.blog-text {
  padding: 20px 15px;
}

.blog-card .blog-text h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 4px;
  width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog-card .blog-text .date-p {
  font-size: 14px;
  display: flex;
  font-weight: 400;
  line-height: 160%;
  align-items: center;
  margin-bottom: 4px;
}

.blog-card .blog-text .date-p span {
  padding-left: 5px;
}

.blog-card .blog-text .decs-p {
  font-weight: 500;
  line-height: 160%;
  opacity: 0.7;
  margin-bottom: 4px;
}

/* faq section */

#faqSection .accordion-item {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 0;
}

#faqSection .accordion-button:focus {
  box-shadow: unset;
}

/* about page css */
.about-section h3 {
  background: var(--orangeRadiant,
      linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
  background-clip: text;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-section img {
  border-radius: 32px;
}

.about-section p {
  opacity: 0.7;
  color: var(--black2);
  font-size: 16px;
  font-weight: 400;
}

.about-highlight {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
}

.about-highlight span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: var(--orangeRadiant,
      linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-section h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.8;
  display: none;
}

/* ----------------------------- */

/* terms & condition */

.t_c-h3 {
  font-size: 48px !important;
  margin-top: 93px;
}

.text_p {
  margin-top: 42px;
}

.text_p p {
  font-weight: 400;
}

.text_h5 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 9px;
}

.main_text_p {
  margin-bottom: 45px;
}

/* footer start */

footer {
  background-color: var(--black);
  padding: 70px 0px;
}

/* .footer_main {
      display: flex;
  } */

.footer_p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--white2);
  margin-bottom: 10px;
  display: block;
}

.footer--p {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--white2);
  padding-bottom: 4px;
  display: block;
  margin-bottom: 20px;
}

.margin_76 {
  margin-top: 76px;
}

a.footer_p:hover {
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer_ul_li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer_h5 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25.34px;
}

.copyright {
  text-align: start;
  padding: 0 !important;
  margin-top: 20px;
}

.footer_icon {
  margin-top: 0;
}

.footer_icon img {
  margin-bottom: 4px;
  border-radius: 21px;
  border: 2px solid #fe5f5700;
  height: 36px;
  width: 36px;
}

.footer_icon img:hover {
  border-radius: 21px;
  border: 2px solid #ffffff;
}

.copyright_p {
  text-align: left;
  display: contents;
}

.copyright_p p {
  margin-top: 11px;
}

.footer_main h4 {
  color: var(--white2);
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin: 10px 0;
}

.navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

/* ------------------------ */

/* blog details page css */

.blog-wrapper .blog-main h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  background: var(--orangeRadiant,
      linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}

.blog-wrapper .blog-main .date-p {
  display: flex;
  align-items: center;
}

.blog-wrapper .blog-main .date-p span {
  font-size: 14px;
  margin-left: 4px;
}

.blog-wrapper .blog-main h4 {
  color: var(--orange);
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}

.blog-wrapper .blog-main ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 4px;
  margin-left: 18px;
}

.blog-wrapper .blog-main ul {
  list-style-type: disc;
  margin-bottom: 20px;
}

.blog-wrapper .blog-main h5 {
  color: var(--orange);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.blog-wrapper .blog-main p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.other-blog-sidebar {
  height: 100%;
  min-height: 200px;
  overflow: auto;
  position: sticky;
  top: 20%;
}

.blog-main {
  height: 100%;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
}

.blog-main,
.other-blog-sidebar {
  color: #222;
  padding: 0 15px;
}

.blog-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 116px;
  padding: 78px 0;
}

.bg-orange {
  background-color: rgba(255, 131, 89, 0.1);
}

.upcomig-list {
  margin-top: 30px;
}

.upcomig-list .upcomig-block h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  color: var(--black);
}

.blog-wrapper form label,
.contact-section form label {
  color: var(--orange);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.blog-wrapper form textarea,
.contact-section form textarea {
  border-radius: 8px;
  border: 1px solid var(--orange);
  background: var(--white);
  min-height: 94px;
  padding: 15px;
}

.blog-wrapper form input,
.contact-section form input {
  border-radius: 8px;
  border: 1px solid var(--orange);
  background: var(--white);
  height: 42px;
  padding: 15px;
}

.blog-wrapper form textarea::placeholder,
.blog-wrapper form input::placeholder,
.contact-section form textarea::placeholder,
.contact-section form input::placeholder {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.other-blog-sidebar h4 {
  color: var(--black2);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.other-blog-div p {
  display: flex;
  align-items: center;
  color: var(--black);
}

.other-blog-div p span {
  font-size: 14px;
  margin-left: 4px;
}

.other-blog-div h5 {
  color: var(--orange);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.other-blog-sidebar hr {
  background-color: #cecece;
  margin: 0;
}

.other-blog-list {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* contact us page css */
.contact-section {
  padding: 78px 0;
}

.contact-section h3 {
  color: var(--orange);
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 12px;
}

.box-slider-events {
  background-color: var(--white);
  padding: 25px;
  text-align: center;
  margin: 15px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 15px;
  overflow: hidden;
}

.box-slider-events h5 {
  color: var(--black2);
  margin-top: 15px;
  margin-bottom: 15px;
}

.box-slider-events p {
  color: var(--black2);
}

.function-section .function-box h5 {
  margin: 10px 0;
}

.function-section .function-box p {
  max-width: unset;
}

#faqSection {
  margin: 1rem 0;
}

#faqSection .accordion-button.collapsed {
  border: 1px solid #0000000f;
  border-radius: 10px;
  color: var(--black);
  font-size: 16px;

  font-weight: 400;
  line-height: 160%;
}

#faqSection .accordion-button:not(.collapsed) {
  color: var(--black);
  background-color: #fff3ef;
  box-shadow: unset;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding-bottom: 8px;
  border-radius: 10px 10px 0 0;
}

#faqSection .accordion-body {
  padding: 0 1.25rem 1rem 1.25rem;
  color: var(--black2);
  font-size: 16px;
  border-radius: 0 0 10px 10px;
  font-weight: 400;
  line-height: 160%;
  background-color: #fff3ef;
}

#faqSection .accordion-button:not(.collapsed)::after {
  background-image: url(../images/New/chevron-up.png);
  height: 30px;
  width: 30px;
  background-size: 30px;
  transform: unset;
}

#faqSection .accordion-button::after {
  background-image: url(../images/New/chevron-down.png);
  height: 30px;
  width: 30px;
  background-size: 30px;
  transform: unset;
}

/* Inqury form */
.modal-new .modal-dialog {
  max-width: 375px;
  margin: 1.75rem auto;
  border-radius: 32px;
}

.modal-new .modal-dialog .modal-content {
  border-radius: 32px;
}

.modal-new .modal-dialog .modal-header {
  padding: 0.1rem 1rem 0;
  border-bottom: 0;
}

.modal-new .modal-dialog .modal-body {
  padding: 0 1.3rem 1rem;
}

.modal-new .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: 0.8rem 0rem -0.5rem auto;
  width: 12px;
  height: 11.5px;
}

.modal-new .content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-new .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  margin-top: 4px;
  margin-bottom: 20px;
}

.modal-new .form-control {
  border-radius: 8px;
  border: 1px solid #fe8058;
  height: 48px;
}

.modal-new textarea.form-control {
  border-radius: 8px;
  border: 1px solid #fe8058;
  height: 86px;
}

.modal-new .feedback-box [type="radio"]:checked,
.modal-new .feedback-box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.modal-new .feedback-box [type="radio"]:checked+label,
.modal-new .feedback-box [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 14px;
}

.modal-new .feedback-box [type="radio"]:checked+label:before {
  border: 1px solid var(--orange) !important;
}

.modal-new .feedback-box [type="radio"]:checked+label:before,
.modal-new .feedback-box [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #cecece;
  border-radius: 100%;
  background: #fff;
}

.modal-new .feedback-box [type="radio"]:checked+label:after,
.modal-new .feedback-box [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--orange);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-new .feedback-box [type="radio"]:not(:checked)+label:after {
  background: #cecece;
}

.modal-new .feedback-box [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.star-rating {
  direction: rtl;
  display: inline-block;
  margin-bottom: 18px;
  cursor: default;
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  color: #bbb;
  font-size: 22px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type="radio"]:checked~label {
  color: #f2b600;
}

.submit-btn {
  border-radius: 8px;
  background: var(--orangeRadiant,
      linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  width: 100%;
  display: block;
  padding: 12px 20px;
  border: 0;
}

.light-box-content {
  position: absolute;
  transform: translate(calc(100% - 230px), 20%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 400px;

  width: 100%;
}

.light-box h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.light-box h2 span {
  color: var(--orange);
  font-weight: 700;
}

.dark-box {
  background: var(--orange);
  padding: 50px;
  position: relative;
  height: 350px;
}

.dark-box-content {
  position: absolute;
  transform: translate(calc(100% - 550px), 20%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 600px;
  width: 100%;
}

.dark-box h2 {
  color: var(--white);
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.dark-box h2 span {
  font-weight: 700;
}

.get-started-btn-light {
  border-radius: 4px;
  padding: 10px 15px;
  background: var(--orangeRadiant);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.get-started-btn-light:hover,
.get-started-btn-light:focus,
.get-started-btn-light:active {
  color: var(--white);
  box-shadow: none;
  background: linear-gradient(266.97deg, #f8413e 4.45%, #fe8058 89.75%);
}

.contact-btn-dark {
  border-radius: 4px;
  padding: 10px 15px;
  background: var(--black2);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.contact-btn-dark:hover,
.contact-btn-dark:focus,
.contact-btn-dark:active {
  color: var(--orange);
  box-shadow: none;
}

/* blogs section css */

.blogs-section .owl-carousel .owl-item {
  display: unset;
}

.blogs-section .owl-carousel .owl-item img {
  max-height: 230px;
  height: 100%;
  object-fit: cover;
}

.blog-content img.w-100 {
  max-height: 230px;
  height: 100%;
  min-height: 200px;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.blogs-section h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.blog-text {
  padding: 20px 15px;
}

.blog-card .blog-text h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 4px;
  width: calc(100% - 40px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--black);
  font-family: "Poppins-Medium";
}

.blog-card .blog-text .date-p {
  font-size: 14px;
  display: flex;
  font-weight: 400;
  line-height: 160%;
  align-items: center;
  margin-bottom: 4px;
}

.blog-card .blog-text .date-p span {
  padding-left: 5px;
}

.blog-card .blog-text .decs-p {
  font-weight: 500;
  line-height: 160%;
  opacity: 0.7;
  margin-bottom: 4px;
}

/* faq section */
.faq-section {
  margin: 70px 0;
}

#faqSection .accordion-item {
  margin-bottom: 20px;
  border-radius: 8px;
}

#faqSection .accordion-button:focus {
  box-shadow: unset;
}

#faqSection {
  margin: 1rem 0;
}

#faqSection .accordion-button.collapsed {
  border: 1px solid #00000038;
  border-radius: 8px;
  color: var(--black);
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins-Medium";

  font-weight: 400;
  line-height: 160%;
}

#faqSection .accordion-button:not(.collapsed) {
  color: var(--black);
  background-color: #fff3ef;
  box-shadow: unset;
  font-size: 20px;
  font-style: normal;
  font-family: "Poppins-Medium";
  line-height: 160%;
  padding-bottom: 8px;
  border-radius: 10px 10px 0 0;
}

#faqSection .accordion-body {
  padding: 0 1.25rem 1rem 1.25rem;
  color: var(--black2);
  font-size: 14px;
  border-radius: 0 0 10px 10px;
  font-weight: 300;
  line-height: 160%;
  background-color: #fff3ef;
}

#faqSection .accordion-button:not(.collapsed)::after {
  background-image: url(../images/New/chevron-up.png);
  transform: unset;
  height: 30px;
  width: 30px;
  background-size: 30px;
}

#faqSection .accordion-button:after {
  background-image: url(../images/new/chevron-down.png);
  transform: unset;
  height: 30px;
  width: 30px;
  background-size: 30px;
}

/* Inqury form */
.modal-new .modal-dialog {
  max-width: 375px;
  margin: 1.75rem auto;
  border-radius: 32px;
}

.modal-new .modal-dialog .modal-content {
  border-radius: 32px;
}

.modal-new .modal-dialog .modal-header {
  padding: 0.1rem 1rem 0;
  border-bottom: 0;
}

.modal-new .modal-dialog .modal-body {
  padding: 0 1.3rem 1rem;
}

.modal-new .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: 0.8rem 0rem -0.5rem auto;
  width: 12px;
  height: 11.5px;
}

.modal-new .content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-new .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  margin-top: 4px;
  margin-bottom: 20px;
}

.modal-new .form-control {
  border-radius: 8px;
  border: 1px solid #fe8058;
  height: 48px;
}

.modal-new textarea.form-control {
  border-radius: 8px;
  border: 1px solid #fe8058;
  height: 86px;
}

.modal-new .feedback-box [type="radio"]:checked,
.modal-new .feedback-box [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.modal-new .feedback-box [type="radio"]:checked+label,
.modal-new .feedback-box [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 14px;
}

.modal-new .feedback-box [type="radio"]:checked+label:before {
  border: 1px solid var(--orange) !important;
}

.modal-new .feedback-box [type="radio"]:checked+label:before,
.modal-new .feedback-box [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #cecece;
  border-radius: 100%;
  background: #fff;
}

.modal-new .feedback-box [type="radio"]:checked+label:after,
.modal-new .feedback-box [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--orange);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-new .feedback-box [type="radio"]:not(:checked)+label:after {
  background: #cecece;
}

.modal-new .feedback-box [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.star-rating {
  direction: rtl;
  display: inline-block;
  margin-bottom: 18px;
  cursor: default;
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  color: #bbb;
  font-size: 22px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type="radio"]:checked~label {
  color: #f2b600;
}

.submit-btn {
  border-radius: 8px;
  background: var(--orangeRadiant,
      linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
  color: var(--white);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  width: 100%;
  display: block;
  padding: 12px 20px;
  border: 0;
}

/* about page css */
.about-section h3 {
  background: var(--orangeRadiant,
      linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
  background-clip: text;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-section img {
  border-radius: 32px;
}

.about-section p {
  opacity: 0.7;
  color: var(--black2);
  font-size: 16px;
  font-weight: 400;
}

.about-highlight {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
}

.about-highlight span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background: var(--orangeRadiant,
      linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-section h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.8;
  display: none;
}

/* ----------------------------- */

/* terms & condition */

.t_c-h3 {
  font-size: 48px !important;
  margin-top: 93px;
}

.text_p {
  margin-top: 42px;
}

.text_p p {
  font-weight: 400;
}

.text_h5 {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 9px;
}

.main_text_p {
  margin-bottom: 45px;
}

/* ------------------------ */

/* blog details page css */

.blog-wrapper .blog-main h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  background: var(--orangeRadiant,
      linear-gradient(267deg, #ff5957 4.45%, #fe8058 89.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}

.blog-wrapper .blog-main .date-p {
  display: flex;
  align-items: center;
}

.blog-wrapper .blog-main .date-p span {
  font-size: 14px;
  margin-left: 4px;
}

.blog-wrapper .blog-main h3{

color: var(--orange);

}

.blog-wrapper .blog-main h4 {
  color: var(--orange);
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}

.blog-wrapper .blog-main ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 4px;
  margin-left: 18px;
}

.blog-wrapper .blog-main ul {
  list-style-type: disc;
  margin-bottom: 20px;
}

.blog-wrapper .blog-main h5 {
  color: var(--orange);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.blog-wrapper .blog-main p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 20px;
}

.other-blog-sidebar {
  height: 100%;
  min-height: 200px;
  overflow: auto;
  position: sticky;
  top: 20%;
}

.blog-main {
  height: 100%;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
}

.blog-main,
.other-blog-sidebar {
  color: #222;
  padding: 0 15px;
}

.blog-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 116px;
  padding: 78px 0;
}

.bg-orange {
  background-color: rgba(255, 131, 89, 0.1);
}

.upcomig-list {
  margin-top: 30px;
}

.upcomig-list .upcomig-block h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  color: var(--black);
}

.blog-wrapper form label,
.contact-section form label {
  color: var(--orange);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.blog-wrapper form textarea,
.contact-section form textarea {
  border-radius: 8px;
  border: 1px solid var(--orange);
  background: var(--white);
  min-height: 94px;
  padding: 15px;
}

.blog-wrapper form input,
.contact-section form input {
  border-radius: 8px;
  border: 1px solid var(--orange);
  background: var(--white);
  height: 42px;
  padding: 15px;
}

.blog-wrapper form textarea::placeholder,
.blog-wrapper form input::placeholder,
.contact-section form textarea::placeholder,
.contact-section form input::placeholder {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.other-blog-sidebar h4 {
  color: var(--black2);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.other-blog-div p {
  display: flex;
  align-items: center;
  color: var(--black);
}

.other-blog-div p span {
  font-size: 14px;
  margin-left: 4px;
}

.other-blog-div h5 {
  color: var(--orange);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.other-blog-sidebar hr {
  background-color: #cecece;
  margin: 0;
}

.other-blog-list {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* contact us page css */
.contact-section {
  padding: 78px 0;
}

.contact-section h3 {
  color: var(--orange);
  font-size: 22px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 12px;
}

.box-slider-events {
  background-color: var(--white);
  padding: 25px;
  text-align: center;
  margin: 15px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 15px;
  overflow: hidden;
}

.box-slider-events h5 {
  color: var(--black2);
  margin-top: 15px;
  margin-bottom: 15px;
}

.box-slider-events p {
  color: var(--black2);
}

.function-section .function-box h5 {
  margin: 10px 0;
}

.function-section .function-box p {
  max-width: unset;
}

/**/
.event-chart-list {
  text-align: center;
}

.event-chart-list svg {
  width: 100%;
  margin-left: unset;
}

.st0 {
  stroke-width: 0;
  stroke: #fff;
  transition-duration: 0.2s;
  transform-origin: center;
  transform-box: fill-box;
  transform: scale(0.9);
}

.st0:hover {
  fill: url(#MyGradient);
  transform: scale(1);
}

.st0.active {
  fill: url(#MyGradient);
  transform: scale(1);
}

.st0.active path.bg-change {
  fill: url(#MyGradient);
  transform: scale(1);
}

.textsvg-black {
  fill: #000;
}

.st0:hover path.textsvg-black {
  fill: #ffffff;
}

.st0:hover path.bg-change {
  fill: url(#MyGradient);
}

.st0.active .textsvg-black {
  fill: #ffffff !important;
}

.content-div {
  padding: 10px;
  background: rgb(255, 96, 99);
  background: linear-gradient(266deg,
      rgba(255, 96, 99, 1) 0%,
      rgba(255, 123, 101, 1) 46%,
      rgba(255, 148, 102, 1) 100%);
  display: none;
  border-radius: 8px;
  position: relative;
}

.content-block-main {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  flex: 1;
  text-align: left;
}

.content-div ul {}

.content-div ul li {
  background: #fff;
  border-radius: 4px;
  color: #000;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-weight: 600;
}

.content-div ul li:last-child {
  margin-bottom: 0px;
}

.content-div-arrow-left-1 {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #ff6163;
  border-bottom: 10px solid transparent;
  right: -20px;
  top: 30px;
}

.content-div-arrow-left-2 {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #ff9266;
  border-bottom: 10px solid transparent;
  left: -20px;
  bottom: 30px;
}

.content-div-arrow-left-3 {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 20px solid #ff9266;
  border-bottom: 10px solid transparent;
  left: -20px;
  top: 30px;
}

.content-div {}

.content-div.slide-in {
  display: block;
  /* Ensure it's visible */
  animation: slideIn 0.5s ease-out forwards;
  /* Trigger the animation */
}

@keyframes slideIn {
  0% {
    transform: translateX(-20px);
    /* Start slightly to the left */
    opacity: 0;
    /* Invisible */
  }

  100% {
    transform: translateX(0);
    /* End at the normal position */
    opacity: 1;
    /* Fully visible */
  }
}

.outler-line {
  background-image: url(../images/outer-line.svg);
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  background-size: 98%;
}

.crl-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 0px), -50%);
}

.crl-logo img {
  width: 45%;
  max-width: 150px;
}

.mobile-content-list .accordion {
  all: unset;
  width: 100%;
}

.mobile-content-list .accordion-item {
  all: unset;
  position: relative;
  margin-bottom: 20px;
  display: block;
  background: var(--white);
  border-radius: 20px;
}

.border-header-left.mobile-content-list .accordion-item::after {
  content: "";
  /* display: inline-block !important; */
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  top: 50%;
  position: absolute;
  right: -152px;
  z-index: -1;
  transition: transform 300ms ease-out;
}

.border-header-right.mobile-content-list .accordion-item::before {
  content: "";
  /* display: inline-block !important; */
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  top: 50%;
  position: absolute;
  left: -152px;
  z-index: -1;
  transition: transform 300ms ease-out;
}

.mobile-content-list .accordion-item::after {
  margin-bottom: 20px;
  display: block;
}

.mobile-content-list .accordion-body {
  margin-bottom: 2px;
  padding-top: 0;
}

.mobile-content-list .accordion-button::after {
  all: unset;
}

.mobile-content-list .accordion-item .accordion-button {
  background-color: var(--white);
}

.border-header-left.mobile-content-list .accordion-item .accordion-button {
  padding: 9px 20px;
  justify-content: space-between;
  flex-direction: row;
  border-radius: 10px;
  box-shadow: none;
}

.border-header-left .accordion-body {
  text-align: right;
}

.border-header-right .accordion-body {
  text-align: left;
}

.border-header-right.mobile-content-list .accordion-item .accordion-button {
  padding: 5px;
  flex-direction: row;
  border-radius: 10px;
  box-shadow: none;
}

.border-header-right.mobile-content-list .accordion-item .accordion-button span {
  padding-left: 16px;
}

.mobile-content-list .accordion-item .accordion-button span {
  color: var(--black);
  font-size: 20px;
  font-family: "Poppins-SemiBold";
  line-height: 30px;
  display: block;
}

.mobile-show {
  display: none !important;
}

#target .content {
  display: none;
  /* Initially hide all content */
}

#target a g.st0.active {
  font-weight: bold;
  /* Example style for active menu */
}

#svg-accordionExample {
  margin-top: 20px;
}

/*--------------------------fab button css -------------------------------*/

.fabWidget {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid transparent;
}

.fabWidget:hover,
.fabWidget:focus,
.fabWidget:active {
  border: 2px solid #fff;
}

.fabTrigger .background {
  background-color: #1950ff;
  border-radius: 50%;
  box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044),
    0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061),
    0 25px 20px rgba(0, 0, 0, 0.1);
  height: 60px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 60px;
}

.fabList {
  visibility: hidden;
  opacity: 1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

button:focus:not(:focus-visible) {
  box-shadow: none;
}

.fabButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 6px;
  width: 60px;
  height: 60px;
  /* padding: 10px; */
  border-radius: 50%;
  /* border: 1px solid #ddd; */
  background: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.fabButton:hover {
  cursor: pointer;
}

.fabButton.active {
  transform: translateY(0px);
  opacity: 1;
}

.fabButton svg {
  width: 100%;
  height: 100%;
}

.active .fabButton {
  visibility: visible;
  opacity: 1;
  transform: translateY(-15px);
}

.fabOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}

.fabOverlay.active {
  opacity: 1;
  visibility: visible;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]::before {
  opacity: 0;
  visibility: hidden;
  cursor: default;
  pointer-events: none;
}

[data-tooltip]::before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  padding: 7px;
  text-align: center;
  border-radius: 4px;
  background: #1950ff;
  color: #fff;
  font-size: 0.8em;
  white-space: nowrap;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

[data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
  right: 120%;
}

.chat-bubble {
  cursor: pointer;
  position: relative;
}

.chat-bubble .bubble {
  transform-origin: 50%;
  transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
}

.chat-bubble .line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.75;
  stroke-linecap: round;
  transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.chat-bubble .line1 {
  stroke-dasharray: 60 90;
  stroke-dashoffset: -20;
}

.chat-bubble .line2 {
  stroke-dasharray: 67 87;
  stroke-dashoffset: -18;
}

.chat-bubble .circle {
  fill: #ffffff;
  stroke: none;
  transform-origin: 50%;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active .bubble {
  transform: translateX(24px) translateY(4px) rotate(45deg);
}

.active .line1 {
  stroke-dashoffset: 21;
}

.active .line2 {
  stroke-dashoffset: 30;
}

.active .circle {
  transform: scale(0);
}

.navbar-nav {
  row-gap: 12px;
}

.section-infographic {
  margin: 70px 0 0 0;
  /* padding-bottom: 54px; */
  height: 100vh;
}

.circle-logo h2 {
  font-family: "Poppins-Semibold";

  font-size: 30px;
  text-transform: uppercase;

  color: #000000;
  max-width: 230px;
  width: 100%;
}

.infographic1-inner h5 {
  font-family: "Poppins-Semibold";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;

  margin-bottom: 4px;
  color: #000000;
}

.infographic1-inner p {
  font-size: 15px;
  line-height: 30px;

  color: #333333;
}

.row-infographic1 {
  text-align: center;
  margin: 50px 0;
}

.infographic1-container-desktop {
  display: visible;
}

.infographic {
  position: relative;
  width: 500px;
  display: inline-block;
}

.box-1 {
  position: absolute;
  top: 80px;
  right: 410px;
  z-index: 2;
  text-align: right;
}

.box-2 {
  position: absolute;
  top: 400px;
  left: 0;

  z-index: 2;
  text-align: center;
}

.box-3 {
  position: absolute;
  top: 172px;
  left: 430px;
  z-index: 2;
  text-align: left;
}

.infographic1-inner {
  width: 460px;
}

.inner-1 {
  padding-right: 140px;
  position: relative;
  top: -60px;
}

.inner-2 {
  margin-top: 30px;
}

.inner-3 {
  padding-left: 140px;
  position: relative;
  top: -60px;
}

.number-1 {
  color: #00c3ff;
}

.number-2 {
  color: #004ee6;
}

.number-3 {
  color: #fe4c1c;
}

.circle-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 0px), -50%);
}

.infographic1-dot {
  margin-bottom: 10px;
}

.dot-1 {
  background-color: #00c3ff;
  box-shadow: 8px 8px 18px 0px rgb(0 195 255 / 40%);
  content: "";
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}

.dot-2 {
  background-color: #004ee6;
  box-shadow: 8px 8px 18px 0px rgb(0 78 230 / 40%);
  content: "";
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}

.dot-3 {
  background-color: #fe4c1c;
  box-shadow: 8px 8px 18px 0px rgb(254 76 28 / 40%);
  content: "";
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
}

.infographic1-number {
  width: 110px;
  height: 110px;
  line-height: 106px;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 6px 6px 13px 0px rgb(42 67 113 / 15%);
  /* font-size: 30px; */
  /* font-weight: 700; */
  display: inline-block;
}

.mob-infographic1 {
  display: none;
}

.mobile-show-accordion {
  display: none;
}

.logo-text {
  font-size: 22px;
  font-weight: 600;
  width: 90%;
  display: flex;
  justify-self: center;
}


.banner-content .breadcrumb a {
  color: var(--white);
}

.banner-content .breadcrumb-item.active {
  color: #898989;
}

.search-box {
  width: 800px;
  max-width: 88%;
  /* margin: auto; */
  height: 80px;
  margin-top: -62px;
  position: absolute;
  z-index: 999;
  transform: translate(calc(-50%), 0px);
  left: 50%;
}

.search-box input::placeholder {
  color: #999;
  font-weight: 400;
}

.search-box .mobile-icon {
  display: none;
}

.dropdown-toggle::after {
  margin-left: 0.5rem;
}

#upcoming-event {
  position: relative;
  padding: 50px 0 50px 0;
}

#upcoming-event .item img {
  border-radius: 20px;
}

#upcoming-event .item .bottom-content {
  /* display: flex; */
  /* background-color: red; */
  /* border: 1px solid var(--white); */
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 90%;
  max-width: 100%;
}

#upcoming-event .item .gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 20px;

}

#upcoming-event .item .date {
  display: inline-flex;
  border: 1px solid var(--white);
  padding: 8px 16px;
  border-radius: 20px;
  gap: 10px;

}

#upcoming-event .item .date img {
  width: 16px;
}

#upcoming-event .item .location {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

#upcoming-event .item .location img {
  width: 16px;
}

#upcoming-event .upcoming-category {
  background: var(--orangeRadiant);
  padding: 10px 18px;
  border-radius: 30px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins-Medium";
  line-height: normal;
  position: absolute;
  top: 30px;
  left: 30px;
}

#upcoming-event .item p,
h3 {
  color: var(--white);
}

#upcoming-event .item h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}

#upcoming-event .owl-dots {
  display: none;
}

#upcoming-event .owl-prev {
  position: absolute;
  bottom: 20px;
  left: 44%;
}

#upcoming-event .owl-next {
  position: absolute;
  bottom: 20px;
  right: 44%;

}

#upcoming-event .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: unset;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  /* position: absolute;
  bottom: 12px;
  left: 45%; */
}

#upcoming-event .owl-theme .owl-nav [class*="owl-"] img {
  width: 40px;
  height: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
  width: 30px;
  transition: all 0.5s;
}

.popular-events h2::before {
  content: url(../images/title-before.svg);
  vertical-align: middle;
  margin-right: 10px;

}

.popular-events h2 {
  font-size: 28px;
  color: var(--black);
  font-weight: 500;
  line-height: 100%;
}

.popular-events .nav-link {
  color: #55555B;
  border: 1px solid #C9C7D4;
  padding: 14px 24px !important;
  border-radius: 30px;
  min-width: fit-content;
}

.popular-events .nav-tabs {
  border: 0;
  margin-top: 30px;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 12px;
}

.popular-events .nav-tabs::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.popular-events .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #3F3F4A;
  color: var(--white);

}



.popular-events .owl-theme {
  margin-top: 30px;
}

.popular-events .new-event-card {
  /* background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15); */
  border-radius: 20px;
  /* padding: 10px; */
  /* position: relative; */
  margin: 15px;
  width: 220px;
}

.popular-events .new-event-card figure {
  /* position: relative; */
}

.popular-events .new-event-card figure img {
  border-radius: 20px;
  height: 330px;
  object-fit: contain;
}

.popular-events .new-event-card .date {
  position: absolute;
  bottom: -38px;
  left: 0;
  display: flex;
  align-items: flex-end;
  border-radius: 15px;
  background: var(--orangeRadiant);
  padding: 8px 20px;
  font-size: 14px;

  font-weight: 500;
  width: 100%;
  height: 98px;
  z-index: -2;
  color: #fff;
}

.popular-events .new-event-card .date img {
  width: 18px;
  height: 18px;
  border-radius: 0;
  margin-right: 8px;
  margin-bottom: 2px;
}

.popular-events .new-event-card h3 {
  font-family: "Poppins-Medium";

  font-size: 17px;
  /* line-height: 10px; */
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #1b1b1f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.popular-events .new-event-card .location {
  display: flex;
  align-items: center;
  margin: 5px 0 5px;
}

.popular-events .new-event-card .location span {
  font-size: 12px;
  color: rgba(63, 63, 74, 1);
}

.popular-events .new-event-card .location img {
  width: 10px;
  height: 14px;
  border-radius: 0;
  margin-right: 6px;
}

.popular-events .new-event-card .name-div {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}

.popular-events .new-event-card .name-div span {
  color: #000;
  font-family: "Poppins-Medium";
}

.popular-events .new-event-card .name-div img {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  margin-right: 10px;
}

.popular-events .new-event-card .rs-div {
  /* margin-bottom: 80px; */
  font-family: "Poppins-Semibold";

  font-size: 18px;
  line-height: 27px;

  color: #686b72;
}

.popular-events .new-event-card .rs-div span {
  font-family: system-ui;
  font-weight: 700;
  padding-right: 2px;
}

.popular-events .new-event-card .free-div {
  /* margin-bottom: 80px; */
  font-family: "Poppins-Semibold";

  font-size: 18px;
  line-height: 27px;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.popular-events .new-event-card .card-btn {
  font-family: "Poppins-SemiBold";
  font-size: 18px;
  background: var(--orangeRadiant);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 18px 30px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  bottom: 0;
  text-align: center;
  border-top: 1px solid #ececef;
}

.popular-events .new-event-card:hover .card-btn,
.popular-events .new-event-card .card-btn:focus {
  background: var(--orangeRadiant);
  color: var(--white);
  -webkit-text-fill-color: unset;
  background-clip: unset;
  border-radius: 0 0 20px 20px;
}

.popular-events .drop-btn {
  background-color: #F0F0F0;
  border-radius: 10px;
  font-size: 18px;
  color: #000;
  padding: 12px 20px;
  font-weight: 500;
text-transform: capitalize;
}

.dropdown-toggle::after {
  content: url(../images/down.png);
  border: 0;
  vertical-align: 2px;
}



#filter-toggle span {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.filters {
  /* max-height: 0; */
  /* overflow: hidden; */
  /* transition: all 0.3s ease;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  opacity: 0;
  pointer-events: none; */

  display: none;
}

.filters.show {
  /* max-height: 500px; */
  /* Adjust based on content */
  /* opacity: 1;
  pointer-events: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 10px; */

  display: flex;
}

.filters.show::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.popular-events hr {
  margin: 0;
  margin-bottom: 16px;
  color: #DEDEDE;
  opacity: 1;
}

.list-your-events {
  background-image: url(../images/listyour.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
  backdrop-filter: blur(6px);
  position: relative;
  margin-top: 80px;

}

.list-your-events-img {
  background-color: hsla(0, 0%, 0%, 0.8);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.list-your-events h2,
.list-your-events p,
.getintouch .form-content p {
  color: var(--white);
}

.list-your-events h2 {
  font-size: 51px;
  font-weight: 700;
  text-align: center;
}

.list-your-events p {
  font-size: 22px;
  max-width: 560px;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

.tellus {
  padding: 120px 0;
}

.tellus h2 {
  font-size: 48px;
  font-weight: 700;
}

.tellus p {
  color: #3F3F4A;
  font-size: 28px;
  line-height: 56px;
}

.tellus .links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.tellus .links a {
  border: 1px solid #B1BBC5;
  color: #3F3F4A;
  padding: 10px 28px;
  border-radius: 30px;

}

.popular-events .primary-borderd-btn {
  background: #C8C7DD;
  padding: 1px;
  border-radius: 100px;
  display: inline-block;
}

.popular-events .primary-borderd-btn a span {
  font-size: 18px;
  background: #3F3F4A;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.getintouch {
  background: linear-gradient(90deg, #FF6161 0%, #FF9966 100%);
  padding: 100px 0;
}

.getintouch .contact-form {
  background: white;
  border-radius: 20px;
  padding: 40px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.getintouch .contact-form h2 {
  font-weight: bold;
}

.getintouch .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
}

.getintouch .form-control:focus {
  border-color: #ff7e5f;
  box-shadow: none;
}

.getintouch .btn-gradient {
  background: linear-gradient(to right, #ff5858, #ffcc70);
  border: none;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  width: 60%;
  font-weight: 600;
  transition: 0.3s ease;
}

.getintouch .btn-gradient:hover {
  opacity: 0.9;
}

.getintouch .left-content h2 {
  max-width: 624px;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  text-transform: capitalize;
  color: #FFFFFF;

}

.getintouch .form-content {
  margin-top: 60px;
}

.getintouch .form-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}

.getintouch .form-content p {
  margin-top: 30px;
}

.getintouch .form-content .sub-right-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.getintouch .for-mobile {
  display: none;
}

.getintouch .for-web {
  display: block;
}




.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1050;
  display: none;
  overflow-y: auto;
  /* padding: 20px; */
}

.search-overlay .search-bg {
  padding: 70px 0 20px 0;
  background-image: url(../images/New/hereo.png);
  position: relative;
}

.pill {
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin-right: 10px;
  cursor: pointer;
}

.suggested-title {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}

.suggested-search a {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  color: #000;
  text-decoration: none;
}

.suggested-search a:hover {
  text-decoration: underline;
}

.search-overlay .form-control {
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid #004445;
  border-radius: 10px;
  padding: 18px 36px;
}

.search-overlay .search-filter {
  position: absolute;
  right: 30px;
}

.search-overlay .search-back {
  position: absolute;
  left: 16px;
}

.search-overlay .dropdown span {
  background: linear-gradient(90deg, #FF6161 0%, #FF9966 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.search-overlay .dropdown-toggle::after {
  content: url(../images/gradient-down.svg);
  border: 0;
  vertical-align: 2px;
}

.search-overlay .dropdown {
  margin-top: 10px;
}



#filterOverlay {
  display: none;
}




/* Show only on responsive (≤996px) */


.header {
  background: white;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.header h6 {
  margin: 0;
  font-weight: 600;
  color: #007bff;
}

.pill {
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 13px;
  margin: 5px 5px 0 0;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
}

.pill.active {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.filter-section {
  background: white;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.section-header {
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.date-range {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  color: #555;
  cursor: pointer;
}

.btn-apply {
  background: black;
  color: white;
  width: 100%;
  padding: 12px;
  border-radius: 25px;
  font-weight: 600;
  border: none;
}

.dropdown-content {
  margin-top: 15px;
  display: none;
}

.dropdown-content.open {
  display: block;
}

#filterOverlay .nav-link {
  color: #55555B;
  border: 1px solid #C9C7D4;
  padding: 8px 16px !important;
  border-radius: 30px;
  min-width: fit-content;
}


#filterOverlay .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #3F3F4A;
  color: var(--white) !important;
}

#filterOverlay .nav-tabs {
  border: none;
}

#dateRangeInput, #dateRangeInput_desktop {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  border: none;
  padding: 0;
  margin: 0;
}

.accordion-button {
  border-bottom: 1px solid rgba(0, 0, 0, .125);

}

.accordion-button:focus {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button.collapsed {
  border-bottom: 0;
}



#filterOverlay .accordion-button:not(.collapsed) {
  color: #000;
  background-color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#filterOverlay .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, .125);
  margin-top: 10px;
  border-radius: 10px;
}

#filterOverlay .accordion-button {
  border-radius: 10px;
}

#filterOverlay .accordion-item:first-of-type {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 10px;
}

#filterOverlay .form-check-input:checked[type=radio] {
  background-image: url(../images/dateactiveradio.svg);
}

#filterOverlay .form-check-input:checked {
  background-color: unset;
  border-color: unset;
  border: unset;
}

#filterOverlay .form-check-input {
  border: 1px solid #55555B;
}

#filterOverlay .header h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

#filterOverlay .header button {
  color: #636363;
}

#filterOverlay .date-range,
label {
  color: #55555B;
}

#filterOverlay .form-check-input:checked[type=checkbox] {
  background-image: url(../images/checkbox.svg);
}

#filterOverlay .form-check-input:focus {
  box-shadow: none;
}

#cityOverlay {
  display: none;
}

#cityOverlay .header h6 {
  color: #000;
}

#cityOverlay .form-control {
  background-color: #F4F4F4;
  border: none;
  padding: 18px 40px;
  border-radius: 10px;
}

#cityOverlay .form-control:focus {
  background-color: #F4F4F4;
}

#cityOverlay .location span {
  background: linear-gradient(90deg, #FF6161 0%, #FF9966 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#cityOverlay .search-icon {
  position: absolute;
  left: 16px;
}

#cityOverlay .view-all-cities {
  color: #5F5F65;
  font-size: 15px;
}

.city-overlay-box {
  background: white;
  height: auto;
  width: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow-y: auto;
  animation: slideUp 0.3s ease;
}

#openSearch {
  display: none;
}

#upcoming-event-popular .blur-background, #upcoming-event-popular1 .blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}


#upcoming-event-popular .blur-background img , #upcoming-event-popular1 .blur-background img {
  object-fit: cover;
  height: 330px;
  filter: blur(1.8px);
  z-index: -1;

}
.menu-1300 a{
color:var(--orange) !important;
}
