.top-navbar{
  background-color: #C2AB74 !important;
}
ul.s-count-down-list.s-count-down-md.s-count-down-dark.s-count-down-ended, 
.s-count-down-md+.s-count-down-end-text {
    display: none;
}


img.w-full.h-full.object-cover.object-center{
  object-fit:fill;
}


@media(max-width:768px){
img.w-full.h-full.object-cover.object-center{
  object-position: left !important;
  object-fit:fill;
}
}


#IRT__fixed-1 , 
#IRT__pro-dis-3 , 
#IRT__pro-dis-4 {
  margin:2rem 0;
}

@media (min-width: 1280px) {

    #IRT__exclusive-5{
       max-width: 1280px;
       margin:0 auto;
       width:100%;
       
    }
}

.main-banner.relative.w-full.overflow-hidden{
      min-height: 200px !important;
}


@media(max-width:992px){
.container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6{
      display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.flex.rtl\:space-x-reverse.space-x-2.items-end{
  justify-content: center;
  margin:2rem 0;
}

}