.includeSection#events {
  position: relative;
  width: 100%;
  margin-top: 16px;
}
.gradientBtn1 {
  background: linear-gradient(
    186deg,
    rgb(235 106 132) 7%,
    rgb(239 164 179) 45%,
    rgb(238 136 157) 95%
  );
  color: white;
}

.gradientBtn1.animated:hover {
  background: linear-gradient(
    186deg,
    rgb(235 106 132) 7%,
    rgb(195 32 65) 45%,
    rgb(238 136 157) 95%
  );
  background-size: 400% 400%;
  animation: gradient 1s ease;
  background-position: 100% 50%;
}
.includeSection#events .searchSection {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.includeSection#events .searchSection h2 {
  border-radius: 4px;
  background: linear-gradient(
    186deg,
    rgb(235 106 132) 7%,
    rgb(239 164 179) 45%,
    rgb(238 136 157) 95%
  );
  color: #fff;
  font-size: 30px;
  margin: 16px 0 10px;
  padding: 15px;
  text-align: center;
  line-height: 30px;
}

.includeSection#events .searchSection .inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 0.5fr;
  column-gap: 10px;
}

.includeSection#events .searchSection .inputs input,
.includeSection#events .searchSection .inputs select {
  padding: 8px 10px;
  outline: none;
  border: 1px solid #ee889d;
  border-radius: 4px;
  color: #ee889d;
}

.includeSection#events .searchSection .inputs input:focus,
.includeSection#events .searchSection .inputs select:focus {
  border: 1px solid #f1c5ce;
}

.includeSection#events .btn {
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  background: linear-gradient(
    186deg,
    rgb(235 106 132) 7%,
    rgb(239 164 179) 45%,
    rgb(238 136 157) 95%
  );
  color: white;
}
.includeSection#events .eventsSection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  height: 698px;
  max-height: 698px;
  overflow-y: scroll;
}

.includeSection#events .eventsSection .event-item {
  position: relative;
  width: 100%;
  background-color: #493123;
  display: grid;
  grid-template-columns: 2fr 3fr;
  column-gap: 10px;
  border-radius: 4px;
  border: 1px solid #d6bebe;
  box-sizing: border-box;
  padding: 1rem;
}

.includeSection#events .eventsSection .event-item .poster {
  position: relative;
  width: 100%;
  height: 200px;
  text-align: center;
}

.includeSection#events .eventsSection .event-item .poster img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.includeSection#events .eventsSection .event-item .description {
  font-size: 14px;
  padding-top: 10px;
  padding-right: 5px;
  color: white;
}

.includeSection#events .eventsSection .event-item .description h3 {
  margin: unset;
  padding-top: unset !important;
  margin-bottom: 16px;
  font-size: 15px !important;
  text-transform: uppercase;
  text-shadow: unset;
  color: #ec7990;
  overflow-wrap: anywhere;
}

.includeSection#events .eventsSection .event-item .description .desc-item {
  font-weight: bold;
}

.includeSection#events .eventsSection .event-item .description .moreInfoBtn {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  height: fit-content;
  padding: 0.4em 1.2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .includeSection#events .eventsSection {
    grid-template-columns: 1fr;
  }
  .includeSection#events .eventsSection .event-item {
    grid-template-columns: 1fr;
  }

  .includeSection#events .searchSection .inputs {
    grid-template-columns: 1fr;
    column-gap: 0px;
    gap: 8px;
  }
}

#checkin,
#checkout {
  height: calc(2.25rem + 2px);
}
.select-wrapper select {
  padding: 8px 16px !important;
}
.left-sidebar {
  margin-top: 10px;
  margin-bottom: 10px;
}
.left-sidebar ul {
  padding: 0;
  margin: 0;
}
.left-sidebar #pull-menu {
  display: none;
}
.left-sidebar li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-sidebar li.leftTittle h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
  color: #e155c6;
}
.left-sidebar li a {
  display: flex;
  align-items: center;
  gap: 5x;
  border: none;
  border-radius: 8px;
  cursor: pointer;

  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-decoration: none;

  background: #30033f;
  background: linear-gradient(
    90deg,
    rgba(48, 3, 63, 1) 0%,
    rgba(71, 17, 102, 1) 35%,
    rgba(106, 47, 130, 1) 100%
  );

  background-size: 200% auto;
  transition: all 0.4s ease-out;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  min-height: 50px;
}
.left-sidebar li a img {
  width: 60px !important;
  padding: 4px;
  border-radius: 8px;
}
.left-sidebar li b {
  font-size: 15px;
}


:root {
    --pageTop_font-size: 12px;
    --pageTop_font-size--small: 10px;
    --pageTop_space: 10px;
    --pageTop_space--large: 36px;
    --pageTop_bg-color--primary: #ffdbe1;
  }

  .infusion-option {
    display: flex;
    gap: 4px;
  }

  .infusion-radio .options-container {
    display: flex;
    gap: 8px;
  }

  .infusion-radio input[type="radio"] {
    margin: -10px 0 0 0 !important;
  }

  .page-top__info-text {
    font-size: 12px;
    line-height: 13px;
    padding: 0 !important;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .page-top {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
  }

  .page-top__content {
    background: var(--pageTop_bg-color--primary);
    padding: 10px 20px;
    border-radius: 10px;
  }

  .page-top__content__form-side__head__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .page-top form.customInfForms {
    background-color: rgb(255 255 255 / 0%) !important;
  }

  .page-top form.customInfForms .infusion-field input {
    font-size: var(--pageTop_font-size);
    padding: 5px;
    margin: unset;
  }

  .page-top .customInfForms .infusion-field.radio {
    padding: 8px 8px;
    grid-template-columns: 1fr minmax(100px, 0.5fr);
    gap: 10px;
    font-size: var(--pageTop_font-size);
  }

  .page-top .form-info-text {
    font-size: var(--pageTop_font-size);
    padding: var(--pageTop_space);
    font-size: var(--pageTop_font-size--small);
    margin: unset;
  }

  .page-top form.customInfForms .infusion-field label {
    font-weight: normal;
    color: black;
  }

  form.customInfForms .infusion-submit button {
    font-size: 14px;
    padding: 10px;
    line-height: normal;
    width: 100%;
    margin-bottom: 17px;
    background: linear-gradient(
      186deg,
      rgb(253, 96, 162) 7%,
      rgb(253, 96, 162) 45%,
      rgb(196, 103, 142) 95%
    );
    color: white;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #db5e77 !important;
  }

  .page-top form.customInfForms .infusion-field input {
    margin: 1px 0px;
    width: 100%;
  }

  a.awsm-btn {
    background-color: #db5e77;
    background: linear-gradient(
      186deg,
      rgb(253, 96, 162) 7%,
      rgb(253, 96, 162) 45%,
      rgb(196, 103, 142) 95%
    );
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1rem;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #db5e77;
  }

  .page-top p.form-info-text {
    width: 100%;
    font-size: 12px;
    line-height: 13px;
    font-weight: 100;
  }

  .page-top p.form-info-text a {
  }

  .page-top h3 {
    font-size: 1.3rem;
    color: #a00d99 !important;
    text-shadow: unset;
    padding-top: unset !important;
  }

  .infusion-field.radio {
    display: flex;
    background-color: #f09dc0;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .page-top__author-info {
    width: 100%;
    display: flex;
  }

  .page-top__author-info img {
    width: 30%;
    max-height: 59px;
  }

  .page-top__author-info p {
    font-size: 13px;
    margin-left: 10px;
    margin-top: unset !important;
    margin-bottom: unset !important;
    position: relative;
    top: -4px;
  }

  .page-top__content__video-side {
    margin-top: 10px;
  }
  .page-top__content__video-side h1 {
    color: rgb(253, 96, 162);
  }

  .page-top__content__form-side {
  }

  .page-top__content__video-side .videoWrapper {
    position: relative;
    padding-bottom: 64.25%;
    height: 0;
    margin-bottom: 20px;
    margin-right: 3px;
    margin-left: -10px;
  }

  .page-top__content__video-side .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  @media screen and (max-width: 768px) {
    .page-top__content__form-side {
      width: unset;
      left: unset;
    }

    .page-top__content {
      grid-template-columns: auto !important;
    }

    :root {
      --pageTop_space--large: 13px !important;
    }

    .page-top form.customInfForms .infusion-field input {
      margin: 4px 0px !important;
      width: 100%;
    }

    .page-top form.customInfForms .infusion-field input[type="radio"] {
      margin-top: -4px !important;
    }

    .page-top p.form-info-text {
      width: 94%;
      font-size: 10px;
    }

    .page-top__content__video-side .videoWrapper {
      padding-bottom: 55.25% !important;
    }
  }

  /*pool pages css end*/

  .btnGrid-3-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
  }

  a.customButton {
    background-color: #db5e77;
    background: linear-gradient(
      186deg,
      rgb(253, 96, 162) 7%,
      rgb(253, 96, 162) 45%,
      rgb(196, 103, 142) 95%
    );
    width: fit-content;
    height: fit-content;
    padding: 0.4em 1.2em;
    color: white;
    font-weight: 700;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 4px;
  }

  .wContainer {
    background: #fdf9fa;
    border: #f1c5ce 1px solid;
    margin: 0 0 10px;
    padding: 18px;
    border-radius: 4px;
  }

  .wContainer h2 {
    padding: 0.5rem 1rem;
    background-color: #fad3ff;
    color: #b253ff;
    border: 0.5px solid #eea9f7;
  }
.wContainer > h3 {
    padding: 0.5rem 1rem;
    background-color: #b253ff;
    color: #fad3ff;
    border: 0.5px solid #b253ff;
  }
  .wContainer .pull-left {
    width: 400px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-top: 14px;
  }

  .wContainer .pull-right {
    width: 400px;
    position: relative;
    float: right;
    margin-left: 30px;
    margin-top: 14px;
  }

  .wContainer .pull-left,
  .wContainer .pull-right,
  .foto img {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0 !important;
  }

  @media screen and (max-width: 768px) {
    .wContainer h2 {
      font-size: 1.2rem;
      line-height: 1.2;
      margin-bottom: 1rem;
    }
    .wContainer .pull-left {
      width: auto;
      margin-right: unset !important;
    }

    .wContainer .pull-right {
      width: auto;
      margin-right: unset !important;
      margin-left: unset !important;
    }
  }

  a.scrollButtonRed {
    background: linear-gradient(
      186deg,
      rgb(253, 96, 162) 7%,
      rgb(253, 96, 162) 45%,
      rgb(196, 103, 142) 95%
    );
    width: fit-content;
    /*height: fit-content;*/
    padding: 0.4em 1.2em;
    color: white;
    font-weight: 700;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    text-wrap: balance;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.btnGrid-5-1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.btnGrid-5-1 > .customButton{
grid-column: span 2;
}

.btnGrid-5-1 .customButton:nth-child(4),
.btnGrid-5-1 .customButton:nth-child(5) {
  grid-column: span 3;
}


  .btnGrid-4-2-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
  .btnGrid-1-2-2 {
    display: grid;
    grid-template-columns: 1fr;
  }

  @media screen and (max-width: 768px) {
    .btnGrid-4-2-2 {
      grid-template-columns: 1fr;
    }

    .btnGrid-1-3-column {
      grid-column: 1 / 3;
    }

    .btnGrid-3-2 {
      grid-template-columns: 1fr;
    }
    .btnGrid-1-2-2 {
	display: grid;
	grid-template-columns: 1fr;
	content: "";
	clear: both;
    }
  }
  @media screen and (max-width: 992px) {
    .left-sidebar {
      display: none;
    }
  }

  @media screen and (max-width: 500px) {
    a.scrollButtonRed {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 54px;
    }

    .wContainer .mb-3 {
      margin-bottom: 1rem !important;
    }

    .btnGrid-1-2-2 {
	display: block;
	content: "";
	clear: both;
    }
    
    .btnGrid-5-1 > a{
        grid-column: span 6 !important;
    }

  }

  #signature {
    border: 1px solid #f1c5ce;
    box-shadow: 0px 0px 20px 0px #f1c5ce;
    padding: 26px 21px;
  }

  #signature h3 {
    padding: unset !important;
    text-transform: uppercase;
  }

  #signature .foto {
    width: 369px;
    padding: 24px 24px 50px 0;
    float: left;
  }

  #signature .yazi {
    padding: 20px 0;
  }

  #signature .yazi p {
    margin: unset;
    line-height: 23px;
    padding-bottom: 22px;
  }

  #signature .adj {
    width: 100;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #signature .adj span {
    font-size: 14px;
    padding: 5px 20px;
    border-right: 1px solid #f1c5ce;
    font-weight: 600;
  }

  #signature .adj span:first-child {
    border-left: 1px solid #f1c5ce;
  }

  #signature .adj span:last-child {
  }

  #signature .adj span:hover {
    color: #7d07d4;
  }

  #signature .social {
    display: flex;
    justify-content: flex-end;
  }

  #signature .social a {
    padding-right: 30px;
  }

  #signature .social a svg {
    width: 28px;
    fill: #7d07d4;
    border-radius: 11px;
    padding: 5px;
  }

  #signature .social a svg:hover {
    box-shadow: 0px 1px 20px 0px #888888;
  }

  @media screen and (max-width: 768px) {
    #signature .adj {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    #signature .adj span {
      border-left: 1px solid #f1c5ce;
      border-right: 1px solid #f1c5ce;
      padding: 5px 13px;
    }

    #signature .social a {
      padding-right: 17px;
    }

    #signature .foto {
      width: 100%;
    }
  }