
/** explore-section **/

.explore-section{
  position: relative;
}

.explore-section .single-column{
  position: relative;
  float: left;
  width: 33.333%;
}

.explore-section .offer-box-one{
  position: relative;
  display: block;
  padding: 91px 30px;
}

.explore-section .offer-box-one .sub-title{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 34px;
  font-family: var(--secondary-font);
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.explore-section .offer-box-one h2{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 68px;
  color: #fff;
  font-weight: 700;
}

.explore-section .offer-box-one h2 span{
  font-size: 30px;
  font-weight: 600;
}

.explore-section .offer-box-one h3{
  display: block;
  font-size: 30px;
  line-height: 54px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.explore-section .link-btn{
  position: relative;
  display: inline-block;
  line-height: 24px;
  color: var(--title-color);
  background: #fff;
  padding: 12px 21px;
  border-radius: 3px;
}

.explore-section .link-btn span{
  position: relative;
  padding-right: 34px;
}

.explore-section .link-btn span:before{
  position: absolute;
  content: '\e90c';
  font-family: 'icomoon';
  font-size: 13px;
  top: 4px;
  right: 0px;
}

.explore-section .link-btn:hover{
  background: var(--secondary-color);
  color: #fff;
}

.explore-section .offer-box-one .image-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.explore-section .offer-box-two{
  position: relative;
  display: block;
  padding: 118px 30px;
}

.explore-section .offer-box-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.explore-section .offer-box-two .bg-layer:before{
  position: absolute;
  content: '';
  background: linear-gradient(rgba(12, 38, 76, 0.7), rgba(12, 38, 76, 0));
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.explore-section .offer-box-two .sub-title{
  font-size: 20px;
  line-height: 30px;
  font-family: var(--text-font);
}

.explore-section .offer-box-two .image-layer{
  position: absolute;
  right: -220px;
  bottom: 0px;
  z-index: 1;
}

.explore-section .offer-box-three{
  position: relative;
  display: block;
  padding: 118px 30px;
  background: -webkit-linear-gradient(-90deg, #AC45EF, #3554D1 100%);
}

.explore-section .offer-box-three .sub-title{
  font-size: 20px;
  line-height: 30px;
  font-family: var(--text-font);
  -webkit-text-fill-color: #fff;
  background: transparent;
}

.explore-section .offer-box-three .link-btn:hover{

}

.explore-section .offer-box-three .image-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
}



/** RTL **/

.rtl .explore-section .single-column{
  float: right;
}

.rtl .explore-section .offer-box-one .image-layer{
  left: inherit;
  right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .explore-section .image-layer{
    display: none !important;
  }
}

@media only screen and (max-width: 991px){
  .explore-section .single-column{
    width: 50%;
  }

  .explore-section .single-column:last-child{
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .explore-section .single-column{
    width: 100%;
  }

  .explore-section .offer-box-one,
  .explore-section .offer-box-two,
  .explore-section .offer-box-three{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}










































