html{
    overflow-x:hidden;
  
    padding: 0;
    margin: 0;
    height: 100%;
    

}

.extraSidePadding{
    padding-left: 4%;
    padding-right: 4%;
}

.leftPadding{
    padding-left:10%;
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--mainFont), serif;
    color: ##242424;
    background-color: #fbfbfb;


    height: 100%;

    min-height: -webkit-fill-available;

    overflow-x:hidden;


}

.bold{
    font-weight: bolder;
}


.boldish{
    font-weight:900;
}




.buttonSize{
    font-size:var(--CTAFontSize);
    font-weight: bolder;
}


.buttonhref{
    text-decoration: none;
    color: #ededed;
    font-size: var(--CTAFontSize);
    margin-left: auto;
    margin-right: auto;
}

.noPadding{
    padding: 0;
}




:root {
    --highlightColour:  #5c79ee;
    --highlightHover:  #4a66d6;
    --highlightActive:  #3f54a8;
    --secondaryColour: #ff914d;
    --secondaryColour2:rgb(236, 133, 68);
    --secondaryColour3:rgb(218, 117, 54);

    --mainFont: 'Gabarito', sans-serif;
    --highlightFont: 'Cormorant Garamond';
    
    --mainFontSize: calc(16px + 0.3vw);
    --CTAFontSize: calc(16px + 0.7vw);
    --hightlightFontSize: calc(16px + 0.4vw);
    --subtitleFontSize: calc(16px + 2.5vw);
    --navFontSize: calc(16px + 1.2vw);
    --brandFontSize: calc(16px + 1.5vw);
  }

.Highlight{
    color: var(--highlightColour);
}

p{
    font-size: var(--mainFontSize);;
}

.ctaSize{
    font-size: var(--CTAFontSize);
}


/*navbar*/
.navbar{
    width: 100vw;
    height: 70px;
    z-index: 100;
    top:15px;
   position: absolute;
}

.navbar-brand{
    color: #f1f1f1;
    font-size: var(--brandFontSize);
}
.navbar-brand:hover{
    color: #cacaca;
}

.navWave{
    background-color: transparent;
    position: absolute;
}

.inlineList{
    padding: 0;
    margin: 0;
}

.inlineList li{
    padding: 0;
    margin: 0;
    display: inline-block;
}



.list2{
    list-style-type: none;
}

.navIMG{
    background-image: url('../images/blossomNav.png');
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    width: 90px;
    height: 90px;
}


@media screen and (max-width: 600px) {
    .navbar{
        height: auto;
        margin: 0;
        padding: 0;
    }
    .navIMG{
        background-image: url('../images/blossomNav.png');
        background-repeat: no-repeat;
        background-size:contain;
        width: 70px;
        height: 70px;
    }


  }

  @media screen and (min-width: 601px) and (max-width: 900px) {
    
    .navIMG{
        background-image: url('../images/blossomNav.png');
        background-repeat: no-repeat;
        background-size:contain;
        width: 70px;
        height: 70px;
    }

   
    }

.container-fluid {
    padding-left: 20px;
}

.nav-item {
    display: flex;
    justify-content: center;
    font-style: 'Cormorant Garamond';
    
}

.nav-item a {
    font-size: var(--navFontSize);
    font-style: 'Cormorant Garamond';
    color: #f1f1f1;
    
    border-radius: 20px;
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    
    .nav-item a {
        font-size: calc(16px + 0.5vw);
    }
    }



.nav-item a:hover {
    color: #cacaca;
}


.nav-item a:active {
    color: #afafaf;
}

.preventOverflow{
    width: 100vw;
}

.fact{
    color: var(--highlightColour);
}


.fact p{
    color: var(--highlightColour);
    
}

.factPara{
    width: 50%;
}


.navDetector{
    position:absolute;
    height: 50px;
    width: 100%;
    background-color: transparent;
}


.navbar-toggler-icon {
    width: 5vh;
    height: 5vh;
}

.navbar-toggler {
    color: var(--highlightColour);
    background-color: var(--highlightColour);
    border-color: #333333;
    border-width: 2px;
    border-radius: 12px;
}

.navbar-toggler:hover {
    background-color: var(--highlightHover);
    border-color: #434343;
}

.navbar:has(.navbar-toggler[aria-expanded="true"]){
    background-color:  #395ae1;
    transition: background-color 0.3s ease-in-out;
}

.navbar:has(.navbar-toggler[aria-expanded="false"]){
    background-color:  #395be100;
    transition: background-color 0.3s ease-in-out;
}




@media screen and  (max-width: 600px) {
    .mobileHide{
        display: none;
    }
  }

.desktopHide{
    display: none;
}




@media screen and (min-width: 600px) and (max-width: 1040px)  {
    .ipadHide{
       display: none;
    }
  }

  @media screen and (min-width: 600px) and (max-width: 1040px)  {
    .fixShow{
       display:contents;
    }
  }


@media screen and  (max-width: 1000px) and (min-height: 600px){
    .desktopHide{
        display:flex;
    }
  }

  @media screen and  (max-width: 1040px) and (min-height: 700px){
    .strangeHideFix{
        display:flex;
    }
  }




    


  @media screen and  (min-width: 500px) and (max-width: 999px) and (min-height: 600px){
    .sidePhoneHide{
        display: none;
    }
  }

  
  @media screen and  (min-width: 500px) and (max-width: 999px) and (min-height: 300px){
    .sidePhoneFix{
        display: none;
    }
  }







/*COntent*/

.landingPadding{
    padding-top: 0%;
}

.landingSection{
    background-image: linear-gradient(to bottom, #395ae1, #a8b6ef);
    background-size: cover;

    position: relative;

    height: 100%;  
}


@media screen and (min-width: 500px) and (max-width: 550px) and (min-height:700px) and (max-height:800px){
	    
	    .landingSection{
		            height: 100%;  
			        }
				    
				   
				    }


@media screen and (min-width: 601px) and (max-width: 1100px) and (min-height:700px){
    
    .landingSection{
        background-image: linear-gradient(to bottom, #395ae1, #a8b6ef);
        background-size: cover;
    
        position: relative;
    
        height: 60%;  
    }
    
   
    }



       @media screen and (max-width: 600px) and (max-height:999px){
	           
	           .landingSection{
			       
			           height: auto;  
				       }
				           
				          
				           }



@media screen and (min-width: 601px) and (max-width: 1000px) and (min-height:300px)  and (max-height:699px){
    
    .landingSection{
        background-image: linear-gradient(to bottom, #395ae1, #a8b6ef);
        background-size: cover;
    
        position: relative;
    
        height: 120%;
    }

    .landingCopy{
        width: 60vw;
        text-align: left;
    }
    .landingContactButton{
        float: left;
    }

    

        
       
}







.red{
    background-color: red;
}

.landingImg{
    position: absolute;
    bottom: -1px;
    right:0;


    height: 55%;


}

.landingImgMobile{
    height: 350px;
}

@media screen and (max-width: 389px) and (min-height:400px) and (max-height:500px){
	    .landingImgMobile{
		            height: 200px;
			        }
			}
			@media screen and (max-width: 389px) and (min-height:501px) and (max-height:600px){
				    .landingImgMobile{
					            height: 250px;
						        }
						}
						@media screen and (max-width: 389px) and (min-height:601px) and (max-height:700px){
							    .landingImgMobile{
								            height: 300px;
									        }
									}
									@media screen and (max-width: 389px) and (min-height:701px) and (max-height:800px){
										    .landingImgMobile{
											            height: 350px;
												        }
												}
												@media screen and (max-width: 389px) and (min-height:801px) and (max-height:900px){
													    .landingImgMobile{
														            margin-top: 60px;
															            height: 350px;
																        }
																}
																@media screen and (max-width: 389px) and (min-height:901px) and (max-height:949px){
																	    .landingImgMobile{
																		            height: 440px;
																			        }
																			}
																			@media screen and (max-width:389px) and (min-height:950px) and (max-height:999px){
																				    .landingImgMobile{
																					            height: 550px;
																						        }
																						}


																						@media screen and (min-width: 520px) and (max-width:580px) and (min-height:700px) and (max-height:800px) {
																							    .heroVertCenter{
																								            -ms-transform: translateY(40%);
																									            transform: translateY(40%);
																										            
																										        }

																											    .landingImgIpad{
																												            position: relative;
																													            margin-top: 150px;
																														            height: 300px;
																															            display: block;
																																        }
																																}

																														

																														@media screen and (min-width: 390px) and (max-width: 700px) and (min-height:601px) and (max-height:700px){
																													    .landingImgMobile{
																												            height: 300px;
																											    }
																										    }
																								@media screen and (min-width: 390px) and (max-width: 700px) and (min-height:701px) and (max-height:800px){
																						        .landingImgMobile{
																					        height: 350px;
																			    }
																		    }
															@media screen and (min-width: 390px) and (max-width: 700px) and (min-height:801px) and (max-height:900px){
												        .landingImgMobile{
										        height: 375px;
							    }
						    }

		@media screen and (min-width: 390px) and (max-width: 700px) and (min-height:901px) and (max-height:949px){
    .landingImgMobile{
        margin-top: 80px;
        height: 380px;
    }
}
@media screen and (min-width: 390px) and (max-width: 700px) and (min-height:950px) and (max-height:999px){
	    .landingImgMobile{
		            height: 550px;
			        }
			}












.landingImgIpad{
    position: absolute;
    bottom: 0;
    right: 0; 
    margin-inline: auto; 
    width: fit-content;


    height: 42%;


}



.heroCopy{
    color: #101010;
    font-size:calc(16px + 1.5vw) ;
}

.heroVertCenter{
    -ms-transform: translateY(35%);
    transform: translateY(35%);
}



@media screen and (min-width: 1px) and (max-width: 799px)  and (max-height:750px) {
    .heroVertCenter{
        -ms-transform: translateY(10%);
        transform: translateY(0%);
    }
}


@media screen and (min-width: 1px) and (max-width: 799px)  and (min-height:751px) {
    .heroVertCenter{
        -ms-transform: translateY(15%);
        transform: translateY(15%);
    }
}




@media screen and (min-width: 539px) and (max-width: 600px) and (min-height:700px) and (max-height:750px){
    .heroVertCenter{
        -ms-transform: translateY(115%);
        transform: translateY(115%);
    }
}



    
@media screen and (min-width: 700px) and (max-width:860px) and (min-height:1000px) and (max-height:1299px) {
    .heroVertCenter{
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .landingCopy{
        width: 60vw;
        text-align: left;
    }
    .landingContactButton{
        float: left;
    }

    
}

    
@media screen and (min-width: 700px) and (max-width:850px) and (min-height:1200px) {
    .heroVertCenter{
        -ms-transform: translateY(30%);
        transform: translateY(30%);
    }
}



@media screen and (min-width: 600px) and (max-width:1100px) and (min-height:300px) and (max-height:599px) {
    .heroVertCenter{
        -ms-transform: translateY(10%);
        transform: translateY(10%);
        
    }

    .landingImgIpad{
    height: 0%;
    }
}

@media screen and (min-width: 100px) and (max-width:1140px) and (min-height:700px) and (max-height:1200px) {
    .heroVertCenter{
        -ms-transform: translateY(10%);
        transform: translateY(10%);
        
    }

    .landingImgIpad{
    height: 43%;
    }
}

@media screen and (min-width: 520px) and (max-width:580px) and (min-height:700px) and (max-height:800px) {
    .heroVertCenter{
        -ms-transform: translateY(40%);
        transform: translateY(40%);
        
    }

    .landingImgIpad{
    height: 38%;
    display: block;
    }
}




.navVertCenter{
    -ms-transform: translateY(35%);
    transform: translateY(35%);
}

.bubbleVertCenter{
    top: 40%;
}

.landingBubble{
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;

    border-radius: 100%;
    width: 35vw;
    height: 35vw;
}
.bubbleTextPosition{
    top: 30%;
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}

.bubbleSubtitle{
    font-size: var(--subtitleFontSize);
}
.bubbleTitle{
    font-size: calc(16px + 3vw);;
}


@media screen and (min-width: 800px) and (max-width: 999px) {
    
    .bubbleTextPosition{
        top: 16%;
        -ms-transform: translateY(16%);
        transform: translateY(16%);
    }
    .bubbleSubtitle{
        font-size: calc(16px + 1.8vw);
    }
    .bubbleTitle{
        font-size: calc(16px + 2.3vw);;
    }
    }

    
@media screen and (min-width: 650px) and (max-width: 799px) {
    
    .bubbleTextPosition{
        top: 10%;
        -ms-transform: translateY(10%);
        transform: translateY(10%);
    }
    .bubbleSubtitle{
        font-size: calc(16px + 1.5vw);
    }
    .bubbleTitle{
        font-size: calc(16px + 2.0vw);;
    }
    }

    @media screen and (min-width: 600px) and (max-width: 649px) {
    
        .bubbleTextPosition{
            top: 10%;
            -ms-transform: translateY(10%);
            transform: translateY(10%);
        }
        .bubbleSubtitle{
            font-size: calc(16px + 1.1vw);
        }
        .bubbleTitle{
            font-size: calc(16px + 1.6vw);;
        }
        }
    


.heroSubcopy{
    color: #f1f1f1;
    font-size:calc(16px + 1vw) ;
    text-align: left;
    width: 80%;
}

.qw{
    background-color: rebeccapurple;
}




  @media screen and (max-width: 800px) {
   


    
    .heroOverlay{
        width: 100vw;
        height: 35vh;
    }
   
    
    .c{
        display: none;
    }
  }
  @media screen and (min-width: 801px) and (max-width: 1000px) {
 
    .heroOverlay{
        width: 100vw;
        height: 35vh;
    }

    
    .c{
        display: none;
    }

  }




   

   



.btn{
    background-color: var(--highlightColour);
}

.btn:hover{
    background-color: var(--highlightHover);
    border-color: var(--secondaryColour2);
}

.btn:active{
    background-color: var(--highlightActive);
}

.black{
    color: #101010;
}

.grey{
    color: #333333;
}

.visitLinkText{
    color: #b7d2eb;
    text-decoration: none;
    
    font-size: var(--CTAFontSize);
}

.visitLinkText:hover{
    color: #8eb3d3;
}

.visitLinkText:active{
    color: #4e8bc1
    
}

 .ContactButton{
    background-color: var(--highlightColour);
    color: #101010;
    
    padding-left: 2vw;
    padding-right: 2vw;
    border-color: #0e0e0e;
    border-radius: 50px;
    font-size: var(--CTAFontSize);
}
.ContactButton:hover{
    background-color: var(--highlightHover);
}
.ContactButton:active{
    background-color: var(--highlightActive);
}

.serviceButton{
    background-color: var(--secondaryColour);
    color: #101010;
    
    padding-left: 2vw;
    padding-right: 2vw;
    border-color: #0e0e0e;
    border-radius: 50px;
    font-size: var(--CTAFontSize);
}

.serviceButton:hover{
    background-color: var(--secondaryColour2);
}
.serviceButton:active{
    background-color: var(--secondaryColour3);
}


.landingContactButton{
    background-color: var(--secondaryColour);
    
    width: 30%;
    
    border-radius: 50px;
    font-size: var(--CTAFontSize);

}

.landingContactButton:hover{
    background-color: var(--secondaryColour2);
    color: #101010;
    
 

}

.landingContactButton:active{
    background-color: var(--secondaryColour3);
    color: #f1f1f1;
    
 

}

.landingContactButton a{
    color: rgb(236, 236, 236);
    

}

.navContactButton{
    background-color: var(--secondaryColour);
    color: #f1f1f1;
    
    border-style: solid;
    border-color: #b06a15;
    border-width: 1px;
    border-radius: 50px;
    
    font-size: var(--CTAFontSize);
}
.navContactButton:hover{
    background-color: var(--secondaryColour2);
}
.navContactButton:active{
    background-color: var(--secondaryColour3);
}

.navContactButton a{
    margin-top: 1%;
    color: #f1f1f1;
   
}

@media screen and (max-width: 800px) {
    .ProductsButton, .ContactButton{
        width: 40vw;
    }
  }

  @media screen and (min-width: 801px) and (max-width: 1100px) {
    .ProductsButton, .ContactButton{
        width: 30vw;
        
        
    }
   
  }




.test{
    width: 1200px;
    height: 100px;
    background-color: red;
    z-index: 50;

    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 10%;
}






.regularButton{
    display: flex;
    margin-top: 2vh;
    margin-left: auto;
    margin-right: auto;

    background-color: var(--highlightColour);
    color:#ededed;
    padding: 13px;
    border-style: none;
    border-radius: 25px;
    font-size: var(--CTAFontSize);
}


.map{
    width: 100%;
    height: 65vh;
    border: #a1a1a1;
    border-style: solid;
    border-width: 1px;
}



@media screen and (max-width: 500px) {
    .map{
        width: 100%;
        height: 90vw;
    }
  }

  @media screen and (min-width: 501px) and (max-width: 1100px) {
    .map{
        width: 100%;
        height: 45vh;
    }
  }

.middle{
    text-align: center;
}

.aboutSection{
    background-color: #f5f9fc;
}

.smallerFont{
   font-size:105%;
}

.techTitle2{
    position: absolute;
    

    left: calc(50px + 5%);

    top: 0;
    bottom: 0;
    margin-left: auto; 
    margin-right: auto; 

    display:flex;
    flex-direction: column;  
    justify-content: center;
}

.tech2{
    color: #f1f1f1;
    background-color: #3e3e3e;
    display: inline-block;

    position: relative;
    height: 50px;

    display:flex;
    flex-direction: column;  
    justify-content: center;
}

.techImg2{
    position: absolute;
    top: 0;

    width: 50px;
    height: 50px;
}

.tech{
    color: #f1f1f1;
    background-color: #3e3e3e;
    display: inline-block;

    display:flex;
    flex-direction: column;  
    justify-content: center;
}

.techTitle{
    display:flex;
    flex-direction: column;  
    justify-content: center;
}

.techImg{
    position: relative;
    width: 50px;
}

@media screen and (min-width: 1px) and (max-width: 600px) {
    .tech{
        display: inline-block;
    
        display:flex;
        flex-direction: column;  
        justify-content: center;
    }
    
    .techTitle{
        display:flex;
        flex-direction: column;  
        justify-content: center;
    }
    
    .techImg{
        width: 42px;
        position: relative;
    }
  }


.decorativeArrow{
   color: var(--highlightColour);
}

.stars{
    background-image: url('../images/stars.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    margin: 0;
    padding: 0;
    width: calc(16px + 8vw);
    height: calc(16px + 1vw);

}

.reviewerTitle{
    color: #1a1a1a;
}

.review{
    width: 80%;
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
    .stars{
        width: calc(16px + 13vw);
        height: calc(16px + 3vw);
    
    }
    
  }

@media screen and (max-width: 500px) {
    .stars{
        width: calc(16px + 20vw);
        height: calc(16px + 3vw);
    
    }
  }


  .websiteOverlay{
    background-color: #0e0e0e;
    width: 100%;
    height: auto;
    z-index: 2;
  }

  @keyframes lift {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-5px);
    }

    
}

@keyframes fall {
    from {
        transform: translateY(-5px);
    }

    to {
        transform: translateY(0);
    }
}

.cardAnimation{
    animation-name: fall;
    animation-duration: 0.2s;
    transform: translateY(0);

  }

  .cardAnimation:hover{
    animation-name: lift;
    animation-duration: 0.2s;
    transform: translateY(-5px);

  }

  


  @keyframes lift2 {
    from {
        transform: translateY(-15%);
    }

    to {
        transform: translateY(-16%);
    }

    
}

@keyframes fall2 {
    from {
        transform: translateY(-16%);
    }

    to {
        transform: translateY(-15%);
    }
}

  .cardAnimation2{
    animation-name: fall2;
    animation-duration: 0.2s;
    transform: translateY(-15%);


  }

  .cardAnimation2:hover{
    animation-name: lift2;
    animation-duration: 0.2s;
    transform: translateY(-16%);

  }

  

@media screen and (max-width: 576px) {
	      .cardAnimation2:hover{
		          animation-name:none;
			      transform: translateY(0%);

			        }

				    .cardAnimation2{
					        animation-name: none;
						    transform: translateY(-0%);


						      }

						          .cardAnimation:hover{
								      animation-name:none;
								          transform: translateY(0);

									    }

									      
									    .cardAnimation{
										        animation-name: none;
											    transform: translateY(0%);

											      }

										      }
  



/*Carousel*/

.carouselImage{
    width: 20vw;
}
.bestSellerName{
    width:80%;
}


.inline{
    display: inline-flex;
}





.carousel-control-prev-icon{
    background-color: var(--highlightColour) ;
    width: 4vw;
    height: 4vw;
    padding: 0;
    opacity: 1;
    border-radius: 5%;
}



.carousel-control-next-icon{
    background-color: var(--highlightColour) ;
    width: 4vw;
    height: 4vw;
    opacity: 1;
    border-radius: 5%;
}

@media screen and (max-width: 1000px) {
    .carousel-control-prev-icon{
        background-color: var(--highlightColour) ;
        width: 8vw;
        height: 8vw;
        padding: 0;
        
    }
    
    
    
    .carousel-control-next-icon{
        background-color: var(--highlightColour) ;
        width: 8vw;
        height: 8vw;
    }
}


.third{
    padding: 0;
    margin: 0;
    flex: 0 0 33.33%; /* Ensure each item takes up one-third of the available space */
    width: auto;
}

@media screen and (min-width:301px) and (max-width: 500px) {
    .carouselImage{
        width: 25vw;
    }

    .bestSellerName{
        font-size: calc(16px + 0.5vw);
        width:80%;
    }
  }


  @media screen and (min-width:501px) and (max-width: 800px)  {
    .carouselImage{
        width: 26vw;
    }

    .bestSellerName{
        font-size: calc(16px + 1.5vw);
        width:80%;
    }
  }

  @media screen and (max-width: 300px)  {
    .carouselImage{
        width: 25vw;
    }

   

    .bestSellerName{
        font-size: calc(13px + .0vw);
        width:80%;
    }
  }

.triangle{
    
    background-color:var(--highlightColour);
  }

.planSection{
    background-color:var(--highlightColour);

    color: #0e0e0e;
}

.additionalText{
    width: 80%;
}





.yearsSection{
    z-index: 0;
    position: relative;
    background-color:  #F6F6F6;
   
    border: none;
    color: #1e1e1e;
}

.copyPieceTitle{
    color: var(--highlightColour);
    font-weight: bolder;
    font-size: calc(16px + 1vw);
}



.txtBorder{
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;

}






/*Banner*/
.bannerSubtitle{
    font-size: calc(16px + 1.8vw);
    margin: 0;
    padding: 0;
}

.bannerCopy{
    font-size: calc(16px + 1.2vw);;
}

.rocketIcon{
    background-image: url('../images/rocket-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;

    width: calc(16px + 6vw);
    height: calc(16px + 6vw);
}
.gaugeIcon{
    background-image: url('../images/gauge-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;

    width: calc(16px + 8vw);
    height: calc(16px + 6vw);
}
.copywriteIcon{
    background-image: url('../images/copywrite-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;

    width: calc(16px + 6vw);
    height: calc(16px + 6vw);
}

@media screen and (max-width: 800px) and (max-height: 900px){
    .rocketIcon{
      
    
        width: calc(16px + 15vw);
        height: calc(16px + 15vw);
    }
    .gaugeIcon{
        width: calc(16px + 15vw);
        height: calc(16px + 13vw);
    }
    .copywriteIcon{
        width: calc(16px + 15vw);
        height: calc(16px + 15vw);
    }

   
    
  }

@media screen and (min-width: 650px) and (max-width: 899px) {
    
    .bannerSubtitle{
        font-size: var(--subtitleFontSize);
    }
    
    .bannerCopy{
        font-size: calc(16px + 1.8vw);;
    }
}

.bannerTitle{
    padding-top: 3vh;
    padding-left: 2vw;
    color: #ededed;
    padding-bottom: 1vh;
}

.bannerContent{
    padding-left: 2vw;
}


.bannerItemTitle{
    font-family: var(--highlightFont), sans-serif;
    font-size: calc(16px + 2.5vw);
}

.bannerItemPara{
    color: white;
    text-align: center;
}

/*gallery*/

.gallerySection{
    background-color:  #F6F6F6;
    color: #1e1e1e;
}


.productImg{
    width: 10px;
    height: 10px;
}

.productInfo{
    width:80%;
    
}

.content{
    color:#f1f1f1;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
}

.cardOverlay{
    background-color: #080808d3;
}

.card{
    padding: 0;
    border-radius: 20%;
    border: none;
    height: auto;

    width: 60%;
}

@media screen and (max-width: 599px) {
    .card{
        width: 100%;
        height: 125%;
    }

    .card-img{
        height: 125%;
    }
  }

  @media screen and (min-width: 600px ) and (max-width: 950px) and (max-height: 1400px ) and (min-height: 900px) {
    .card{
        width: 100%;
        height: 105%;
    }

    .card-img{
        height: 105%;
    }
  }

    @media screen and (min-width: 600px ) and (max-width: 950px) and (max-height: 600px ) and (min-height: 500px) {
    .card{
        width: 100%;
        height: 110%;
    }

    .card-img{
        height: 110%;
    }
  }



.cardContent{
    display: flex; /* Use flex instead of flexbox (correct syntax) */
    flex-direction: column;
    justify-content: flex-end; /* Align items to the bottom of the container */
    height: 100%; 
    width: 100%;
    
}


.stuff{
    margin: 0;
    padding-bottom: 5%;
}

.siteDescription{
    width:80%;
    text-align: left;
}




@media screen and (min-width: 1px) and (max-width: 399px) {
    .websiteText{
        font-size: calc(16px + 0.1vw);
    }
    
    .siteDescription{
        width:100%;
    }

    
    .stuff{
        padding-bottom: 0%;
    }

    .siteTitle{
        font-size: var(--CTAFontSize);
    }
  }
  
@media screen and (min-width: 400px) and (max-width: 700px) {
    .websiteText{
        font-size: calc(16px + 0.5vw);
    }
    
    .siteDescription{
        width:100%;
    }

    .siteTitle{
        font-size: var(--CTAFontSize);
    }
    
    .stuff{
        padding-bottom: 0%;
    }
  }








.social{
    border-radius: 50%;
    width:5vw;
    height: 5vw;

    display: flex;
    align-items: center;
    animation-name: fadeOut;
    animation-duration: 0.5s;
}

.socialLink{
    padding-left: 5%;
}

.blackBack{
    background-color: #101010;
}

.blackBack:hover{
    background-color: #333333;
}

.whiteTxt{
   color: #f1f1f1;
}

.blackTxt{
    color: #101010;
}

.whiteBack{
    background-color: #cacaca;
}

.whiteBack:hover{
    background-color: var(--highlightHover);
}



.serviceCard{
    padding: 5%;
    width: 18rem;
    box-shadow: -15px 35px 1px rgba(7, 7, 7, 0.678);
}
/*phone*/
@media screen and (max-width: 600px) and (max-height: 999px) {
    .serviceCard .card-body{
        height: 180px;

    }
  }


/*tablets*/
@media screen and (min-width:750px) and (max-width: 900px) and (min-height:1000px) and (max-height: 1400px) {
    .serviceCard .card-body{
        padding: 5px;

    }

    .serviceCard{
        width: 25rem;
    }

 
  }

@media screen and (min-width:750px) and (max-width: 999px) {
    .serviceCard{
        padding: 5%;
        width: 14rem;
    }
  }

.serviceCardIcon{
    width: 45%;
}

.servicePrice{
    color: #4f4f4f;
}

.liftCard{
    transform: translateY(-15%);
}

@media screen and (max-width: 700px) {
    .liftCard{
        transform: translateY(0%);
    }
  }

.social a{
    color: #f1f1f1;
}




@media screen and (max-width: 600px) {
    .social{
        width:12vw;
        height: 12vw;
    }
  }

  @media screen and (min-width: 600px) and (max-width: 800px) {
    .social{
        width:10vw;
        height: 10vw;
    }
  }

  

  @media screen and (min-width: 800px) and (max-width: 1000px) {
    .social{
        width:10vw;
        height: 10vw;
    }
  }



.social:active{
    background-color: var(--highlightActive);
}

.right{
    float: right;
}


.left{
    margin-left:0; 
    margin-right:auto;
    float: left;
}


.textLeft{
    text-align: left;
}

.textCenter{
    text-align: center;
}

.textRight{
    text-align: right;
}

.babyImage{
    background-image: url('../images/Leo\ BR.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    
    width: 90%;
    height: 45%;
}
.waddlerImage{
    background-image: url('../images/Waddlers.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    
    width: 80%;
    height: 70vh;
}
.waddlerImage2{
    background-image: url('../images/facility2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    
    width: 100%;
    height: 70vh;
}
.toddlerImage{
    background-image: url('../images/facility3.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    
    width: 100%;
    height: 70%;
}




.preschoolImage{
    background-image: url('../images/preschoolImg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    
    width: 80%;
    height: 70vh;
}

@media screen and (min-width: 501px) and (max-width: 1100px) {
    .preschoolImage, .waddlerImage, .babyImage, .toddlerImage, .waddlerImage2{
        background-size:cover;
        width: 90%;
        height: 80%;
    }
   
  }



  @media screen and (max-width: 500px) {
    .preschoolImage, .waddlerImage, .babyImage, .toddlerImage, .waddlerImage2{
        background-size:cover;
        width: 100%;
        height: 80%;
    }
    
  }

  .vertRiseCenter{
        top: 150%;
        -ms-transform: translate(0,-35vh);
        transform: translate(0,-35vh);
  }

  .book{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 500px;
    transition: transform 0.5s;
    color: rgb(45, 45, 45);
}

@media screen and (max-width: 850px) and (min-height: 300px) and (max-height: 600px){
    .book{
        width: 250px;
        height: 350px;
    }

  }


.bookFlower1{
    background-image: url('../images/flower-removebg-preview.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    opacity: 0.8;
    position:absolute;
    transform: translate(-100px,120px);

    z-index: -1;

    width: calc(16px + 5vw);
    height: calc(16px + 5vw);
}
.bookFlower2{
    background-image: url('../images/flower-removebg-preview.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    opacity: 0.8;
    position:absolute;
    transform: translate(70px,-120px);

    z-index: -1;

    width: calc(16px + 8vw);
    height: calc(16px + 8vw);
}

.paper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    perspective: 1500px;

}

.front,
.back {
    background-color: #e6e6e6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s;
}

#p1 .front{
    background-color: rgb(200, 93, 93);
    color: rgb(224, 224, 224);
}

#p3 .back{
    background-color: rgb(200, 93, 93);
    color: rgb(224, 224, 224);
}

.front {
    z-index: 1;
    backface-visibility: hidden;
    border-left: 3px solid rgb(216, 126, 126);
}

.back {
    z-index: 0;
}

.front-content,
.back-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-content {
    transform: rotateY(180deg)
}

/* Paper flip effect */
.flipped .front,
.flipped .back {
    transform: rotateY(-180deg);
}

/* Controller Buttons */
button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin: 10px;
    transition: transform 0.5s;
}

button:focus {
    outline: none;
}

button:hover i {
    color: #636363;
}

i {
    font-size: 50px;
    color: gray;
}

/* Paper stack order */
#p1 {
    z-index: 3;
}

#p2 {
    z-index: 2;
}

#p3 {
    z-index: 1;
}

.ribbon{
    width: 10%;
    height: 100%;
    margin-right: auto;
    margin-left: 0;
    background-color: rgb(118, 59, 4);
}

.ribbonBack{
    position: relative;
    margin-right: 0;
    margin-left: auto;
    width: 10%;
    height: 100%;
    background-color: rgb(118, 59, 4);
}

.bookImg1{
    background-image: url('../images/Ryleigh\ About\ Blossom.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain; 
    
    width: 80%;
    height: 400px;
}
.bookImg2{
    background-image: url('../images/Book\ 1.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    
    width: 80%;
    height: 120px;
}
.bookImg3{
    background-image: url('../images/Book\ 2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    
    width: 80%;
    height: 120px;
}
.bookImg4{
    background-image: url('../images/Story\ book\ 3.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    
    width: 80%;
    height: 120px;
}
.bookImg5{
    background-image: url('../images/Story\ book\ 4.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    
    width: 80%;
    height: 120px;
}
.bookImg6{
    background-image: url('../images/Story\ book\ 5.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    
    width: 80%;
    height: 120px;
}
.bookImg7{
    background-image: url('../images/Story\ book\ 6.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    
    width: 80%;
    height: 120px;
}
.bookImg8{
    background-image: url('../images/Story\ book\ 7.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    
    width: 80%;
    height: 120px;
}

@media screen and (min-width: 1px) and (max-width: 800px) {
    .galleryImgMobile{
        width: 80vw;
    }
   
  }

.galleryImgMobile{
    width: 80%;
}



.aboutSideImage{
    background-image: url('../images/landingIMG.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    
    width: 80%;
    height: 70vh;
}

@media screen and (min-width: 501px) and (max-width: 1100px) {
    .aboutSideImage{
        background-size:cover;
        width: 100%;
        height: 70vh;
    }
   
  }



  @media screen and (max-width: 500px) {
    .aboutSideImage{
        width: 100%;
        height: 70vh;
    }
    
  }

.bookImage2{
    background-image: url('../images/book1.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;

    width: 100%;
    height: 50vh;
}



.bookArrow{
    padding: 0;
}

.arrowPara{
    display: inline;
}

.fa-arrow-right{
    padding-left: 3px;
}

@media screen and (max-width: 1000px) {
    .fa-arrow-right{
        margin-top: 30%;
        padding-left: 3px;
    }
  }


.testImg{
    width: 80%;
    height: 100%;
}

@media screen and (min-width: 821px) and (max-width: 1040px)  and (min-height:600px){
    .testImg{
        width: 80%;
        height: 90%;
    }
  }
  
  
@media screen and (min-width: 600px) and (max-width: 820px) and (min-height:600px) {
    .testImg{
        width: 90%;
        height: 70%;
    }
  }

  @media screen and (min-width: 600px) and (max-width: 999px) and (min-height:300px) {
    .testImg{
        width: 100%;
        height: 70%;
    }
  }

.mindImg{
    width: 80%;
    height: 100%;
}

.mobileFullDesktopHalf{
    width: 100%;
  }

@media screen and (min-width: 900px) {
    .mindImg{
        width: 50%;
        height: 100%;
    }

    .mobileFullDesktopHalf{
        width: 50%;
      }
  }

  

.aboutImg1{
    padding-left: auto;
    padding-right: auto;
    margin-left: auto;
    margin-right: auto;
}

.aboutImg{
    width: 100%;
    
}

.sectionImg{
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

.toddlerSectionImg{
    width: 80%;
    height: 90%;
}

.sectionImgDesk{
    width: 100%;
    height: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

@media screen and (min-width: 600px) and (max-width: 1000px)  {
    .sectionImg{
        width: 100%;
        height: 90%;
    }

    .babySectionImg{
        height: 45%; 
        width: 102%;
    }

    .babyEnrollImg{
        height: 60%; 
        width: 102%;
    }

    .preschoolenrollImage{
        height: 60%; 
        width: 100%;
    }
  }
  @media screen and (min-width: 700px) and (max-width: 750px) and (min-height:300px) {
    
    .babySectionImg{
        height: 100%; 
        width: 102%;
    }

  }

.bookMobileImg{
    width: 80%;
    height: 20%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.recruitSection{
    background-color: #FAEEE7;
}



.horizontalSeperator{
    background-color: #3a3a3a;
    width:2px;
    height: 6vh;
    top: 40%;
    display: inline-block;
    margin-left: 5vw;
}

.moveRight{
    animation-duration: 1.7s;
    animation-name: right;
}

.NoOpacity{
    opacity: 0;
}

@keyframes right {
    from {
        translate: -20vw 0;
        opacity: 0;
    }

    to {
        translate: 0vw 0;
        opacity: 1;
    }
}



.riseItem{
    animation-duration: 2s;
    animation-name: riseMation;
}

@keyframes riseMation {
    from {
        translate: 0 6vw;
        opacity: 0;
    }

    to {
        translate: 0 0vw;
        opacity: 1;
    }
}






.list li{
    list-style:disc;
}
.listItem{
    font-size: var(--mainFontSize);
}




.icon{
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    padding: 0;
    width: calc(20px + 5vw);
    height: calc(20px + 5vw);
    display: inline-block;
}









.fontSize{
    font-size: var(--mainFontSize);
}

.biggerFont{
    font-size: calc(var(--mainFontSize) + .4vw);
}

.subtitleSize{
    font-size: var(--subtitleFontSize);
}

@media screen and (max-width: 1000px) {
    .mobileLargerFont{
        font-size: calc(16px + 2vw);
        font-weight: bold;
    }
  }

.titleSize{
    font-size: calc(16px + 3vw);;
}

.titleSize2{
    font-size: calc(16px + 5vw);;
}

.titleSize3{
    font-size: calc(16px + 2vw);;
}

.titleSize4{
    font-size: calc(16px + 6.5vw);;
}


@media screen and (max-width: 1000px) {
    .mobileCenter{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .mobileleft{
        margin-left:0; 
        margin-right:auto;
        float: left;
    }
  }

.aboutTitle{
    padding-top: 5vh;
   text-align: center;
   font-family: var(--highlightFont), sans-serif;
   position: relative;
   z-index: 2;
}
.aboutTitle2{
    padding-top: 10vh;
}

.aboutPara{
    font-size: var(--mainFontSize);;
    text-align: center;
    width: 70%;
}
.aboutPara2{
    font-size: var(--mainFontSize);;
    text-align: center;
    width: 90%;
}
.aboutPara3{
    font-size: var(--mainFontSize);;
    text-align: center;
    width: 80%;
}








.class{
    padding-top: 10%;
    border-radius: 15%;
    z-index: -1;
    width: 60%;
}

.processSection{
    background-color: #ffffff;
}

.relative{
    position: relative;
}

.designImg{
    width: 60%;

    left: 45%;


    position: absolute;
}

@media screen and (min-width: 900px) and (max-width:1400px) and (min-height:800px) and (max-height:1100px) {
    .designImg{
        width: 70%;
    }
    
}



@media screen and (min-width: 700px) and (max-width:1000px) and (min-height:900px) and (max-height:1400px) {
    .designImgMobile{
        width: 110%;
    }
}

.buildImg{
    width: 50%;

    position: absolute;
}

.buildImgMobile{
    width: 100%;

}


.optimiseImg{
    width: 50%;
    left: 50%;

    position: absolute;
}

.optimiseImgMobile{
    width: 100%;

}



.noPadding{
    padding: 0;
    margin: 0;
}

.definitionHighlight{
    display: inline;
    color: var(--highlightActive);
}

@media screen and (max-width: 1000px) {
    .seperator6{
        background-color: #53535339;
        margin-left: auto;
        margin-right: auto;
     
        width:80%;
        height: 0.2vh;
    }
  }




.seperatorL{
    background-color: #202D60;
    margin-left: auto;
    margin-right: auto;
    width:35vw;
    height: 0.4vh;
}

.seperator{
    background-color: #727272;
    margin-left: auto;
    margin-right: auto;
    width:100vw;
    height: 0.4vh;
    margin-top: 4vh;
}

.seperator2{
    background-color: #898989;
    width:25vw;
    height: 0.2vh;
    margin-bottom: 2vh;
}

.seperator3{
    background-color: #848484;
    margin-left: auto;
    margin-right: auto;
    width:10%;
    height: 0.3vh;
}
.seperator4{
    background-color: #848484;
    margin-left: 0;
    margin-right: auto;
    width:20%;
    height: 0.3vh;
}
.seperator4p5{
    background-color: #848484;
    margin-left: auto;
    margin-right: 0;
    width:20%;
    height: 0.3vh;
}
.seperator5{
    background-color: #c787105c;
 
    width:40%;
    height: 1.5px;
}

.seperatorHighlight{
    background-color: var(--highlightColour);
    margin-left: auto;
    margin-right: auto;
    width:50%;
    height: 0.4vh;
    margin-bottom: 1vh;
}

.goToContactButton{
    display: flex;
    margin-top: 5vh;
    margin-left: auto;
    margin-right: auto;

    background-color: var(--highlightColour);
    color: #ffffff;
    padding: 15px;
    border-style: none;
    border-radius: 20px;
    font-size: var(--CTAFontSize);
}
.goToContactButton:hover{
    background-color: var(--highlightHover);
}
.goToContactButton:active{
    background-color: var(--highlightActive);
}








.white{
    color: white;
}

.buffer{
    padding-top: 20px;
}
.bottomPadding{
    padding-bottom: 10vh;
}
.bottomPadding2{
    padding-bottom: 5vh;
}
.bottomPadding3{
    padding-top: 7vh;
}
.topPadding{
    padding-top: 10vh;
}
.topPadding2{
    padding-top: 15vh;
}
.topPadding3{ 
    padding-top: 5vh;
}
.topPadding4{
    padding-top: 2vh;
}

.topPadding5{
    padding-top: 40px;
}

.topPadding6{
    padding-top: 15px;
}

.topPadding7{
    padding-top: 10px;
}
.topPadding8{
    padding-top: 25px;
}

.processPaddingFix{
    padding-top: 0%;
}

@media screen and (min-width: 700px) and (max-width:850px) and (min-height:1000px) {
    .processPaddingFix{
        padding-top: 0;
    }
    
}
@media screen and (min-width: 700px) and (max-width:900px) and (min-height:300px) and (max-height:700px) {
    .processPaddingFix{
        padding-top: 20%;
    }
    
}

@media screen and (min-width: 1000px)  and (min-height:524px) {
    .processPaddingFix{
        padding-top: 52%;
    }
    
}

.processPaddingFix2{
    padding-top: 0%;
}



@media screen and (min-width: 1400px)  and (min-height:524px) {
    .processPaddingFix2{
        padding-top: 12%;
    }
    
}

.landingPadding1{
    padding-top: 48%;
}

@media screen and (min-width: 300px)  and (max-width: 450px) and (min-height:600px) and (max-height:750px) {
    .landingPadding1{
        padding-top: 25%;
    }
}

@media screen and (min-width: 1100px)  and (max-width: 1200px) and (min-height:800px) and (max-height:900px) {
    .landingPadding2{
        padding-top: 10px;
    }
}


@media screen and (min-width: 900px)  and (max-width: 1000px) and (min-height:1200px) and (max-height:1400px) {
    .landingPadding2{
        padding-top: 10px;
    }
    .landingCopy{
        width: 60vw;
        text-align: left;
    }
    .landingContactButton{
        float: left;
    }
}



.landingPadding2{
    padding-top: 100px;
}


.cardPadding{
    padding-top: 18%;
}

.cardPadding2{
    padding-top: 5%;
}
.cardPadding3{
    padding-top: 15%;
}

@media screen and (min-width: 1px) and (max-width: 699px) {
    .cardPadding2{
        padding-top: 5%;
    }
    
}

@media screen and (min-width: 901px) and (max-width: 999px) {
    .cardPadding{
        padding-top: 20%;
    }
    
}
@media screen and (min-width: 701px) and (max-width: 899px){
   
    .class{
        width: 70%;
    }
    
}
@media screen and (min-width: 501px) and (max-width: 999px) and (max-height: 500px){
   
    .cardPadding{
        padding-top: 7%;
    }
  
    
}
@media screen and (min-width: 900px) and (max-width: 999px) {
   
    .class{
        width: 80%;
    }
    
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
   
    .class{
        width: 80%;
    }
    
}






.topWave{
    transform: translateY(10%);
}

.openingHours{
    background-color: #FAEEE7;
}

.bottomWave{
    transform: translate(0%, -10%) rotate(180deg) ;
}

.classCopy{
    color: #f6f6f6;
    width: 90%;

}

.contactSection{
    background-color: #ffffff;
}

.whiteBackgrnd{
    background-color: #ffffff;
}

.footerSection{
    background-color: #282828;
    color: #eeeeee;
}

.logoFooter {
    background-image: url('../images/Lgo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    padding: 0;
    width: calc(16px + 22vw);
    height: calc(16px + 8vw);
    
    margin-left: auto; 
    margin-right: auto; 
}

@media screen and (max-width: 1000px) {
    .logoFooter {
        width: calc(16px + 30vw);
        height: calc(16px + 25vw);
        
    }
  }


.contactRow2{
    padding-top: 5vh;
}

.fixfont{
    font-family: var(--mainFont);
    font-size: var(--mainFontSize);
    display: inline;
    text-align: left;
}

.envelopeDiv{
    width: 50%;
    height: auto;
}

.contactSubtitle{
    width: 60%;
}

.smallButton{
    background-color: var(--highlightColour);
    color: #e9e9e9;
    
    padding-left: 1vw;
    padding-right: 1vw;
    border-radius: 50px;
    font-size: calc(16px + 0.3vw);
}

.smallButton:hover{
    background-color: var(--highlightHover);
}

.smallButton:active{
    background-color: var(--highlightActive);
}

.message{
    width: 30vw;
    border-style: solid;
}

.message:hover{
    border-color: var(--highlightHover);
 }

 .message:active{
    border-color: var(--highlightActive);
 }

.formMember{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.formEmail{
    width: 15vw;
    border-style: solid;
}

.submitButton{
    font-size: var(--mainFontSize);
}

.captchaClass{
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}



.formEmail:hover{
   border-color: var(--highlightHover);
}

.formEmail:active{
    border-color: var(--highlightActive);
 }

.formSubject{
    width: 15vw;
    border-style: solid;
}

.formSubject:hover{
    border-color: var(--highlightHover);
 }

.formSubject:active{
    border-color: var(--highlightActive);
 }

 @media screen and (max-width: 500px) {
    .formEmail{
        width: 40vw;
    }
    .formSubject{
        width: 40vw;
    }
    .message{
        width: 90vw;
    }
    
  }

  @media screen and (min-width: 501px) and (max-width: 1000px) {
    .formEmail{
        width: 20vw;
    }
    .formSubject{
        width: 20vw;
    }
    .message{
        width: 40vw;
    }
    
  }


.footerRow .footerItem{
    display: inline-block;
}

.footerItem{
    font-size: var(--mainFontSize);
    color: #a2a2a2;
}

.termsLink{
    color: #6b6b6b;
    text-decoration: none;
}
.termsLink:hover{
    color: #7c7c7c;
    text-decoration: nne;
}
.termsLink:active{
    color: #373636;
    text-decoration: nne;
}

.footerCopy{
    color: #101010;
    font-size: calc(16px + 0.2vw);
}

@media screen and (max-width: 600px) {
    .footerCopy{
        color: #101010;
        width: 100%;
        font-size: calc(16px + 0.2vw);
    }

   
    
  }


.footerItem a {
    color: f2f2f2;
    
    border-radius: 20px;
}

.footerItem a:hover {
    color: var(--highlightHover);
    
    border-radius: 20px;
}

.hoverGrey:hover{
    color: rgb(220, 220, 220);
}

.contactInfo{
    font-size: var(--mainFontSize);
}

.contactIcon{
    color: #565656;
}

.center{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.absoluteCenter{
    
        left: 0; 
        right: 0; 
        margin-inline: auto; 
        width: fit-content;
}

.g-recaptcha{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.vertCenter{
    transform: translateY(-20%);
}


.right{
    margin-left: auto;
    margin-right: 0;
}

.TnC:hover{
    color: var(--highlightHover);
}

.socialMedia{
    margin-right: 2vw;
}
.socialMedia:hover{
    color: #8d8d8d;
}
.socialMedia:active{
    color: var(--highlightColour);
}

.websiteAuthor{
    font-size: calc(16px + 0.1vw);
}

.websiteAuthor a{
    text-decoration: none;
    color: var(--highlightColour);
    padding: 2px;
}

.websiteAuthor a:hover{
    color: var(--highlightHover);
}

.websiteAuthor a:active{
    color: var(--highlightActive);
}






.hoverHighlight:hover{
    color: var(--highlightHover);
}


/*Portfolio page exclusive*/

.titleCopy{
	    position: absolute;
	        top: 50%;
		    left: 50%;
		        transform: translate(-50%, -50%);
		}

		@media screen and (max-width:576px) and (max-height: 999px) {
			        .titleCopy{
					        position: relative;
						        margin-top: 300px;
							        transform: translate(-50%, -430%);
								    }
							    }
