@import url("fontFamily/Inter/Inter-VariableFont_slnt\,wght.ttf");

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

@media only screen and (min-height: 100px) {
  /* For mobile phones: */
  .top {
    display: none;
  }
}

.fixed-nav {
  height: fit-content;
  display: block;
  position: fixed;
  width: 100%;
  background: #313538ad;
  z-index: 50;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.12);
}

.top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  margin-right: var(--space);
  margin-bottom: var(--space);
}

.layout_padding {
  padding: 75px 0 0 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-company {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.box-unlimited {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -60px;
  width: 100%;
}

.unlimited-logo {
  position: absolute;
  width: 20%;
  margin-left: 40%;
}

.unlimited-core {
  height: 20vw;
}

.img-core {
  width: 100%;
}

.hero_area {
  height: 90vh;
  /* background-image: url(../images/marvin-meyer-hero.jpg); */
  background-image: url(../images/main-rotation.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
  /* background-attachment: fixed; */
}

.hero_area.custom_page-height {
  height: 86px;
}

.hero_area.custom_page-height::after {
  display: none;
}

.hero_area::after {
  position: absolute;
  content: "";
  background-image: url(../images/blue-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 42%;
  height: 70px;
  top: 98.5%;
  right: -14%;
  /* z-index: -1; */
}

/*header section*/

.social-media-button {
  position: fixed;
  z-index: 3;
}

.social-media-button:nth-child(5) {
  top: 10vw;
  right: 2.5vh;
}

.social-media-button:nth-child(4) {
  top: 25vw;
  right: 2.5vh;
}

.social-media-button:nth-child(3) {
  top: 20vw;
  right: 2.5vh;
}

.social-media-button:nth-child(2) {
  top: 15vw;
  right: 2.5vh;
}

.social-media-button:nth-child(1) {
  top: 10vw;
  right: 2.5vh;
}

.social-media-button img {
  height: 3vw;
}

.client {
  height: 23vw;
}

/* .logo-box {
  padding-top: 5px;
} */

.logo-box span {
  font-size: 22px;
  font-weight: bold;
  color: #0a0057;
  font-family: "Roboto", sans-serif;
}

.header_section .header_container {
  display: flex;
  justify-content: space-between;
}

.header_top {
  display: flex;
  justify-content: flex-end;
  padding-top: 7px;
}

.header_top img {
  margin-right: 5px;
}

.header_top-social {
  display: flex;
}

.header_top-contact {
  display: flex;
  margin-right: 20%;
}

.header_top-contact a,
.header_top-contact a:hover {
  display: flex;
  color: #c3c3c5;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  -webkit-text-stroke: 0.1px #479df4;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.heading_style {
  border-left: 12px solid #66cbdf;
  font-size: 40px;
  padding-left: 3px;
  font-weight: lighter;
  color: #0a0057;
}

.heading_style2 {
  /* border-left: 12px solid #5ACBF0; */
  font-size: 40px;
  padding-left: 3px;
  font-weight: lighter;
  color: #0a0057;
}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 48px;
}

/*end header section*/

/* slider section */
.slider_section {
  position: relative;
}

.slider_form-box form {
  display: flex;
}

.slider_form-box form .search_input {
  position: relative;
}

.slider_form-box form .search_input input {
  width: 250px;
  height: 45px;
  outline: none;
  border: none;
  background-color: #f7f6fd;
  padding-left: 10%;
}

.slider_form-box form .search_input img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}

.slider_form-box form button {
  border: none;
  background-color: #66cbdf;
  color: #fff;
  padding: 10px 25px;
}

.slider_section .slider_item-container.col-md-6 {
  padding: 0;
}

.slider_item-detail h1 {
  font-weight: bold;
  margin: 50vh 0 0 0;
  color: #fff;
}

.slider_item-detail p.hastag {
  font-weight: bold;
  margin: 80vh 0 0 0;
  color: #fff;
  text-align: end;
}

.slider_item-detail p {
  color: #fff;
}

.read-btn,
.quote-btn,
.read-btn:hover,
.quote-btn:hover {
  padding: 15px 20px;

  color: #fff;
}

.read-btn {
  background-color: #66cbdf;
}

.quote-btn {
  background-color: #0a0057;
}

.read-btn img,
.quote-btn img {
  margin-left: 5px;
  width: 20px;
}

.slider_section .carousel-indicators {
  position: absolute;
  top: 50%;
  left: -10%;
  bottom: auto;
  right: auto;
  flex-direction: column;
  transform: translateY(-50%);
}

.slider_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #66cbdf;
  background-clip: padding-box;
  margin: 3px;
  border: none;
  opacity: 1;
  border-radius: 100%;
  transition: background-color 0.6s;
}

.slider_section .carousel-indicators .active {
  background-color: #fff;
}

/* end slider section */

/* market section */
.market_section {
  padding-top: 50px;
  position: relative;
}

.market_section .col-md-6 {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.market_detail-container {
  position: relative;
  width: 100%;
}

.market_detail-container::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #02caf0;
  z-index: -1;
}

.market_detail-box {
  padding: 25px 50px;
  padding-right: 0;
}

.market_detail-box h3,
.market_detail-box p {
  text-align: right;
}

.market_detail-box h3 {
  color: #fff;
  font-weight: normal;
}

.market_detail-box p {
  margin: 20px 0;
}

.market-btn img {
  margin: 0;
  margin-right: 5px;
  transform: rotate(180deg);
}

.market_img-box {
  position: relative;
  width: 100%;
}

.market_img-box::before {
  content: "";
  width: 18%;
  height: 10%;
  background-color: #02caf0;
  position: absolute;
  right: 0;
  bottom: 25%;
}

.market_img-box::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 10%;
  right: 0;
  bottom: 25%;
  background-size: 20px;
  background-position: 15px;
  background-repeat: no-repeat;
}

/* end market section */

/* about section */
.about_section {
  padding-top: 100px;
  position: relative;
}

a.business-core:hover {
  opacity: 0.7;
}

.about_section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  height: 120px;
  transform: translateY(-50%);
  background-image: url(../images/circle-bg.jpg);
  background-size: cover;
}

.about_section .col-md-6 {
  padding: 0;
  display: inline-block;
  justify-content: center;
  align-items: center;
}

.about_detail-container {
  position: relative;
  background-color: #02caf0;
  border-radius: 10px;
}

.about_detail-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.about_detail-container-misi {
  position: relative;
  background-color: #02caf0;
  border-radius: 0 5px 200px;
}

.about_detail-container-misi::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.about_detail-box,
.about_detail-box-left {
  padding: 25px 50px;
  padding-right: 0;
}

.about_detail-misi {
  padding: 5px 25px 20px;
  padding-right: 0;
}

.about_detail-box-left h3,
.about_detail-box-left p {
  text-align: left;
}

.about_detail-box h3,
.about_detail-box p {
  text-align: right;
}

.about_detail-box .misi,
.about_detail-box .text-misi {
  text-align: left;
}

.about_detail-box.col-md-1 img {
  width: 60%;
  position: absolute;
  margin: -50px -20px -30px;
}

.about_detail-box-left h3 {
  color: #fff;
  font-weight: normal;
}

.about_detail-box h3 {
  color: #fff;
  font-weight: normal;
}

.about_detail-box p,
.about_detail-box-left p {
  margin: 20px 0;
}

.about_detail-box-img img {
  width: inherit;
}

.about-btn img {
  margin: 0;
  margin-right: 5px;
  transform: rotate(180deg);
}

.about_img-box {
  position: relative;
}

.about_img-box::before {
  content: "";
  width: 18%;
  height: 10%;
  background-color: #02caf0;
  position: absolute;
  right: 0;
  bottom: 25%;
}

.about_img-box::after {
  content: "";
  position: absolute;
  width: 18%;
  height: 10%;
  right: 0;
  bottom: 25%;
  background-image: url(../images/white-next.png);
  background-size: 20px;
  background-position: 15px;
  background-repeat: no-repeat;
}

/* end about section */

.mini-image {
  text-align: center;
  vertical-align: top;
}

.img-size {
  height: 10vw;
}

/* service section */
.service_img-box {
  position: relative;
}

.service_img-box h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
  padding: 10px 15px;
  padding-right: 35px;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.s-b-1 h3 {
  background-image: url(../images/hbg.png);
}

.s-b-2 h3 {
  background-image: url(../images/hbg-2.png);
}

.s-b-3 h3 {
  background-image: url(../images/hbg-3.png);
}

.service_img-box img {
  width: 100%;
}

.service-btn,
.service-btn:hover {
  padding: 7px 12px;
  background-color: #0a0057;
  color: #fff;
}

/* service section */

/* shop section */

.shop_section .row {
  margin-top: 100px;
  background-color: #0a0057;
}

.shop-detail {
  padding: 50px;
}

.shop-detail h5 {
  color: #66cbdf;
  font-size: 22px;
}

.shop-detail-rent {
  padding: 50px;
}

.shop-detail-rent h5 {
  color: #66cbdf;
  font-size: 22px;
}

.shop-detail-rent p {
  color: #0a0057;
}

.shop-detail p {
  color: #fff;
}

.shop_img-box-rent {
  position: relative;
  margin-top: 100px;
}

.shop_img-box {
  position: relative;
  margin-top: -50px;
  margin-left: -50px;
  /* margin-bottom: 50px; */
}

/* end shop section */

/* client section */
.client_section {
  padding-bottom: 125px;
}

.client_box {
  position: relative;
  margin-top: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.c-b-1 {
  background-image: url(../images/client1-bg.png);
}

.c-b-2 {
  background-image: url(../images/client2-bg.png);
}

.client_detail {
  padding: 20px 30px;
  padding-left: 50px;
}

.client_detail h5 {
  padding-left: 20%;
  color: #66cbdf;
}

.client_detail p {
  padding-top: 20px;
  color: #fff;
}

.client_box .client_img {
  position: absolute;
  top: -40%;
}

.client_section .carousel-indicators {
  position: absolute;
  top: 115%;
  left: 33%;
  bottom: auto;
  right: auto;
}

.client_section .carousel-indicators li {
  width: 21px;
  height: 10px;
  background-color: #0a0057;
  background-clip: padding-box;
  margin: 0;
  border: none;
  opacity: 1;
  transition: background-color 0.6s;
}

.client_section .carousel-indicators .active {
  background-color: #66cbdf;
}

/* end client section */

/* company section */
.company_section {
  background-color: #66cbdf;
}

.company_section.layout_padding2 {
  margin-bottom: 10mm;
  margin-top: 150px;
}

.company_section.layout_padding2-company {
  margin-bottom: 10mm;
  margin-top: 150px;
}

.company_section_point {
  /* background-color: #f9f9f9; */
}

.company_section_point.layout_padding2 {
  margin-bottom: 10mm;
  margin-top: 150px;
}

.company_section_point.layout_padding2-company {
  margin-bottom: 10mm;
  margin-top: 150px;
}

.company-detail h2 {
  color: #060000;
  font-weight: bold;
}

.company-detail p {
  color: #000;
  width: 85%;
}

/* end company section */

/* contact_section */

.map {
  height: 25vw;
}

.contact_section .col-md-6 {
  padding: 0;
}

.contact_form-container {
  padding: 60px;
  background-color: #66cbdf;
  position: relative;
}

.contact_form-container form {
  width: 100%;
}

.contact_form-container form input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;

  background-color: #fcfcfc;
  margin: 10px 0;
}

.message_input {
  height: 100px;
}

.contact_form-container button {
  border: none;
  display: inline-block;
  padding: 8px 40px;
  background-color: #0a0057;
  color: #fff;

  margin-top: 20px;
}

.contact_form-container::before {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #66cbdf;
  position: absolute;
  /* right: 0; */
  /* bottom: 25%; */
  left: -50px;
  top: 15%;
}

/* end contact_section */

/* info section */
.info_section {
  padding-top: 150px;
  padding-bottom: 1px;
  color: #fff;
  background-image: url(../images/info-bg.png);
  background-size: 100% 101%;

  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
}

.info_section h5 {
  font-size: 22px;
}

.info_section a,
.info_section a:hover {
  color: #fff;
}

.info_logo .logo-box {
  padding-top: 0;
  margin-top: -10px;
}

.info_logo .logo-box img {
  width: 50%;
}

.info_logo .logo-box span {
  color: #fff;
}

.info_section .col-md-4 {
  padding: 0 30px;
}

.info_news {
  padding-right: 8%;
}

.info_news input {
  border: none;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  background-color: #fff;
  outline: none;
  padding-left: 20px;
}

.info_news button {
  border: none;
  background-color: #66cbdf;
  color: #fff;
  padding: 7px 12px;
  margin-top: 10px;
}

.box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.info_nav nav {
  width: 70%;
  margin: 0 auto;
}

.info_nav ul {
  display: flex;
  flex-direction: column;
}

.info_nav ul li {
  list-style-type: none;
}

.info_nav ul li a {
  color: #fff;
}

.info_social {
  display: flex;
  justify-content: center;
  width: 150px;
}

.info_social a img {
  width: 30px;
}

/* end info section */
/* footer section*/

.footer_section {
  background-color: #495057;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fff;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fff;
}

/* end footer section*/

/* business core */

.post {
  display: flex;
  text-decoration: none;
  color: inherit;
  max-width: 400px;
  position: relative;
  padding: 2rem;
  /* box-shadow: inset 0 0 0 4px #000, inset -4px -4px 0 6px #CCC; */
  box-shadow: inset 0 4px #5acbf0, inset 0 6px #ccc;
  background-color: #fff;
  cursor: pointer;

  &:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #5acbf0;
    transform-origin: 0 bottom 0;
    transform: scaleY(0);
    transition: 0.4s ease-out;
  }

  &:hover {
    .post-title {
      color: #fff;
    }

    &:before {
      transform: scaleY(1);
    }
  }
}

.post-title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.333;
  transition: 0.4s ease-out;
  height: 15vh;
}

/* end business core */

/* carousel style */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.bbb_background {
  background-color: #e0e0e0 !important;
}

.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fill_height {
  height: 100%;
}

.super_container {
  width: 100%;
  overflow: hidden;
}

.prlx_parent {
  overflow: hidden;
}

.prlx {
  height: 130% !important;
}

.nopadding {
  padding: 0px !important;
}

.trends {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bbb_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(203, 225, 238, 0.3);
}

.bbb_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bbb_container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 40px;
}

.bbb_title {
  padding-right: 50px;
}

.bbb_text {
  margin-top: 17px;
}

.bbb_text p:last-child {
  margin-bottom: 0px;
}

.bbb_slider_nav {
  margin-top: 27px;
}

.bbb_nav {
  display: inline-block;
  width: 36px;
  height: 36px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  margin-right: 16px;
  background-color: #2d8ce4;
}

.bbb_nav:last-child {
  margin-right: 0px;
}

.bbb_nav i {
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.bbb_nav:hover i {
  color: #474747;
}

.bbb_item {
  background: #ffffff;
  border-radius: 20px;
  padding: 25px;
}

.bbb_image {
  width: 100%;
  height: 212px;
}

.bbb_image img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 30vh;
}

.bbb_category a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.bbb_category a:hover {
  color: #0e8ce4;
}

.bbb_content {
  margin-top: 24px;
}

.bbb_name {
  float: left;
  overflow: hidden;
  width: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.bbb_name a {
  font-size: 16px;
  color: #000000;
}

.bbb_name a:hover {
  color: #0e8ce4;
}

.bbb_price {
  font-size: 16px;
  font-weight: 500;
  float: right;
  position: relative;
  z-index: 10;
}

.bbb_fav {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  background: #ffffff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.bbb_fav.active {
  visibility: visible;
  opacity: 1;
}

.bbb_fav:hover {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.bbb_item:hover .bbb_fav {
  visibility: visible;
  opacity: 1;
  top: 18px;
}

.bbb_fav i {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #cccccc;
  line-height: 36px;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.bbb_fav.active i {
  color: red;
}

.bbb_item:hover .bbb_fav {
  visibility: visible;
  opacity: 1;
}

.bbb_marks {
  position: absolute;
  left: 18px;
  top: 18px;
}

.bbb_mark {
  display: none;
  width: 36px;
  height: 36px;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
}

.bbb_discount {
  background: #df3b3b;
}

.bbb_item.discount .bbb_discount,
.bbb_item.is_new .bbb_new {
  display: block;
}

.bbb_new {
  background: #0e8ce4;
}

@media only screen and (max-width: 991px) {
  .bbb_slider_container {
    margin-top: 15px;
  }
}

/* --------------------------------------------------------------
# Modal promotion
---------------------------------------------------------------*/
button.close {
  position: absolute;
  margin-left: 97%;
}

img.banner-promotion {
  width: 100%;
  border-radius: 1%;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  /* padding-top: 20px; */
  margin-top: 15vh;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #479ef4;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #479ef4;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  height: 20vh;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc451;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* unlimited core */

.owl-carousel.owl-drag .owl-item {
  cursor: grab;
}

.image-whatsapp {
  display: none;
}

.image-whatsapp-main {
  position: fixed;
  right: 15px;
  bottom: 25px;
  z-index: 3;
}

.image-facebook-main {
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 3;
}

.image-linkind-main {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 3;
}

#dokumentasi-mpi .carousel-indicators li {
  background-color: #02caf0;
}

i.no-display-im {
  cursor: pointer;
}
