@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,700;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,200&display=swap');

body, html {
	height: 100%;
	margin: 0;
  }

  p{
	color: rgb(95, 95, 95);
  }
  ::-webkit-scrollbar{
	width: 0;
  }
  
  .bg {
	/* The image used */
	background-image: url("mf/ContactSheet-001.jpg");
  
	/* Full height */
	height: 100%; 
  
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
  }

.txt {
	position:absolute;
	top:40%;
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size: 100px;
	letter-spacing:8px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.mark{
	position: absolute;
	top: 96%;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color: #ffffff;
	word-spacing: 200px;
	letter-spacing: 10px;
}


 /*img*/
.guru, .guru1, .guru2 {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

  }

.guru{
	background-image: url('mf/WhatsApp Image 2023-07-13 at 21.58.57.jpeg');
	min-height:500px;
	filter: brightness(.8);
	
}
.guru1{
	background-image: url('mf/WhatsApp Image 2023-07-13 at 21.52.37.jpeg');
	min-height:500px;
	filter: brightness(.9);
}
.guru2{
	background-image: url('mf/1\ \(4\).jpeg');
	min-height:500px;
	filter: brightness(.9);
}
.section{
	text-align:center;
	padding:50px 80px;
	letter-spacing: 3px;
	text-transform: uppercase;
  }
  .section-light{
	background-color:rgb(245, 245, 245);
	color:#363636;
  }
  .about {
	position: absolute;
	top: 100%;
  }
  
.or h3{
	font-size: 35px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	word-spacing: 3px;
}

.pp h3{
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
	font-size: 25px;
}
.pp p{
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}
/*button*/
.button-30 {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 2px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-30:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}


.go h3{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	word-spacing: 3px;
}

.go1 h3{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	word-spacing: 3px;
}

.go2 h3{
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	word-spacing: 3px;
}




@media screen and (max-width: 627px) {
	.section{
		font-size: 25px;
	}
	.txt{
		font-size: 60px;
	}
}