.responsive-banner {
    display: inline-block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to bottom right, #D45BA1, #A784E0);
    background-repeat: no-repeat;
    text-align: left;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.responsive-banner.second {
    background-image: linear-gradient(to bottom right, #F4C28E, #E67163);
}

.responsive-banner.third {
    background-image: linear-gradient(to bottom right, #589FE5, #74DAC4);
}

.container-envelope {
    max-width: calc(100%);
    padding: 15px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    max-height: 450px;
}

.col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (min-width: 650px) {
    .col-xs-12 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .container-envelope {
        max-width: calc(100% - 200px);
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.more-link {
    background-color: rgba(255, 255, 255, 0.35);
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    font: 500 15px 'Work Sans', Helvetica, sans-serif;
    line-height: 1.5;
    text-align: center;
    border: none !important;
    position: relative;
    border-radius: 30px;
    text-transform: uppercase;
    -webkit-transition: .1s all ease-in-out;
    -moz-transition: .1s all ease-in-out;
    -o-transition: .1s all ease-in-out;
    transition: .1s all ease-in-out;
}

a.more-link:hover {
    background-color: rgba(255, 255, 255, 0.50);
}

svg,
.banner-image {
    fill: rgba(0, 0, 0, 0.1);
    position: absolute;
}

.banner-image {
    max-width: 50%;
}

.cirle-a {
    bottom: -80px;
    left: -80px;
}

.cirle-b {
    top: -30px;
    right: 70%;
}

.cirle-c {
    top: -330px;
    right: -300px;
}

.cirle-d {
    top: 195px;
    right: 145px;
}

.banner-image {
    top: 0;
    right: 0;
}

/* end of banner css */
.text-custom {
    color: #0062ff !important;
}



.timeline_area {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}

.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}

.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}

.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}

.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}

.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}

.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}

.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}

.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}



/* platform */
/*  */
.center-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: linear-gradient(to right, #ff8080, #80ff80);
}

.d-flex {
    text-align: center;
}

.center-section-p {
    padding-top: 100px;
    padding-bottom: 100px;

}

.btn-create-event {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid #28a745;
    color: #28a745;
    text-decoration: none;
    font-size: 18px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #ff8080, #80ff80);
    background-size: 200% 100%;
    background-position: right;
    animation: moveColors 5s linear infinite;
    /* Adding the animation property */
}

 /* Styles for the banner */
 .banner {
    background-image: url('../img/ynetticket.jpg');
    background-size: cover;
    background-repeat: no-repeat; 
    color: rgb(26, 143, 189);
    text-align: center;
    padding: 50px;
    margin-top: 100px;
    height: auto;
  }

  .banner h1{
    font-size: 20px;
    color: #fdfdfd;
    margin-left: 400px;
    margin-top: 2%;
  }

  .subheading {
    font-size: 18px;
    margin-top: 10px;
    margin-left: 400px;
  }

  .ticket-features {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-left: 370px;
  }

  .feature {
    flex-basis: calc(44.44% - 20px);
    margin: 10px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-align: center;
  }

  .feature h3{
    font-size: 15px;
    color: #ebebeb;
  }

  .feature p{
    font-size: 12px;
  }

  .cta-button {
    margin-top: 30px;
  }
  .book-create{
    margin-top: 40px;
    margin-left: 350px;
  }
  .more-link{
    margin-right: 20px;
  }

  /* events cards */
  /* a {
    text-decoration: none;
} */

/* Card Styles */

.pb-1 {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 30px;
}

.product-img img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}

.cart {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #1F487E;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

.cart:hover {
    text-decoration: none;
    background-color: #1D3461;
    color: #fff;

}

  /* end event cards */

  @media only screen and (min-width: 1023px) {
    .ticket-features {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: center;
        margin-left: 400px;
      }
}

@media only screen and (max-width: 1022px) {
    .banner {
        background-image: url('../img/Ticket3.jpg');
        background-size: cover;
        background-repeat: no-repeat; 
        width: 100%;
        color: rgb(26, 143, 189);
        text-align: center;
        padding: 50px;
        margin-top: 100px;
        height: 120vh;
      }
    .ticket-features {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: center;
        margin-left: 0px;
      }
      .banner h1{
        margin-left: 0px;
      }
      .subheading {
        margin-left: 0px;
      }
      .book-create{
        margin-top: 40px;
        margin-left: 0px;
      }
}

@media only screen and (max-width: 530px) {
    .banner {
        background-image: url('../img/ynetticketsmall.jpg');
        background-size: cover;
        background-repeat: no-repeat; 
        width: 100%;
        color: rgb(26, 143, 189);
        text-align: center;
        padding: 50px;
        margin-top: 100px;
        height: auto;
      }
      .banner h1{
        font-size: 20px;
        color: #fdfdfd;
        margin-top: 400px;
        margin-left: -50px;
      }
      .subheading {
        margin-left: -50px;
      }
      .ticket-features {
        display: flex;
        /* flex-wrap: wrap; */
        justify-content: center;
        margin-left: -50px;
      }
      .feature {
        flex-basis: calc(88.88% - 20px);
        margin: 10px;
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        text-align: center;
      }
      .feature h3{
        font-size: 15px;
      }
      .feature p{
        font-size: 13px;
      }
      .book-create{
        margin-top: 40px;
        margin-left: -50px;
      }
}

@media only screen and (max-width: 427px) {
      .banner h1{
        font-size: 20px;
        color: #fdfdfd;
        margin-top: 350px;
        margin-left: -50px;
      }
}

@media only screen and (max-width: 397px) {
    .banner h1{
      font-size: 20px;
      color: #fdfdfd;
      margin-top: 300px;
      margin-left: -50px;
    }
}

@keyframes moveColors {
    0% {
        background-position: right;
    }

    100% {
        background-position: left;
    }
}
