body {
  font-family: 'Poppins';
  background: #fff;
  overflow-x: hidden;
}

/* poppins-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/poppins-v21-latin-100.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/poppins-v21-latin-200.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v21-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v21-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v21-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v21-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v21-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-v21-latin-800.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-v21-latin-900.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

[data-aos] {
  transition-duration: 1s !important;
}

.ptpb {
  padding-top: 120px;
  padding-bottom: 120px;
}

img {
  width: 100%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  color: #3D3931;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

/* header css start*/
.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  /* transition: all .3s ease;
  background: #2f345370; */
}

/* .site-header.hide {
	top: -170px;
} */

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header a {
  padding: 0 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: black;
}

.bi.bi-list.fs-1 {
  cursor: pointer;
}

a.active {
  color: #ff2d55 !important;
  position: relative;
}

.nav ul {
  gap: 35px;
  align-items: center;
}

header a.head-btn {
  color: #fff;
  background: #ff2d55;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
  border: none;
  padding: 13px 25px;
  border-radius: 0;
  transition: .5s;
}

header a.head-btn:hover {
  background: #0d1028;
}

/* Offcanvas css */

.offcanvas {
  padding: 30px;
}

.offcanvas a {
  color: #292929;
  display: inline-block;
  margin: 10px 0;
  text-transform: capitalize;
  font-weight: 500;
}

.offcanvas a.active::after {
  background-color: #292929;
  bottom: -5px;
}

.nav-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* header css end */

/* hero sec css start */
.side-padd {
  margin: 0 110px;
}

.hero-deta-main p {
  font-weight: 400;
  font-size: 20px;
  color: #ffd465;
  margin: 8px 0 0 0;
}

.hero-slide-main {
	/* background-image: url(../images/hero-slid1.png); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* padding: 311px 0 310px 0; */
	position: relative;
	height: 100vh;
	display: flex;
	align-items: end;
	justify-content: center;
}

.hero-sec .swiper-pagination-bullet {
  background: #473F39;
  width: 13px;
  height: 13px;
  opacity: 1;
}

.hero-sec .swiper-horizontal>.swiper-pagination-bullets,
.hero-sec .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero-sec .swiper-pagination-custom,
.hero-sec .swiper-pagination-fraction {
  bottom: 30px;
}

.hero-sec .swiper-button-next,
.hero-sec .swiper-button-prev {
  bottom: 20px;
  top: unset;
  padding: 0 35px;
}

.hero-sec .swiper-button-next::after,
.hero-sec .swiper-button-prev::after {
  font-size: 16px;
}

.hero-sec .swiper-button-next::after,
.hero-sec .swiper-button-prev::after {
  font-size: 21px;
  border-radius: 50%;
  background: rgba(21, 21, 21, 0.5);
  backdrop-filter: blur(4px);
  color: #FFD465;
  padding: 14px 20px;
  font-weight: 600;
}

.hero-sec .swiper-pagination-bullet-active {
  background: #fff;
}

.hero-deta-main h1 {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
  margin: 0;
}

.hero-deta-main a {
  font-weight: 400;
  font-size: 25px;
  color: #ffd465;
  display: inline-block;
  margin-top: 10px;
}

.hero-deta-main {
  width: 42%;
  padding: 65px 95px 65px 95px;
  background: rgba(44, 39, 37, 0.7);
  backdrop-filter: blur(5px);
  position: relative;
}

.hero-deta-main::after {
  content: '';
  position: absolute;
  left: 60px;
  top: 50%;
  background: #FFD465;
  width: 6px;
  height: 245px;
  transform: translateY(-50%);
  border-radius: 16px;
}

.breath-sec-main h3 span {
  color: #FFD465;
}

.hero-slide-main h5 {
  color: #efa506;
  font-size: 22px;
  letter-spacing: 1px;
  margin: 0;
}

.hero-slide-main h1 {
  color: #fff;
  font-weight: 900;
  font-size: 65px;
  margin: 20px 0;
}

.hero-slide-main p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  margin: 0;
  width: 80%;
}

.hero-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.hero-logos img {
  max-width: 100%;
}

.hero-slide-main h1 .bottom-line {
  background: linear-gradient(180deg, transparent 80%, #ff2d55 0);
  background-size: auto;
  background-size: 100px 1.2em !important;
}

.hero-add {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-add p {
  color: #fff;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.comm-btn {
  color: #fff;
  background: #ff2d55;
  font-weight: 600 !important;
  font-size: 15px !important;
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
  border: none;
  padding: 13px 30px;
  border-radius: 0;
  transition: .5s;
  display: block;
  width: fit-content;
}

.comm-btn:hover {
  background: #0d1028;
}

.hero-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.hero-btn a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-counter .wrapper {
  position: relative;
}

.hero-counter {
  margin-top: 91px;
}

.hero-counter .countdown-container {
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  text-align: center;
  width: 100%;
}

.hero-counter .countdown {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 70px;
}

.hero-counter .countdown.remove {
  animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  overflow: hidden;
}

.hero-counter .number,
.hero-counter .separator {
  display: block;
  color: #fff;
  height: auto;
  font-size: 60px;
  position: relative;
  line-height: 10rem;
  text-align: center;
  /* width: 100%; */
  font-weight: 700;
}

.hero-counter .separator {
  margin: 0;
  width: 2rem;
}

.hero-counter .new,
.hero-counter .old,
.hero-counter .current {
  color: #efa506;
  width: 100%;
}

.hero-counter .new {
  animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.hero-counter .old {
  animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
  display: none;
}

.hero-counter .countdown section {
  position: relative;
}

.hero-counter #js-days::after,
.hero-counter #js-days::after,
.hero-counter #js-hours::after,
.hero-counter #js-minutes::after,
.hero-counter #js-seconds::after {
  content: "DAYS";
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 25px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 0;
}

.hero-counter #js-hours:after {
  content: "HOURS";
}

.hero-counter #js-minutes:after {
  content: "MINUTES";
}

.hero-counter #js-seconds:after {
  content: "SECONDS";
}

.hero-text {
  position: relative;
  z-index: 1;
}

/*.hero-text::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -75px;*/
/*  width: 100%;*/
/*  max-width: 380px;*/
/*  text-align: center;*/
/*  height: 500px;*/
/*  left: -40px;*/
/*  z-index: -1;*/
/*  border: 18px solid rgba(104, 89, 222, .24);*/
/*  box-sizing: border-box;*/
/*  box-shadow: 0 60px 40px -40px rgba(0, 0, 0, .3);*/
/*}*/

.hero-text h5 span {
  color: #00acee;
}

@keyframes hide-countdown {
  to {
    height: 0;
    overflow: hidden;
  }
}

@keyframes show-new {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
  }

  100% {
    transform: translate(-50%, -50%);
  }
}

@keyframes hide-old {
  0% {
    transform: translate(-50%, -50%);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
  }
}

.hero-counter #js-days .current {
  color: #FF2B55;
}

.hero-counter #js-hours .current {
  color: #02AAED;
}

.hero-counter #js-minutes .current {
  color: #fff;
}

.hero-counter #js-seconds .current {
  color: #efa506;
}

/* hero sec css end */

/* join event css start */
.join-event-text h6 {
  color: #ff2d55;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.join-event-text h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #0d1028;
}

.join-event-text h2 span {
  background: linear-gradient(180deg, transparent 80%, #ff2d55 0);
  background-size: auto;
  font-weight: unset;
  background-size: 100px 1.05em !important;
}

.join-event-text p {
  line-height: 1.9;
  color: #707070;
  margin-bottom: 15px;
  font-size: 15px;
}

.join-event-text .hero-btn {
  gap: 20px;
}

.join-event-text .hero-btn .comm-btn:nth-child(2) {
  background: #00acee;
}

.join-event-text .hero-btn .comm-btn:nth-child(2):hover {
  background: #0d1028;
}

.join-evnet {
  background-image: url("../images/join-event-bg.jpg");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shape-img {
  position: absolute;
  top: -15px;
  left: 34%;
  animation: movebounce 5s linear infinite;
  width: fit-content;
}

.join-event-img {
  position: relative;
}

@keyframes movebounce {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(20px)
  }

  to {
    transform: translateY(0)
  }
}

/* join event css end */

/* why choose us css start */
.why-choose-us {
  position: relative;
  z-index: 1;
  background-image: url(../images/choose-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.why-choose-us::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: .4;
}

.col-lg-3:first-child .single-box {
  border-left: none;
}

.single-box {
  position: relative;
  z-index: 1;
  border-left: 1px solid hsla(0, 0%, 100%, .2);
  text-align: center;
  height: 450px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.single-box .d-table-cell {
  vertical-align: bottom;
}

.d-table-cell {
  display: table-cell !important;
}

.single-box .content {
  position: absolute;
  padding-left: 25px;
  padding-right: 25px;
  bottom: 0;
  left: 0;
  transition: .5s;
}

.single-box .content::before {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 100%;
  max-width: 280px;
  text-align: center;
  height: 260px;
  left: 50%;
  margin-left: -155px;
  z-index: -1;
  border: 10px solid rgba(104, 89, 222, .03);
}

.single-box .content .icon {
  font-size: 45px;
  color: #ff2d55;
}

.single-box .content h3 {
  font-size: 26px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}

.single-box .content p {
  color: #fff;
  margin-bottom: 0;
  transition: .5s;
  font-size: 15px;
  line-height: 1.9;
}

.single-box .content .comm-btn {
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
}

.single-box:focus .content .comm-btn,
.single-box:hover .content .comm-btn {
  opacity: 1;
  visibility: visible;
}

.single-box:focus .content p,
.single-box:hover .content p {
  margin-bottom: 25px;
}

.single-box:focus .content,
.single-box:hover .content {
  bottom: 35px;
}

/* why choose us css end */

/* Speakers sec css start */
.section-title {
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}

.section-title span {
  color: #ff2d55;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}

.section-title h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0d1028;
}

.section-title .bar::after,
.section-title .bar::before {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
}

.section-title .bar {
  position: relative;
  width: 20px;
  height: 4px;
  background: #ff2d55;
  display: block;
}

.section-title .bar::before {
  background: #efa506;
  width: 30px;
  right: -63px;
}

.section-title .bar::after {
  width: 25px;
  background: #00acee;
  right: -29px;
}

.section-title .bg-title {
  color: rgba(73, 57, 231, .05);
  font-weight: 700;
  font-size: 140px;
  line-height: 120px;
  position: absolute;
  top: 0;
  right: 35%;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: -1;
  margin-top: -25px;
}

.section-title .comm-btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
}

.single-speakers {
  overflow: hidden;
  position: relative;
  padding-top: 100%;
  width: 100%;
}

.single-speakers::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(transparent, transparent 40%, rgba(0, 0, 0, .3) 58%, rgba(0, 0, 0, .8) 89%, rgba(0, 0, 0, .63));
  width: 100%;
  height: 100%;
  z-index: 1;
}

.single-speakers .speakers-content {
  position: absolute;
  bottom: 35px;
  left: 35px;
  transition: .5s;
  z-index: 2;
}

.single-speakers .speakers-content h3 {
  font-size: 24px;
  margin-bottom: 0;
  color: #ff2d55;
}

.single-speakers .speakers-content span {
  display: block;
  margin-top: 6px;
  color: #fff;
  transition: .5s;
}

.single-speakers ul {
  padding: 15px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  transition: .5s;
  position: absolute;
  right: -15px;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

.single-speakers ul li {
  display: block;
  margin-bottom: 10px;
}

.single-speakers ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #ff2d55;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: block;
}

.single-speakers img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-speakers:focus ul,
.single-speakers:hover ul {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.single-speakers ul li a img {
  position: unset;
  width: 15px;
  height: 15px;
  object-fit: unset;
}

/* Speakers sec css end */

/* event plan sec css start */
.event-plan-sec .section-title h2 b {
  background: linear-gradient(180deg, transparent 80%, #ff2d55 0);
  background-size: auto;
  font-weight: unset;
  background-size: 100px 1.07em !important;
  font-weight: 700;
}

.event-plan-sec .event-plan-sec.tab-block {
  width: 650px;
  height: 290px;
  margin: 50px auto;
}

.event-plan-sec .tab-block .tab-mnu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.event-plan-sec .tab-block .tab-mnu:after {
  content: "";
  display: table;
  clear: both;
}

.event-plan-sec .tab-block .tab-mnu li {
  box-sizing: border-box;
  background-color: #efa506;
  color: white;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 10px;
  font-weight: 600;
  position: relative;
}

.event-plan-sec .tab-block .tab-mnu .active::after {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -15px;
  position: absolute;
  background: #ff2d55;
  content: "";
  transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
  /* opacity: 0;
  visibility: hidden; */
  transition: .5s;
}

.event-plan-sec .tab-block .tab-mnu .active {
  background-color: #ff2d55 !important;
  color: #fff;
  border-bottom: 1px solid #eaecec;
  cursor: default;
}

.event-plan-sec .tab-block .tab-cont {
  box-sizing: border-box;
  border-top: 1px solid white;
  color: #292d2f;
  padding: 35px 30px 30px 30px;
  background-color: #f9f9ff;
}

/* .event-plan-sec .tab-block .tab-cont .tab-pane {
  display: flex;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, .125);
  background-color: #fff;
  padding: 25px;
  align-items: center;
  justify-content: space-between;
} */

.event-plan-sec .tab-block .tab-mnu li:nth-child(2) {
  background-color: #00acee;
}

.event-plan-sec .tab-block .tab-mnu li:nth-child(3) {
  background-color: #8dc63f;
}

.event-plan-sec .tab-block .tab-mnu li:nth-child(4) {
  background-color: #efa506;
}

.event-plan-sec .tab-block .tab-mnu li span {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 5px;
}

.event-plan-tab .tab-block {
  box-shadow: 0 0 10px 0 rgba(137, 173, 255, .35);
}

.tab-plan-text h5 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  color: #0d1028;
  margin-bottom: 15px;
}

.tab-plan-point {
  display: flex;
  align-items: center;
  gap: 25px;
}

.tab-plan-point p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #707070;
  margin-right: 0;
  font-size: 14px;
}

.tab-plan-img img {
  width: 100px;
  clip-path: polygon(50% 0, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0);
}

.tab-plan-point p img {
  width: 15px;
}

.tab-innerbox-main {
  display: flex;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, .125);
  background-color: #fff;
  padding: 25px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.event-plan-sec .hero-btn {
  justify-content: center;
}

.event-plan-sec .hero-btn .comm-btn:nth-child(2) {
  background: #00acee;
}

.event-plan-sec .hero-btn .comm-btn:nth-child(2):hover {
  background: #0d1028;
}

.event-plan-sec {
  background-image: url("../images/join-event-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.event-plan-sec .shape1 {
  position: absolute;
  bottom: 70px;
  z-index: 1;
  opacity: .6;
  left: 70px;
  animation: movebounce 5s linear infinite;
}

@keyframes movebounce {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(20px)
  }

  to {
    transform: translateY(0)
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.event-plan-sec .shape2 {
  position: absolute;
  bottom: 70px;
  z-index: 1;
  opacity: .6;
  right: 70px;
  animation: movebounce 5s linear infinite;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.event-plan-sec .shape3,
.event-plan-sec .shape4 {
  position: absolute;
  z-index: 1;
  opacity: .6;
}

.event-plan-sec .shape3 {
  left: 70px;
  top: 70px;
}

.shape4 {
  right: 100px;
  top: 100px;
  animation: movebounce 5s linear infinite;
}

/* event plan sec end start */

/* counter sec css start */
.funfacts-area {
  position: relative;
  z-index: 1;
  background-image: url("../images/counter-bg.jpg");
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.funfacts-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: .88;
}

.single-funfact {
  text-align: center;
}

.single-funfact .icon {
  color: #fff;
  font-size: 40px;
}

.single-funfact h3 {
  color: #fff;
  font-size: 55px;
  margin-top: 10px;
  margin-bottom: 8px;
  font-weight: 700;
}

.col-lg-3:first-child .funFact h3,
.col-lg-3:first-child .single-funfact h3 {
  color: #ff2d55;
}

.col-lg-3:nth-child(2) .funFact h3,
.col-lg-3:nth-child(2) .single-funfact h3 {
  color: #00acee;
}

.col-lg-3:nth-child(3) .funFact h3,
.col-lg-3:nth-child(3) .single-funfact h3 {
  color: #efa506;
}

.col-lg-3:nth-child(4) .funFact h3,
.col-lg-3:nth-child(4) .single-funfact h3 {
  color: #8dc63f;
}

.single-funfact p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}

.cunter-sec .single-funfact .icon img {
  width: 40px;
}

/* counter sec end start */

/* Pricing Plan sec css start */
.pricing-plan-sec h2 b {
  background: linear-gradient(180deg, transparent 80%, #ff2d55 0);
  background-size: auto;
  font-weight: unset;
  background-size: 100px 1.07em !important;
}

.pricing-area.bg-image {
  background-image: url(../images/join-event-bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pricing-table-box {
  padding-bottom: 30px;
  background: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  background-image: url(../images/pricing-pattern.png);
  background-position: 50%;
  overflow: hidden;
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, .15);
  transition: .5s;
}

.pricing-table-box .pricingTable-header {
  padding: 30px 15px 10px;
  background: #ff2d55;
  -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
  clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
  position: relative;
}

.col-lg-4:nth-child(2) .pricing-plan h3,
.col-lg-4:nth-child(2) .pricing-table-box .btn-primary::after,
.col-lg-4:nth-child(2) .pricing-table-box .btn-primary::before,
.col-lg-4:nth-child(2) .pricing-table-box .pricingTable-header {
  background: #00acee;
}

.col-lg-4:nth-child(3) .pricing-plan h3,
.col-lg-4:nth-child(3) .pricing-table-box .btn-primary::after,
.col-lg-4:nth-child(3) .pricing-table-box .btn-primary::before,
.col-lg-4:nth-child(3) .pricing-table-box .pricingTable-header {
  background: #8dc63f;
}

.pricing-plan-sec .row .col-lg-4.col-md-6:nth-child(2) .comm-btn {
  background: #00acee;
}

.pricing-plan-sec .row .col-lg-4.col-md-6:nth-child(2) .comm-btn:hover {
  background: #0d1028;
}

.pricing-plan-sec .row .col-lg-4.col-md-6:nth-child(3) .comm-btn {
  background: #8dc63f;
}

.pricing-plan-sec .row .col-lg-4.col-md-6:nth-child(3) .comm-btn:hover {
  background: #0d1028;
}

.pricing-table-box .pricingTable-header::before {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  right: -50%;
  top: -130%;
  background: repeating-radial-gradient(hsla(0, 0%, 100%, .04), hsla(0, 0%, 100%, .17) 20%);
  transition: .5s;
}

.pricing-table-box .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pricing-table-box .price-value {
  display: block;
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.pricing-table-box .price-value sup {
  font-size: 23px;
  top: -25px;
}

.pricing-table-box .pricing-content {
  padding: 35px 0;
  margin-bottom: 0;
  list-style-type: none;
}

.pricing-table-box .pricing-content li {
  color: #707070;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.pricing-table-box .pricing-content li:first-child {
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.pricing-plan-sec .pricing-table-box .comm-btn {
  margin: 0 auto;
}

.pricing-table-box.active,
.pricing-table-box:focus,
.pricing-table-box:hover {
  transform: translateY(-10px);
}

.pricing-table-box.active .pricingTable-header::before,
.pricing-table-box:focus .pricingTable-header::before,
.pricing-table-box:hover .pricingTable-header::before {
  right: 50%;
}

/* Pricing Plan sec css end */

/* Event Sponsors sec css start */
.event-sponser-sec .section-title h2 b {
  font-weight: 700;
  background: linear-gradient(180deg, transparent 80%, #ff2d55 0);
  background-size: auto;
  font-weight: unset;
  background-size: 100px 1.07em !important;
}

.sponsor-main h4 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0;
  color: #ff2d55;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.event-sponser-sec .sponsor-main hr {
  margin: 40px 0;
}

.sponsor-main .row .col {
  flex: 0 0 20%;
  max-width: 20%;
}

/* Event Sponsors sec css end */

/* blog sec css start */
.blog-sec.ptpb {
  background-image: url(../images/join-event-bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.blog-sec .section-title h2 b {
  font-weight: 700;
  background: linear-gradient(180deg, transparent 80%, #ff2d55 0);
  background-size: auto;
  font-weight: unset;
  background-size: 100px 1.07em !important;
}

.single-blog-post {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .06);
}

.single-blog-post .blog-image {
  position: relative;
  overflow: hidden;
  padding-top: 69%;
  width: 100%;
}

.single-blog-post .blog-image a img {
  transition: .5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-blog-post .blog-image a {
  display: block;
}

.single-blog-post .blog-image a img {
  transition: .5s;
}

.single-blog-post .blog-image .post-tag {
  position: absolute;
  right: 0;
  top: 60px;
  transition: .5s;
}

.single-blog-post .blog-image .post-tag a {
  background: #ff2d55;
  color: #fff;
  padding: 9px 28px;
}

.single-blog-post .blog-post-content {
  padding: 25px;
}

.single-blog-post .blog-post-content .date {
  color: #8dc63f;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  transition: .5s;
}

.single-blog-post .blog-post-content h3 {
  margin-top: 13px;
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #0d1028;
}

.single-blog-post .blog-post-content p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.9;
  color: #707070;
}

.single-blog-post .read-more-btn {
  position: relative;
  font-weight: 500;
  color: #ff2d55;
}

.single-blog-post .blog-post-content h3 a {
  color: #0d1028;
}

.single-blog-post:focus .blog-image a img,
.single-blog-post:hover .blog-image a img {
  transform: scale(1.2);
}

.single-blog-post:focus .blog-image .post-tag,
.single-blog-post:hover .blog-image .post-tag {
  top: 70px;
}

.single-blog-post:focus .blog-image .post-tag a,
.single-blog-post:hover .blog-image .post-tag a {
  background: #8dc63f;
  color: #fff;
}

.blog-sec .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.blog-sec .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1);
}

.blog-sec .swiper-pagination-bullet-active {
  background: #ff2d55;
}

/* blog sec css end */

.buy-tickets-area.ptb-120 {
  padding-bottom: 200px;
}

.buy-tickets-area {
  position: relative;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 120px;
}

.buy-tickets-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: .88;
}

.buy-tickets .section-title {
  margin-bottom: 0;
}

.buy-tickets .section-title h2 {
  color: #fff;
}

.buy-tickets .section-title p {
  color: #fff;
  margin: 0;
}

.buy-tickets .buy-ticket-btn {
  text-align: right;
}

.buy-ticket-btn .comm-btn {
  margin: 0 0 0 auto;
}

.subscribe-area {
  text-align: center;
  position: relative;
  margin-top: -80px;
  z-index: 2;
}

.subscribe-area::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72%;
  background: #0d1028;
  content: "";
  z-index: -1;
}

.subscribe-area .subscribe-inner {
  padding: 50px;
  transform: unset !important;
  background-image: url(../images/color-bg.jpg);
  background-repeat: no-repeat;
}

.subscribe-area .subscribe-inner span {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.subscribe-area .subscribe-inner h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
}

.subscribe-area .subscribe-inner .newsletter-form {
  max-width: 650px;
  position: relative;
  margin: 35px auto 0;
}

.subscribe-area .subscribe-inner .newsletter-form .form-control {
  border: none;
  height: 60px;
  box-shadow: 0 8px 6px -6px rgba(50, 51, 51, .4);
}

.subscribe-area .subscribe-inner .newsletter-form .comm-btn {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  height: 60px;
  background: #00acee;
}

.subscribe-area .subscribe-inner .newsletter-form .comm-btn:hover {
  background: #0d1028;
}

.footer-area {
  background-color: #0d1028;
  padding-top: 120px;
}

.single-footer-widget h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.single-footer-widget span {
  color: hsla(0, 0%, 100%, .6);
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 15px;
}

.single-footer-widget .location {
  position: relative;
  /* padding-left: 25px; */
}

.single-footer-widget .contact-authority {
  margin-top: 8px;
  /* color: hsla(0, 0%, 100%, .6); */
  color: white;
  display: block;
  font-weight: 300;
  font-size: 14px;
}

.single-footer-widget .social-links {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.single-footer-widget .social-links li {
  display: inline-block;
  margin-right: 10px;
}

.single-footer-widget .social-links li a {
  color: white;
  border: 1px solid #525164;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  display: block;
}

.single-footer-widget .social-links li a.facebook {
  border: none;
  background-color: #4267b2;
}

.single-footer-widget .social-links li a.twitter {
  border: none;
  background-color: #000;
}

.single-footer-widget .social-links li a.linkedin {
  border: none;
  background-color: #0077b5;
}

.single-footer-widget .social-links li a.instagram {
  border: none;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d);
}

.copyright-area {
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 100px;
  text-align: center;
}

.copyright-area .logo a {
  display: inline-block;
}

.copyright-area ul {
  padding: 0;
  margin: 30px 0 20px;
  list-style-type: none;
}

.copyright-area ul li {
  position: relative;
  margin: 5px 15px;
  display: inline-block;
}

.copyright-area ul li:first-child {
  margin-left: 0;
}

.copyright-area ul li:first-child::before {
  content: none;
}

.copyright-area ul li a {
  color:white;
}

.copyright-area ul li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  background: #a8a8ad;
  left: -18px;
  top: 50%;
  margin-top: -2px;
  border-radius: 50%;
}

.copyright-area p {
	color:white;
	font-size: 14px;
}

.single-footer-widget p {
  margin-bottom: 0;
  /* color: hsla(0, 0%, 100%, .6); */
  color: white;
}

.single-footer-widget p {
  font-weight: 300;
  font-size: 15px;
}

.single-footer-widget .social-links li a img {
  width: 15px;
  height: 15px;
}

.single-footer-widget img {
  width: 15px;
}

.single-footer-widget p img,
.single-footer-widget span img,
.single-footer-widget .contact-authority img {
  margin-right: 5px;
}

/* about us page css start */
.inner-page-main .page-title-area {
  position: relative;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 250px;
  padding-bottom: 180px;
  background-image: url(../images/main-bg1.jpg);
}

.inner-page-main .page-title-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: .88;
}

.inner-page-main .page-title-area h1 {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}

.inner-page-main .page-title-area span {
  display: block;
  color: #fff;
  margin-top: 10px;
  font-size: 17px;
}

.inner-page-main .page-title-area ul {
  padding: 0;
  margin: 12px 0 0;
  list-style-type: none;
}

.inner-page-main .page-title-area ul li {
  display: inline-block;
  position: relative;
  color: #ff2d55;
  font-size: 16px;
  margin: 0 13px;
}

.inner-page-main .page-title-area ul li:first-child {
  margin-left: 0;
}

.inner-page-main .page-title-area ul li a {
  color: #fff;
}

.inner-page-main .page-title-area ul li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 2px;
  height: 15px;
  background: #efa506;
  margin-top: -9px;
  transform: rotate(10deg);
}

.inner-page-main .page-title-area ul li:first-child::before {
  content: none;
}

.inner-page-main .page-title-area ul li:last-child {
  margin-right: 0;
}

.cta-area {
  background-color: #ff2d55;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-area h3 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 700;
}

.cta-area span {
  display: block;
  color: #fff;
  font-size: 20px;
}

.cta-area .comm-btn {
  background: #00acee;
  margin: 0 0 0 auto;
}

.cta-area .comm-btn:hover {
  background: #0d1028;
}

.about-magic-box {
  background-image: url(../images/magic-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.magic-head h4 {
  font-weight: 600;
  font-size: 45px;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 30px;
}

.magic-head p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  margin: 0;
}

.magic-main-cards {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 50px;
}

.magic-main-cards .col-xl-3:nth-child(1) .magic-card {
  background: rgba(255, 43, 85, 0.3);
}

.magic-main-cards .col-xl-3:nth-child(2) .magic-card {
  background: rgba(2, 170, 237, 0.3);
}

.magic-main-cards .col-xl-3:nth-child(3) .magic-card {
  background: rgba(239, 165, 6, 0.3);
}

.magic-main-cards .col-xl-3:nth-child(4) .magic-card {
  background: rgba(141, 198, 63, 0.3);
}

.magic-main-cards .col-xl-3:nth-child(5) .magic-card {
  background: rgba(118, 59, 74, 0.3);
}

.magic-main-cards .col-xl-3:nth-child(6) .magic-card {
  background: rgba(200, 55, 171, 0.3);
}

.magic-main-cards .col-xl-3:nth-child(7) .magic-card {
  background: rgba(255, 84, 62, 0.3);
}

.magic-card {
  padding: 40px 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  backdrop-filter: blur(5px);
  height: 100%;
}

.magic-card h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 133%;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
}

.magic-text h6 {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
}

.magic-text p {
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
}

.magic-main-cards .row {
  row-gap: 30px;
  justify-content: center;
}

.about-our-service .magic-main-cards .row {
  padding: 0;
}

.about-our-service .magic-head h4,
.about-our-service .magic-head p {
  color: #000;
}

.ser-col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0;
  background: black;
  text-align: center;
  padding-bottom: 20px;
  transition: .3s ease-in-out;
}

.ser-card h4 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #FF2B55;
  padding: 50px;
  text-align: center;
  margin-bottom: 40px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: .3s ease-in-out;
}

.ser-card h4::after {
  width: 30px;
  height: 30px;
  left: 0;
  bottom: -15px;
  position: absolute;
  background: #ff2d55;
  content: "";
  transform: rotate(45deg);
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
}

.ser-col:hover .ser-card h4::after {
  opacity: 1;
  visibility: visible;
}

.ser-col:nth-child(2) .ser-card h4,
.ser-col:nth-child(2) .ser-card h4::after {
  background: #00ACEE !important;
}

.ser-col:nth-child(3) .ser-card h4,
.ser-col:nth-child(3) .ser-card h4::after {
  background: #8DC63F !important;
}

.ser-col:nth-child(4) .ser-card h4,
.ser-col:nth-child(4) .ser-card h4::after {
  background: #EFA506 !important;
}

.ser-col:nth-child(5) .ser-card h4,
.ser-col:nth-child(5) .ser-card h4::after {
  background: #763B4A !important;
}

.ser-col:hover {
  background: #fff;
}

.ser-card-deta ul li {
  font-weight: 600;
  font-size: 16px;
  color:white;
  margin-bottom: 12px;
  transition: .3s ease-in-out;
}

.ser-col:hover .ser-card-deta ul li {
  color: #000;
}

/* about us page css end */

/* Service page css start */
.service-blog-img img {
  width: 90%;
  margin: 0 auto;
}

.service-main-deta .join-evnet {
  padding: 50px 0 60px 0;
}

.join-event-text.service-text-deta {
  text-align: center;
}

.join-event-text.service-text-deta.service-footer h2 {
  margin-bottom: 50px;
  margin-top: 30px;
}

.join-event-text.service-text-deta.service-footer h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 219%;
  color: #000;
  margin-bottom: 20px;
}

.service-main-deta .join-event-main .row {
  row-gap: 0;
}

/* Service page css end */

/* Gallery page css start */
.gallry-page-main {
  margin: 50px 0;
}

.gallry-img {
  position: relative;
  padding-top: 100%;
  width: 100%;
}



.gallry-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.gallry-page-deta .row .col-lg-6 .row,
.gallry-page-deta .row {
  row-gap: 25px;
}

.gallry-img.full-img {
  padding-top: 39%;
}

/* Gallery page css end */

/* Contact us page css start */
.contact-us-page {
  padding: 50px 0;
}

.conatct-top-card img {
  width: 55px;
}

.conatct-top-card {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}

.conatct-top-card img {
  width: 55px;
}

.contact-card-text h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 123%;
  color: #000;
  margin-bottom: 10px;
}

.contact-card-text a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}

.contact-top-section .row {
  row-gap: 20px;
  justify-content: center;
}

.contact-form-deta {
  margin-top: 35px;
}

.contact-form-deta h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 123%;
  color: #000;
  text-align: center;
}

.contact-form-deta p {
  font-weight: 400;
  font-size: 14px;
  color: #707070;
  width: 35%;
  margin: 0 auto;
  text-align: center;
}

.contact-form-deta form {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 20px;
  padding: 25px;
}

.contact-form-deta form {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  width: 50%;
  margin: 0 auto;
  margin-top: 25px;
}

.contact-form-deta form label {
  font-weight: 600;
  font-size: 14px;
  line-height: 123%;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}

.contact-form-deta form input,
.contact-form-deta form textarea,
.contact-form-deta form select{
  background: #f1f1f1;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
}

.contact-form-deta form select option {
	text-transform: capitalize;
}

.sponsor-main .row {
	row-gap: 20px;
}

.contact-form-deta form .row {
  row-gap: 25px;
}

.sub-btn .comm-btn {
  margin: 0 auto;
}

.back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: 15px;
  height: 15px;
  cursor: pointer;
  width: 40px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: 700;
  color: transparent;
  text-align: center;
  z-index: 3;
  outline: 0 !important;
  transition: .5s;
  background-color: #00acee;
}

.back-to-top:focus,
.back-to-top:hover {
  opacity: 1;
  text-decoration: none;
  height: 40px;
  color: #fff;
}

.back-to-top::after,
.back-to-top::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 0;
}

.back-to-top::before {
  top: -20px;
  z-index: 4;
  border-bottom: 20px solid #00acee;
}

.back-to-top::after {
  bottom: 0;
  z-index: 5;
  border-bottom: 20px solid #ff2d55;
}

.scrollToTopBtn {
  opacity: 0;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* Contact us page css end */

.event-sponser-sec {
  background: #f6f4f7;
}

.sponsor-main .swiper {
  padding-bottom: 50px;
}

.sponsor-main .swiper-pagination-bullet-active {
  background: #ff2d55;
}

.sponsor-main .swiper-button-next::after,
.sponsor-main .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 600;
  background: #ff2d55;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
}

.sponsor-main .swiper-button-next,
.sponsor-main .swiper-button-prev {
  top: unset;
  bottom: -1px;
}

.logo img {
	max-width: 160px;
}

.hero-text .comm-btn {
	display: block;
	margin: 0 auto;
	margin-bottom: 70px;
	padding: 13px 40px;
}

header .dropdown .btn.btn-secondary.dropdown-toggle,.offcanvas-body .btn.btn-secondary.dropdown-toggle {
	background: transparent;
	border: none;
	padding: 0 0;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: black;
}

.offcanvas-body .btn.btn-secondary.dropdown-toggle {
	color: #000;
	text-transform: capitalize;
}

.dropdown-item {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #1f2340;
}

.offcanvas-body nav .dropdown-menu .dropdown-item {
	margin: 0;
}

/*count sec css start*/
.count-deta h3 {
	font-weight: 600;
	font-size: 60px;
	line-height: 132%;
	color: #fff;
	margin: 0;
}

.count-deta p {
	font-weight: 500;
	font-size: 18px;
	line-height: 132%;
	color: #fff;
	text-align: center;
	margin: 0;
}

.count-sec-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.line-center {
	display: block;
	background: #fff;
	width: 1px;
	height: 35px;
}

.count-deta {
  text-align: center;
}

.count-sec {
	background-image: url(../images/buy-tickets-bg.jpg);
	position: relative;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
}

.count-sec::after{
      content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #0d1028;
  opacity: .88;
}

/*count sec css end*/

/*teati slider css start*/
.testimonials-sec {
  padding: 150px 0;
}

.testi-card {
  text-align: center;
  background: #0b132e;
  border-radius: 12px;
  padding: 35px;
  width: 100%;
  margin: 0 auto;
}

.testi-card h5 {
	font-weight: 700;
	font-size: 24px;
	color: #ff2d55;
	margin: 0;
}

.testi-card p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 12px 0 35px 0;
  width: 75%;
  margin: 0 auto;
}

.testi-card img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testi-card p:last-child {
  margin: 0;
  width: 100%;
  padding: 0;
}

.testimonials-sec .swiper-button-next,
.testimonials-sec .swiper-button-prev {
  cursor: pointer;
  color: #FFD465;
}

.sel-sec .build-deta {
  margin-top: 0;
  padding: 330px 55px 50px 55px;
  text-align: start;
  background-image: url(../images/sel-bg.png);
  border-radius: 10px;
}

.sel-sec .build-deta h5 {
  font-weight: 600;
  font-size: 50px;
  line-height: 132%;
  color: #fff;
  margin-bottom: 40px;
}

.sel-sec {
  margin-bottom: 100px;
}

.foot-img img {
  width: 100%;
  text-align: center;
}

.event-sponser-sec .swiper-button-next, .swiper-button-prev {
	color: #fff;
}

.speakers-content h3 {
	font-size: 22px;
	margin-bottom: 0;
	color: #ff2d55;
}

.speakers-content span {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0;
}

.speakers-content p {
	color: #000;
	font-size: 14px;
	font-weight: 500;
}

.speakers-content p:last-child{
    margin: 0;
}

.speakers-area .row {
	row-gap: 25px;
}

.copyright-area p a {
	color: #fff;
}

/*teati slider css end*/

/* Medis Queries */
@media(max-width: 1600px) {
  .magic-card h3 {
    font-size: 50px;
  }

  .ser-card h4 {
    font-size: 18px;
    height: 100px;
  }

  .ser-card-deta ul li {
    font-size: 14px;
  }

  .magic-text h6 {
    font-size: 16px;
  }

  .magic-card {
    padding: 25px 20px;
  }

  .magic-main-cards {
    max-width: 1400px;
  }
}

@media(max-width: 1400px) {
  .magic-main-cards {
    max-width: 1300px;
  }
  
    .conatct-top-card {
    	padding: 20px 15px;
    	gap: 20px;
    }
    .contact-card-text a {
    	font-size: 14px;
    }
    
    .contact-card-text h4 {
    	font-size: 18px;
    	margin-bottom: 7px;
    }
}

@media(max-width: 1300px) {
  .magic-main-cards {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media(max-width: 1200px){
    .conatct-top-card img {
    	width: 45px;
    }
    
    .logo img {
    	max-width: 175px;
    }
    
    header a {
    	font-size: 14px;
    }
    
    header a.head-btn {
    	font-size: 14px;
    	padding: 13px 20px;
    }
    
    .nav ul {
    	gap: 25px;
    }
    
    .speakers-content h3 {
    	font-size: 18px;
    }
    
    .speakers-content span {
    	font-size: 15px;
    	margin: 5px 0;
    }
    
    .speakers-content p {
    	font-size: 13px;
    	margin-bottom: 8px;
    }
    
    .conatct-top-card {
        gap: 15px;
    }
    
    .contact-card-text a {
    	word-wrap: anywhere;
    }
    
    .count-deta h3 {
    	font-size: 46px;
    }
    
    .count-deta p {
    	font-size: 16px;
    }
}

@media(max-width: 991px) {
  .hero-slide-main h1 {
    font-size: 48px;
  }
  
  .hero-slide-main {
    height: 70vh;
}

  .offcanvas-body nav ul {
    flex-direction: column;
  }

  .hero-slide-main p {
    width: 100%;
  }

  .contact-form-deta p {
    width: 100%;
  }

  .contact-form-deta form {
    width: 100%;
  }

  .service-main-deta .join-evnet.vision-sec .row .col-lg-6:first-child {
    order: 2;
  }

  .service-main-deta .join-evnet {
    padding: 0 0 30px 0;
  }

  .service-main-deta {
    padding-top: 40px;
  }

  .join-event-text.service-text-deta h2 {
    margin-top: 0 !important;
  }

  .ser-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .cta-area .comm-btn {
    margin: 0;
    margin-top: 20px;
  }

  .join-evnet.ptpb.vision-sec .row .col-lg-6:first-child {
    order: 1;
  }

  .about-us-page .join-event-text.ps-4,
  .about-us-page .join-event-text.pe-4 {
    padding: 0 !important;
  }

  .about-us-page .join-event-main .row {
    row-gap: 10px;
  }

  .about-us-page .join-event-text h2 {
    margin-bottom: 5px;
  }

  .pricing-plan-sec .row {
    row-gap: 25px;
  }

  .cunter-sec .row {
    row-gap: 20px;
  }

  .section-title .bg-title {
    display: none;
  }

  .event-plan-sec .tab-block .tab-mnu li {
    font-size: 16px;
  }

  .event-plan-sec .tab-block .tab-mnu li span {
    font-size: 12px;
  }

  .hero-slide-main h5,
  .tab-plan-text h5 {
    font-size: 18px;
  }

  .tab-plan-img img {
    width: 70px;
  }

  .hero-add p {
    font-size: 15px;
  }

  .hero-slide-main {
    /*padding: 280px 0 230px 0;*/
  }

  .join-event-main .row {
    row-gap: 45px;
  }

  .ptpb {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sponsor-main .row .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .sponsor-main .row {
    row-gap: 35px;
  }
}

@media(max-width: 767px) {
  .section-title .comm-btn {
    position: unset;
    margin-top: 25px;
  }
  
  .line-center {
    	display: none;
    }
    
.count-sec-main {
	flex-wrap: wrap;
	margin: 0 -12px;
	row-gap: 25px;
}

.count-sec-main .count-deta {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 12px;
}

  .speakers-area.ptpb.pb-0 .row {
    row-gap: 20px;
  }

  .service-blog-img img {
    width: 100%;
  }

  .event-plan-sec .hero-btn {
    row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .subscribe-area .subscribe-inner h2 {
    font-size: 30px;
  }

  .buy-ticket-btn .comm-btn {
    margin: 0;
    margin-top: 30px;
  }
}

@media(max-width: 576px) {

  .hero-slide-main h1,
  .inner-page-main .page-title-area h1 {
    font-size: 34px;
  }
  
    .count-deta h3 {
    font-size: 32px;
  }
  
    .count-deta p {
    font-size: 14px;
  }
  
  .testi-card p {
	width: 95%;
}

    .sponsor-main .swiper-button-next::after,
    .sponsor-main .swiper-button-prev::after {
      font-size: 18px;
      padding: 8px 12.5px;
    }

  .inner-page-main .page-title-area span {
    font-size: 15px;
  }

  .inner-page-main .page-title-area ul li {
    font-size: 14px;
  }

  .conatct-top-card {
    padding: 15px;
    gap: 15px;
  }

  .conatct-top-card img {
    width: 50px;
  }

  .contact-card-text h4 {
    font-size: 18px;
  }

  .contact-card-text a {
    font-size: 14px;
  }

  .service-main-deta .join-event-main .row .join-event-text h2 {
    margin-bottom: 15px;
  }

  /*.hero-text::before {*/
  /*  content: none;*/
  /*}*/

  .magic-head h4 {
    font-size: 30px;
  }

  .ser-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .magic-head p,
  .hero-slide-main p {
    font-size: 16px;
  }

  .magic-main-cards .row {
    row-gap: 15px;
  }

  .magic-main-cards {
    padding: 0 20px;
  }

  .magic-head h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .magic-head p {
    font-size: 16px;
  }

  .footer-area {
    background-color: #0d1028;
    padding-top: 50px;
  }

  .copyright-area {
    margin-top: 0;
  }

  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }

  .single-footer-widget h3 {
    font-size: 20px;
  }

  .single-footer-widget p,
  .single-footer-widget span,
  .single-footer-widget .contact-authority {
    font-size: 13px;
  }

  .buy-tickets-area.ptb-120 {
    padding-bottom: 150px;
    padding-top: 50px;
  }

  .subscribe-area .subscribe-inner {
    padding: 50px 20px;
  }

  .single-funfact h3 {
    font-size: 36px;
  }

  .event-plan-sec .tab-block .tab-cont {
    padding: 35px 15px 30px 15px;
  }


  .section-title {
    margin-bottom: 35px;
  }

  .single-funfact p {
    font-size: 14px;
  }

  .tab-plan-point p {
    font-size: 12px;
  }

  .event-plan-sec .tab-block .tab-mnu li {
    font-size: 14px;
    padding: 25px 5px;
  }

  .event-plan-sec .tab-block .tab-mnu li span {
    font-size: 10px;
  }

  .section-title h2 {
    font-size: 30px;
  }


  .hero-slide-main h5,
  .tab-plan-text h5 {
    font-size: 16px;
  }

  .hero-add p,
  .section-title span {
    font-size: 14px;
  }

  .hero-slide-main {
    /*padding: 200px 0 30px 0;*/
  }

  .hero-counter {
    margin-top: 30px;
  }

  .hero-counter .number,
  .hero-counter .separator {
    font-size: 40px;
  }

  .hero-counter #js-days::after,
  .hero-counter #js-days::after,
  .hero-counter #js-hours::after,
  .hero-counter #js-minutes::after,
  .hero-counter #js-seconds::after {
    font-size: 12px;
  }

  .hero-counter .countdown {
    justify-content: space-between;
    gap: 0;
    padding: 0 20px;
  }

  .ptpb {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .join-event-text h2 {
    font-size: 30px;
  }

  .join-event-text h6 {
    font-size: 14px;
  }

  .join-event-text p {
    font-size: 15px;
  }

  .single-box {
    height: 330px;
  }

  .pricing-table-box .price-value {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .pricing-table-box .title {
    font-size: 20px;
  }

  .copyright-area ul li a,
  .copyright-area p {
    font-size: 14px;
  }

  .subscribe-area .subscribe-inner h2 {
    font-size: 26px;
  }

  .subscribe-area .subscribe-inner span {
    font-size: 14px;
  }

  .subscribe-area .subscribe-inner .newsletter-form .comm-btn {
    height: 50px;
    padding: 11px 12px;
    font-size: 12px !important;
  }

  .subscribe-area .subscribe-inner .newsletter-form .form-control {
    height: 50px;
    font-size: 14px;
  }

  .cta-area h3 {
    font-size: 26px;
  }

  .cta-area span {
    font-size: 16px;
  }

  .cta-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .join-event-text.service-text-deta.service-footer h2 {
    margin-bottom: 30px;
  }
}

@media(max-width: 400px) {
  .comm-btn {
    font-size: 14px !important;
    padding: 11px 20px;
  }

  .sponsor-main .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* My new Css */
     .video-wrapper {
       position: relative;
       width: 100%;
       padding-bottom: 56.25%;
       margin-bottom: 1rem;
     }
  
     .video-wrapper iframe {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       pointer-events: none;
     }
  
     .video-overlay {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       z-index: 2;
       cursor: pointer;
     }
  
     .modal-backdrop.show {
       backdrop-filter: blur(5px);
       background-color: rgba(0, 0, 0, 0.5);
     }
  
     .modal-dialog {
       max-width: 90vw;
       width: 60%;
     }
  
     .modal-body {
       padding: 0;
     }
  
     .close-btn {
       position: absolute;
       top: 10px;
       right: 20px;
       z-index: 1056;
       font-size: 2rem;
       color: red;
       background: transparent;
       border: none;
     }

.whatsapp-logo {
  position: fixed;
  bottom: 90px;
  z-index: 9;
  right: 24px;
}

.whatsapp-logo img {
  width: 70px;
}
.sponser-img {
  padding: 15px;
}

.square-box {
  width: 170px;
  height: 170px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 0 auto;
}

.square-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}

@media (max-width: 768px) {
  .square-box {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  
}
