.banner-sec {
    height:100vh;
}
.banner-content {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #fff;
    max-width: 600px;
    display: flex
;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
}
/*event css start*/
.event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5em 0;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
}
.event-info p {
    font-size: 35px;
    text-align: right;
    font-family: var(--primary-font);
    font-weight: 600;
    line-height: 1.3;
}
.event-info span {
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    font-family: var(--secondary-font);
}
.event-tag h2 {
    background: #a24c2d;
    color: #fff;
    padding: 20px 20px;
    font-size: 30px;
    margin: 0;
    font-family: var(--primary-font-bold);
    letter-spacing: 4px;
    position: absolute;
    left: 0;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    width: min(100%, 400px);
    text-align: end;
    font-weight: 500;
}
.event-content p {
    font-size: 30px;
    font-family: var(--primary-font-bold);
    margin-bottom:0;
}
.event-content h2 {
    font-size: 60px;
    font-weight: 600;
}
.btn-wrp .primary-btn {
    font-size: 20px;
}
.event-overlay .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.event-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.event-content {
  text-align: left;
  margin-bottom: 40px;
}
.owl-carousel {
    display: block !important;
}
@media only screen and (max-width:991px) {
.event-tag h2 {
    font-size: 20px;
    width: min(100%, 300px);
}
.event-info p {
    font-size: 30px;
}
.banner-sec {
    height: 80vh;
}
}
@media only screen and (max-width:767px) {
.event-sec img {
    height: 450px;
}
.event-content p {
    font-size: 20px;
}
.event-info p {
    font-size: 15px;
    line-height: 1.3;
}
.event-info span {
    font-size: 16px;
}
.btn-wrp .primary-btn {
    font-size: 18px;
}
.event-tag h2 {
    font-size: 11px;
    width: min(100%, 170px);
    letter-spacing: 1px;
}
.banner-sec {
    height: 60vh;
}
.banner-content p {
    margin-bottom: 0;
}
.event-content h2 {
    font-size: 30px;
}
.event-content {
    margin-top: 3em;
}
}