.backg-top{
  padding: 40px 0 40px 0;
  position: relative;
  background: linear-gradient(#FFFFFF 50%,#FFCFEF);
}

.backg-top .element-flat{
  position: absolute;
  z-index: 0;
  bottom: -60px;
  height: 70px;
  width: 100%;
  background: url("../img/elements-background/element13.png");
  background-size: contain;
  background-repeat: repeat-x;
}

/*session-1*/
.session-1{
  margin: 120px auto 0px auto;  
}

.session-1 .left-sess{
  display: flex;
  align-items: center;
}

.session-1 .left-sess h4{
  margin: 0;
  color: #555;
}

.session-1 .left-sess h1{
  font-weight: bold;
  color: #FF3874;
}

.session-1 .right-sess{
  display: flex;
  align-items: center;
  justify-content: center;
}

.session-1 .right-sess img{
  position: relative;
  z-index: 1;
  width: 100%;
}

.events{
  margin-top: 100px;
}

.events .row-events{
  padding:  0 20px 0 20px;
}

.events h2{
  padding-left: 20px;
  font-weight: bold;
  color: #9227FE;
}

.events .card .inter-card-left{
  border-right: 3px solid #FF3874;
  border-right-style: dashed;
  border-block-end-style: 20px;
  padding: 6px;
  display: flex;
  align-items: center;
  background: #FFE9F7;
  border-radius: 15px 0px 0px 15px;
}

.events .card .inter-card-left img{
  border-radius: 20px;
}

.events .card .inter-card-right a{
  border-radius: 100px;
  background: #FF3874;
  border: none;
  width: 100%;
}

.events .card .inter-card-right a:hover{
  background: #D71E56;
}

.events .card .inter-card-right a:focus{
  box-shadow: 0px 2px 8px rgba(0,0,0,.25);
}

.ticket{
  margin: 20px 0px 20px 5px;
  background: #FF3874;
  border-radius: 20px;
  padding: 3px;
}

.ticket:before,
.ticket:after {
  content: '';
  display: block;
  position: absolute;
  top: 88px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
}

.ticket:before {
  background: #FF3874;
  left: -30px;
}

.ticket:after {
  right: -30px;
  background: #FF3874;
}

.card-content-wrapper {
  padding: 8px;
  margin: 0;
  position: relative;
  background: #FFF;
  border-radius: 15px;
}
.card-content-wrapper:before,
.card-content-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 90px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFF;
  z-index: 3;
}

.card-content-wrapper:before {
  left: -28px;
}

.card-content-wrapper:after {
  right: -28px;
}

.ticket .left,
.ticket .right {
  position: absolute;
  top: 25px;
  width: 34px;
  height: 190px;
  background: #FFF;
  z-index: 4;
}

.ticket .left {
  left: -36px;
}

.ticket .right {
  right: -36px;
}

@media only screen and (max-width: 991px){
  .session-1{
    margin-top: 170px;
  }
  .session-1 .left-sess h4{
    text-align: center;
    font-size: 20px;
  }

  .session-1 .left-sess h1{
    text-align: center;
    font-size: 35px;
  }
  .session-1 .right-sess img{
    margin: 30px 0 20px 0;
  }
}

@media only screen and (max-width: 487px){
  .events{
    margin-top: 100px;
  }
  
  .events .row-events{
    padding: 3px;
  }
  
  .events .card .inter-card-right{
    padding: 10px;
  }
  
  .events .card .inter-card-right h5{
    font-size: 19px;
  }

  .ticket:before,
  .ticket:after {
    margin: 0; 
    top: 91px;
    width: 40px !important;
    height: 40px !important;
  }

  .ticket:before {
    left: -19px;
  }

  .ticket:after {
    right: -19px;
  }

  .card-content-wrapper:before {
    left: -20px;
  }

  .card-content-wrapper:after {
    right: -20px;
  }
  
  .card-content-wrapper {
    padding: 0px;
    margin: 0;
  }
  .card-content-wrapper:before,
  .card-content-wrapper:after {
    top: 90px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
  }

  .ticket .left,
  .ticket .right {
    top: 25px;
    width: 17px;
    height: 190px;
  }

  .ticket .left {
    left: -19px;
  }

  .ticket .right {
    right: -19px;
  }
}