/*******************************************
<-- Start Carcity Breadcumb area Css -->
********************************************/

.breatcam-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 366px;
  position: relative;
  z-index: 1;
}

.breatcam-title h1,
.breatcam-title h2 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 600;
  color: #fff;
  margin-top: 0;
  text-transform: capitalize;
}

.breatcam-menu {
  width: 547px;
  background: var(--color-primary);
  display: inline-block;
  padding: 21px 30px;
  border-radius: 4px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.breatcam-menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0 18px 0 0;
  font-size: 17px;
  color: #fff;
  font-family: "Jost";
}

.breatcam-menu ul li a {
  color: #fff;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.breatcam-menu ul li i {
  font-size: 20px;
  display: inline-block;
  padding-right: 10px;
}

.breatcam-menu ul li a:before {
  position: absolute;
  content: "";
  right: -12px;
  top: 6px;
  width: 1px;
  height: 14px;
  background: #fff;
}

.breatcam-menu ul li a:hover {
  color: #0d0e14;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .breatcam-menu {
    width: 340px;
  }
}

/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /*inner page breatcam*/
  .breatcam-menu {
    width: 60%;
    padding: 4px 8px;
  }
  .breatcam-area {
    height: 220px;
  }
  .breatcam-title h1,
  .breatcam-title h2 {
    font-size: 30px;
    text-align: center;
  }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .breatcam-area {
    height: 180px;
  }
  /*inner page breatcam*/
  .breatcam-menu {
    width: 60%;
    padding: 4px 8px;
  }
  .breatcam-title h1,
  .breatcam-title h2 {
    font-size: 28px;
    text-align: center;
  }
  .breatcam-menu ul li {
    font-size: 15px;
  }
}

