
/** history-section **/

.history-section{
  position: relative;
  background: #eeefec;
}

.history-section .inner-box{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.history-section .inner-box:last-child{
  margin-bottom: 0px;
}

.history-section .content-box{
  position: relative;
  display: block;
}

.history-section .content-box:before{
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 6px;
  z-index: 1;
}

.history-section .inner-box:nth-child(odd) .content-box:before{
  right: -153px;
}

.history-section .inner-box:nth-child(even) .content-box:before{
  left: -153px;
}

.history-section .content-box:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 190px;
  height: 1px;
  top: 12px;
}

.history-section .inner-box:nth-child(odd) .content-box:after{
  right: -235px;
}

.history-section .inner-box:nth-child(even) .content-box:after{
  left: -235px;
}

.history-section .content-box .year{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

.history-section .content-box h2{
  display: block;
  font-size: 38px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
}

.history-section .content-box p{
  margin-bottom: 20px;
}

.history-section .content-box h3 {
      font-family: var(--cursive-font);
    font-size: 34px;
    margin-bottom: 10px;
        text-shadow: 0 0px 0px #000000;
}

.history-section .image-box{
  position: relative;
  display: block;
  max-width: 500px;
}

.history-section .image-box.box-even {
  text-align: right;
}

.history-section .image-box img{
  width: 100%;
}

.history-section .inner-box .image-box .image img {
  max-width: fit-content;
      border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 10px;
}

.history-section .inner-box .image-box .image {
  position: relative;
}

.history-section .inner-box .image-box .image.h-name::after {
  position: absolute;
  bottom: 23px;
  left: 33px;
  content: "";
  font-family: var(--cursive-font);
  font-size: 30px;
  color: var(--theme-light);
  text-shadow: 2px 2px 4px #000000;
}

.history-section .inner-box .image-box .image.h-name.mirage::after {
  content: "Mirage";
}

.history-section .inner-box .image-box .image.h-name.rifala::after{
  content: "Rifala";
}

.history-section .inner-box .image-box .image.h-name.raffles::after {
  content: "Raffles";
}

.history-section .inner-box .image-box .image.h-name.raffles img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.history-section .inner-box .image-box .image.h-name.azja::after {
  content: "Azja and Foal";
  font-size: 36px;
  top: 45px;
  left: 40px;
  bottom: auto;
  color: var(--secondary-color);
  text-shadow: 1px 1px 4px #00000094;
}

/* .history-section .inner-box:nth-child(odd) .image-box .image{
  border-radius: 30px 30px 150px 30px;
}

.history-section .inner-box:nth-child(even) .image-box .image{
  border-radius: 30px 30px 30px 150px;
} */

/* .history-section .image-box:before{
  position: absolute;
  content: '';
  border: 1px solid #E5E5E5;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  bottom: 0px;
} */

/* .history-section .inner-box:nth-child(odd) .image-box:before{
  right: 0px;
  border-radius: 30px 30px 150px 30px;
}

.history-section .inner-box:nth-child(even) .image-box:before{
  left: 0px;
  border-radius: 30px 30px 30px 150px;
} */

.history-section .inner-container:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 1px;
  height: 100%;
  top: 0px;
  left: 50%;
}

.history-tribute {
  background-color: #f4f1de;
}

.history-tribute .sec-title h4 {
    font-family: var(--cursive-font);
    text-shadow: 0.2px 0 0 currentColor, -0.2px 0 0 currentColor;
    color: var(--theme-color);
    margin-top: 5px;
}

.history-tribute .sec-title h4 span {
  display: inline-block;
  margin-right: 30px;
}

.history-tribute .inner-box.text-center {
  margin-bottom: 30px;
}

.history-tribute img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.history-tribute .image-column {
  background-color: #f1f1f1;
    border: 1px solid #cbcbcb;
        padding: 20px 30px 10px;
    border-radius: 30px;
}

.history-tribute .image-column .head-name h5{
      margin: 0 0 15px;
    text-align: center;
    color: var(--theme-color);
}



/** rtl-css **/

.rtl .history-section{
  direction: ltr;
}

.rtl .history-section .content-box{
  text-align: right;
}

/** responsive-css **/

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

@media only screen and (max-width: 991px){
  .history-section .inner-container:before{
    display: none;
  }

  .history-section .inner-container{
    padding-top: 0px;
  }

  .history-section .content-box:before,
  .history-section .content-box:after{
    display: none;
  }

  .history-section .content-box{
    margin: 0px !important;
  }

  .history-section .inner-box:nth-child(odd) .content-box{
    margin-bottom: 30px !important;
  }

  .history-section .image-box{
    margin: 0px !important;
  }

  .history-section .inner-box:nth-child(even) .image-box{
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 767px){
  .history-section{
    padding-bottom: 70px;
  }

  .history-section.pt_140{
    padding-top: 65px;
  }

}

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

}

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

}











































