@import url('https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap');

*{
    font-family: "Josefin Sans", sans-serif;
    /* transition: .5s all !important; */
}

h1,h2{
    font-family: "Josefin Slab", serif;
    font-weight: 500;
}

h1{
    font-size: 40px;
    font-weight: 500;
}

a{
    text-decoration: none;
}

:root{
    --primary: #357001;
    --secondary: #c9262b;
    /* --primary: #004953;
    --secondary: #BCB88A; */
}


/**** Navbar Start ****/

.navbar{
    z-index: 999999 !important; 
    width: 100%;
    transition: .5s ease-in-out;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


@font-face {
  font-family: 'quitador';
  src: url('/assets/font/OnlineWebFonts_COM_9ec6ae440fe155248c567860aebeccea/Quitador\ Sans\ Pro\ Bold\ Italic.ttf'),
}


/* .navbar-brand h1{
    font-family: 'quitador' !important;
    color: var(--secondary) !important;
    font-size: 55px;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-style: italic !important;
}

@media(max-width:768px){
    .navbar-brand h1{
        font-size: 25px;
        font-family: 'quitador' !important;
        color: var(--secondary) !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        font-style: italic !important;
    }
    .navbar-brand img{
        width: 15% !important;
    }
} */




@media(max-width:768px){
    .navbar-brand .star-imgs{
        width: 15% !important;
    }
    .navbar-brand .text-imgs{
        width: 250px !important;
    }
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
    font-family: 'Josefin Sans', sans-serif !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}


@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar-toggler{
    border: none !important;
    box-shadow: none !important;
}

.menu{
    font-size: 25px;
    /* color: white; */
}


/**** Navbar End ****/


/**** Slider Start ****/

.sliders .slide-carousel img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sliders .contet-bg{
    background-color: var(--secondary);
}

.sliders h1{
    font-size: 50px;
    font-weight: 500;
}

.sliders p{
    line-height: 30px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 15px;
}

@media(max-width:768px){
    .sliders h1{
        font-size: 40px;
    }
}

.slide-carousel .owl-dots{
    position: absolute;
    display: block;
    bottom: 0%;
    width: 100%;
    margin: 0 auto;
}
  
.owl-theme .owl-dots .owl-dot span{
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}
  
.owl-theme .owl-dots .owl-dot.active span {
    width: 17px;
    height: 17px;
    /* margin: 5px 7px; */
    background: transparent !important;
    border: 3px solid white !important;
    /* display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease; */
    border-radius: 30px;
}


/**** Slider End ****/




/**** Page Header Start ****/

.page-header{
    background-image: url(../imgs/sofa2.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    padding: 150px 60px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-color: #000e10ae;
    background-blend-mode: multiply;
}

.page-header ul li a{
    font-size: 20px;
}


/**** Page Header End ****/





/**** About Start ****/

.abt-imgs{
    position: relative;
}

/* .abt-imgs::after{
    position: absolute;
    content: "";
    top: -30px;
    bottom: 0px;
    left: 100px;
    right: 0px;
    height: 115%;
    width: 70%;
    border: 5px solid rgba(40, 40, 40, 0.652);
    z-index: -1;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.abt-imgs::before{
    position: absolute;
    content: "";
    top: -50px;
    bottom: 0px;
    left: 120px;
    right: 0px;
    height: 115%;
    width: 70%;
    border: 5px solid rgba(40, 40, 40, 0.652);
    z-index: -1;
    border-left-color: transparent;
    border-bottom-color: transparent;
} */


.abt-center-img img{
    position: absolute;
    content: "";
    top: 170px;
    bottom: 0px;
    left: 210px;
    right: 0px;
    height: 50%;
    border: 7px solid white;
}

@media(max-width:768px){
    .abt-center-img img{
        left: 170px;
        top: 110px;
    }
}

.abt-content{
    border-left: 3px double var(--primary);
}


/**** About End ****/





/**** Furniture Start ****/

.furniture{
    background-image: url(../imgs/page-title.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.furniture-carousel img{
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.furniture-carousel .cads{
    position: relative;
    overflow: hidden;
}


.furniture-carousel .cads .cads-info{
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.furniture-carousel .cads .cads-info-content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    transition: bottom 0.4s;
}

.furniture-carousel .cads .cads-info-content h4{
    color: white;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 18px;
}

.furniture-carousel .cads .line{
    height: 0px;
    width: 95px;
    border: 1px solid white;
}

.furniture-carousel .cads:hover .cads-info{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.furniture-carousel .cads:hover .cads-info-content{
    bottom: 60px;
    transition: bottom 0.4s;
}



/**** Furniture End ****/





/**** Profucts Start ****/


/* .products .furniture_item{
	position: relative;
	overflow: hidden;
    border-radius: 15px !important;
}

.products .furniture_item::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent, #0a0a0ad3);
    background-blend-mode: multiply;
}

.products .furniture_item img{
    height: 400px !important;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}

.products .furniture_item .furniture_details{
    position: absolute;
    content: "";
    bottom: 10%;
    left: 10%;
}

.products .furniture_item .furniture_details h5{
    color: #ffffff;
	margin-bottom: 15px;
}

.products .furniture_item:hover .furniture_details h5{
	margin-bottom: 30px;
}

.products .furniture_item:hover .furniture_details{
    bottom: 50px;
}

.products .furniture_item .furniture_details{
    position: absolute;
	left: 45px;
	right: 25px;
	bottom: -140px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

@media(max-width:768px){
    .products .furniture_item .furniture_details{
        bottom: -110px;
    }
} */


.products img{
    height: 600px;
    width: 100%;
    object-fit: cover;
    transition: .5s all ease-in-out;
}

.products img:hover{
    /* border: 5px solid white; */
    padding: 20px;
}


/**** Products End ****/






/**** Highlight Start ****/

.highlight .high-icon{
    font-size: 45px;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 50px;
}

.highlight .high-icons{
    font-size: 55px;
    color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 50px;
}

@media(max-width:768px){
    .highlight-box{
        text-align: center;
    }
}


/**** Highlight End ****/





/**** Gallery Start ****/

.gallery-item {
    overflow: hidden;
    border-right: 4px solid white;
    border-bottom: 4px solid white;
}
  
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}
  
.gallery .gallery-item:hover img {
    transform: scale(1.1);
}
  
.gallery-img{
    height: 450px;
    width: 100%;
    object-fit: cover;
    background-size: cover;
}
  
@media(max-width:768px){
    .gallery-img{
        height: 600px !important;
    }
}


/**** Gallery End ****/




/**** Contact Start ****/


.contact .contact-info{
    background-color: #f7f7f7;
}

.contact .contact-info .cont-icon{
    font-size: 30px;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 50px;
}

.contact input, textarea{
    border-radius: 0px !important;
    box-shadow: none !important;
}

.contact .btns{
    background-color: var(--primary);
    color: white;
    box-shadow: none !important;
    border-radius: 0px !important;
    transition: .5s all ease;
}

.contact .btns:hover{
    background-color: var(--secondary);
}


/**** Contact End ****/




/**** Footer Start ****/

.footer{
    background-color: #e2dfb5;
}

.footer h4{
    color: var(--primary) !important;
}

.footer p{
    font-weight: 500;
}

.footer .quick-links a i{
    color: rgb(0, 0, 0);
    font-size: 13px;
}

.footer .quick-links a{
    color: rgb(0, 0, 0);
    transition: .5s ease;
}

.footer .quick-links a:hover{
    color: rgb(99, 99, 99) !important;
    /* margin-left: 7px; */
    letter-spacing: 2px;
}

.footer .contact-details i{
    color: rgb(0, 0, 0);
    font-size: 13px;
}

.footer .contact-details span{
    color: rgb(0, 0, 0);
}

.footer .social-media i{
    font-size: 19px;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    padding: 13px;
    transition: .5s all ease;
}

.footer .social-media i:hover{
    background-color: var(--primary);
    border-color: var(--primary);
    color: white;
}

.footer .copyright a{
    color: rgb(0, 0, 0);
    transition: .5s all ease-in-out;
}

.footer .copyright a:hover{
    color: var(--primary);
}

/**** Footer End ****/




.whats img{
    filter: drop-shadow(4px 4px 3px #a0a0a0);
}