/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .projects-page {
    position: relative;
    display: block;
    padding: 90px 0 90px;
}
.project-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.project-three__img-box {
    position: relative;
    display: block;
    z-index: 1;
}
.project-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.project-three__arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}
.project-three__content {
    position: absolute;
    bottom: 50px;
    right: 40px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__arrow a {
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    color: var(--ambed-white, #ffffff);
}
.project-three__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 38px;
}
.project-three__title a {
    color: var(--ambed-white, #ffffff);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration:none;
}
.project-three__single:hover .project-three__img-box::before {
    height: 100%;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}
/*.project-three__img-box:before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    height: 0;*/
/*    left: 60px;*/
/*    background-color: var(--ambed-base, #cda274);*/
/*    content: "";*/
/*    width: 2px;*/
/*    -webkit-transition: all 500ms ease;*/
/*    transition: all 500ms ease;*/
/*    z-index: 2;*/
/*}*/
/*.project-three__img-box:after {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 58px;*/
/*    background-color: var(--ambed-base, #cda274);*/
/*    content: "";*/
/*    height: 2px;*/
/*    width: 0;*/
/*    -webkit-transition: all 700ms ease;*/
/*    transition: all 700ms ease;*/
/*    z-index: 2;*/
/*}*/
    .project-three__single:hover .project-three__content {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition-delay: 700ms;
        transition-delay: 700ms;
    }
    .gallery-page__single {
        position: relative;
        display: block;
        margin-bottom: 15px;
    }
    .gallery-page__img {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
    }
    .gallery-page__img img {
        width: 100%;
        aspect-ratio: 1 / 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 500ms ease;
        transition: -webkit-transform 500ms ease;
        transition: transform 500ms ease;
        transition: transform 500ms ease, -webkit-transform 500ms ease;
    }
    .gallery-page__icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2;
    }
    .gallery-page__icon a {
        height: 77px;
        width: 77px;
        background-color: var(--ambed-base, #cda274);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        font-size: 22px;
        color: var(--ambed-white, #ffffff);
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
        z-index: 2;
    }
    .gallery-page__img:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        content: "";
        background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.8);
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
        -webkit-transform: translateY(-102%);
        transform: translateY(-102%);
        z-index: 1;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-header-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }
    .page-header__inner {
        position: relative;
        display: block;
        text-align: center;
        z-index: 15;
    }
    .thm-breadcrumb {
        position: relative;
        display: block;
    }
    .page-header__inner h2 {
        font-size: 40px;
        color: var(--ambed-white, #ffffff);
        font-weight: 900;
        line-height: 50px;
        margin-top: 10px;
    }
    .thm-breadcrumb li {
        position: relative;
        display: inline-block;
        color: #c1b8b3;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .thm-breadcrumb li a {
        position: relative;
        display: inline-block;
        color: #c1b8b3;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        text-decoration:none;
    }
    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }
    .gallery-page {
        position: relative;
        display: block;
        padding: 90px 0 90px;
    }
    .gallery-page__single:hover .gallery-page__icon a {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    .gallery-page__icon a:hover {
        background-color: var(--ambed-white, #ffffff);
        color: var(--ambed-black, #3c3531);
    }
    .gallery-page__icon a {
        height: 50px;
        width: 50px;
        background-color: var(--ambed-base, #3a4678);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        font-size: 22px;
        color: var(--ambed-white, #ffffff);
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
        z-index: 2;
    }
    .gallery-page__single:hover .gallery-page__img:before {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
      }
      .gallery-page__single:hover .gallery-page__img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
      }
      .project-three__single:hover .project-three__img-box:after {
        width: 50%;
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
      }
      .project-three__single:hover .project-three__img:before {
        -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
        transform: perspective(400px) rotateX(0deg) scaleY(1);
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
        -webkit-transition-property: all;
        transition-property: all;
      }
      .project-three__single:hover .project-three__arrow {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
      }
      .project-three__single:hover .project-three__img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
      }
      .project-three__single:hover .project-three__img-box::before {
        height: 100%;
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
      }
      .project-three__img:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.9);
        -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-property: all;
        transition-property: all;
        z-index: 1;
      }


      #demo {
        height:100%;
        position:relative;
        overflow:hidden;
      }
      
      
      .green{
        background-color:#6fb936;
      }
              .thumb{
                  margin-bottom: 30px;
              }
              
              .page-top{
                  margin-top:85px;
              }
      
         
      img.zoom {
          width: 380px;
          height: 380px;
          object-fit:cover;
      }
              
          .modal-header {
         
           border-bottom: none;
      }
          .modal-title {
              color:#000;
          }
          .modal-footer{
            display:none;  
          }
      

    