/* header css */
.header-logo {
    width: 50%;
}
/* .dropdownmain{
    position: relative;
} */
.dropdownmain p:hover {
    opacity: 1;
    visibility: visible;
}
.dropdown{
   
    position: absolute;
    background-color: #9db97b;
    padding: 10px;
    transition: all 0.5s;
    visibility:hidden;
    opacity: 0;
    z-index: 999;
    transform: translatey(25px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);

}
.dropdown li a{
    text-decoration: none;

}

.header-input input {
    padding-bottom: 0px;
    outline: none;
    border: none;
    width: 75%;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.248);
}

body {
    font-family: 'Josefin Sans';
}

.header-input i {
    color: rgba(0, 0, 0, 0.352);
}

.header-input input::placeholder {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    padding-right: auto;
    color: rgba(0, 0, 0, 0.358);
}

.nav-link {
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    transition: all 0.8s;
}
.nav-link:hover{
    text-decoration: underline;
    color: black;
}

.active {
    text-decoration: underline;

}

.padding-80 {
    padding: 80px 0px;

}

.padding-70 {
    padding: 80px 0px;

}

/* baner css  */
.baner-bg{
    background-image: url(../img/baner-bg.jpg);
    background-position: center;
    background-size: cover;
}
.product-bg{
    background-image: url(../img/modern-living-room-with-elegant-decor-comfortable-sofa-generative-ai.jpg);
    background-position: center;
    background-size: cover;
}
.about-main-bg{
    background-image: url(../img/Home1_rev1.jpg);
    background-position: center;
    background-size: cover;
}
.baner-content{
    margin: 100px 0px;
}
.baner-content h1{
    font-family: 'Borel';
    font-size: 40px;
}
.baner-content h2{
    letter-spacing: 5px;
    font-size: 52px;
    
}
.overlay{
    background-color: rgba(0, 0, 0, 0.201);
    height: 100%;
    
}
.baner-content a{
    text-decoration: none;
    color: white;
    padding: 20px 40px;
    margin: 0px 10px;
    transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.347);
}
.baner-content a:hover{
    border-color: white;
}
.about-bg{
    border-bottom: 1px solid rgba(252, 151, 9, 0.225);
}

.about-imgs image{
    width: 50%;

}
.about-imgs{
    margin: 0 auto;
    width: 400px;
    overflow: hidden;
}

.about-content h3{
    font-size: 40px;
    font-family: 'Borel';
    letter-spacing: -5px;
    color: rgb(252, 151, 9);
}
.about-content h2{
    font-size: 48px;
    font-weight: bold;
    margin-top: -6px;
    letter-spacing: 5px;
}
.about-content p{
    font-size: 16px;
    margin: 30px 0px;
}
.about-content a{
    padding: 20px 40px;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.5s;
    border: 1px solid rgba(252, 151, 9, 0.385);
}
.about-content a:hover{
    border-color: rgb(252, 151, 9);
    
}
.video-bg{
    background-image: url(../img/video-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}
.play-icon{
    padding: 70px ;
   margin: 0 auto;
   
    border-radius: 100%;
    line-height: 250px;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.466);
    transition: all 0.5s;
}
.play-icon:hover{
    color: white;
    border-color: white;
}
.play-icon i{
    margin-right: 10px;
    transform: rotate(45deg);
}

/* services css */
.services-bg{
    background-color: #9db97b;
}

/* logo  section*/
.logo-bg{
    border-bottom: 1px solid rgba(252, 151, 9, 0.225);
    border-top: 1px solid rgba(252, 151, 9, 0.225);
}
.logo-imgs{
    transition: all 0.5s;
}
.logo-imgs:hover{
    opacity: 100 !important;
}
ul , li{
    list-style: none;
}

/* product 2  */
.product2-bg{
    background-image: url(../img/product-bg.png);
    background-position: center;
    background-size: cover;
}
/* footer  */
footer{
    background-color: #f4f2f2;
}
.icon-main li{
 height: 35px;
 width: 35px;
 transition: all 0.5s;
 cursor: pointer;
 line-height: 35px;
 border-radius: 100%;
 border: 1px solid black;
}
.icon-main li:hover{
    opacity: 100 !important;
}
.footer-box ul li a{
    transition: all 0.5s;
}
.footer-box ul li a:hover{
    text-decoration: underline !important;
}

.productmainbox{
    background-color: white;
    padding: 15px;
    
    /* width: 350px; */
    height: auto;
}
.flexbox2 a{
    padding: 10px 20px;
    background-color: #9db97b;
    font-size: 10px;
    color: white !important;
    border: 1px solid #9db97b;
    cursor: pointer;
    transition: all 0.5s;
}
.flexbox2 a:hover{
    background-color: transparent;
    color: #9db97b !important;
    border-color: #9db97b !important;
}
.flexbox1 h4{
    font-size: 18px;
    text-transform: uppercase;
}
.flexbox1 h5{
    font-size: 16px;
}
.flexbox2{
    text-align: right;
}
.flexbox2 h5{
    font-size: 14px;
}
.flexbox1{
    text-align: left;
}
.productmainbox img{
    width: 300px;
   
    
}
.productimagebox{
    text-align: center;
}
.flexmain{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
    
}
#product1{
   display: flex;
   flex-wrap: wrap;
  
}
#product2{
    display: flex;
    flex-wrap: wrap;
    
}

/* <link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'> */

.form-style-10{
	width:450px;
	padding:30px;
	margin:40px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.form-style-10 .inner-wrap{
	padding: 30px;
	background: #F8F8F8;
	border-radius: 6px;
	margin-bottom: 15px;
}
.form-style-10 h1{
	background: #2A88AD;
	padding: 20px 30px 15px 30px;
	margin: -30px -30px 30px -30px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
}
.form-style-10 h1 > span{
	display: block;
	margin-top: 2px;
	font: 13px Arial, Helvetica, sans-serif;
}
.form-style-10 label{
	display: block;
	font: 13px Arial, Helvetica, sans-serif;
	color: #888;
	margin-bottom: 15px;
}
.form-style-10 input[type="text"],
.form-style-10 input[type="date"],
.form-style-10 input[type="datetime"],
.form-style-10 input[type="email"],
.form-style-10 input[type="number"],
.form-style-10 input[type="search"],
.form-style-10 input[type="time"],
.form-style-10 input[type="url"],
.form-style-10 input[type="password"],
.form-style-10 textarea,
.form-style-10 select {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 2px solid #fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.form-style-10 .section{
	font: normal 20px 'Bitter', serif;
	color: #2A88AD;
	margin-bottom: 5px;
}
.form-style-10 .section span {
	background: #2A88AD;
	padding: 5px 10px 5px 10px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #fff;
	font-size: 14px;
	margin-left: -45px;
	color: #fff;
	margin-top: -3px;
}
.form-style-10 input[type="button"], 
.form-style-10 input[type="submit"]{
	background: #2A88AD;
	padding: 8px 20px 8px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #257C9E;
	font-size: 15px;
}
.form-style-10 input[type="button"]:hover, 
.form-style-10 input[type="submit"]:hover{
	background: #2A6881;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
.form-style-10 .privacy-policy{
	float: right;
	width: 250px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	margin-top: 10px;
	text-align: right;
}
