:root{
    --oreang:#ff6e00;
    --light:#ff5e0012;
}

a{
    text-decoration: none;
    list-style: none;
}

.btn-bg{
    background-color: var(--oreang);
}

.text-color {
    color: var(--oreang);
}
.input-border{
    border: 1px solid var(--oreang);
}

.input-size{
    width: 70%;
}

.nav-item a{
    font-size: 20px;
    color: white !important;
    font-weight: 500;
    margin-inline: 10px;
}
.populer-image{
    width: 110px;
    height: 110px;
    margin-left: -65px;
    border: 3px solid white !important;
}
.titleMainBox{
    background-color: var(--light) !important;
    position: relative !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 170px !important;
}
.popular-community{
    position: absolute;
    margin-top: -59px;
    width: 100%;
    text-align: center;
    padding: 18px;
    border-radius: 86px 0px 86px 0px;
}
#carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#carousel .owl-nav button.owl-prev {
  left: -40px;
}
#carousel .owl-nav button.owl-next {
  right: -40px;
}

#carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
}

#carousel .owl-nav button {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    background: var(--oreang)!important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
#carousel span {
    font-size: 70px;    
    position: relative;
    top: -25px;
}
#carousel .owl-nav button:focus {
    outline: none;
}

ul li{
    list-style-type: none;
}
.card-data{
   padding-left: 48px;
    padding-right: 46px;
}

@media screen and (max-width: 580px) {
  .input-size{
    width: 100%;
}
#carousel .owl-nav button.owl-prev {
  left: 0;
}
#carousel .owl-nav button.owl-next {
  right: 0;
}
.card-data{
   padding-left: 70px;
    padding-right: 20px;
}
}