body {
	margin: 0;
	background-color: white;
    height: 100%;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	
}
.preloader{
	background: white url(preloader.gif) no-repeat center center; 
	background-size: 10%;
	height: 100vh;
	width:100%;
	z-index: 12;
	position: fixed;
	background-color: #222222;
	opacity: 1;
	transition: opacity 0.5s ease;
}
.preloader.hide{
	opacity: 0;
	pointer-events: none;

}
#divCheckbox{
	display: none;
}


.banner{

    width : 100%;
	padding: 1px 20px;
    background-size:cover;
    background-color: #222222;
	height:100%;
	max-height: 65px;
	text-align: right;
	font-size: 25px;
	font-family: "Gabarito",sans-serif;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content:left;
    grid-column-gap: 55%;
}
.banner ul li{
	list-style: none;
	display: inline-block;
	margin : 0 20px;
	position: relative;
	
	
}
.banner ul li a{
	text-decoration: none;
	color: white;
	text-transform: "uppercase";
}
.banner ul li::after{
	content: '';
	height: 3px;
	width: 0;
	background: #fba518;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s;
	
}
.banner ul li:hover::after{
	width: 100%;
}

.off-screen-menu{
	display: none;
}
.ham-menu{
	display: none;
}

.bar{
	display: block;
	width: 20px;
	height: 2px;
	margin: 2px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: white;
}
.logo{
	height: 50px;
	position: relative;
	align-content: left;

}
.bg{
	width: 100%;
	height: 100%;
	background-image: url("controller.png");
	background-size:cover;
	left:0;
	right:0;
	bottom:0;
	top:0;
    z-index: 4;
	position: fixed;
	align-items: center;
    justify-content: center;
	
}
.overlay{
	width: 100%;
	height: 100%;
	max-height: 150vh;
	min-height: 110vh;
	position: fixed;
	top: 0;
	z-index: 4;
	pointer-events: none;
	background-color: black;
	opacity: 0;
	animation: opacityAnimation both;
	animation-timeline: view(10% 100%);

}
@keyframes opacityAnimation{
	from {
		opacity: 0;
	  }
	  to {
		opacity: 100%;
	  }
}

.fp{
	height: 100%;
	max-height: 110vh;
	width: 100%;
	position: relative;
}
.parent1{
	display: relative;
	

}
.ow{
	background-color: white;
	border: 0;
	width: 250px;
	height:90px;
	font-size: 26pt;
	position: relative;
	font-weight: bold;
	font-family: "Gabarito", sans-serif;
	/* box-shadow: 2px 2px 7px white; */
	z-index: 9;
	top: 0;
	left: 0;
	opacity: 0;
	margin-left: 42%;
	margin-top: 30%;
	border-radius: 8px;
	animation: moveAnimation 1s ease-out forwards;
	animation-delay: 0.3s;
}
@keyframes moveAnimation{
	from{
		transform: translateY(-100%);
		opacity: 0;
		filter: blur(5px);
	}
	to{
		transform: translateX(0);
		opacity: 1;
		filter: blur(0);
	}
}

.ow:hover {
	background-color: #fba518;
	color: white;
}
.owp{
	
	z-index: 2;
	
}

.ycontain{
	margin-top: 20%;
	justify-items: center;
	width: 100%;
	height: 700px;
}
.yellow{
	position: relative;
	background-color: #fba518;
	z-index: 6;
	height: 160vh;
	width: 100%;
	max-width: 500px;
	align-items: center;
	margin: 0;
	transition: all 1s ease;
	overflow: hidden;
	animation: expandAnimation;
	animation-timeline: view();

}
@keyframes expandAnimation{
	from{
		transform: scaleX(1);
	}
	to{
        transform: scaleX(5);
	}
}

.ytxt{
    text-align: center;
	color: white;
	font-family: "Gabarito", sans-serif;
	font-size: 40pt;
	font-weight:bolder;
	z-index: 6;
	position: relative;
	margin-top: -40%;
	
}
.ysubt{
	font-size: 30pt;
	
	
}
.projects{
	z-index: 7;
	background-color: white;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	text-align: center;
	font-family: "Gabarito", sans-serif;
	font-size: 35pt;
	height: 110vh;
	width: 100%;



}

.designs{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: 100px;
}

.interiors{
	z-index: 10;
	background-image: url(int/interior1.png);
    height: 350px;
	width: 620px;
	background-size: cover;
	position: relative;
	
	transition: 0.8s;

}
.interiors:hover{
	background-image: url(int/interior2.png);
	background-size: cover;
}
.yline:hover {
	transform: translate(-5%, 5.8%); 
}
.props{
	z-index: 6;
	background-image: url(prop/tren1.jpg);
    height: 350px;
	width: 620px;
	background-size: cover;
    position: relative;
	
	transition: 0.8s;

	
}
.props:hover{
	background-image: url(prop/tren2.jpg);
	background-size: cover;
}
.yline{
	z-index: 5;
	position: relative;
	background-image: url(yline.png);
	height:360px;
	width: 630px;
	
	margin-left: 5%;
	margin-top: -5%;
	transition: 0.8s;

}

.inttxt{
	background-color: #fba518;
	width: 100%;
	max-width: 620px;
	height: 100%;
	max-height: 45px;
	border-radius: 12px;
	border: 0;
	margin-top: 5%;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	position: relative;
	
}
.proptxt{
	background-color: #fba518;
	width: 100%;
	max-width: 620px;
	height: 100%;
	max-height: 45px;
	border-radius: 12px;
	border: 0;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	position: relative;
	margin-top: 5%;
	
}
.proptxt:hover, .inttxt:hover{
    color: white;
}

.wallpaper{
	position: relative;
	text-align: center;
	color: white;
	background-color: black;
	font-size: 20pt;
	font-family: "Gabarito", sans-serif;
	z-index: 6;
    height: 110vh;
	padding: 50px;

}
.container{
	margin: 100px 0 0 200px;
	width: 70%;
	height:450px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	
}
.container img{
	width: 20%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	border: 2px solid white;
	
	position: relative;
	transition: all ease-in-out 0.5s;
}

.container img:hover{
width: 50%;
}
.shop{
	height:50px;
	width: 150px;
	background-color: white;
	border-radius: 30px;
	border: 0;
	align-items: center;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	position: relative;
	
	top: 50px;
	padding: 10px;
}
.shop:hover{
	background-color: #fba518;
	
}
.fade{
opacity: 0;
transition: all 1.5s;
filter: blur(1px);
}

.show{
filter: blur(0px);
 opacity: 1;
}
.conclusion{
	background-color: rgb(0, 0, 0);
    height: auto;
	width: 100%;
	position: relative;
	z-index: 6;
	color: white;
	background-color: #222222;
	margin-top: -8px;
}
.selectc{
	background-color:#d3c4ac;
	color: Black;
	font-family: sans-serif;
	font-size: larger;
	width: 100px;
	height: 30px;
}
.countrytxt{
	font-family: sans-serif;
	font-size: larger;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
}
.country{
	margin-left: 40px;
	margin: 40px;
}
.contacts{
	margin-left: 40px;
	color: white;
	font: sans-serif;
	font-size: larger;
}
.contactstxt{
	font-size: 20px;
	font: sans-serif;
	margin-bottom: 8px;
	border: 0;
	padding: 0;
	text-decoration: underline;
}
.last{
	margin-left: 40px;
	font-family: sans-serif;
	font-size: smaller;
	padding-bottom: 30px;
	color: white;
}
a:link{
	color: white;
	text-decoration: none;
	background-color: transparent;

}
a:visited {
	color: aliceblue;
	background-color: transparent;
	text-decoration: none;
  }
  a:hover {
	color: blueviolet;
	background-color: transparent;
	text-decoration: underline;
  }
.emaillogo{
	height: 30px;
	width: 30px;
}
.refundpara{
    margin-top: 40px;
	font-family: "Gabarito";
	font-size: larger;
	width: 100%;
	max-width: 800px;
	margin-left: 25%;
	margin-bottom: 200px;
	
	
}
.refundhead{
    font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 50px;
}
.email{
	display: flex;
	align-items: center;
}

@media ( max-width : 600px ){
.banner{

    width : 100%;
	padding: 1px;
    background-size:cover;
    background-color: #222222;
	height: 50px;
	text-align: right;
	font-size: 10pt;
	font-family: "Gabarito",sans-serif;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
    grid-column-gap: 0;
	
}
    .banner ul li{
	list-style: none;
	display: flex;
	flex-direction: column;
	background-color: #222222;
	left: -500px;
	gap: 0 ;
	top: 70px;
	position: fixed;
	width: 100%;
	text-align: center;
	transition: 0.3s;
}
.banner a{
    position: absolute;
    left: 45%;
}
.cursor{
	display: none;
}
.off-screen-menu{
	background-color: #222222;
	height: 100vh;
	width: 100%;
	max-width: 450px;
	position: fixed;
	top: 0;
    display: block;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	transition: .5s ease;
    right: -450px;
}
.off-screen-menu.active{
	right: 0;
}
.ham-menu{
	height: 40px;
	width: 40px;
	margin-right: auto;
	position: relative;
	display: block;
	z-index: 15;
    margin-top: -13%;
	margin-left: 10%;
}
.ham-menu span{
	height: 4px;
	width: 100%;
	background-color: white;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .5s ease;
	

}
.ham-menu span:nth-child(1){
	top: 25%;

}
.ham-menu span:nth-child(3){
	top: 75%;
}
.ham-menu.active span:nth-child(1){
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(-50%, -50%) rotate(45deg);

}
.ham-menu.active span:nth-child(2){
	opacity: 0;
}
.ham-menu.active span:nth-child(3){
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(-50%, 50%) rotate(-45deg);

}
    .logo{
	height: 30px;
	position: relative;
	align-items: center;
	justify-content: center;
	padding-left: 20%;

}
    .conclusion{
	background-color: rgb(0, 0, 0);
    height: 50vh;
	width: 100%;
	position: relative;
	z-index: 6;
	color: white;
	background-color: #222222;
}
    .selectc{
	background-color:#d3c4ac;
	color: Black;
	font-family: "Gabarito", sans-serif;
	font-size: 10pt;
	width: 60px;
	height: 20px;
}
    .countrytxt{
	font-family: "Gabarito", sans-serif;
	font-size: larger;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
}
    .country{
	margin-left: 10px;
	margin-top: 10px;
}
    .contacts{
	margin-left: 10px;
	margin-bottom: 10px;
	color: white;
	font: "Gabarito", sans-serif;
	font-size: larger;
}
    .contactstxt{
	font-size: 20px;
	font: "Gabarito", sans-serif;
	margin-bottom: 8px;
	border: 0;
	padding: 0;
	text-decoration: underline;
}
    .last{
	margin-left: 10px;
	font-family: sans-serif;
	font-size: smaller;
	color: white;
	padding-bottom: 10px;
	width: 100%;
	max-width: 400px;
	height: 40px;
	text-align: left;
}
    .bg{
	width: 100%;
	max-width: 600px;
	height: 100%;
	background-image: url("controller.gif");
	background-size:cover;
	background-position: center;
	left:0;
	right:0;
	bottom:0;
    z-index: 4;
	position:absolute;
	align-items: center;
    justify-content: center;
	
}
    .ow{
	background-color: white;
	border: 0;
	width: 120px;
	height: 35px;
	font-size: 12pt;
	position: relative;
	font-weight: bold;
	font-family: "Gabarito", sans-serif;
	border-radius: 8px;
	animation: moveAnimation 1s ease-out forwards;
	animation-delay: 0.4s;
	margin-left: 35%;
}
.owd{
	margin-top: 105%;
}
    .ycontain{
	margin-bottom: 10%;
	margin-top: 22%;
	height: 400px;
}
    .yellow{
	position: relative;
	background-color: #fba518;
	z-index: 6;
	height: 400px;
	width: 100%;
	max-width: 250px;
	align-items: center;
	margin: 0;
    margin-top: 0;
	transition: all 1s ease;
	overflow: hidden;
	animation: expandAnimation;
	animation-timeline: scroll();
}

    @keyframes expandAnimation{
	from{
		transform: scaleX(1);
	}
	to{
        transform: scaleX(2);
	}
}

    .ytxt{
    text-align: center;
	color: white;
	font-family: "Gabarito", sans-serif;
	font-size: 10pt;
	font-weight:bolder;
	z-index: 6;
	position: relative;
	margin-top: -100%;
}
    .ysubt{
	font-size: 10pt;
	
}
   .projects{
	z-index: 6;
	background-color: white;
	position: relative;
	overflow-x: hidden;
	margin-top: 40%;
	text-align: center;
	font-family: "Gabarito", sans-serif;
	font-size: 15pt;
	height: 600px;

}
    .fade h1 ul{
	padding-left: 0;
}

    .designs{
	flex-direction: column;
	align-items: center;
    gap: 60px;
}
    .interiors{
    height: 175px;
	width: 310px;
}

.props{
    height: 175px;
	width: 310px;
}

.yline{
	display: none;

}
.projects .fade{
	display: flex;
	flex-direction: row;
	gap: 3%;
}
.projects .fade span{
    height: 5px;
	width: 100%;
	display: block;
	position: relative;
	margin-top: 12%;
	
	background-color: #8B2727;
}
.inttxt{
	background-color: #fba518;
	width: 100%;
	max-width: 310px;
	height: 100%;
	max-height: 30px;
	border-radius: 2px;
	border: 0;
	margin-top: 56%;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	
}
.proptxt{
	background-color: #fba518;
	width: 100%;
    max-width: 310px;
	height: 100%;
	max-height: 30px;
	border-radius: 2px;
	border: 0;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	margin-top: 56%;
	
}
.proptxt:hover, .inttxt:hover{
    color: white;
}
.wallpaper{
	padding: 10px;
	margin-bottom: 0;
	height: 130vh;
}
.wallpaper .container{
	margin-left: 15%;
	margin-top: 10%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.wallpaper .container img{
	height: 40%;
	width: 40%;
	
}
.wallpaper a button{
	top: 150px;
}

}