html {
  overflow-x: hidden;
}

@font-face {
	font-family: minecraft;
	src: url(minecraft-ten-lowercase.ttf);
}

body {
	background: #0e0b15;   
	padding: 0px 0px;
	color: #0;
	line-height: normal;
	margin: 0px 0px;
}

a:link { 
  text-decoration: none; 
  color: #00d0ff;
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}

:link:focus, :visited:focus {outline: none;}


@media screen and (min-width: 992px) {
	h1 {
		color: #FFF;
        font-family: Bricolage Grotesque, sans-serif; 
		font-size: 3.5rem;
		font-style: normal;
		font-weight: 800;
		line-height: normal;
    font-variation-settings:
    "wdth" 100;
	}
  }
@media screen and (max-width: 992px) {
	h1 {
		color: #FFF;
        font-family: Bricolage Grotesque, sans-serif; 
		font-size: 5.3rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
    font-variation-settings:
    "wdth" 100;
	}
  }

  @media screen and (min-width: 992px) {
	h2 {
		color: #FFF;
        font-family: Bricolage Grotesque, sans-serif; 
		font-size: 2.8rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
        font-variation-settings:
    "wdth" 100;
	}
  }
@media screen and (max-width: 992px) {
	h2 {
		color: #FFF;
        font-family: Bricolage Grotesque, sans-serif; 
		font-size: 5rem;
		font-style: normal;
		font-weight: 700;
		line-height: 3rem;
        font-variation-settings:
    "wdth" 100;
	}
  }

  @media screen and (min-width: 992px) {
	h3 {
		color: #FFF;
        font-family: Bricolage Grotesque, sans-serif; 
		font-size: 1.8rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
        font-variation-settings:
    "wdth" 100;
	}
  }
@media screen and (max-width: 992px) {
	h3 {
		color: #FFF;
        font-family: Bricolage Grotesque, sans-serif; 
		font-size: 4rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
        font-variation-settings:
    "wdth" 100;
	}
  }

  @media screen and (min-width: 992px) {
	p {
		color: #FFF;
        font-family: Bricolage Grotesque, sans-serif; 
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.7rem;
    font-variation-settings:
    "wdth" 100;
	}
  }
@media screen and (max-width: 992px) {
	p {
		color: #FFF;
        font-family: Bricolage Grotesque, sans-serif; 
		font-size: 3rem ;
		font-style: normal;
		font-weight: 400;
    line-height: 3.2rem;
    font-variation-settings:
    "wdth" 100;
	}
  }




  p.subtitle {
    color: #bbbbbb;	
    font-style: italic;
}


.new {
  color: #ffffff;	
  font-style: italic;
  background-color: #b02a1e;
  border-radius: 50px;
  display: inline-block;
  padding-left: 1.2vw;
  padding-right: 1.2vw;
  margin-top: 1.5vw;
  margin-bottom: 0vw;
}


@media screen and (min-width: 1101px) {
	.new {
    font-size: 100vw;
	}
  }

  
.modmenu {
  display: flex;
  flex-direction: row;
  align-items: center;
}



  .modbutton {
    background-color: #171323;
    border-radius: 10px;
    color: #FFF;
    font-size: 1.4vw;
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;	
    margin-top: 0.8vw;
    margin-bottom: -0.5vw;
    padding-left: 2.2vw;
    padding-right: 2.2vw;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    transition: 0.3s;
    display:inline-block;
  }
  
  @media screen and (max-width: 1100px) {
    .modbutton {
      font-size: 5vw;
    }
    }

  .modbutton:hover {
    background-color: #424242;
    border-radius: 10px;
    color: #FFF;
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;	
    margin-top: 0.8vw;
    margin-bottom: -0.5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
    transition: 0.3s;
    
  }





b {
    color: #4ea346
}

.red {
  color: #b02a1e
}




    @media screen and (min-width: 1101px) {
        .whiteband {
            background: rgb(255,255,255);
            background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #494069 13%, #494069 87%, rgba(255,255,255,0) 100%);
            margin-left: 8vw;
            margin-right: 8vw;
            margin-top: 5%
            color: #FFF;
            font-size: 1px;
            }
      }
@media screen and (max-width: 1100px) {
    .whiteband {
        background: rgb(255,255,255);
            background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #494069 13%, #494069 87%, rgba(255,255,255,0) 100%);
        margin-left: 7vw;
        margin-right: 7vw;
        margin-top: 5%
        color: #FFF;
        font-size: 1px;
        }
}



 @media screen and (min-width: 1101px) {
        .fullscreen {
            margin-left: 15%;
            margin-right: 15%;
            width: 70%
        }
      }
@media screen and (max-width: 1100px) {
    .fullscreen {
        margin-left: 0%;
        margin-right: 0%;
        margin-top: ;
        width: 100%
    }
}

@media screen and (min-width: 1101px) {
	.box {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
  }
@media screen and (max-width: 1100px) {
	.box {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
  }

  @media screen and (min-width: 1101px) {
	.boxmenu {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
        margin: 5% 8%;
	}
  }
@media screen and (max-width: 1100px) {
	.boxmenu {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
          margin: 15% 6%;
	}
  }

  @media screen and (min-width: 1101px) {
	.mobileyes {
		display: none;
	}
    .mobileno {
		display: box;
	}
  }
@media screen and (max-width: 1100px) {
	.mobileyes {
		display: box;
	}
    .mobileno {
		display: none;
    
	}
}



.wrapbox {
  display: flex;
	flex-wrap: wrap;
	gap: 1.2rem 1.2rem;
	justify-content: center;
  padding: 0 3%;

  
}

.homewrapbox {
  display: flex;
	flex-wrap: wrap;
	gap:15px;
	justify-content: center;
	padding: 10px;
}



@media screen and (min-width: 1101px) {
  .teammember {
    display: inline-block;
    height: auto;
    width: 220px;
    overflow:hidden;
    cursor: pointer
  }
}
@media screen and (max-width: 1100px) {
  .teammember {
    display: flexbox;
    height: auto;
    width: 350px;
    overflow:hidden;
    cursor: pointer
  }
}


@media screen and (min-width: 1101px) {
  .teammember .whiteband {
      background: #4ea346;
      background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #4ea346 20%, #4ea346 80%, rgba(255,255,255,0) 100%);
      margin-left: 2vw;
      margin-right: 2vw;
      margin-top: 0px
      color: #FFF;
     font-size: 1px;
      transition: 0.5s ease-in-out;
      }
  
      .teammember:hover .whiteband {
        background: #60c956;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #60c956 25%, #60c956 75%, rgba(255,255,255,0) 100%);
        margin-left: 1vw;
        margin-right: 1vw;
        margin-top: 0px
        color: #FFF;
     font-size: 1px;
        }
      
      .teammember:hover b {
          color: #60c956;*
          }
        }
@media screen and (max-width: 1100px) {
  .teammember .whiteband {
    background: #4ea346;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #4ea346 20%, #4ea346 80%, rgba(255,255,255,0) 100%);
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 1%
    color: #FFF;
    font-size: 1px;
    }
}

@media screen and (min-width: 1101px) {
	.teammember p {
        font-size: 1.3rem;	
        line-height: 1.3rem
	}
  }
@media screen and (max-width: 1100px) {
	.teammember p {
         font-size: 4vw;
        	line-height: auto	
	}
  }

  

  .teammember img {
    margin-top: 1vw;
    margin-bottom: 0vw;
    transition: 1s;
    }

    .teammember:hover img {
      margin-top: 0vw;
      margin-bottom: 1vw;
      }




@media screen and (min-width: 1101px) {
  .teammember img {
    height: 11vw;
    width: auto; 
  }
  }
@media screen and (max-width: 1100px) {
  .teammember img {
    height: 35vw;
    width: auto; 
  }
  }

  @media screen and (min-width: 1101px) {
    .teammember img.landscape {
      height: 7vw;
      margin-top: 5vw;
      width: auto; 
      
      margin-bottom: 0vw;
      transition: 1s;
    }
    }
  @media screen and (max-width: 1100px) {
    .teammember img.landscape {
      height: 22vw;
      margin-top: 13vw;
      width: auto; 
      
      margin-bottom: 0vw;
      transition: 1s;
    }
    }


      .teammember:hover img.landscape {
        margin-top: 4vw;
        margin-bottom: 1vw;
        }

  .member{
    background-color: #171323;
    border: 1px solid #494069;
  }

    .member:hover{
      transition: 0.5s;
    background-color: #241e39;
  }

  @media screen and (min-width: 1101px) {
  .member {
    display: inline-block;
    height: 22rem;
    border-radius: 30px;
    width: 230px;
    height: 380px;
    overflow:hidden;
    cursor: pointer;
 
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1100px) {
  .member {
    display: flexbox;
    height: auto;
        width: 25rem;
    height: 39rem;
    padding: 20px 10px;
    border-radius: 25px;
    overflow:hidden;
    cursor: pointer
  }
}


@media screen and (min-width: 1101px) {
  .member .whiteband {
      background: #4ea346;
      background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #4ea346 20%, #4ea346 80%, rgba(255,255,255,0) 100%);
      margin-left: 2vw;
      margin-right: 2vw;
      margin-top: 0px
      color: #FFF;
      font-size: 1px;
      transition: 0.5s ease-in-out;
      }
  
      .member:hover .whiteband {
        background: #60c956;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #60c956 25%, #60c956 75%, rgba(255,255,255,0) 100%);
        margin-left: 1vw;
        margin-right: 1vw;
        margin-top: 0px
        color: #FFF;
        }
      
      .member:hover b {
          color: #60c956;*
          }
        }
@media screen and (max-width: 1100px) {
  .member .whiteband {
    background: #4ea346;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #4ea346 20%, #4ea346 80%, rgba(255,255,255,0) 100%);
    margin-left: 3vw;
    margin-right: 3vw;
    margin-top: 1%;
    margin-bottom: 2%;
    font-size: 1px;
    }
}

@media screen and (min-width: 1101px) {
	.member p {
        font-size: 1.3rem;	
        line-height: 1.3rem
	}
  }
@media screen and (max-width: 1100px) {
	.member p {
        font-size: 4vw;
        	line-height: auto	
	}
  }

  .member img {
    margin-top: 1vw;
    margin-bottom: 0vw;
    transition: 1s;
    }





@media screen and (min-width: 1101px) {
  .member img {
    height: 10rem;
    width: auto; 
  }
  }
@media screen and (max-width: 1100px) {
  .member img {
    height: 10rem;
    width: auto; 
  }
  }

  @media screen and (min-width: 1101px) {
    .member img.landscape {
      height: 7vw;
      margin-top: 5vw;
      width: auto; 
      
      margin-bottom: 0vw;
      transition: 1s;
    }
    }
  @media screen and (max-width: 1100px) {
    .member img.landscape {
      height: 22vw;
      margin-top: 13vw;
      width: auto; 
      
      margin-bottom: 0vw;
      transition: 1s;
    }
    }


      .member:hover img.landscape {
        margin-top: 4vw;
        margin-bottom: 1vw;
        }


!============================TOP MENU===================================================

div.buttonfixed {
  position: fixed;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  width: 100%;
  top: 1vw;
  z-index: 10;
  display: none;
} 


@media screen and (min-width: 1101px) {
	div.buttonfixed {
    align-items: center;
	  display: flex;
	  position: fixed;
	  width: 100%;
	  top: 0vw;
    background: #171323;
    top: 0; left: 0;
    z-index: 10;
    
	} 
  div.buttonfixed h3 {
		color: #FFF;
		font-style: normal;
		font-size: 1.6vw;
		font-weight: 700;
		line-height: 0%
	}
  }
@media screen and (max-width: 1100px) {
	div.buttonfixed {
		display: none;
		position: fixed;
		flex-wrap: wrap;
		width: 200%;
		top: 2vw;
		left: 30px;
		flex-direction: column;
	  }
	  .buttonfixedtop:focus-within > div.buttonfixed {
		display: flexbox;
		position: fixed;
		display: flex;
		flex-wrap: wrap;
		width: 200%;
		top: 2vw;
		left: 30px;
		flex-direction: column;
	  }
	div.buttonfixed h3 {
		color: #FFF;
		font-style: normal;
		font-size: 6vw;
		font-weight: 500;
		line-height: 0%
	}
}

div.buttonfixedtop {
	position: fixed;
	flex-wrap: wrap;
	display: flex;
	justify-content: center
	width: 100%;
	top: 2vw;
	z-index: 10;
	left: 30px;
  } 
  
  @media screen and (min-width: 1101px) {
	  div.buttonfixedtop {
		display: flex;
		position: fixed;
		width: auto;
		width: 100%;
		top: 2vw;
		left: 30px;
	  } 
	}
  @media screen and (max-width: 1100px) {
	  div.buttonfixedtop {
		  display: flexbox;
		  position: fixed;
		  flex-wrap: wrap;
		  width: 200%;
		  top: 2vw;
		  left: 30px;
		  flex-direction: column;
		}
	  div.buttonfixedtop h3 {
		  color: #FFF;
		  font-style: normal;
		  font-size: 6vw;
		  font-weight: 500;
		  line-height: 0%
	  }
  }

aside {
  width: 100%;
  padding-left: 0rem;
  margin-left: 0rem;
  float: left;
  color: #0
}	


@media screen and (min-width: 1101px) {
  .button {
    color: white;
    cursor: pointer;
    line-height: 0px;
    justify-content: center; 
    align-items: center;
    border-radius: 30px;
    width: 17%;
    transition: 0.20s
  }
  }
@media screen and (max-width: 1100px) {
  .button {
    color: white;
    cursor: pointer;
    display: flex
    line-height: 0px;
    justify-content: center; 
    align-items: center;
    border-radius: 30px;
    width: 47%;
    background: #000000b0;
    backdrop-filter: blur(7px);
  }
}


.buttonback {
	color: white;
	cursor: pointer;
	line-height: 0px;
	justify-content: center; 
	align-items: center;
	background-color: #ffd500;
	border-radius: 30px;
	width: 5%;
	transition: 0.20s
}

@media screen and (min-width: 1101px) {
	.buttonback {
		color: white;
		cursor: pointer;
		line-height: 0px;
		justify-content: center; 
		align-items: center;
		background-color: #ffd500;
		border-radius: 30px;
		width: 5%;
		transition: 0.20s
	}
	.buttonback h3 {
		display: none;
	}
  }
@media screen and (max-width: 1100px) {
	.buttonback {
		color: white;
		cursor: pointer;
		line-height: 0px;
		justify-content: center; 
		align-items: center;
		background-color: #ffd500;
		border-radius: 30px;
		width: 20%;
		transition: 90s
	}
	.buttonback:hover { 
			background-color: #ffd500;
			width: 20%;
	}
	
}
	
.buttonback:hover { 
	background-color: #ffd500;
	filter: drop-shadow(0px 0.6vw 0 #ffb300);
	width: 6%;
}

.menubutton {
	backdrop-filter: blur(5px)
	color: white;
	cursor: pointer;
	display: flex
	line-height: 0px;
	justify-content: center; 
	align-items: center;
	border-radius: 30px;
	width: 47%;
    background: #000000b0;
    backdrop-filter: blur(7px);
}


@media screen and (min-width: 1101px) {
	.menubutton {
		display: none;
	  }	
  }
@media screen and (max-width: 1100px) {
	.menubutton {
		display: flex
	  }	
  }

  <!-- image gallery-->

  .gallery{
      display: inline-block;
      margin: 5px;
      width: 200px;
    transition: 0.20s;
    background-color: #8c00d2;
    border-radius: 50px; 
    "align-items: center;
    justify-content: center;"
  }
  
  .gallerbig{
      margin: 5px;
      width: 200px;
    transition: 0.20s;
    background-color: #8c00d2;
    border-radius: 50px; 
    "align-items: center;
    justify-content: center;"
  }
  
  .gallery .description{
      padding: 10px;
      text-align: center;
    
    
  }
  .galleryhover{
  background-color: #c022ff;
  border-radius: 50px; 
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  }
  .gallery img{
      width: 30%;
      height: auto;
    float: left;
    width:  300px;
    height: 200px;
    object-fit: cover;
    border-radius: 30px; 
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    transition: 0.5s;
    border: 2px solid #000000; 
    filter: drop-shadow(0px 5px 0 #000000);
  }
  
  .gallery img:hover{
    border: 2px solid #ffffff; 
    filter: drop-shadow(0px 5px 0 #ffffff);
    width:  355px;
    height: 200px;
      -webkit-transition: all 0.5s ;
         -moz-transition: all 0.5s ;
           -o-transition: all 0.5s ;
              transition: all 0.5s ;
  }
  
  .gallerybig img{
      width: 30%;
      height: auto;
    width:  90%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px; 
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    transition: 0.5s;
    border: 2px solid #000000; 
    filter: drop-shadow(0px 5px 0 #000000);
  }
  
  .gallerybig img:hover{
    border: 2px solid #ffffff; 
    filter: drop-shadow(0px 5px 0 #ffffff);
    width:  80%;
    height: 700px;
      -webkit-transition: all 0.5s ;
         -moz-transition: all 0.5s ;
           -o-transition: all 0.5s ;
              transition: all 0.5s ;
  }
  
  
  .gallery img.pr{
      width: 30%;
      height: auto;
    float: left;
    width:  900px;
    height: 200px;
    object-fit: cover;
    border-radius: 30px; 
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 26px;
    transition: 0.5s;
    border: 2px solid #000000; 
    filter: drop-shadow(0px 5px 0 #000000);
  }
  
  .gallery img.pr:hover{
    border: 2px solid #ffffff; 
    filter: drop-shadow(0px 5px 0 #ffffff);
    width:  1100px;
    height: 200px;
      -webkit-transition: all 0.5s ;
         -moz-transition: all 0.5s ;
           -o-transition: all 0.5s ;
              transition: all 0.5s ;
  }
  
  .gallery img.ft{
      width: 30%;
      height: auto;
    float: left;
    width:  300px;
    height: 300px;
    object-fit: cover;
    border-radius: 30px; 
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 26px;
    transition: 0.5s;
    border: 2px solid #000000; 
    filter: drop-shadow(0px 5px 0 #000000);
  }
  
  .gallery img.ft:hover{
    border: 2px solid #ffffff; 
    filter: drop-shadow(0px 5px 0 #ffffff);
    width:  400px;
    height: 280px;
      -webkit-transition: all 0.5s ;
         -moz-transition: all 0.5s ;
           -o-transition: all 0.5s ;
              transition: all 0.5s ;
  }
  
  .gallery img.af{
      width: 30%;
      height: auto;
    float: left;
    width:  300px;
    height: 400px;
    object-fit: cover;
    border-radius: 30px; 
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 26px;
    transition: 0.5s;
    border: 2px solid #000000; 
    filter: drop-shadow(0px 5px 0 #000000);
  }
  
  .gallery img.af:hover{
    border: 2px solid #ffffff; 
    filter: drop-shadow(0px 5px 0 #ffffff);
    width:  400px;
    height: 400px;
      -webkit-transition: all 0.5s ;
         -moz-transition: all 0.5s ;
           -o-transition: all 0.5s ;
              transition: all 0.5s ;
  }
  
  .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  
  @media screen and (min-width: 1101px) {
    .box {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
    }
    }
  @media screen and (max-width: 1100px) {
    .box {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    }
  
  .buttonbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 15%;
  }
  
  
  .largebutton2 {
    background-color: #5ac4d7;
    color: white;
    display: flex;
    cursor: pointer;
    line-height: 0px;
    justify-content: center; 
    align-items: center;
    padding: 0 100%;
    filter: drop-shadow(0px 0.6vw 0 #3491a1);
    border-radius: 30px;
    width: 40%;
    transition: 0.20s;
  }
  
  .largebutton2:hover {
    background-color: #82ebff;
    filter: drop-shadow(0px 0.6vw 0 #5ac4d7);
    width: 55%;
  }
  
  @media screen and (min-width: 1101px) {
    .largebutton2 {
      background-color: #5ac4d7;
      color: white;
      display: flex;
      cursor: pointer;
      line-height: 0px;
      justify-content: center; 
      align-items: center;
      padding: 0 100%;
      filter: drop-shadow(0px 0.6vw 0 #3491a1);
      border-radius: 30px;
      width: 40%;
      transition: 0.20s;
    }
    
    .largebutton2:hover {
      background-color: #82ebff;
      filter: drop-shadow(0px 0.6vw 0 #5ac4d7);
      width: 55%;
    }
    }
  @media screen and (max-width: 1100px) {
    .largebutton2 {
      background-color: #5ac4d7;
      color: white;
      display: flex;
      cursor: pointer;
      line-height: 0px;
      justify-content: center; 
      align-items: center;
      padding: 0% 1%;
      filter: drop-shadow(0px 0.6vw 0 #3491a1);
      border-radius: 30px;
      width: 200%;
      transition: 0.20s;
    }
    }
  
  @media screen and (min-width: 1101px) {
    img.mobileimg1 {
      width:30% ; 
  
    }
    }
  @media screen and (max-width: 1100px) {
    img.mobileimg1 {
      width:auto ; 
  
    }
  }
  
  .pf-container{
    position: relative;
    min-height: 100hv;
  }
  
  .pf-image-conainer{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    justify-content: center;
    padding: 10px;
  }
  
  .pf-image {
    height: 250px;
    width: 350px;
    border: 1.5px solid #494069;
    border-radius: 30px;
    overflow:hidden;
    cursor: pointer
  }
  
  .pf-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
  }
  
  .pf-image:hover img{
    transform: scale(1.05);
  }
  
  .popup-image {
    position: fixed;
    top: 0; left: 0;
    background: #000000b0;
    backdrop-filter: blur(6px);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    cursor: no-drop
    transition: 10s ease-in-out;
  }
  
  
  .popup-image span{
    position: absolute;
    align-items: center;
    color: #ffffff;
    font-size: 5vw;
    cursor: pointer;
    z-index: 100;
    margin: 1vw;
    font-weight: 700;
  }
  
  
  
  
  .popup-image img{
    position: absolute;
    top: 50%; left: 50%; 
    transform: translate(-50%, -50%);
    width: 60%;
    object-fit: cover;
    border-radius: 30px;
  }
  
  @media screen and (min-width: 1101px) {
    .popup-image img{
      position: absolute;
      top: 50%; left: 50%; 
      transform: translate(-50%, -50%);
      width: 60%;
      object-fit: cover;
      border-radius: 30px;
    }
    }
  @media screen and (max-width: 1100px) {
    .popup-image img{
      position: absolute;
      top: 50%; left: 50%; 
      transform: translate(-50%, -50%);
      width: 100%;
      object-fit: cover;
      border-radius: 30px;
    }
  }

  input {
    border: 0;
    padding-left: 0.8vw;
		min-width: 30px;
		height: 30px;
		margin: 1px;
		border-radius: 60px;
		color: #fff;
		background-color: #171323;
    color: #FFF;
    font-size: 1.4vw;
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;	
  }

  button.tick {
    border: 0;
		min-width: 30px;
		height: 30px;
    width: 80%;
		margin: 1px;
		border-radius: 60px;
		color: #fff;
		background-color: #3c7d36;
    color: #FFF;
    font-size: 1.4vw;
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;	
    transition: 0.5s;
    margin-bottom: 1vw;
  }

  button.tick:hover {
    border: 0;
		min-width: 30px;
		height: 30px;
    width: 90%;
		margin: 1px;
		border-radius: 60px;
		color: #fff;
		background-color: #3c7d36;
    color: #FFF;
    font-size: 1.4vw;
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1vw;
    	
  }

          .header {
            position: fixed;
            top: 0;
            left: 50%;
            transform: translate(-50%, 0%);
            max-width: 90%;
            overflow: hidden;
            margin: 1.2rem;
            padding: 1rem 4rem 0.3rem 4rem;
                        border: 1px solid #494069;
            border-radius: 30px;
            background: #171323;
            display: flex;
            justify-content: center;
            z-index: 1000;
            box-sizing: border-box;
            color: #FFF;
          font-family: Bricolage Grotesque, sans-serif; 
		      font-size: 1.5rem;
		      font-style: normal;
		      font-weight: 500;
		      line-height: 1.7rem;
          font-variation-settings:
    "wdth" 100;
        }

        .header-right {
            float: inline-end;
            margin-left: 13rem;
        }

        @media screen and (max-width: 500px) {
            .header a {
                float: none;
                display: block;
                text-align: left;
            }

            .header-right {
                float: none;
            }
        }

        			.headerimage {
                height: 5rem;
                margin-top: 0.4rem; 
            }

        /* Mobile Header Styles */
        @media screen and (max-width: 992px) {
            .mobile-header {
                position: fixed;
                top: 1.6rem;
                left: 50%; /* Center horizontally */
                transform: translateX(-50%); /* Center horizontally */
                width: 90%; /* Responsive width */
                max-width: 90%; /* Max width to mimic desktop header's size */
                display: flex;
                justify-content: space-between; /* Keep logo and hamburger separate */
                align-items: center;
                padding: 1.5rem 1.5rem 1.5rem 3rem; /* Adjust padding as needed */
                border-top: 1px solid rgba(255, 255, 255, 0.5); /* Match desktop */
                border-left: 1px solid rgba(255, 255, 255, 0.5); /* Match desktop */
                border-radius: 300px; /* Apply rounded corners */
                border: 1px solid #494069;
              border-radius: 30px;
              background: #171323;
                z-index: 1000;
                box-sizing: border-box; /* Ensure padding is included in width */
                margin-top: 1.2rem; /* Added margin to the top */
            }


            .mobile-header .mobile-logo {
                height: 4rem;
                margin: 0; 
            }

			.mobile-header .headerimage {
                height: 5rem;
                margin-top: 0rem; 
            }

            .hamburger-menu {
                width: 40px;
                height: 30px;
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                z-index: 1001;
            }

            .hamburger-menu .bar {
                width: 100%;
                height: 4px;
                background-color: #fff;
                border-radius: 2px;
                transition: all 0.3s ease-in-out;
            }

            /* Hamburger menu animation */
            .hamburger-menu.open .bar:nth-child(1) {
                transform: translateY(10px) rotate(45deg);
            }
            .hamburger-menu.open .bar:nth-child(2) {
                opacity: 0;
            }
            .hamburger-menu.open .bar:nth-child(3) {
                transform: translateY(-10px) rotate(-45deg);
            }

            .mobile-nav {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            background: #171323;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                transform: translateY(-100%); /* Changed for top animation */
                transition: transform 0.3s ease-in-out;
                z-index: 999;
            }

            .mobile-nav.open {
                transform: translateY(0); /* Changed for top animation */
            }

            .mobile-nav a {
                color: #fff;
                font-size: 2.5rem;
                padding: 1rem 0;
                display: block;
                text-align: center;
                width: 100%;
                transition: color 0.2s ease-in-out;
            }

            .mobile-nav a:hover {
                color: #e5c700;
            }

            /* Ensure desktop header is hidden on mobile */
            .mobileno .header {
                display: none;
            }
        }

        @media screen and (min-width: 993px) {
            /* Hide mobile header on desktop */
            .mobileyes .mobile-header,
            .mobileyes .mobile-nav {
                display: none;
            }

            /* Ensure desktop header is visible */
            .mobileno .header {
                display: flex;
            }
        }

          @media screen and (min-width: 992px) {
	.rolling-text {
	  color: #ffffff;
        font-family: Bricolage Grotesque, sans-serif; 
	  font-size: 1.8rem;
	  font-style: normal;
	  font-weight: 400;
	  line-height: auto;
	  overflow: hidden;
        font-variation-settings:
    "wdth" 100;
	}
  }

            @media screen and (min-width: 992px) {
	.rolling-text:hover {
    transition-duration: 0.5s;
        font-family: Bricolage Grotesque, sans-serif; 
	  font-size: 1.8rem;
	  font-style: normal;
	  font-weight: 800;
	  line-height: auto;
	  overflow: hidden;
        font-variation-settings:
    "wdth" 95;
	}
  }
  
  @media screen and (max-width: 992px) {
	.rolling-text {
	  color: #ffffff;
        font-family: Bricolage Grotesque, sans-serif; 
	  font-size: 3rem;
	  font-style: normal;
	  font-weight: 400;
	  line-height: normal;
	  overflow: hidden;
	  height: 3rem; 
	}
  }


  .rolling-container {
    margin-top: 1.6rem;
	display: flex;
	
  }

  .rolling-text {
	padding: 0 1.1rem 0 1.1rem;
  }

