/*=============================================================
=============================== Main Content ==================
=============================================================*/
.hero__img {
  margin-top: -91px;
}
@media only screen and (max-width: 414px) {
  .hero__img {
    height: auto;
    width: 100%;
    margin: 0;
  }
}
.tag {
  height: 58px;
  display: table;
  font-size: 18px;
  padding: 0 30px;
  color: #595959;
  font-weight: 500;
  line-height: 57px;
  font-family: Rubik;
  border-radius: 29px;
  margin-bottom: 10px;
  /*background-color: #fcf4c7;*/
    background-color: #f3bc9e;
    background-color: #ffd0b7;
    background-color: #f2a27f;
    background-color: #f6be8f;
}
.section-divider {
  height: 50px;
  margin-top: 100px;
 /* background: -webkit-linear-gradient(#fffbed, #45add3);
  background:    -moz-linear-gradient(#fffbed, #45add3);
  background:         linear-gradient(#fffbed, #45add3);
  background: url(../images/project-section-divider.png) no-repeat;*/
  background-size: 100% 100%;
}
.section-subheader {
  margin-top: 25px;
}
.portfolio-description {
  max-width: 80%;
}
@media only screen and (max-width: 1000px) {
  .portfolio-description {
    max-width: 100%;
  }
}
/* accordian*/
.accordion {
  max-height: 115px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  padding: 20px 20px 35px;
  background-color: #ffffff;
  transition: 2s;
  animation-timing-function: ease-out;
}
.accordion.active {
  max-height: 6000px;
  background-color: #f9ede4; /* brighter, more yellow */
  background-color: #efe7e4; /* softer, more orange */
}
.accordion__content {
  margin-top: 70px;
  margin-bottom: 100px;
}
.accordion__title {
  color: #595959;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  font-family: Rubik;
  transition: .5s;
}
.accordion__title:hover {
  color: #e75752;
}

.ui.button.accordion__expand-button {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  border-radius: 50%;
  padding: 20px !important;
  transform: translateX(-50%);
  background-color: #e75752;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.ui.button.accordion__expand-button:hover {
  background-color: #e75752;
}
.ui.button.accordion__expand-button:active {
  background-color: #ffa9a6;
}
.accordion.active .accordion__expand-button {
bottom: 30px;
}
.arrow-expand {
  width: 18px;
}
.accordion.active .arrow-expand {
  transform: rotate(180deg);
}

.accordion__content__img-btn {
  position: absolute;
  bottom: 35px;
  right: 35px;
  height: 60px;
  width: 60px;
  border-radius: 50px;
  background: url(../images/carousel/nav-enlarge@3x.png);
  background-size: contain !important;
  transition: 0.5s;
}
.accordion__content__img-btn:hover {
  background: url(../images/carousel/nav-enlarge-hover@3x.png);
}
.accordion__content__img-btn:active {
  background: url(../images/carousel/nav-enlarge-press@3x.png);
}

/* model to show images large*/

.detail-container{
  margin-top: 70px;
}
.detail-container p,
.detail-container h3 {
  font-size: 1.3em;
  line-height: 1.3em;
  padding: 0 1em;
}
.detail-container img {
  
}


.ui.modal > .content {
  padding: 0 !important;
}
.ui.modal .actions {
  position: absolute;
  top: 40px;
  right: 40px;
}
.ui.modal > .content img {
  margin-bottom: -10px;
}
.ui.button.close-btn {
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 20px;
  padding: 20px 23px;
  border-radius: 50px;
  background: url(../images/nav-close@3x.png) center no-repeat #e75752;
  background-size: 16px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 414px) {
  .accordion__content__img-btn {
    width: 30px;
    height: 30px;
    bottom: 28px;
    right: 25px;
  }
  .ui.modal .actions {
    top: 20px;
    right: 20px;
  }
  .ui.button.close-btn {
    width: 30px;
    height: 30px;
    padding: 10px 13px;
    background-size: 10px;
  }
}
/* carousel  */
.owl-carousel {
  z-index: 0 !important;
}
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.owl-carousel .accordion__content__img-btn {
  right: 20px;
  bottom: 20px;
}
.owl-prev,
.owl-next {
  width: 60px;
  height: 60px;
  outline: none;
  margin: 0 -15px;
  border-radius: 50px;
}
.nav__left,
.nav__right {
  width: inherit;
  height: inherit;
  background-size: contain !important;
  transition: 0.5s;
}
.nav__left {
  background: url(../images/carousel/nav-toggleLeft@3x.png);
}
.nav__right {
  background: url(../images/carousel/nav-toggleRight@3x.png);
}
/* hover*/
.nav__left:hover {
  background: url(../images/carousel/nav-toggleLeft-hover@3x.png);
}
.nav__right:hover {
  background: url(../images/carousel/nav-toggleRight-hover@3x.png);
}

/* press*/
.nav__left:active {
  background: url(../images/carousel/nav-toggleLeft-press@3x.png);
}
.nav__right:active {
  background: url(../images/carousel/nav-toggleRight-press@3x.png);
}
.owl-dots {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: -20px;
  justify-content: center;
}
.owl-dot {
  width: 10px;
  height: 10px;
  outline: none;
  margin: 0 5px;
}
.owl-dot span {
  display: block;
  width: inherit;
  height: inherit;
  background: url(../images/carousel/carousel-dot-off@3x.png);
  background-size: contain !important;
}
.owl-dot.active span {
  background: url(../images/carousel/carousel-dot-on@3x.png);
}

@media only screen and (max-width: 414px) {
  .owl-prev,
  .owl-next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
  .owl-carousel .accordion__content__img-btn {
    right: 10px;
    bottom: 10px;
  }
}
.sectionheader-shadow {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3), 0 4px 12px 0 rgba(0, 0, 0, .2), 0 12px 36px 0 rgba(0, 0, 0, .2);
}
.accordion__content img {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15), 0 4px 12px 0 rgba(0, 0, 0, .3);
}
