@import url(../icon-font/css/all.min.css);
@import url(./icons.css);
@import url(./fonts.css);
@import url(./bootstrap.min.css);
@import url(./nav.css);

:root {
  --primaryColor: #d11b8d;
  --secondaryColor: #107e73;
  --bodyFont: "Mona Sans SemiExpanded";
  --headingFont: "Mona Sans SemiExpanded";
}

body {
  font-family: var(--bodyFont);
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container-stage {
    width: auto;
    min-width: auto;
    max-width: inherit;
    margin-left: calc(50% - 660px);
    padding-right: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headingFont);
  font-weight: 500;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in;
}

p {
  font-size: 18px;
  line-height: 32px;
}

.esm-row {
  row-gap: 24px;
}

.section-title {
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: 64px;
}

@media (max-width: 991px) {
  .esm-row {
    row-gap: 15px;
  }

  .section-title {
    margin-bottom: 15px;
  }

  .section-title h2 {
    font-size: 34px;
  }
}

.esm-banner-section {
  position: relative;
  height: 600px;
}

.esm-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.esm-banner-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(0 0 0 / 9%);
  top: 0;
  left: 0;
  z-index: 1;
  backdrop-filter: blur(4px);
}

.logo {
  max-width: 100px;
}

.esm-banner-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.esm-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esm-banner-content-inner {
  max-width: 800px;
  text-align: center;
  padding-top: 100px;
}

.esm-banner-content-inner h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.45;
}

.esm-banner-content-inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
}

.esm-slider-wrap {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.esm-slider-wrap .swiper-button-prev,
.esm-slider-wrap .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}

section.esm-yprl-section {
  padding: 60px 0 80px;
  background: #f7fffe;
}

.esm-yprl-slide-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}

.esm-yprl-slide-item-inner {
  transition: all 0.35s ease-in;
  border-radius: 30px;
}

.esm-yprl-slide-item .esm-yprl-slide-img img {
  width: 100%;
  border-radius: 20px;
}

#esm-yprl-slider {
  padding: 60px 0 100px;
}

.esm-yprl-slide-content {
  position: relative;
  background: radial-gradient(circle,
      rgb(16 126 115 / 65%) 13%,
      rgb(153 255 240 / 0%) 100%);
  padding: 10px;
  border-radius: 20px;
}

.esm-yprl-slide-content h3 {
  margin: 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.esm-yprl-slide-content h3:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0425221f;
  top: 0;
  left: 0;
  /* backdrop-filter: blur(28px); */
  opacity: 1;
  z-index: -1;
  border: 1px solid rgb(49 127 125 / 64%);
  border-radius: 20px;
}

.esm-yprl-slide-content h3 a {
  color: #fff;
  padding: 30px;
  display: flex;
  justify-content: center;
}

.esm-yprl-slide-img {
  position: relative;
}

.esm-yprl-slide-img .esm-yprl-slide-content {
  position: absolute;
  bottom: 10px;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  backdrop-filter: blur(4px);
  padding: 0;
}

.esm-yprl-slide-item-inner {
  transition: all 0.35s ease-in;
  margin: 0;
  border-radius: 30px;
}

#esm-yprl-slider .swiper-slide-active .esm-yprl-slide-item .esm-yprl-slide-item-inner {
  box-shadow: 0 20px 80px 0 rgb(2 56 51 / 19%);
}

.esm-slider-wrap .swiper-button-prev,
.esm-slider-wrap .swiper-button-next {
  background: #7eb4af26;
  border: 3px solid #58a29a6b;
  backdrop-filter: blur(4px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
}

.esm-slider-wrap .swiper-button-prev svg,
.esm-slider-wrap .swiper-button-next svg {
  width: 14px;
}

.esm-yprl-content {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}

section.esm-events-section {
  background: #ecf0f0;
  padding: 60px 0;
}

.esm-events-item {
  background: #fff;
  padding: 30px 10px 10px;
  border-radius: 30px;
}

.esm-events-content {
  padding: 0 30px;
}

.esm-events-icon-with-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.esm-events-content p a {
  margin: 0;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #d1e4e4;
}

.esm-events-content-inner {
  margin-top: 50px;
  margin-bottom: 30px;
}

.esm-events-icon-with-title h3 {
  width: calc(100% - 90px);
}

.esm-events-icon-with-title h3 a {
  color: #000;
}

.esm-events-icon-with-title h3 a:hover {
  color: var(--primaryColor);
}

.esm-events-content p a {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  background: var(--primaryColor);
}

.esm-events-item:hover .esm-events-content p a {
  background: var(--primaryColor);
  color: #fff;
}

.esm-events-item:hover .esm-events-content p a:hover {
  background: #a81370;
}

.esm-events-img {
  height: 340px;
}

.esm-events-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.esm-explore-section {
  padding: 60px 0;
}

.esm-explore-item {
  position: relative;
}

.esm-explore-content {
  position: absolute;
  bottom: 10px;
  left: 0;
  max-width: 90%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #d11b8d4a;
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  border: 1px solid #95306d54;
  color: #fff;
  text-shadow: 0 1px 2px #000;
}

.esm-explore-content h4 {
  margin: 0;
}

.esm-explore-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

section.esm-form-section {
  background: #ecf0f0;
  padding: 60px 0;
}

section.esm-form-section iframe {
  margin-top: 30px;
  overflow: hidden;
  display: block;
  width: 100%;
  text-align: center;
}

footer.esm-footer-section {
  background-color: #06473b;
  background-image: radial-gradient(at 47% 33%,
      hsl(322.42, 77%, 46%) 0,
      transparent 59%),
    radial-gradient(at 82% 65%, hsl(169.86deg 95.48% 55.23%) 0, transparent 55%);
  position: relative;
  z-index: 1;
  padding: 80px 0 10px;
}

footer.esm-footer-section:after {
  content: "";
  backdrop-filter: blur(138px) saturate(130%);
  -webkit-backdrop-filter: blur(138px) saturate(93%);
  background-color: rgb(1 32 39 / 34%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.esm-footer-links h5 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

.esm-footer-links ul {
  height: 90px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.esm-footer-links a {
  color: #fff;
}

.esm-footer-links p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 1.85;
}

.esm-footer-links a:hover {
  color: #60e2ed;
}

.esm-footer-copy-rights-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.esm-footer-copy-rights {
  border-top: 1px solid #ffffff24;
  margin-top: 20px;
  padding-top: 10px;
}

.esm-footer-copy-rights-content p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.esm-footer-copy-rights-content p a {
  color: #fff;
}

.esm-footer-copy-rights-content p a:hover {
  color: var(--primaryColor);
}

.esm-sic-img img {
  width: 100%;
  border-radius: 30px;
}

.esm-sic-img-content {
  background: radial-gradient(circle,
      rgb(16 126 115 / 65%) 13%,
      rgb(153 255 240 / 0%) 100%);
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  backdrop-filter: blur(4px);
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 20px;
}

.esm-sic-img {
  position: sticky;
  top: 30px;
}

.esm-sic-img-content h3 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  padding: 30px;
  border-radius: 30px;
  z-index: 1;
}

.esm-sic-img-content h3:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0425221f;
  top: 0;
  left: 0;
  backdrop-filter: blur(28px);
  opacity: 1;
  z-index: -1;
  border: 1px solid rgb(49 127 125 / 64%);
  border-radius: 30px;
}

section.esm-sic-section {
  padding: 60px 0;
}

.esm-bfnm-section {
  padding: 60px 0;
  background: #ecf0f0;
}

.esm-bfnm-item {
  background: #ffffff;
  margin: 0 auto;
  padding: 0;
  border-radius: 30px;
  flex: 1 0 49%;
  padding: 15px 30px;
}

.esm-bfnm-wrapper ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.esm-bfnm-icon {
  padding: 0;
  width: 70px;
  height: 70px;
  background: var(--primaryColor);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.esm-bfnm-content h5 {
  margin: 0;
}

.esm-bfnm-icon .icon {
  width: 50px;
  height: 50px;
  background: #fff;
}

.esm-bfnm-content-inner {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .esm-banner-content-inner {
    padding: 80px 15px 0;
  }

  .esm-banner-section {
    height: 500px;
  }

  .esm-banner-content-inner h2 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 576px) {
  .esm-bfnm-item {
    flex: 1 0 50%;
  }
}

/*--------------------------------------------------Privacy-Policy-------------------------------------------------*/
.dtcp{
  padding: 60px 0px;
}
.dtcp h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
}
.dtcp h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
}
.dtcp h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #0f0f0f;
  padding-bottom: 10px;
}
.dtcp p {
  line-height: 27px;
  font-size: 17px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.dtcp p:last-child {
  padding-bottom: 0;
}
.dtcp p b {
  color: #000000;
}
.dtcp p a {
  color: #c7161d;
}
.dtcp ul {
  padding-bottom: 20px;
}
.dtcp ul li {
  line-height: 27px;
  font-size: 17px;
  font-weight: 400;
  color: #6b6b6b;
  padding-bottom: 10px;
}
.dtcp ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px){
  .dtcp{
    padding: 50px 0px;
  }
}
@media (max-width: 768px){
  .dtcp{
    padding: 40px 0px;
  }
}
@media (max-width: 576px){
  .dtcp{
    padding: 30px 0px;
  }
}