@font-face {
  font-family: 'NewYork';
  src: url(../fonts/NEWYORK.OTF);
}

.facilities-content {
  background-color: #f2f1ed;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
  margin-top: 40px;
}

.facilities-content .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.facilities-content .center .content-section {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.facilities-content .center .content-section .inner-section {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: 0%;
}

.facilities-content .center .content-section .inner-section .item {
  width: 100%;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.facilities-content .center .content-section .inner-section .item .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 350px;
}

.facilities-content .center .content-section .inner-section .item .left .header {
  font-size: 39px;
  font-weight: 400;
  line-height: 62px;
  -webkit-transition: 400ms;
  transition: 400ms;
  font-family: "NewYork";
  color: rgba(51, 51, 51, 0.8);
}

@media only screen and (max-width: 750px) {
  .facilities-content .center .content-section .inner-section .item .left .header {
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
  }
}

@media only screen and (max-width: 570px) {
  .facilities-content .center .content-section .inner-section .item .left .header {
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
  }
}

@media only screen and (max-width: 400px) {
  .facilities-content .center .content-section .inner-section .item .left .header {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
  }
}

.facilities-content .center .content-section .inner-section .item .left .content {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: rgba(51, 51, 51, 0.8);
  margin-top: 10px;
}

@media only screen and (max-width: 750px) {
  .facilities-content .center .content-section .inner-section .item .left .content {
    font-size: 13px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 570px) {
  .facilities-content .center .content-section .inner-section .item .left .content {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .facilities-content .center .content-section .inner-section .item .left .content {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 570px) {
  .facilities-content .center .content-section .inner-section .item .left {
    min-width: 290px;
  }
}

@media only screen and (max-width: 400px) {
  .facilities-content .center .content-section .inner-section .item .left {
    min-width: 260px;
  }
}

.facilities-content .center .content-section .inner-section .item .right {
  max-width: 350px;
  max-height: 350px;
  min-width: 350px;
  min-height: 350px;
  width: 350px;
  height: 350px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 570px) {
  .facilities-content .center .content-section .inner-section .item .right {
    min-width: 290px;
  }
}

@media only screen and (max-width: 400px) {
  .facilities-content .center .content-section .inner-section .item .right {
    min-width: 260px;
  }
}

.facilities-content .center .content-section .inner-section .item .right .img-section {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(86, 86, 86, 0.4);
          box-shadow: 0px 0px 10px 2px rgba(86, 86, 86, 0.4);
}

.facilities-content .center .content-section .inner-section .item .right .img-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.facilities-content .center .handler-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 270px;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  margin-bottom: 25px;
}

.facilities-content .center .handler-container::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dbc9ab;
  z-index: 1;
}

.facilities-content .center .handler-container .button-container {
  background-color: #F2F1ED;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.facilities-content .center .handler-container .button-container .button {
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  border-radius: 5px;
  background-image: url("../assets/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #dbc9ab;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.facilities-content .center .handler-container .button-container .button.icon-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.facilities-content .center .handler-container .button-container .button.icon-left:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
          transform: rotate(180deg) scale(1.1);
}

.facilities-content .center .handler-container .button-container .button:hover {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.2);
          box-shadow: 0px 0px 4px 1px rgba(51, 51, 51, 0.2);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home-facilities {
  background-color: #f2f1ed;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-facilities.no-mr {
  margin-bottom: 0px;
}

.home-facilities .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-facilities .center .header {
  font-size: 39px;
  font-weight: 500;
  line-height: 62px;
  -webkit-transition: 400ms;
  transition: 400ms;
  font-family: "NewYork";
  color: rgba(51, 51, 51, 0.8);
}

@media only screen and (max-width: 750px) {
  .home-facilities .center .header {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
  }
}

@media only screen and (max-width: 570px) {
  .home-facilities .center .header {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
  }
}

@media only screen and (max-width: 400px) {
  .home-facilities .center .header {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
  }
}

.home-facilities .center .category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 20px;
  overflow: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 25px;
}

.home-facilities .center .category-container::-webkit-scrollbar-track {
  background-color: white;
  border: 5px;
  border-radius: 0px;
}

.home-facilities .center .category-container::-webkit-scrollbar {
  width: 8px;
  max-width: 8px;
  max-height: 8px;
  height: 8px;
  background-color: #dbc9ab;
  border-radius: 0px;
  cursor: pointer;
}

.home-facilities .center .category-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(196, 167, 118, 0.8);
  cursor: pointer;
}

.home-facilities .center .category-container::-webkit-scrollbar-thumb:hover {
  background-color: #c4a776;
}

.home-facilities .center .category-container .category {
  -webkit-tap-highlight-color: transparent;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: 400ms;
  transition: 400ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(51, 51, 51, 0.4);
          box-shadow: 0px 0px 6px 2px rgba(51, 51, 51, 0.4);
  cursor: pointer;
}

.home-facilities .center .category-container .category.active {
  background-color: #dbc9ab;
}

.home-facilities .center .category-container .category.active .icon {
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 400px) {
  .home-facilities .center .category-container .category.active .icon {
    height: 30px;
    width: 30px;
  }
}

.home-facilities .center .category-container .category.active .icon.campus {
  background-image: url(../assets/facility/icons/school_active.svg);
}

.home-facilities .center .category-container .category.active .icon.students {
  background-image: url(../assets/facility/icons/students_active.svg);
}

.home-facilities .center .category-container .category.active .icon.amenities {
  background-image: url(../assets/facility/icons/amenities_active.svg);
}

.home-facilities .center .category-container .category.active .icon.welfare {
  background-image: url(../assets/facility/icons/welfare_active.svg);
}

.home-facilities .center .category-container .category .icon {
  height: 40px;
  width: 40px;
}

.home-facilities .center .category-container .category .icon.campus {
  background-image: url("../assets/facility/icons/school.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}

.home-facilities .center .category-container .category .icon.campus.active {
  background-image: url(../assets/facility/icons/school_active.svg);
}

.home-facilities .center .category-container .category .icon.students {
  background-image: url("../assets/facility/icons/students.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
}

.home-facilities .center .category-container .category .icon.students.active {
  background-image: url(../assets/facility/icons/students_active.svg);
}

.home-facilities .center .category-container .category .icon.amenities {
  background-image: url("../assets/facility/icons/amenities.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
}

.home-facilities .center .category-container .category .icon.amenities.active {
  background-image: url(../assets/facility/icons/amenities_active.svg);
}

.home-facilities .center .category-container .category .icon.welfare {
  background-image: url("../assets/facility/icons/welfare.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 85%;
}

.home-facilities .center .category-container .category .icon.welfare.active {
  background-image: url(../assets/facility/icons/welfare_active.svg);
}

.home-facilities .center .category-container .category .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: 400ms;
  transition: 400ms;
  word-break: keep-all;
}

@media only screen and (max-width: 750px) {
  .home-facilities .center .category-container .category .txt {
    font-size: 13px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 570px) {
  .home-facilities .center .category-container .category .txt {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .home-facilities .center .category-container .category .txt {
    font-size: 12px;
    line-height: 20px;
  }
}

.home-facilities .center .category-detail-main-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-facilities .center .category-detail-main-container .inner-container {
  width: 100%;
  min-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  left: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box {
  width: 100%;
  min-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 10px;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element {
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background-color: white;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 6px 2px rgba(51, 51, 51, 0.1);
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .icon {
  height: 35px;
  width: 35px;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .icon.computer {
  background-image: url("../assets/facility/icons/computer.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .icon.masjid {
  background-image: url("../assets/facility/icons/masjid.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .icon.smart {
  background-image: url("../assets/facility/icons/smart.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .icon.board {
  background-image: url("../assets/facility/icons/board.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .icon.seminar {
  background-image: url("../assets/facility/icons/seminar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .icon.canteen {
  background-image: url("../assets/facility/icons/canteen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .icon.ground {
  background-image: url("../assets/facility/icons/ground.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: rgba(51, 51, 51, 0.9);
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  .home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .txt {
    font-size: 13px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 570px) {
  .home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .txt {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .home-facilities .center .category-detail-main-container .inner-container .inner-box .left .element .txt {
    font-size: 12px;
    line-height: 20px;
  }
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .right .box {
  width: 100%;
  max-width: 480px;
  min-width: 350px;
  height: auto;
  max-height: 480px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

@media only screen and (max-width: 570px) {
  .home-facilities .center .category-detail-main-container .inner-container .inner-box .right .box {
    min-width: 290px;
  }
}

@media only screen and (max-width: 400px) {
  .home-facilities .center .category-detail-main-container .inner-container .inner-box .right .box {
    min-width: 220px;
  }
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .right .box img {
  height: 100%;
  width: 100%;
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
}

@-webkit-keyframes boxMove {
  0% {
    bottom: 0px;
    right: 0px;
  }
  25% {
    bottom: 0px;
    right: 22px;
  }
  50% {
    bottom: 22px;
    right: 22px;
  }
  75% {
    bottom: 22px;
    right: 0px;
  }
  100% {
    bottom: 1px;
    right: 0px;
  }
}

@keyframes boxMove {
  0% {
    bottom: 0px;
    right: 0px;
  }
  25% {
    bottom: 0px;
    right: 22px;
  }
  50% {
    bottom: 22px;
    right: 22px;
  }
  75% {
    bottom: 22px;
    right: 0px;
  }
  100% {
    bottom: 1px;
    right: 0px;
  }
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .right .box::after {
  content: "";
  position: absolute;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  border: 3px solid rgba(196, 167, 118, 0.75);
  border-radius: 5px;
  z-index: -1;
  bottom: 0px;
  right: 0px;
  -webkit-animation: boxMove 3s infinite;
          animation: boxMove 3s infinite;
}

@-webkit-keyframes boxMoveRight {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    top: 0px;
    left: 22px;
  }
  50% {
    left: 22px;
    top: 22px;
  }
  75% {
    top: 22px;
    left: 0px;
  }
  100% {
    top: 1px;
    left: 0px;
  }
}

@keyframes boxMoveRight {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    top: 0px;
    left: 22px;
  }
  50% {
    left: 22px;
    top: 22px;
  }
  75% {
    top: 22px;
    left: 0px;
  }
  100% {
    top: 1px;
    left: 0px;
  }
}

.home-facilities .center .category-detail-main-container .inner-container .inner-box .right .box::before {
  content: "";
  position: absolute;
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  border: 3px solid rgba(196, 167, 118, 0.75);
  border-radius: 5px;
  z-index: -1;
  left: 0px;
  top: 0px;
  -webkit-animation: boxMoveRight 3s infinite;
          animation: boxMoveRight 3s infinite;
}
/*# sourceMappingURL=facilities.css.map */