@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100;0,200;0,300;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap');
@import url('bootstrap-select.min.css');

@import url(owl.css);
@import url(owl.theme.default.css);

@import url(../fonts/flaticon/flaticon.css);
/*** Price filter***/

=============================================
    Latest Projects Area style
=============================================
***/

@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 50px;
}
.sec-title.max-width{
    max-width: 650px;
    margin: -5px auto 0;
}
.sec-title.with-text{
    padding-bottom: 52px;    
}

.dropdown-menu ul li { border-bottom: 1px solid #efefef !important; }


.sec-title p{
    color: #572405;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
   font-family: 'Gantari', sans-serif;
}
.sec-title .title {
    position: relative;
    display: block;
    color: #27282c;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
   font-family: 'Gantari', sans-serif;
}
.sec-title .title.clr-white{
    color: #000;    
}
.sec-title .title span{
    font-weight: 400;
}
.sec-title .bottom-text{
    color: #cccccc;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-transform: none;
    margin: 13px 0 0;
    font-family: 'Rubik', sans-serif;
}


.latest-projects-area{
    position: relative;
    display: block;
    background: #fdb900;
    width: 100%;
    padding: 110px 60px 104px;
}
.latest-projects-v3{
    padding: 0;
}
.single-project-style3 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-project-style3 .img-holder img{
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.single-project-style3:hover .img-holder img {
    transform:scale(1.2) rotate(2deg);  
}
.single-project-style3 .overlay-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    transform: scaleX(0);
    border: 4px solid #572405;
    transition: all 700ms ease 100ms;
    z-index: 3;
}
.latest-projects-area {
  position: relative;
  display: block;
  background: #fdb900;
  width: 100%;
  padding: 20px 20px 20px 20px !important;
}
.single-project-style3:hover .overlay-content{
    transform: scaleY(1);
}
.single-project-style3 .overlay-content .inner-content{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style3 .overlay-content .inner-content .links-icons{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: scale(0);
    transition: all 700ms ease 500ms;
}
.single-project-style3:hover .overlay-content .inner-content .links-icons{
    transform: scale(1.0);    
}
.single-project-style3 .overlay-content .inner-content .links-icons a span:before{
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    transition: all 500ms ease;
}
.single-project-style3 .overlay-content .inner-content .links-icons a:hover span:before{
    color: #572405;    
}

.single-project-style3 .title-holder{
    position: relative;
    display: block;
    padding-top: 24px;
}
.single-project-style3 .title-holder span{
    color: #000;
}
.single-project-style3 .title-holder h3{
    color: #000;
    font-weight: 600;
    margin: 3px 0 0;
}

.project-carousel-v3.owl-carousel .owl-nav {
    position: absolute;
    top: -65px;
    display: block;
    left: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;

    margin: 0 auto;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    right: 0;
    display: inline-block;
    background: transparent;
    width: 55px;
    height: 55px;
    border: 2px solid #000;
    line-height: 54px;
    margin: 0;
    padding: 0;
     clear: both ;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
}
.project-carousel-v3.owl-carousel .owl-nav .owl-prev {
    right: 65px;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] i:before{
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.project-carousel-v3.owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"]:hover{
    border-color: #000;
}

