:root {
  --eventflow-font: "DM Sans", sans-serif;
  --eventflow-font-two: "Inter", sans-serif;
  --eventflow-gray: #7C7B7B;
  --eventflow-gray-rgb: 124, 123, 123;
  --eventflow-white: #ffffff;
  --eventflow-white-rgb: 255, 255, 255;
  --eventflow-base: #B20D5D;
  --eventflow-base-rgb: 178, 13, 93;
  --eventflow-black: #04000A;
  --eventflow-black-rgb: 4, 0, 10;
  --eventflow-primary: #4A0AB4;
  --eventflow-primary-rgb: 74, 10, 180;
  --eventflow-extra: #F8F8F8;
  --eventflow-extra-rgb: 248, 248, 248;
  --eventflow-bdr-color: #CCCCCC;
  --eventflow-bdr-color-rgb: 204, 204, 204;
  --eventflow-backgound:#623b46;
  --golden-btn: linear-gradient(0deg, rgb(245, 179, 35) 0%, rgb(250, 215, 62) 49%, rgb(206, 178, 0) 100%);
  --golden-btn-hover:linear-gradient(0deg, rgb(206, 178, 0) 100%, rgb(250, 215, 62) 49%,  rgb(245, 179, 35) 0%);
  --brown-color:rgb(95, 28, 28);
  --yellow-color:rgb(255, 208, 0);
}

/* ------------Page Header------------- */

.page-header{
  margin-top: 120px;
}

.event-one__points li{
  margin: 10px 0;
}

.event-one__points li .content h4{
  margin-bottom: 0;
}

.event-one__points li .content h4 a{
  color: var(--brown-color);
}

.event-one__inner{
  margin-left: 0px;
}
.buy-ticket__right{
  margin-left: 0 !important;
}
.buy-ticket__text{
  margin-top:40px;
}

















/* --------------Responsive Style------------ */

@media screen and (max-width: 767px){
  .event-three{
    padding-top:0;
  }
}