/*==================================
* Author        : "ThemeSine"
* Template Name :  Browny  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Poppins', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header
3.  Welcome-hero
4.  About me 
5.  Education
6.  Skill
7.  Experience
8.  Profiles
9.  Portfolio
10. Clients
11. Contact

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: #202a4d;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #202a4d;
	font-size:16px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#43485c;
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}

h7 {
    margin: 0;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
	margin: 0;
	color:#ffffff;
	font-family: 'Poppins', sans-serif;
}

p {
	margin: 0;
	line-height:1.8;
	color:#43485c;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{
    height: 100%;
	position: relative;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.fix{position: relative;clear: both;}
/*=============Style css=========*/

/*-------------------------------------
        2. Header
--------------------------------------*/
.top-area {
    position: relative;
    z-index: 9999;
}
@media (min-width: 1024px){}
nav.navbar.bootsnav.no-background {
    background-color: #fff;
    border: none;
}

nav.navbar.bootsnav {
    background-color: #fff;
    border-bottom: transparent;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding: 33px 0px 57px;
    text-transform: uppercase;
}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
    font-weight: 400;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 35px 20px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus,nav.navbar.bootsnav ul.nav > li.active>a{color: #81512b;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.sticky-wrapper.is-sticky nav.navbar.bootsnav ul.nav > li > a {color:#81512b;}

/*.nav li*/



/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #fff;
}
/*.menu-ui-design*/



/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #000000;}
/*.navbar-toggle */



/*-------------------------------------
        3.  Home
--------------------------------------*/
.welcome-hero{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    background:url(../images/about/banner.jpg)no-repeat;
    background-size:cover;
    background-position: center;
    height:890px;
}
.welcome-hero:before{
    position:absolute;
    content: " ";
    top:0;
    left:0;
    background:rgba(31,44,108,.0);
    width:100%;
    height:100%;
}

/*.header-text-area*/
.header-text h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    padding-top: 40px;
}
.header-text h2 span {color: #fff;}
.header-text p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 00px 0 60px;
    letter-spacing: 1px;
}
.header-text a {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-transform: capitalize;
    color: #fff;
    background: #0a0b2b;
    border:1px solid #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.header-text a:hover{ box-shadow: 0 5px 20px rgba(0,0,0,.4);background:#9f00ff;border: 1px solid #9f00ff;}
/*.header-text-area*/

/*-------------------------------------
        4.  About
--------------------------------------*/
.about {
    padding: 50px 0 50px;
    border-top: 1px solid #e5ebf2;
}
.about-content {padding-top: 50px;
padding-bottom: 50px;}
/*.single-about-txt*/
.single-about-txt h3 {
    font-size:18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1.8;
}
.single-about-txt p {
    font-size: 16px;
    color: #999fb3;
    padding: 35px 0 43px;
    border-bottom: 1px solid #999fb3;
}
.single-about-add-info {
    margin: 35px 0;
}
.single-about-add-info h3 {
    color: #636a82;
    font-size: 16px;
    text-transform: capitalize;
}
.single-about-add-info p {font-weight:  300;border:  0;padding: 0;margin-top: 3px;}
/*.single-about-txt*/

/*.single-about-img */
.single-about-img{position: absolute;box-shadow: 0 5px 20px rgba(14,25,80,0);}
.single-about-img:before {
    position:  absolute;
    content: " ";
    top: 0;
    left:  0;
    width: 100%;
    height:  100%;
    background: rgba(31,44,108,0);
}
.single-about-img img {
    max-width: 500px;
    
    max-height: 486px;
    border-radius: 12px;
}
.about-list-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height: 62px;
    background: #1f2c6c;
    border-radius: 12px;
}
/*.ab-list-icon */
.about-list-icon ul {
    display: flex;
}
.about-list-icon  ul li a {
    padding-right: 22px;
    cursor:pointer;
    color: #fff;
}
.about-list-icon ul li a {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    border: 2px solid;
    margin-left: 20px;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}
.about-list-icon ul li a i {
    margin-left: 6px;
}
#aboutimgcont{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.ab-list-icon */

/*.single-about-img */



/*-------------------------------------
        6.  Collections
--------------------------------------*/
.collections-content{
    padding-bottom: 30px;
}



.coli{
    border-radius: 8px;
    transition: transform 0.5s ease;
}

.coli:hover{
    transform: scale(1.01);
}


a.coli-link {
    display: block;
    text-decoration: none;
    border-radius: 16px; /* 👈 rounded corners */
    overflow: hidden;
  }
  
  .coli {
    height: 100%;
    border-radius: 16px;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .coli:hover {
    transform: scale(1.01);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

  
.Collections{
    
    
    background-attachment: fixed;
    padding: 50px 0 0px;
    border-top: 1px solid #e5ebf2;
}

.collections-row h3 {
    font-size: 30px;
}
#ColTitle{
    width: 60%;
    /* background-color: #00000028; */
    color: #ffffff;
    position:absolute;

    bottom: 10%;
   
    height: 8%;

    border-style: solid;
    margin-left: 20%;
    margin-right: 20%;
    border-width: 1px;
}
.blur{
    height: 70px;
    width: 100%;
    background: inherit;
    background-attachment: fixed;
}
.collections > header{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px;
    background: inherit;
    background-attachment: fixed;
}
.Collections > header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    background-attachment: fixed;
    -webkit-filter: blur(12px);
    filter: blur(12px);
  }
.collections-row{
  height: 433px;
  display: grid;
  grid-template-columns: 49.5% 49.5%;
  gap: 1%;
  
}
.colorg{
    height: 100%;
    width: 100%;
    
    
}
.colmin{
    height: 100%;
    width: 100%;
  
}

.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5ebf2;
    
}





.col {
    float: left;
    /* width: 50%;
    padding: 10px;
  
     height: auto;  
     text-align: center;
     position: relative; */
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  #aboutrow{
    margin-left: 0px;
    margin-right: 0px;
  }
  .centered {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #351907c2;
    
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    
    
  }
 
 
  .wide-img {
    display: block;
  }
  
  .mobile-img {
    display: none;
  }
  
  /* Mobile: hide wide, show 4:3 */
  @media (max-width: 768px) {
    .wide-img {
      display: none;
    }
  
    .mobile-img {
      display: block;
    }
  }


/*-------------------------------------
        7. Custom Furniture
-------------------------------------*/

.CustomFurniture {
    padding: 50px 0 30px;
    border-top: 1px solid #e5ebf2;
     
} 
.custom-content{
    display: grid;
    grid-template-columns: auto auto auto auto;
    
    display: flex;
    align-items: center;
    /* justify-content: center; */
    position:relative;
    
    background:url(../images/about/design.png)no-repeat;
    /* opacity: 0.3; */
    background-size:cover;
    background-position: center;
    width: 100%;
    
    height: 650px;
}
.CustomText h3{
    font-size:18px;
    color: #3c4258;
    text-transform: initial;
    line-height: 1.8;
    padding-top: 30px;
    text-align: center;
}
.cfrow{
    /* display: grid;
    grid-template-columns: auto auto auto auto;
    
    display: flex;
    align-items: center;
    /* justify-content: center; */
    position:relative;
    
    /* background:url(../images/about/design.png)no-repeat;
    /* opacity: 0.3; */
    /* background-size:cover;
    background-position: center;
    height:650px;
     */
    
    
}
.cfrow.cfrow.background {
    opacity: 0.3;
}
.cftextbox{
    /* padding-top: 50px; */
    text-align: center;
    
    height: 80%;
    vertical-align: middle;
    
}
  


.designcolumn{
    margin-left: 8%;
    max-width: 35%;
}

.cftextbox p{
    vertical-align: middle;
    text-align: center;

    font-size:19px;
    color: #3c4258;
    text-transform: initial;
    line-height: 2.5;
}





/*-------------------------------------
        9. Portfolio
--------------------------------------*/
.portfolio {
    padding:  50px 0 50px;
    border:  1px solid #e5ebf2;
    
    border-top: 1px solid #e5ebf2;
}

.carousel img {
    max-height: 85vh; 
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

.portfolio-details{
    padding-top: 50px;
    border-top: 1px solid #e5ebf2;
}
.carousel-inner{
    max-width: auto;
    margin: auto;
}
.carousel-caption h3{
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 60px; */
    
    
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
   
    

}

.carousel-caption2 h3{
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 60px; */
    
    
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
   
    

}

.carousel-caption2 {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 2%;
    padding-bottom: 2%;
    
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

}


.carousel-caption p{

    
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    
    
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
   
}

.carousel-caption2 p{

    
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    
    
    
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
   
}
.carousel-caption2{
    border-style: solid;
    border-width: 1px;
    border-color: white;
    
}


/*-------------------------------------
        11. Contact
--------------------------------------*/
.contact {
    background: #202a4d;
    padding: 50px 0 50px;
}

 .section-heading {

    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
	margin: 0;
	color:#ffffff;
	font-family: 'Poppins', sans-serif;
    /* border-bottom: 1px solid #e5ebf2; */
    padding-bottom: 30px;
} 
.single-contact-box {
    padding-top: 30px;

}
.contact-form  .form-group {
    margin-bottom: 20px;
    
}
.contact-form .form-control {
    padding: 25px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    outline: 0!important;
    background: #fff;
    color: #202a4d;
    resize: none;
}

/*--contct button--*/
.contact-form .single-contact-btn {
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    text-transform:capitalize;
    margin-top: 3px;
    background: #2f3e6e;
    border: 1px solid #000000;
    cursor:pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
     -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
}
.contact-form .single-contact-btn .contact-btn ,
.contact-form .single-contact-btn .contact-btn:focus {
    margin-top:0px;
    outline: 0 !important;
    border:0;
    color: #fff;
    border-radius: 0px;
    font-size:14px;
    -webkit-transition: .5s; 
    -moz-transition:.5s; 
    -ms-transition:.5s; 
    -o-transition:.5s;
    transition: .5s;
    
}
.single-contact-btn:hover{
    background: #0080ff;
    border: 1px solid #000000;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

/*--contct button--*/

/* contact-adress */
.contact-add-head h3 {
    font-size:  24px;
    color:  #ffffff;
}
.contact-add-head p {
    font-size:  16px;
    text-transform: capitalize;
    color:  #ffffff;
    font-weight:  300;
    margin-top:  6px;
}
/* contact-adress */

/*.contact-add-info */
.contact-add-info { margin: 42px 0 52px;}
.single-contact-add-info h3 {
    color:  #ffffff;
    font-weight:  500;
}
.single-contact-add-info p {
    color:  #999fb3;
    font-size:  16px;
    margin-top:  18px;
}
.single-contact-add-info {
    margin-bottom:  26px;
}
/*.contact-add-info */

/*hm-foot-icon*/
/* .hm-foot-icon {
   
} */
.hm-foot-icon ul li{float:left;}
.hm-foot-icon ul li>a {
    color: #ffffff;
    margin-right:18px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.hm-foot-icon ul li>a:hover{
    color: #ffffff;
}/*hm-foot-icon*/

.hm-footer-copyright p{
    color: #7a7a7a;
    text-transform: capitalize;
    padding: 38px 0;
}
.hm-footer-copyright p a {color: #7a7a7a;}
/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#1f2c6c;
	border:1px solid #1f2c6c;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #1f2c6c;
	border:1px solid #1f2c6c;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}


/*===================Fecit Platform Page=============================*/

.product-detail {
    background-color: #fffcfa;
    padding: 60px 5%;
    color: #fff;
    padding-bottom:150px;
  }
  
  .product-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
    max-width: 1260px;
    margin: auto;
  }
  
  .product-images {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .main-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 8px;
  }
  
  .thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap:wrap;
    justify-content: center;
  }
  
  .thumbnails img {
    width: 80px;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
  }
  
  .thumbnails img:hover {
    border: 2px solid #aaa;
    
        transform: scale(1.05);
      
  }
  
  .product-info {
    flex: 1 1 400px;
    max-width: 500px;
  }
  
  .product-info h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .description {
    font-size: 16px;
    line-height: 1.6;
    color: #5b5b5b;
    margin-bottom: 20px;
  }
  
  .material,
  .dimensions {
    font-weight: 600;
    color: #bbb;
    margin-top: 10px;
  }

  .product-images h1{
    font-size: 28px;
    margin-bottom: 40px;

  }
/*========================Thank you=================