
 a {
	 font-family: "Montserrat", sans-serif;
	 font-optical-sizing: auto;
	 font-weight: 350;
	 font-style: normal;
	 font-size: large;
}
::-webkit-scrollbar {
    display: none;
}
* {
	margin: 0;
	padding: 0; 
	box-sizing: border-box;
	font-family: "Montserrat";

	
}
body {
	background-image: url("https://gratisography.com/wp-content/uploads/2020/12/gratisography-warm-golden-clouds-free-stock-photo.jpg");
	background-repeat:no-repeat;
	background-size: cover ;

	min-height: 100vh;
	overflow-x: hidden;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;

}

.logo {
	pointer-events: none;
}

.parallax {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}


#text {
	
	position: absolute;
	font-size: 4.5em;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

.parallax img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
}

.sec:not(.card-group){
	position: relative;
	text-align: center;
	background: #0D1B2A;
	padding: 200px
}

.introtext {
	font-size: 3em;
	color: #fff;
	display: inline
}

.sec p{
	color: #fff;
}

.scroller {
	overflow: scroll;
}
.rainbow {
		background: linear-gradient(
			to right,
			#415A77 20%,
			#1B263B 30%,
			#778DA9 70%,
			#415A77 80%
		);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparent;
		background-size: 500% auto;
		animation: textShine 5s ease-in-out infinite alternate;
	}
@keyframes textShine {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}


/* CSS */
.button-46 {
  align-items: center;
  background-color: rgba(240, 240, 240, 0.26);
  border: 1px solid #DFDFDF;
  border-radius: 16px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 18px;
  justify-content: center;
  line-height: 28px;
  max-width: 100%;
  padding: 14px 22px;
  text-decoration: none;
  transition: all .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.button-46:active,
.button-46:hover {
  outline: 0;
}

.button-46:hover {
  background-color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.19);
}

@media (min-width: 768px) {
  .button-46 {
    font-size: 20px;
    min-width: 200px;
    padding: 14px 16px;
  }
}

.description {
	width: 25%;
	margin:auto;
}

button {
	position: relative;
	overflow: hidden;
	border: 1px solid #18181a;
	color: #18181a;
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	padding: 18px 18px 17px;
	text-decoration: none;
	cursor: pointer;
	background: #fff;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
   }
   
   button span:first-child {
	position: relative;
	transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
	z-index: 10;
   }
   
   button span:last-child {
	color: white;
	display: block;
	position: absolute;
	bottom: 0;
	transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
	z-index: 100;
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translateY(225%) translateX(-50%);
	height: 14px;
	line-height: 13px;
   }
   
   button:after {
	content: "";
	position: absolute;
	bottom: -50%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	transform-origin: bottom center;
	transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
	transform: skewY(9.3deg) scaleY(0);
	z-index: 50;
   }
   
   button:hover:after {
	transform-origin: bottom center;
	transform: skewY(9.3deg) scaleY(2);
   }
   
   button:hover span:last-child {
	transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
   }


h4{
	color: #fff;
}


.card-title {
	color: #fff !important;
}