    /*
* ----------------------------------------------------------------------------------------
Author        : Rama Hardian Sidik
Template Name : Reypotret - Multipurpose Photographer Portfolio Bootstrap 5 Landing Page Template
Version       : 1.1
Filename      : main.css
* ----------------------------------------------------------------------------------------
  TABLE OF CONTENT
* ----------------------------------------------------------------------------------------
* 01.BASE CSS
    - loadder wrap 
* 02.HEADDER SECTION
* 03.HERO SECTION 
* 04.WHATIDO SECTION  
* 05.PORTFOLIO SECTION  
* 06.COUNTER SECTION  
* 07.TESTIMONIAL SECTION  
* 08.PRICE SECTION  
* 09.CONTACT SECTION  
* 10.FOOTER SECTION  
* ----------------------------------------------------------------------------------------
*/
    
    @import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Roboto:wght@300;400;600;900&display=swap');
    @import url(./vendor/bootstrap/bootstrap.css);
    @import url(./vendor/bootstrap/icon/bootstrap-icon.css);
    @import url(./vendor/fontawesome/fontawesome.css);
    @import url(./vendor/magnific/magnific.css);
    @import url(./vendor/owlcarousel/owl.carousel.min.css);
    @import url(./vendor/owlcarousel/owl.theme.default.min.css);
    /*
* ------------- ----------------------------------------------------------------------
* 01.BASE CSS
* ----------------------------------------------------------------------------------------
*/
    
    body {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 600;
        color: #070707;
        position: relative;
    }
    
    label {
        font-weight: 400;
    }
    
    input,
    textarea {
        padding: 10px;
        width: 100%;
        background-color: rgba(32, 33, 36, .1);
        border: 1px solid rgba(32, 33, 36, .3);
        border-radius: 3px;
    }
    
    .fixi {
        background-color: rgba(255, 255, 255, 1);
        box-shadow: 0 0px 10px 7px rgba(32, 33, 36, .1);
    }
    
    .rey-light-btn {
        border: 2px solid #fff;
        color: #fff;
        padding: 10px 40px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: 700;
        border-radius: 50px;
        transition: all .3s;
    }
    
    .rey-light-btn:hover {
        color: #070707;
        background-color: #fff;
    }
    
    .rey-btn {
        border: 2px solid #070707;
        padding: 10px 40px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 13px;
        font-weight: 700;
        border-radius: 50px;
        transition: all .3s;
    }
    
    .rey-btn:hover {
        color: #fff;
        background-color: #070707;
    }
    
    section {
        position: relative;
    }
    
    figure img {
        width: 100%;
    }
    
    p.description-p {
        font-weight: 400;
        line-height: 25px;
    }
    
    .title-big {
        position: relative;
    }
    
    .title-big h2 {
        font-weight: 900;
        font-size: 50px;
        position: absolute;
        letter-spacing: 3px;
        top: -10px;
        color: rgba(32, 33, 36, .1);
    }
    
    .title-big h3 {
        font-family: 'Cinzel', serif;
        letter-spacing: 3px;
        font-size: 30px;
        position: relative;
    }
    
    .owl-theme .owl-dots .owl-dot span {
        background: #070707;
    }
    
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: rgba(0, 0, 0, 0);
        border: 2px solid #070707;
    }
    
    .sosmed-vertical {
        position: absolute;
        right: 10px;
        top: 40%;
        width: 30px;
    }
    
    .sosmed-vertical a {
        display: inline-block;
        margin: 10px 0;
    }
    
    .sosmed-vertical a i {
        border: 1px solid #070707;
        border-radius: 50%;
        color: #070707;
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin: auto 3px;
        font-size: 15px;
        text-align: center;
        transition: all .3s;
    }
    
    .sosmed-vertical a:hover i {
        background: #070707;
        color: #fff;
    }
    
    .sosmed-horizontal {
        right: 10px;
        top: 40%;
        width: 100%;
    }
    
    .sosmed-horizontal a i {
        border: 1px solid #070707;
        border-radius: 50%;
        color: #070707;
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin: auto 3px;
        font-size: 15px;
        text-align: center;
        transition: all .3s;
    }
    
    .sosmed-horizontal a:hover i {
        background: #070707;
        color: #fff;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
    
    .gapsection {
        padding: 150px 0;
    }
    
    .gapsectionsecond {
        padding: 100px 0 30px;
    }
    
    .frame:before {
        position: absolute;
        content: '';
        width: 50px;
        height: 50px;
        top: 20px;
        left: 20px;
        border-top: 2px solid #070707;
        border-left: 2px solid #070707;
    }
    /*
* ----------------------------------------------------------------------------------------
* 01.BASE CSS
- loadder wrap 
* ----------------------------------------------------------------------------------------
*/
    
    .loading {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: #fff;
    }
    
    img.img-load {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 80px;
        transform: translate(-50%, -50%);
    }
    
    .progress {
        height: 3px;
        display: block;
        width: 30%;
        background-color: rgba(32, 33, 36, .1);
        border-radius: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .progress .line {
        background-color: #070707;
    }
    
    .progress .line:before {
        content: '';
        position: absolute;
        background-color: inherit;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        animation: line 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    }
    
    .progress .line:after {
        content: '';
        position: absolute;
        background-color: #070707;
        top: 0;
        left: 0;
        bottom: 0;
        will-change: left, right;
        animation: lines 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
        animation-delay: 1.15s;
    }
    
    @keyframes line {
        0% {
            left: -35%;
            right: 100%;
        }
        60% {
            left: 100%;
            right: -90%;
        }
        100% {
            left: 100%;
            right: -90%;
        }
    }
    
    @keyframes lines {
        0% {
            left: -200%;
            right: 100%;
        }
        60% {
            left: 107%;
            right: -8%;
        }
        100% {
            left: 107%;
            right: -8%;
        }
    }
    /*
* ----------------------------------------------------------------------------------------
* 02.HEADDER SECTION
* ----------------------------------------------------------------------------------------
*/
    
    .navbar .navbar-nav {
        margin-top: 0.5em;
        border-top: 1px solid #070707;
    }
    
    #navigationlist .navbar-nav li {
        position: relative;
    }
    
    #navigationlist .navbar-nav li.show>a {
        color: #070707;
        position: relative;
    }
    
    #navigationlist .navbar-nav li.show>a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        margin: -5px 0;
        background-color: white;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.4s ease-in-out 0s;
    }
    
    .navbar-nav li a {
        color: rgba(32, 33, 36, .5);
        transition: all .3s;
        position: relative;
    }
    
    .navbar-nav li a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        margin: -5px 0;
        background-color: #070707;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.4s ease-in-out 0s;
    }
    
    .navbar-nav li a:hover {
        color: #070707;
    }
    
    .navbar-nav li a:hover:after {
        visibility: visible;
        transform: scaleX(1);
        background: #070707;
    }
    
    .nav-link.active {
        color: #070707;
    }
    
    .nav-link.active:after {
        visibility: visible;
        transform: scaleX(1);
        background: #070707;
    }
    /*
* ----------------------------------------------------------------------------------------
* 03.HERO SECTION 
* ----------------------------------------------------------------------------------------
*/
    
    #home-section {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
    }
    
    .heroimgwrap {
        width: 100%;
        height: 100%;
    }
    
    .hero-about h5 {
        font-size: 30px;
        font-weight: 800;
    }
    
    .wrapinfohero {
        padding: 50px;
        background: rgba(32, 33, 36, .1);
    }
    
    .hero-about h1 {
        font-family: 'Cinzel', serif;
        font-size: 15px;
        white-space: nowrap;
    }
    
    .hero-about span.typed,
    .typed-cursor {
        font-family: 'Cinzel', serif;
        font-size: 30px;
        white-space: nowrap;
    }
    
    .pic-session {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden;
    }
    
    .pic-session img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        transition: all .3s;
        filter: brightness(1);
    }
    
    .indent {
        display: block;
        font-size: 13px;
        font-weight: 300;
        text-align: center;
    }
    
    .item-name {
        position: absolute;
        left: 50%;
        padding: 25px 15px 30px;
        width: 100%;
        text-align: center;
        background: rgba(32, 33, 36, .5);
        color: #fff;
        z-index: 2;
        top: 50%;
        transition: all .3s;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    
    .pic-session:hover img {
        filter: brightness(0.30) grayscale(1);
    }
    
    .pic-session:hover .item-name {
        background: rgba(32, 33, 36, 0);
    }
    
    .pic-session .item-name h3 {
        font-family: 'Cinzel', serif;
        font-size: 18px;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }
    
    .pic-session:hover .item-name h3 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    
    .pic-session .item-name p {
        font-size: 13px;
        color: #fff;
        font-weight: 300;
        line-height: 20px;
    }
    
    .pic-session .item-name p {
        display: none;
    }
    
    .pic-session:hover .item-name p {
        display: block;
    }
    /*
* ----------------------------------------------------------------------------------------
* 04.ABOUT SECTION
* ----------------------------------------------------------------------------------------
*/
    
    #about-section {
        background: rgba(32, 33, 36, .1);
        position: relative;
    }
    
    .blockabout {
        padding: 20px;
        background: white;
    }
    
    .blockabout-inner {
        padding: 30px;
        border: 1px solid rgba(32, 33, 36, .1);
    }
    /*
* ----------------------------------------------------------------------------------------
* 04.WHATIDO SECTION
* ----------------------------------------------------------------------------------------
*/
    
    .card-wrap {
        padding: 10px;
        margin: 10px 20px;
        border-radius: 5px;
        transition: all .3s;
        border: 2px solid transparent;
    }
    
    .card-wrap:hover {
        border: 2px solid rgba(32, 33, 36, .1);
    }
    
    .card-wrap i {
        font-size: 50px;
    }
    
    .inner-detail h3 {
        font-family: 'Cinzel', serif;
        font-weight: 600;
        font-size: 20px;
    }
    
    .inner-detail p {
        font-weight: 400;
        line-height: 20px;
        font-size: 13px;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    /*
* ----------------------------------------------------------------------------------------
* 05.PORTFOLIO SECTION  
* ----------------------------------------------------------------------------------------
*/
    
    .warp-filter .filter li {
        padding: 5px 20px;
        border-radius: 50px;
        cursor: pointer;
    }
    
    .warp-filter .filter li.active {
        background: rgba(32, 33, 36, .1);
    }
    
    .portfolio-wrapper {
        clear: both;
        display: block;
        overflow: hidden;
        width: 100%;
    }
    
    .portfolio-grid {
        width: 100%;
    }
    
    .portfolio-item figure {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }
    
    .portfolio-item figure:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        border-radius: 10px;
        height: 100%;
        background-color: rgba(32, 33, 36, 0);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    
    .portfolio-item figure .link-overlay {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 30px
    }
    
    .portfolio-item figure .link-overlay a {
        height: 100%;
        width: 100%;
        display: inline-block;
    }
    
    .portfolio-item figure .link-overlay a,
    .portfolio-item figure:before {
        display: block!important;
    }
    
    .portfolio-item figure:hover .link-overlay,
    .portfolio-item figure:hover:before {
        background-color: rgba(32, 33, 36, .5);
    }
    
    .portfolio-filter a,
    .portfolio-item figure,
    .portfolio-item figure .link-overlay a {
        position: relative!important;
    }
    
    .portfolio-item figure {
        margin: 0;
    }
    
    .portfolio-item figure span {
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 3px;
    }
    
    .portfolio-item figure h4 {
        font-family: 'Cinzel', serif;
        font-size: 18px;
    }
    
    .portfolio-item .figure-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 10px;
        width: 250px;
        color: #fff;
        transition: all .3s;
        opacity: 0;
        z-index: 1;
    }
    
    .portfolio-item figure:hover .figure-caption {
        opacity: 1;
    }
    /*
* ----------------------------------------------------------------------------------------
* 06.COUNTER SECTION  
* ----------------------------------------------------------------------------------------
*/
    
    #counter-section:after {
        content: '';
        background-color: rgba(32, 33, 36, .5);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
    }
    
    .count-wrap {
        position: relative;
        z-index: 3;
    }
    
    .counts i {
        display: block;
        font-size: 50px;
        margin: 0 0 20px;
    }
    
    .count-wrap h3 {
        color: #fff;
        font-weight: 600;
        font-size: 40px;
    }
    
    .count-wrap p {
        font-weight: 300;
        color: #fff;
    }
    /*
* ----------------------------------------------------------------------------------------
* 07.TESTIMONIAL SECTION  
* ----------------------------------------------------------------------------------------
*/
    
    .wrap-testimonials {
        padding: 100px;
        margin: 50px 0;
        background: rgba(32, 33, 36, .1);
    }
    
    .item-testi {
        padding: 100px 100px 10px;
    }
    
    #testimonial-slide .owl-dots {
        margin: 50px 0 0;
    }
    
    .custom-nav {
        position: absolute;
        top: 70%;
        left: 0;
        z-index: 1;
        right: 0;
    }
    
    .custom-nav .owl-prev,
    .custom-nav .owl-next {
        position: absolute;
        height: auto;
        color: inherit;
        background: #000;
        border: none;
        z-index: 100;
        border-radius: 100%;
        width: auto;
        padding: 20px;
    }
    
    .custom-nav .owl-prev i,
    .custom-nav .owl-next i {
        font-size: 20px;
        color: #fff;
    }
    
    .custom-nav .owl-prev {
        left: 10px;
    }
    
    .custom-nav .owl-next {
        right: 10px;
    }
    
    .wrap-comment {
        width: 70%;
        float: right;
    }
    
    .wrap-comment h4 {
        font-weight: 300;
        line-height: 30px;
        font-size: 20px;
    }
    
    .detail-user {
        width: 150px;
        height: 150px;
        float: left;
        overflow: hidden;
        border-radius: 100%;
    }
    
    .detail-user img {
        height: 150px;
        width: 150px;
        object-fit: cover;
    }
    
    .detail-client p:nth-child(1) {
        font-size: 18px;
    }
    
    .detail-client p:nth-child(2) {
        font-size: 13px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    /*
* ----------------------------------------------------------------------------------------
* 08.PRICE SECTION  
* ----------------------------------------------------------------------------------------
*/
    
    .price-innerdetail h5 {
        font-weight: 400;
        letter-spacing: 2px;
        font-size: 15px;
    }
    
    .price-innerdetail p {
        font-size: 50px;
    }
    
    .detail-pricing {
        border-bottom: 1px solid;
        padding: 30px 0 30px 0;
    }
    
    .detail-pricing .float-left {
        padding: 0 0 0 40px;
    }
    
    .detail-pricing .float-left i {
        position: absolute;
        left: 0;
        font-size: 20px;
    }
    
    .detail-pricing span {
        display: inline-block;
        position: relative;
        font-weight: 400;
    }
    
    .wrap-price {
        background: rgba(32, 33, 36, .1);
        padding: 50px 20px 50px;
        border-radius: 10px;
    }
    
    .center-wrap {
        background: #070707;
        color: #fff;
    }
    /*
* ----------------------------------------------------------------------------------------
* 09.CONTACT SECTION  
* ----------------------------------------------------------------------------------------
*/
    
    .wrap-detailcontact p {
        font-weight: 400;
        line-height: 25px;
    }
    
    .address-box h4 {
        font-weight: 500;
        font-size: 18px;
    }
    
    .address-box p {
        font-weight: 400;
        line-height: 25px;
        font-size: 15px;
    }
    
    .address-box a {
        color: #070707;
        text-decoration: none;
    }
    
    .formwrap {
        padding: 0 20px 30px;
        background: rgba(255, 255, 255, .8);
        border-radius: 5px;
        border: 1px solid rgba(32, 33, 36, .1);
    }
    
    textarea.comentarea {
        height: 200px;
    }
    
    button.submitbuton {
        width: 100%;
        border: 1px solid rgba(32, 33, 36, .3);
        padding: 10px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 5px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    /*
* ----------------------------------------------------------------------------------------
* 10.FOOTER SECTION  
* ----------------------------------------------------------------------------------------
*/
    
    #footer-section {
        background: #fff;
    }
    
    .footer-logowrap p {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
    }