body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	background-color: #d8d3c7;
}
.main .header {
	margin: 0 auto;
	position: relative;
	background: url('../images/body_bg.jpg') repeat fixed 0 0;
	padding: 0;
	background-size: cover;
	background-color: #000;
}
.inner1_text {
	display: block;
	font-size: 34px;
	letter-spacing: 0;
	line-height: 44px;
	margin-bottom: 5px;
	font-weight: 300;
	text-transform: capitalize;
	font-family: "Work Sans";
	color: #111;
}

.text_inner .inner2_text {
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
	text-transform: capitalize;
	letter-spacing: 0;
	color: #111;
}
.text_inner-bottom .inner1_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	letter-spacing: -0.2px;
	font-weight: bold;
	margin: 0;
	color: #111;
}
.logo {
	padding: 0 0 30px 0;
}
.text_inner {
	margin: 0 0 40px 0;
}
.main-logo {
	padding: 0 0 40px 0;
}
.theme-1 {
	border: 6px solid #010207;
	max-width: 100%;
}
.first_part {
	position: relative;
}
.second_part {
	position: relative;
	overflow: hidden;
}
.fix-image .image-shop-scroll {
	overflow: hidden;
	cursor: pointer;
	background-clip: padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	height: 714px;
	transition: all 6s ease-in-out 0s;
	-webkit-transition: all 6s ease-in-out 0s;
	-moz-transition: all 6s ease-in-out 0s;
	-o-transition: all 6s ease-in-out 0s;
	-ms-transition: all 6s ease-in-out 0s;
	background-image: url(../images/layout.jpg);
	display: block;
}
.fix-image .image-shop-scroll:hover {
	background-position: center bottom;
}
.image-shop-scroll:hover img {
	top: -1795px;
}
.theme-area-1 {
	padding: 100px 0;
	align-items: center;
}
.right-part-gap {
	padding: 0 0 0 90px;
}
.third_part a {
	background: #814a26;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.6px;
	padding: 14px 30px 11px;
	line-height: normal;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	z-index: 99;
	transition: all 0.4s ease 0s;
	margin: 0 auto;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

@media (max-width: 991px) {
    .right-part-gap {
        padding: 0;
    }
    .text_inner-bottom .inner1_text{
        font-size: 28px;
    }
    .inner1_text{
        font-size: 30px;
    }
    .theme-area-1{
        padding: 30px 0;
    }
}
@media (min-width: 768px) {
	.only-mobile{
		display: none;
	}
}
@media (max-width: 767px) {
    .right-part-gap {
        text-align: center;
    }
	.logo{
		display: none;
	}
	.only-mobile {
		padding: 0 0 15px 0;
		width: 150px;
		margin: 0 auto;
	}
	.inner1_text{
		margin: 15px 0 0 0;
	}
}
@media (max-width: 575px) {
    .fix-image .image-shop-scroll{
        height: 500px;
    }
}
@media (max-width: 480px) {
    .inner1_text {
		font-size: 22px;
	}
    .text_inner .inner2_text {
        font-size: 34px;
    }
    .theme-area-1 {
        padding: 15px 0;
    }
    .main-logo {
        padding: 0 0 20px 0;
        width: 180px;
        margin: 0 auto;
    }
    .text_inner {
        margin: 0 0 20px 0;
    }
    .text_inner-bottom .inner1_text {
        font-size: 22px;
        line-height: 31px;
        padding: 0 0 20px 0;
    }
    .fix-image .image-shop-scroll {
        height: 400px;
    }
}
.demo-btn a {
	background: #814a26;
	color: #fff;
	padding: 14px 30px;
	font-size: 19px;
	font-weight: 400;
	display: inline-block;
	margin: 30px 0 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	outline: none;
}
.demo-btn a:hover, .demo-btn a:active, .demo-btn a:focus {
	background-color: #111;
	color: #fff;
	outline: none;
}

/* popup CSS Start */
#password_popup {
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
	text-align: center;
	top: 0 !important;
	bottom: 0 !important;
	width: fit-content;
	height: fit-content;
}
#password_popup img {
	max-width: 100%;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9998;
}
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: white;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 9999;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 500px;
	margin: auto;
}
  .popup-content {
    text-align: center;
  }
.overlay{
  cursor: url(../images/close-icon.png), auto !important;
}
@media (max-width: 543px) {
    .popup{
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 420px) {
    .popup{
        width: 300px;
        height: 300px;
    }
}
/* popup CSS End */