
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



@font-face {
	font-family: 'SF Pro';
	src:url(SF-Pro.ttf);
}

@font-face {
	font-family:'Helvetica';
	src:url(Helvetica.ttc);
}

@font-face {
	font-family: "SF Pro Rounded";
	src: url(SF-Pro-Rounded-Thin.otf);
}

#front {
	background-image: url('MushImgs/resized_image_1440x820_compressed.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center ;
	height: 100vh;
	width:100vw;
}

 body{
    width: 100%;
    height: 100%;
	margin: 0;  
	background-color: #f5f5f5;
	margin: 0px;
	max-width: 1440px;
	max-height: 900px;
	resize: none;
	padding: 0px;

}

.top {
	background-color: transparent;
	color: black;
	margin-top: 0px;
	padding-left: 10px;
	display: flex;
	font-family: 'Slabo 27px';
	}


.top img {
	margin-top: -10px;
}

a,
a:visited,
a:hover,
a:active {
  color: black;
  text-decoration: none;
}

select {
	background-color: rgba(245, 245, 245, 0.5);
   background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px); 
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 10px;
    color: black;
 	margin-bottom: 70px;
 	background-color: #f5f5f5;
}

.top img {
  transform: scale(1) rotate(0deg);
  transition: transform 1s;
}

.top img:hover {
  transform: scale(1.5) rotate(720deg);
}


h2 {
	text-align: left;
	margin-top: 60px;
	margin-left: 150px;
	margin-bottom: 0px;
	font-size: 80px;
	font-family: 'SF Pro';
	font-weight: 500;

}

h3 {
	text-align: left;
	transform: translateY(315px);
	position: relative;
	margin-bottom: 0px;
	margin-left: 150px;
	margin-top: -300px;
	font-family: 'SF Pro';
	font-weight: 300;
  letter-spacing: 0px; 
  font-size: 30px;
}

.nd {
	font-size: 20px;
	color: black;
	text-align: left;
	padding-top: 10px;
	font-family: 'SF Pro';
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: -10px;
	margin-left: 40px;
}


h4 {
	font-size: 70px;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	height:100%;
	margin-left: 40px;
	color: black;
	font-family: 'SF Pro';
	font-weight: 500;
	margin-top:17vh;
	position: relative;
 -webkit-animation: about ease-in-out 1s;
  -moz-animation: about ease-in-out 1s;
  -o-animation: about ease-in-out 1s;
  -ms-animation: about ease-in-out 1s;
}

@keyframes about {
  from {
    right: 10vw;
    opacity: 0; 
  }
  to {
    right:0vw;/* or whatever final position */
    opacity: 1; /* optional */
  }
}


p {
	color: black;
	font-size: 20px;
	font-family: 'Raleway';
	font-weight: 250;

}



.bottom {
  display: flex;
  justify-content: space-between;
  background-color: #e8e8e8;
  padding: 20px;
  flex-wrap: nowrap;
  transform: translateY(0px);
  padding-left: 200px;
 	background-color: rgba(245, 245, 245, 0.5);
   background-color: rgba(255, 255, 255, 0.15); 
    backdrop-filter: blur(15px); 
    border: 1px solid rgba(255, 255, 255, 0.2); 
    border-radius: 15px; 
    padding: 30px;
    color: white;
 	height:fit-content;
 	margin-bottom: 70px;
 	margin-top: 10vh;
 	background-color: #f5f5f5;
	width:100vw;
	height:100vh;
}



.bottom p {
  font-size: 20px;
  height: 30vh;
  width: 30vw; 
  text-align: left;
  right: 100px;
  padding: 50px 50px 50px 0;
  margin: 0px 0 0 40px;
  font-family: 'Helvetica', sans-serif;
  font-weight: lighter;
  line-height: 27px;
  margin-top: -800px;
}

.bottom img {
  width: 815px;
  height: auto; 
  float: right;
  position: absolute;
  transform: translate(680px,-1300px);
  color: black;
  border-radius: 70px;
  clip-path: inset(0 9% 0 0);

}

.pi {
	position: relative;
	animation: bgimg 2s;
}
@keyframes bgimg {
	from {
		scale:5;
	}

	to {
		scale:1;
	}
}

.home {
  position: absolute;
  z-index: 1000;
  margin: 0;
  top: -70px;
  font-size: 15px;
  font-family: 'SF Pro', sans-serif;
  background-color: transparent;
  padding: 20px;
  letter-spacing: 1px;
  font-weight: 700;

}

.nextbtn {
  position: relative;
  top: 0px;
  z-index: 9999;
  margin-bottom: 150px;
}

.home img {
  width: 130px;
  height: 130px;
  transform: scale(0.9);
  margin: 0;
}


.texts p {
	padding: 10px;
	margin: 20px;
	text-align: left;
	font-size: 15px;
	margin-top: 0;
	line-height: 20px;
}

.texts {
	height: 250px;
	width: 250px;
	text-align: center;
	padding: 10px;
	margin: 5px;
	margin-top: 0px;
    backdrop-filter: blur(15px); /* Apply blur to content behind */
    border: 1px solid darkgrey; /* Subtle border */
    color: black;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  	border-radius: 30px;
  	margin-left: 50px;
	position: relative;
	right: 1vw;
	animation: sq 2s ease-in-out;

}

@keyframes sq {
	0% {
		right: -100vw;
		margin-left: 50vw;
	}
	50% {
		right: 0;
		margin-left: -10vw;
	}

	100% {
		right: 1vw;

	}
}

.squares {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
}

.row,.row2{
  display: flex;
  position: relative;
  gap: 20px;
}

.serv {
	font-size: 17px;
	font-family: 'SF Pro';
	font-weight: 350;
	margin: 0;
	top: 0;
	margin-bottom: 0;
	text-align: center;
}

h5 {
	font-size: 60px;
	color: black;
	padding-bottom: 30px;
	font-family: 'Helvetica';
	font-weight: 500;
	margin-bottom: 0;
}

.sub {
	color: black;
	padding-top: 30px;
	margin-right: 40px;
	margin-left: -95px;
	margin-top:  -140px;
	   
}

.sub p {
	height: 250px;
	width: 250px;
	text-align: center;
	padding: 10px;
	margin: 5px;
	margin-bottom: 15px;
background-color: rgba(245, 245, 245, 0.5);
   background-color: rgba(255, 255, 255, 0.15); /* Semi-transparent white */
    backdrop-filter: blur(15px); /* Apply blur to content behind */
    border: 0.5px solid black; /* Subtle border */
    color: black;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  font-family:'Helvetica';
	font-size: 15px;

}
.servicess {
	font-size: 30px;
	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
  	flex-wrap: nowrap;
  	resize: auto;
  	padding-top:100px;
    padding-bottom: 100px;
    margin-top: -50px;
    background-color: #f5f5f5;

 
}

.texts img {
	width:60px;
	height: 60px;
	margin: 0;
	padding: 0;
	margin-left: 80px;
	margin-right: 70px;
	image-resolution: 10000dpi;
  image-rendering: crisp-edges;
 
}
.servicess2{
	max-width: 80%;
	padding-top: 100px;
	padding-left: 0px;

}



h7 {
  font-size: 50px;
  text-align: center;
  margin: 0 auto;
  padding: 0 auto;
  position: relative;
  width: fit-content;
  font-family: "SF Pro";

}

.three {
	margin-top: 40px;
}


.contacts {
	  font-size: 30px;
	  display: flex;
  	background-color: #e8e8e8;
  	padding: 60px;
  	flex-wrap: wrap;
  	padding-top:50px;
		margin-top: 20px;
   	justify-content: center;
	height: fit-content;
	width: 100%;
	  z-index: 1;
	  position: relative;
	  text-align: center;


}

.contacts input {
	animation: for ease-in-out 2s;
}

@keyframes for {
	from {
		width: 0;
	}
}

.forms{
	font-size: 20px;
	font-family: 'IBM Plex Mono';
	font-weight: 350;
	background-color: white;
	width: 40%;
	justify-content: center;
	padding: 30px;
	border-radius: 15px;
}

.row3{
    justify-content:right;
    display: flex;
    position: relative;
    gap: 20px;
  }

.messagess {
	height: 50px;
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;


}

.messagess input {
	width: 40%;
}

#faqs {
  	justify-content: center;
  	background-color: #f6f4f4;
  	padding: 20px;
  	flex-wrap: nowrap;
	height: fit-content;
	width: 100vw;
	height:100vw ;
	padding-bottom: 20px;
	padding-top: 0;
	margin-top: 0;
	animation: bg ease-in 3s;

 
}

@keyframes bg {
	from {
		background-color: white;
	}

	to {
  		background-color: #f6f4f4;
	}
}

header img {
	left: 0px;
	position: relative;
}

#mybtn {
	margin-right: 0;
}

h2, h11 {
  -webkit-animation: fadeIn ease-in-out 3s;
  -moz-animation: fadeIn ease-in-out 3s;
  -o-animation: fadeIn ease-in-out 3s;
  -ms-animation: fadeIn ease-in-out 3s;
}
@keyframes fadeIn {
   from {opacity: 0;
}
    to {opacity: 1;
	}
}


.faq {
	text-align: center;
	font-size: 35px;
	font-family: 'IBM Plex Mono';
	font-weight: 250;
	margin-bottom: 50px;
  height: fit-content;
  scroll-behavior: smooth;
}

.faqqs {
	display: flex;
	margin: 0;
	justify-content: center;
	margin-top: -50px;


}

.faqqs p {
	margin-bottom: 45px;


}
.side1 {
	width: fit-content;
	margin: 0;
	text-align: center;
}

.side2{
	width: fit-content;
	margin: 0;
	text-align: center;
	margin-left: 10vw;
}
.collapsible {
	font-size: 20px;
	padding: 5px;
	font-family:  'SF Pro Rounded' ;
	font-weight: 700;
	border: none;
	width: 30vw;
	margin-bottom: 10px;
	border-radius: 10px;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	animation: fqa ease-in-out 3s;

}

@keyframes fqa {
	from {bottom:-100vh;
		margin-bottom: 50vh;
	}
	to { bottom: 0;
		margin-bottom: 10px;
	}

}

.collapsible.active, .collapsible:hover{
	background-color: #f0f0f0;
	border: none;
}

.h {
	max-height: 0;
	overflow: hidden;
	transition:  max-height 1.5s ease;
	background-color: gainsboro;
	width: 30vw;
	background-color: rgba(255, 255, 255, 0.15); /* Semi-transparent white */
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255, 0.2); /* Apply blur to content behind */
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  height: 80px;


}



.h p{
		font-size: 17px;
		text-align: center;
}





.home2 {
	z-index:1000;
	bottom: 0;
	font-size: 15px;
	font-family: 'SF Pro';
	background-color: transparent;
	border:none;
	padding: 20px;
	letter-spacing:1px; 
	font-weight: 700;
	margin: 0;
	top:0;
	position: absolute;
	width: 130px;
	height: 130px;


}

.home3 {
	z-index:1000;
	bottom: 0;
	font-size: 15px;
	font-family: 'SF Pro';
	background-color: transparent;
	border:none;
	border-radius: 30px;
	padding: 20px;
	letter-spacing:1px; 
	font-weight: 700;
	margin: 0;
	position: absolute;
	top: 0;
	left: 10px;

}

h11 {
	width: max-content;
	height: fit-content;
	text-align: center;
	position: relative;
	font-family: 'SF Pro';
	font-weight: 500;
	top: -80px;

}


.head {
	margin-bottom:10px;
}

.home4 {
	z-index:1000;
	margin: 0;
	text-align: left;
	position: relative;
	top: 100px;
	padding: 0;
 
}

.nextbtnt {
	margin-top: -10vh;
	float: right;
	right: 3vw;
	text-align: right;
	z-index: 999999999;
	position: absolute;
}

.nextbtnt2 {
	margin-top: 0vh;
	float: right;
	right: -25vw;
	display: flex;
	z-index: 999999999;
	position: relative;
}
.nextbtnt3 {
	right: 10vw;
	position: relative;
	text-align: right;
	z-index: 999999999;
	margin: 0;
}

.starts2 {
	font-family: 'SF Pro';
	background-color: white;
	border-radius: 30px;
	padding: 20px;
background-color: white;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255, 0.2); /* Apply blur to content behind */
	letter-spacing:2px; 
	width: fit-content;
	border: none;
	font-size:40px;
	cursor: pointer;
	z-index: 99;
	margin-left: 0;
	right: 0;
	position: relative;
	border: none;
	background-color: transparent;
}

.s3 {
	max-height:0;
	overflow: hidden;
	transition:  max-height 0.7s ease;
	background-color: gainsboro;
	text-align: left;
	width: 20vw;
	background-color: rgba(255,255,255, 0.6); /* Semi-transparent white */
  backdrop-filter: blur(15px);/* Apply blur to content behind */
  border-radius: 15px; /* Rounded corners */
	transform: translateX(-110px);
  flex-direction: column;
	position: absolute;
	margin: 0;
	font-weight: 500;

}

 .nextbtnt3 .s3 {
		transform: translateX(85vw);
	
 }


.s3 a {
	display: block;
	padding: 10px;
	font-family: "SF Pro";
	padding-left: 20px;
	font-size: 15px;


}

.s3 a::before {
	visibility: hidden;
	display: inline;
}

.s3 a:hover {
	background-color: rgba(211,211,211, 0.6);
}
.s3 a:hover::before {
	content:"✓";
	visibility: visible;
	display: inline;


}





.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  resize: auto;
  border-radius: 20px;
  margin: 10px;
   position: relative;
   margin: 2vh;
   float: left;
   left: -2.5vw;

}


.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}


.dropdown {
  position: relative;
  display: inline-block;
  font-size: 15px;

}


.dropdown-content {
  display: none;
	position: absolute;
  background-color: #f1f1f1;
  width: fit-content;
  height: fit-content;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: left;
  align-items: flex-start;


}
.dropdown-content input {
	display: block; /* make sure they are block elements to align left */
  width: 100%; /* or set specific width if needed */
  box-sizing: border-box; /* include padding/border in width */
  text-align: left; /* align text inside label/input to the left */
  margin: 0; /* remove default margins if any */
  padding: 5px 0;
  align-items: flex-start;
  border: 0;
  width: 10vw;
  height: 10vh;

}

.dropdown-content label {
display: block; /* make sure they are block elements to align left */
  width: 100%; /* or set specific width if needed */
  box-sizing: border-box; /* include padding/border in width */
  text-align: left; /* align text inside label/input to the left */
  margin: 0; /* remove default margins if any */
  padding: 5px 0;
}

.dropdown-content a:hover {background-color: #ddd;}

.show {
	display:block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}


#name, #email,#phone {
	margin-bottom: 15px;

}

#a {
	    border: 1px solid rgba(255, 255, 255, 0.2);
	    box-shadow: none;


}

#b {
	font-size: 20px;
	padding: 7px;
	margin-bottom: 10px;
	color: white;
}

#d {

	font-size: 20px;
	padding: 7px;
	margin-bottom: 10px;
}

.head {
	margin:0;
}

.q {
	transform: translate(10vw,40vh);
	margin-top: -60px;
	margin-bottom:10px;
	font-family: 'SF Pro';
	background-color: white;
	border-radius: 30px;
	padding: 20px;
	letter-spacing:1px; 
	font-weight: 700;
	width: fit-content;
	cursor:pointer;
}

.starts{
	transform: translate(10vw, 40vh);
	font-family: 'SF Pro';
	background-color: white;
	border-radius: 30px;
	padding: 20px;
background-color: white; /* Semi-transparent white */
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255, 0.2); /* Apply blur to content behind */
	letter-spacing:2px; 
	font-weight: 700;
	width: fit-content;
	border: none;
	font-size: 15px;
	cursor: pointer;
	margin-bottom: 10px;
}

.s2 {
	max-height:0;
	overflow: hidden;
	transition:  max-height 0.7s ease;
	background-color: gainsboro;
	text-align: left;
	width: 20vw;
	background-color: rgba(255,255,255, 0.6); /* Semi-transparent white */
  backdrop-filter: blur(15px);/* Apply blur to content behind */
  border-radius: 15px; /* Rounded corners */
	transform: translate(10vw,42vh);
	margin-top:-20px;
  display: flex;
  flex-direction: column; 
	position: absolute;
	

}


.s2 a {
	display: block;
	padding: 10px;
	font-family: "SF Pro";
	padding-left: 20px;
	font-size: 15px;

}



.s2 a::before {
	visibility: hidden;
	display: inline;
}

.s2 a:hover {
	background-color: rgba(211,211,211, 0.6);
}
.s2 a:hover::before {
	content:"✓";
	visibility: visible;
	display: inline;


}

.smallmnu {
	position: fixed;
	background-color:rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(15px);
	z-index: 1000000;
	top: 0vh;
	height: fit-content;
	width: 100vw;
	flex-direction: row;
	align-items: center;
	text-align: center;
	z-index: 1000000;
	display: none;
	border-bottom: 0.5px solid black;
	padding: 0 0 10px 0;

}


.smallh {
	position: fixed;
	z-index: 10000;
	left: 5vw;
	top:0;
	margin: 0;
}
.smallh img {
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 1000000;

}


.smallm {
	position: relative;
	left: 80vw;
	top:0;
	width: fit-content;
	z-index: 1000000;
	display: none;
	margin: 0;
	padding: 0;
	display: none;

}

.s5 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border-radius: 15px;
  text-align: left;
  width: 100vw;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  padding: 0 10px; /* Some padding */
}

/* Mobile Menu Button (≡) */
.st2 {
  display: none; /* Hide by default */
  cursor: pointer;
}


.s6 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease;
  background-color: transparent;
  border-radius: 15px;
  text-align: left;
  margin-left: -80%;
  width: 100vw;
  height: 100vh;
  font-size: 25px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 0 10px;
  font-family: Helvetica;
}


@keyframes mn {
	from {
		opacity: 0;
	}
}

.s6 a {
	padding: 20px;
}
.st2.active  +.s6 {
    padding-bottom: 70vh;
  	animation: mn ease-in-out 2s;
}
input {
	background-color: rgba(255, 255, 255, 1); /* Semi-transparent white */
    border: 1px solid lightgray; /* Subtle border */
    border-radius: 10px; /* Rounded corners */
    padding: 10px;
    cursor: pointer;
   	width: 30vw;
}


label {
	font-family: 'Helvetica';

}
.designer {
	text-align: left;
	position: relative;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	padding-left: 0;
	font-size: 15px;
	left: 5vw;



}

.option {
	margin: auto;
	padding: 0;
	left: 3vw;
}

.option input[type="radio"] {
  position: relative;
  width: auto;
  height: auto;
  vertical-align: middle;
  text-align: left;
  margin: auto;
  flex-shrink: 0;
  padding: 0;
  margin-bottom: 5px;
  margin-right: 1vw;

}

.option label {
	position: relative;
	left: 1vw;
}

.date {
	font-size: 15px;
	margin: 0;
	margin-left: 0.5vh;

}


.date input {
	width: 40%;
	float: right;
	margin-right: 8vw;
	margin-left: 0;
}
#message {
	display: none;
	background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
  backdrop-filter: blur(15px); /* Apply blur to content behind */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
  border-radius: 30px; /* Rounded corners */
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  margin-bottom: 10px;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
text-align: center;
	line-height: 64vh;
font-family: 'IBM Plex Mono';
	font-weight: 300;

}

#message.show {
	  display: block;
	  transition: height 2s ease;
  -webkit-animation: fadeout 1s, 2.5s;
  animation: fadeout 1s 2.5s; 
}


@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

#loading {
	background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
  backdrop-filter: blur(15px); /* Apply blur to content behind */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
  border-radius: 30px; /* Rounded corners */
  padding: 10px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  margin-bottom: 10px;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 64vh;
font-family: 'IBM Plex Mono';
	font-weight: 300;
	 -webkit-animation: fadein 2s, 2.5s;


}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}
@media(max-width: 500px) {
  .bottom, .row,.row2,.sub,.contacts,.row3,.faqqs,#faqs,.faq,.messagess{
    flex-direction: column;
      }

  .bottom-container, .servicess2,.contacts {
    max-width: 100%;
  }
  .servicess,.sub{
  	flex-direction: column-reverse;
  }
.bottom{
	width: 100%;
	height: fit-content;
	position:relative;
	margin: 0;
	padding: 0;
	padding-top: 100px;
	margin-bottom: 200px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;

}

  .bottom img { 
	 margin: 0 auto;
  	margin-top: -30px;
    max-width: 90vw;  
    max-height: 70vh;
  transform: none;
  position: relative;
  color: black;
  	border-radius: 70px;
	 clip-path: none;
	 float: none;
	display: flex;
	padding: 0 auto;
	padding-bottom: 50px;

  }
  

 .bottom p{
  	margin-top: -30px;
  	margin-bottom: -30px;
  	font-size: 15px;
  	text-align: center;
  	width: fit-content;
	line-height: 20px;
  }

  #bottoms {
	scroll-margin-top: -100px;
  }

.nd {
 margin: auto;
  margin-bottom: 5vh;
  font-size: 20px;
  text-align:center;

}

h4 {
	text-align: center;
	margin: auto;
	font-size: 30px;
}

#faqs {
	height: fit-content;
	scroll-margin-top:0;
	margin: 0 auto;
	margin-top: 50px;
}
.home {
	top:-250px;
	float: left;
	flex-direction: flex-start;
	left: -50vw;
	scale:0.5;
	padding: 0;
	margin: 0;
}
.nextbtn {
	width: fit-content;
	height: fit-content;
	scale: 0.5;
	overflow: auto;
}
#front {
	height: 100vh;
	width:100vw;
	background-size: 200% 100%;
	background-position: 75%;
	background-image: url("IMG_3483.JPG");
}

.q,.starts,.s2{
width: fit-content;
height: fit-content;
scale:0.8;
	
}
h15 {
	font-size: 30px;

}
.row3{
  	padding: 20px;
 }

.forms, .row3,.bottom,.contacts {
  		flex-direction: column;
  	}




  .bottom,.servicess,.contacts, #faqs {
  	height: fit-content;
  	margin-bottom: 50px;
  }
	
.servicess {
	padding-bottom: 400px;
	margin-bottom: 100px;
	margin-top: 0px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
.faq {
	width: 70%;
	margin: 20px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	scale: 0.5;


}
h11 {
	font-size: 50px;
	margin: 0;
	position: absolute;
	left: -10px;
	text-align: center;
	margin-top: 120px;
	padding-bottom: 70px;
	margin-bottom: 70px;
	padding-right: 0 auto;
	padding-left: 0 auto;
	margin-left: 0 auto;
	margin-right: 0 auto;
	width: 100vw;


}

#h {
	scroll-margin-top: -5vh;
}

#faqs {
	padding-bottom: 350%;
	margin-bottom: 15vh;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;

}

.faqqs {
	position: absolute;
	text-align: left;
	scale: 0.85;
	width: fit-content;
	margin-top: 7vh;
	padding: 0 auto;


}
.collapsible, .h{
	width: 100%;
	text-align: center;
	font-family: 'Helvetica';
	font-weight: 300;
	animation: fqa ease-in-out 1.5s;
	margin-bottom: 15px;
	font-weight: 500;
}

.texts {
	width: 100%;
	text-align: center;
	margin-left:10% ;
}

.sub p {
	width: 100%;
	text-align: center;
	font-size: 25px;
	margin-right: 20%;
   background-color: rgba(255, 255, 255, 0.15); /* Semi-transparent white */
    backdrop-filter: blur(15px); /* Apply blur to content behind */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle border */
    border-radius: 15px; /* Rounded corners */
    padding: 30px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border-radius: 50px;
  margin-bottom: 0px;


}


.head {
	transform:translateY(-20px);
	margin-bottom:5px;
}
h2 {
	font-size: 250%;
	margin: 100px;
	margin-bottom:0;
	margin-left:20px;
	width: 100%;
}

h3 {
	margin-left:20px;

}
.s2 {
	margin-top:2px;
	width: 50vw;
	transform:translate(5vw,36.5vh);
}

.but {
	transform:translateY(-120px);
	position:absolute;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:20px;
}

.starts {
	margin-top:0;
	margin-bottom: 3px;
	transform:translate(1vw, 40vh);
}

.q {
	margin-top:25px;
	margin-bottom:0;
	transform:translate(1vw, 40vh);

}

.home,.home2,.home3,.home4 {
	display: none;
}

.nextbtn,.nextbtnt,.nextbtnt2,.nextbtnt3 {
	display: none;
}

.l2 {
	display: flex;
	flex-direction: row;
}
.texts {
	scale:0.8;
	margin-left: 0;
	text-align: center;
	padding: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
	margin-top: -10vh;
	margin-left: 0;
	gap: 3px;
	
}

.sub {
	height: 250px;
	width: 250px;
	text-align: center;
	position: relative;
	top: 0;
	left: 46vw;
	right: 65vw;


}

.contacts {
	width:100vw;
	padding: 0;
	margin: 0;
	margin-top: 5vh;
	height: fit-content;
	background-color: transparent;

}

.h7 {
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	justify-content: center;
}

.forms {
	position: relative;
	width:80%;
	flex-direction: column;
	text-align: center;
	margin: auto;
	justify-content: center;
	padding: 0;
	margin-top: 5vh;
	margin-bottom: 10vh;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	align-items: center;
    border-radius: 30px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5);
}

.three {
	width: 40%;
	height: fit-content;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;

}

.messagess{
	width:  70vw;
	display: flex;
	flex-direction: column;
	height: fit-content;
	margin: 0;
}

.designer {
  font-size: 14px;
  margin: 0;
  margin-left: 5vw;
  margin-bottom: 0;
}

.bo {
	display: flex;
	flex-direction: row;

}

.buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	width: fit-content;
	padding: auto;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	gap: 5vw;
}

.option label {
	position: relative;
	margin-left: 0vw;
	padding: 0px;
	left: 0;
	text-align: left;

}



.option input[type="radio"] {
  width: 5vw;
  height: 5vh;
  vertical-align: middle;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  margin-right: 0;


}

#c,#a {
	margin: 0;
	
}
.words{
	display: flex;
	flex-direction: row;
	align-items:flex-start;
	width: fit-content;
	padding: 20px;
  	gap: 5.5vw;
	margin-bottom: 0vh;
	margin-top: 5vh;
	margin-left: 0 auto;
	margin-right: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.smallm {
	display: block;
}
.st2 {
    display: block; 
	border: none;
	background-color: transparent;
	font-size: 30px;
	height: fit-content;
	width: fit-content;
	color: black
	padding: auto;
	transition: transform 1s ease-in-out;
	margin: 0;
	padding: 0;

  }

  button {
	color: black;
  }

  .smallmnu {
	display:flex;
  }


body {
	overflow: visible;
	resize: auto;
	max-width: 500px;
	overflow-x: hidden;
	scrollbar-width: none;
	touch-action: pan-y;
	scroll-padding: 0;
	scrollbar-width: none;
	overflow-x: hidden ;
	overflow-y: scroll;
	background-color: transparent;

}

}


