
@font-face {
	font-family: 'Meko';
	src: url('Fonts/Meko.woff') format('woff');
}
@font-face {
	font-family: 'Qood';
	src: url('Fonts/Qood.woff') format('woff');
}

@font-face {
	font-family: 'Century Gothic';
	src: url('Fonts/CGR.woff') format('woff');
}

@font-face {
	font-family: 'Didot';
	src: url('Fonts/Didot.woff') format('woff');
}

@font-face {
	font-family: 'DidotB';
	src: url('Fonts/Didot Bold.woff') format('woff');
}

@font-face {
	font-family: 'DidotIT';
	src: url('Fonts/Didot Italic.woff') format('woff');
}

@font-face {
	font-family: 'Inter';
	src: url('Fonts/Inter-SemiBold.woff') format('woff');

}@font-face {
	font-family: 'Priestacy';
	src: url('Fonts/Priestacy.woff') format('woff');
}

html,
body{
	overflow-x:hidden;
	
	
}

::-webkit-scrollbar {
  display: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}


.expandable-container2 {
	display: none !important;
}

.hide2{
	display: none !important;
}


nav {
	display:block;
	box-sizing:border-box;
	overflow-x:hidden;
}
*,*:before,*:after{
	box-sizing:inherit;
}

body{
	background-image:  url("Img/BG.jpg");
	background-repeat:  no-repeat;
	background-size: 100vw;
	bachground-position:  100% 50%;
	background-attachment: fixed;
	margin: 0;
    background-color: #000;
	
}
header{
	text-align:center!important;
}

footer{
	
	text-align: center;
	align-items: center;
	font-size: 14px!important;
	font-family: "Century Gothic";
	color:#000!important;
	background-color: #1E1D1D;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-top: 0.5px solid #7A7A7C;
	
}

#menuBtn{
    display: block;
    background-color: transparent;
	font-size: 25px !important;
    border: none;
    box-shadow: none;
    
    padding-top: 10px;
    position: fixed;
    right: 10px;
	cursor:pointer;
	float:right!important;
}

.visuallyHidden {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

.hidden {
    display: none; 
}

.hamburger {
    margin: 0;
    margin-top: 20px;
	padding-right: 20px;
    width: 40px;
    height: 20px;
    position: relative;
	z-index: 1000;
	box-sizing:border-box;
}

.hamburger .bar {
	
    padding: 0;
    width: 30px;
    height: 1.5px;
    background-color: #717275;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 9.0px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

.hamburger4 .bar4 {
    top: 9.0px;
}

.hamburger4 .bar5 {
    bottom: 0px;
}

.hamburger4 .bar {
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
    width: 1px;
    transform: rotate(90deg);
    left: 13.5px;
}

.hamburger4 .bar3 {
    width: 1px;
    left: 13.5px;
    
}

.checkbox4:checked + label > .hamburger4 > .bar1{
    top: 13.5px;
    background-color: transparent;
	width: 0px;
}

.checkbox4:checked + label > .hamburger4 > .bar2{
    left: 0px;
    width: 30px;
    transform: rotate(45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar3{
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar4{
    background-color: transparent;
	width: 0px;
}

.checkbox4:checked + label > .hamburger4 > .bar5{
    bottom: 13.5px;
    background-color: transparent; 
	width: 0px;
}

#menuBtn:hover .bar2,
#menuBtn:hover .bar3,
#menuBtn:hover .bar4,
#menuBtn:hover .bar5,
#menuBtn:hover .bar4,
#menuBtn:hover .bar1{
	background-color:#fff!important;
		
}

.menu{
	border:none;
	display:block;
	font-size: 25px;
	padding:8px 16px;
	font-family: "Meko";
	text-decoration:none;
	color: #7A7A7C;
	background-color: #1E1D1D;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	
}

.menubar{
	height: 100%;
	width: 100%;
	background-color: #1E1D1D!important;
	padding-top: 30vh;
	position:fixed!important;
	z-index:950;
	overflow:auto;
}

.menu:hover{
	color:#fff!important;
	background-color: #7A7A7C;	
}

.menu{
	-webkit-touch-callout:none;
	-webkit-user-select:none;-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;user-select:none}   

.menu:disabled{
	cursor:not-allowed;
	opacity:0.3;
}

.menutext{
	color:#A6A6A7;
	background-color: #1E1D1D!important;
}

.menutext:hover{
	
	background-color: #1E1D1D!important;
}

.animate-top{
	position:relative;
	animation:animatetop 1.5s;
}

@keyframes animatetop{from{
	top:-300px;
	opacity:0} to{top:0;opacity:1;
	}
}

.header2{
		min-height: 270px;
		height: 65vh;
		max-height: 350px;
		display: flex;
		justify-content: center;
		align-items: center;
}

.XBtn{
	font-size: 32px;
	color:#fff!important;
	background-color: #1E1D1D!important;
	position:absolute;
	right:0;
	top:0;
}

.about{ 
	position: relative;
    align-items: center;
	text-align: center;
	max-width: 680px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	padding-bottom: 0px;
	border-radius: 40px;
	background-color: #1E1D1D;
	background-color:  rgba( 25, 24, 25, 1); 
	backdrop-filter: blur(30px);	
    border: 1.2px solid #7A7A7C;	
	overflow: hidden;
	z-index: 4;
}

.aboutTxt{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	background-color: #1E1D1D;
	font-size: 10px;
	color: #9FECFD;
	font-family: "Century Gothic";
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom: 1px solid #7A7A7C;
	cursor: pointer;
	z-index: 5;
	
}



.Purple{
	color: #EFC6FA;
}

.Blue{
	color: #9FECFD;
}
.Textcon{
	 
	text-align: center;
	margin-top:  1px;
	margin-bottom: 15px;
    max-width: 600px;
    padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
    padding-bottom: 30px;
	
}

.Textcon2{
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top:  15px;
	margin-bottom: 15px;
    max-width: 100%;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
    padding-bottom: 0px;
	 
  
}

.text > p > div {
  background: linear-gradient(
    to left,
    rgb(255, 255, 255) 50%,
    rgb(37, 37, 37) 50%
  );
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  /*   margin-bottom: -250px; */
  margin-left: 10px;
  line-height: 1.2;
  /*   outline: 6px dotted teal; */
  font-size: 15px;


}

f1 {
	font-size: 10px;
	color: #B4B1BD;
	font-family: "Century Gothic";
	padding-top: 15px;
	padding-bottom: 15px;
}

h1{
	font-size: 40px;
	font-family: "Meko";
	color: #B4B1BD;
	font-weight: lighter;
	margin-top: 100px;
	animation: fadeIn 4s forwards;
}

h2{
	justify-content: center;
	text-align: center;
	align-items: center;
	width: 60%;
	font-size: 24px;
	font-family: "Century Gothic";
	color: #C352FF;
	font-weight: lighter;
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-width: 100%;
	animation: fadeIn 4s forwards;
}

h3{
	width: 60%;
	font-size: 24px;
	font-family: "Century Gothic";
	
	font-weight: lighter;
	line-height:100%;
	margin-top: 15px;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 24px;
	padding-right: 20px;
	padding-left: 25px;
	opacity: 0;
	animation: fadeIn 5s forwards;
	animation-delay: .5s;
}

h4{
	width: 60%;
	font-size: 24px;
	font-family: "Century Gothic";
	
	font-weight: lighter;
	line-height:100%;
	margin-top: 15px;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 24px;
	padding-right: 20px;
	padding-left: 20px;
	opacity: 0;
	animation: fadeIn 5s forwards;
	animation-delay: 1s;
}

h5{
	width: 60%;
	font-size: 24px;
	font-family: "Century Gothic";
	
	font-weight: lighter;
	line-height:100%;
	margin-top: 15px;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 24px;
	padding-right: 20px;
	padding-left: 20px;
	opacity: 0;
	animation: fadeIn 5s forwards;
	animation-delay: 1.5s;
}


b1{
	
	font-size: 18px;
	font-family: "Century Gothic";
	color: #B4B1BD;
	font-weight: lighter;
	animation: fadeIn 5s forwards;
}

b2{
	text-align: center;
	font-size: 14px;
	font-family: "Century Gothic";
	color:  #B4B1BD;
	font-weight: lighter;
	margin: 1;
	animation: fadeIn 6s forwards;
	
}

b3{
	text-align: center;
	font-size: 18px;
	font-family: "Century Gothic";
	color:  #E8EBEE;
	font-weight: lighter;
	max-width: 600px;
	margin: 1;
	animation: fadeIn 3s forwards;	
}

b4{
	text-align: center;
	font-size: 54px;
	font-family: "Priestacy";
	color:   #B92AF4;
	font-weight: lighter;
	max-width: 600px;
	margin: 1;
	line-height: 75px;
	vertical-align: bottom;
	animation: fadeIn 3s forwards;	
}

b5{
	text-align: center;
	font-size: 24px;
	font-family: "Century Gothic";
	color:   #FFF;
	font-weight: lighter;
	max-width: 600px;
	margin: 1;
	line-height: 41px;
	animation: fadeIn 3s forwards;	
}

b55{
	text-align: center;
	font-size: 26px;
	font-family: "Inter";
	color:   #FFF;
	font-weight: lighter;
	max-width: 600px;
	margin: 1;
	line-height: 41px;
	animation: fadeIn 3s forwards;	
}


b6{
	text-align: center;
	font-size: 18px;
	font-family: "Century Gothic";
	
	color:   #B92AF4;
	font-weight: bold;
	max-width: 600px;
	margin: 1;
	animation: fadeIn 3s forwards;	
}

b7{
	text-align: center;
	font-size: 18px;
	font-family: "Inter";
	color:   #10D6FB;
	font-weight: bolder;
	max-width: 600px;
	margin: 1;
	animation: fadeIn 3s forwards;	
}

b8{
	text-align: center;
	font-size: 54px;
	font-family: "Qood";
	color:   #7B7C7D;
	font-weight: normal;
	max-width: 600px;
	margin: 1;
	margin-right: -5px;
	line-height: 37px;
	animation: fadeIn 3s forwards;	
}

b9{
	text-align: center;
	font-size: 19px;
	font-family: "Century Gothic";
	color:   #7B7C7D;
	font-weight: bold;
	max-width: 600px;
	margin: 1;
	animation: fadeIn 3s forwards;	
}

b10{
	text-align: center;
	font-size: 18px;
	font-family: "Inter";
	color:   #10D6FB;
	font-weight: bold;
	max-width: 600px;
	margin: 1;
	animation: fadeIn 3s forwards;	
}

b11{
	text-align: center;
	font-size: 54px;
	font-family: "DidotIT";
	color:   #CFE200;
	font-weight: lighter;
	max-width: 600px;
	margin: 1;
	line-height: px;
	animation: fadeIn 3s forwards;	
}

b12{
	text-align: center;
	font-size: 19px;
	font-family: "Century Gothic";
	color:  #CFE200;
	font-weight: bold;
	max-width: 600px;
	margin: 1;
	animation: fadeIn 3s forwards;	
}

b13{
	text-align: center;
	font-size: 18px;
	font-family: "Inter";
	color:   #10D6FB;
	font-weight: bold;
	max-width: 600px;
	margin: 1;
	animation: fadeIn 3s forwards;	
}


.Tbutton:hover{
	color:#fff!important;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 25px;
}

.Tbutton{
	height: 47px;
	border: 1px solid #7A7A7C;
	border-radius: 25px;;
	display:inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:  20px;
	margin-bottom:  40px;
	padding-top: 0px;
	padding-bottom: 2px;
	vertical-align:middle;
	overflow:hidden;
	font-size: 14px;
	font-family: "Century Gothic";
	text-decoration:none;
	color:#7A7A7C!important;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	
}

.Clear:after,.Clear:before{
	content:"";
	display:table;
	clear:both;
}

.bar-block{
	width:100%;
	display:block;
	padding:8px 16px;
	text-align:center;
	border:none;
	white-space:normal;
	float:none;
	outline:0;
}

.content{
	max-width:1580px;
	margin-left:auto;
	margin-right:auto;
}


.row:after,.row:before,.row-padding:after,.row-padding:before{
	content:"";
	display:table;
	clear:both;
}

.Toggle{
	padding-top:16px!important;
	padding-bottom:16px!important;
}

.row-padding,.row-padding>.third,.row-padding{
	padding:0 8px;
}

.third{float:right;width:100%}






a:link {
	color:  #B4B1BD;
	text-decoration: none;
}
a:visited {
	color:  #B4B1BD;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color:  #B4B1BD;
	text-decoration: none;
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
 }




@media (min-width:601px){.third{width:33.33333%}
}

@media screen and (max-width: 600px){
	
	#menuBtn {
        font-size: 25px !important;
    }
	.hamburger {
    margin: 0;
    margin-top: 20px;
	padding-right: 20px;
    width: 33px;
    height: 15px;
    position: relative;
	z-index: 1000;
}

.hamburger .bar {
	
    padding: 0;
    width: 23px;
    height: 1px;
    background-color: #717275;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 7.0px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

.hamburger4 .bar4 {
    top: 7.0px;
}

.hamburger4 .bar5 {
    bottom: 0px;
}

.hamburger4 .bar {
    transition: all 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}

.hamburger4 .bar2 {
    width: 1px;
    transform: rotate(90deg);
    left: 13.5px;
}

.hamburger4 .bar3 {
    width: 1px;
    left: 13.5px;
    
}

.checkbox4:checked + label > .hamburger4 > .bar1{
    top: 13.5px;
    background-color: transparent;
}

.checkbox4:checked + label > .hamburger4 > .bar2{
    left: 0px;
    width: 30px;
    transform: rotate(45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar3{
    left: 0;
    width: 30px;
    transform: rotate(-45deg);
}

.checkbox4:checked + label > .hamburger4 > .bar4{
    background-color: transparent;
	
}

.checkbox4:checked + label > .hamburger4 > .bar5{
    bottom: 13.5px;
    background-color: transparent; 
}



.hamburger4 .bar :hover{
	color:#fff!important;
	background-color: transparent;
	
}

	
	body{
		background-image: url("Img/BG2.jpg");    
	}
	
	.header{
		min-height: 85vh;
		max-height: 100%;
	}
	
	h1{
	font-size: 36px;
	}

	b1{
	font-size: 16px;
	}

	b2{
	font-size: 12px;
		
	}
	
	.Textcon{
	 
	
    padding-left: 20px;
	padding-right: 20px;
	
	}
	
	
	
	
	
@media screen and (max-width: 400px){
	
	body{
		background-image: url("Img/BG3.jpg");	    
	}
	.header{
		min-height: 85vh;
		max-height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}














