
/** event-section **/

.event-section{
  position: relative;
}

.event-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 365px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}

.event-section .bg-layer:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.88;
  border-radius: 20px;
}

.event-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px -10px 60px 0px rgba(0, 0, 0, 0.06);
  border-bottom: solid;
  border-width: 5px;
  border-color: #7B0000;
  padding: 57px 30px 30px 30px;
}

.event-block-one .inner-box h3{
  display: block;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 13px;
}

.event-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.event-block-one .inner-box h3 a:hover{

}

.event-block-one .inner-box p{
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.event-block-one .inner-box .btn-box .theme-btn{
  margin-bottom: -30px;
}

.event-block-one .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.event-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.event-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.event-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}


/** rtl-css **/



/** responsive-css **/

@media only screen and (max-width: 1200px){
  .event-section{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .event-section .outer-container{
    padding-top: 70px;
  }

  .event-section.pt_120.pb_90{
    padding: 70px 0px 40px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}











































