.portfolio_area .container {
  max-width: 115rem;
}
.portfolio_area .sec_title_wrap {
  padding-top: 12rem;
  padding-bottom: 10rem;
}
.portfolio_area .sec_title_wrap .sec_title {
  color: #00FF66;
  font-family: 'Inter';
}
.portfolio_area .sec_title_wrap .cs_pagination {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: #979797;
}
.portfolio_area .sec_title_wrap .cs_pagination a {
  color: #979797;
}
.portfolio_area .sec_title_wrap .cs_pagination a:hover {
  color: #00FF66;
}
.portfolio_area .sec_title_wrap .cs_pagination span {
  color: #fff;
}
.portfolio_area .portfolio_inner .portfolio_tab {
  display: flex;
  gap: 1rem;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 4rem;
}
.portfolio_area .portfolio_inner .portfolio_tab li {
  cursor: pointer;
  padding: 0.7rem 1.5rem;
  border: 1px solid transparent;
}
.portfolio_area .portfolio_inner .portfolio_tab li:hover {
  border-radius: 4rem;
  border-color: #fff;
}
.portfolio_area .portfolio_inner .portfolio_tab li.active {
  color: #00FF66;
}
.portfolio_area .portfolio_inner .portfolio_data {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0.6rem;
}
.portfolio_area .portfolio_inner .portfolio_data .loader {
  display: none;
  width: 100%;
  aspect-ratio: 2 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222222;
  border-radius: 1rem;
}
.portfolio_area .portfolio_inner .portfolio_data .loader.active {
  display: flex;
}
.portfolio_area .portfolio_inner .portfolio_data .spiner_loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.portfolio_area .portfolio_inner .portfolio_data .portfolio_box {
  max-width: 50%;
  width: 45%;
  flex-grow: 1;
  background: #000000;
}
.portfolio_area .portfolio_inner .portfolio_data .portfolio_box a {
  display: inline-block;
}
.portfolio_area .portfolio_inner .portfolio_data .portfolio_box img {
  max-width: 100%;
  aspect-ratio: 1.334 / 1;
  object-fit: cover;
}
.portfolio_area .portfolio_inner .portfolio_data .portfolio_box .info_box {
  text-align: center;
  padding: 3rem 1.2rem;
  font-family: 'Inter';
}
.portfolio_area .portfolio_inner .portfolio_data .portfolio_box .info_box h4 {
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
}
.portfolio_area .portfolio_inner .portfolio_data .portfolio_box .info_box h5 {
  color: #A9A9A9;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.portfolio_pagination .pagination {
  margin-top: 5rem !important;
}
.portfolio_pagination .pagination .page-item .page-link {
  background: #222222;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.6rem 1.5rem;
}
.portfolio_pagination .pagination .page-item.active .page-link, .portfolio_pagination .pagination .page-item:hover .page-link {
  border-color: #00FF66;
  background: #00FF66;
  color: #000;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.single_view .sec_title {
  color: #fff !important;
  font-size: 4.5rem;
}
.single_view .portfolio_details .img_wrap {
  margin-bottom: 4rem;
}
.single_view .portfolio_details .img_wrap img {
  width: 100%;
}

/*=====  End of Pricing Section comment block  ======*/
/*=============================================
=            Schedule Section comment block            =
=============================================*/
.schedule_area {
  padding-top: 12rem;
  padding-bottom: 10rem;
}
.schedule_area .schedule_container {
  max-width: 115rem;
}
.schedule_area .schedule_wrapper {
  padding: 5rem;
  background: rgba(26, 26, 26, 0.01);
  border-radius: 0.8rem;
  backdrop-filter: blur(40px);
  box-shadow: 0px 5px 12px 0px rgba(34, 34, 34, 0.25) inset;
  position: relative;
  overflow: hidden;
  font-family: 'Inter';
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.schedule_area .schedule_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  border-radius: 0.8rem;
  box-sizing: border-box;
  padding: 1px;
  background: conic-gradient(from 280deg at 50.07% 50.18%, #2684FC -57.32deg, #E94235 28.03deg, #E94235 55.5deg, #FFBA00 98.57deg, #00832D 197.78deg, #00AC47 239.94deg, #0066DA 274.72deg, #2684FC 302.68deg, #E94235 388.03deg);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}
.schedule_area .schedule_wrapper h4 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}
.schedule_area .schedule_wrapper h2 {
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
  font-size: 4.5rem;
}
.schedule_area .schedule_wrapper .google_meet {
  max-width: 3.6rem;
}
.schedule_area .schedule_wrapper .schedule_btn {
  border: none;
  border-radius: 7rem;
  background: #FFBA00;
  color: #141414;
  padding: 1.8rem 6rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  margin-top: 2.4rem;
}
.schedule_area .schedule_wrapper .schedule_btn:hover {
  background: var(--green);
}
.schedule_area .schedule_wrapper .schedule_btn img {
  width: 1.8rem;
}

/*=====  End of Schedule Section comment block  ======*/

/*# sourceMappingURL=portfolio.css.map */
