body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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


@font-face {
    font-family: logoFont;
    src: url(Font/Azonix.otf);
}

.button {
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: logoFont;
  font-size: 15px;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}


.button:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}



#logoTitle {
    position: relative;
    top: -12vh;
    left: 10vw;
    font-family: logoFont;
    font-size: 35;
    letter-spacing: 0.3em;
    cursor: pointer;
}

#logo {
    position: relative;
    left: 1.5vw;
    max-width: 15vw;
    max-height: 15vh;
    cursor: pointer;
}

#getStartedButton {
  font-family: logoFont;
  font-size: 25px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

/* Add a new class to style the "coming soon" state */
.comingSoon {
  background-color: #ccc; /* Adjust the background color for the disabled state */
  cursor: not-allowed;
}

/* Adjust the styling for the disabled state */
#getStartedButton.comingSoon {
  color: #666; /* Adjust the text color for the disabled state */
  border-color: #666; /* Adjust the border color for the disabled state */
}
/*
#getStartedButton.comingSoon:hover {
  box-shadow: none;
  transform: none;
}*/


#getStartedButton:active {
  box-shadow: 0px 0px 0px 0px;
  left: 78.5vw;
  top: -21vh;
}

@media (min-width: 768px) {
  #getStartedButton {
    padding: 0.25em 0.75em;
  }
}

#getStartedButton {
    position: relative;
    left: 78vw;
    top: -21.5vh;
}

#aboutButton {
    position: relative;
    left: 32.5vw;
    top: -21.5vh;
}

#contactButton {
    position: relative;
    left: 36vw;
    top: -21.5vh;
}



/*@font-face {
  font-family: logoFont;
  src: url(Font/Azonix.otf);
}

#logo {
}

#logoTitle {
  font-family: logoFont;
  font-size: 25;
  letter-spacing: 0.3em;

}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a{
  text-decoration: none;
}

ul{
  list-style: none;
}

.header {
  width: 100%;
  height: 60vh;
  background-color: #fff;
  position: relativet;
}

.header .navbar {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  margin-top: 30px;
}

.logo img{
  margin-left: 100px;
}

.menu ul li {
  display: inline-block;
  padding: 0 25px;
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  line-height: 80px;
  align-items: center;
}

.button {
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: logoFont;
  font-size: 15px;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}


.button:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

#getStartedButton{
  display: block;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 30px;
  background-color: #f3ef51;
  padding: 8px 40px;
  margin-right: 100px;
}

#getStartedButton {
  font-family: logoFont;
  font-size: 25px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  border: 3px solid;
  padding: 0.25em 0.5em;
  box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

#getStartedButton:active {
  box-shadow: 0px 0px 0px 0px;
}

@media (min-width: 768px) {
  #getStartedButton {
    padding: 0.25em 0.75em;
  }
}
*/


#checkmarkSection {
  font-family: logoFont;
  border-radius: 1rem;
  padding: 1em;
  position: absolute;
  top: 60%;
  left: 55%;
  margin-right: -50%;
  line-height: 8vh;
  transform: translate(-50%, -50%) }

html {
  background-color: rgb(237, 237, 237);
}

#aboutPage {
  background-color: rgb(255, 255, 255);
}

#aboutImage1 {
  position: relative;
  top: -42vh;
  left: 5vw;
}
/*
#aboutHeader {
  height: 50px;
  background-color: black

}

#aboutDiffHeader {
  height: 150px;
  background-color: white
}*/

#diffColour1 {
  position: relative;
  top: -17vh;
  background-color: white;
  padding: 0px;
}

#aboutText1 {
  font-family: logoFont;
  position: relative;
  left: 48vw;
  top: 3.55vh;
  width: 50%;
  font-size: 50px 
}

#aboutMainHeading{
  font-family: logoFont;
  position: relative;
  left: 5vw;
  font-size: 75px;
  top: 3.5vh;
}


.hr-customize {
  border: 1.5px solid black;
  position: relative;
  top: -43.75vh;
}

#aboutHeader3 {
  font-family: logoFont;
  position: relative;
  top: -50vh;
  left: 40vw;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -.01em;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.links {
font-family: logoFont;
position: relative;
left: 3vw;
top: -47.5vh;
}

.link-header {
height: 10px;
top: -50vh;
}

.copyright {
  background-color: rgb(61, 61, 61); /* Background color for the footer */
  color: #fff; /* Text color for the copyright text */
  font-family: logoFont;
  font-size: 70%;
  text-align: center;
  padding: 0.7%;
  position: fixed;
  bottom: 0;
  width: 100%;
  
}










/*

@import 'https://fonts.googleapis.com/css?family=Sintony';
* {
  box-sizing: border-box;
}

#homeAnimated {
  background: #222;
  padding: 0;
  margin: 0;
  font-family: "Sintony", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
}

#homeAnimated.header {
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.section {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  letter-spacing: 4px;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}
.section .fixed {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
}
.section .white {
  color: #fff;
}

.section:nth-child(1) {
  background-color: #fff;
  color: #000;
  top: 100vh;
  z-index: 1;
}
.section:nth-child(1) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(2) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c2850a;
  color: #fff;
  top: 200vh;
  z-index: 2;
}
.section:nth-child(2) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(3) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0a0ac2;
  color: #fff;
  top: 300vh;
  z-index: 3;
}
.section:nth-child(3) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(4) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #85c20a;
  color: #fff;
  top: 400vh;
  z-index: 4;
}
.section:nth-child(4) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(5) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #850ac2;
  color: #fff;
  top: 500vh;
  z-index: 5;
}
.section:nth-child(5) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(6) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0ac20a;
  color: #fff;
  top: 600vh;
  z-index: 6;
}
.section:nth-child(6) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(7) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c20a85;
  color: #fff;
  top: 700vh;
  z-index: 7;
}
.section:nth-child(7) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(8) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0ac285;
  color: #fff;
  top: 800vh;
  z-index: 8;
}
.section:nth-child(8) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(9) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c20a0a;
  color: #fff;
  top: 900vh;
  z-index: 9;
}
.section:nth-child(9) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(10) {
  background-color: #000;
  color: #fff;
  top: 1000vh;
  z-index: 10;
}
.section:nth-child(10) .fixed {
  transform: translate(-50%, -50%);
}

.oop {
  position: relative;
  z-index: auto;
  height: 10px;
  background: linear-gradient(141deg, #48ded4 0%, #a026bf 51%, #e82c75 75%);
} */





#contactPage {
  background-color: #fff; /* Adjust the background color as needed */
  padding: 50px; /* Adjust the padding as needed */
}

#contactForm {
  max-width: 600px; /* Adjust the maximum width as needed */
  margin: 0 auto;
  text-align: center;
}

#contactForm h2 {
  font-family: logoFont;
  font-size: 35px;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}

#contactForm form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#contactForm label {
  font-family: logoFont;
  font-size: 20px;
  margin: 10px 0;
}

#contactForm input,
#contactForm textarea {
  width: 100%;
  padding: 10px;
  margin: 5px 0 15px;
  box-sizing: border-box;
  border: 1px solid #ccc; /* Adjust the border color as needed */
  border-radius: 5px;
}

#contactForm button {
  font-family: logoFont;
  font-size: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff; /* Text color */
  background-color: #000; /* Background color */
  cursor: pointer;
  border: 3px solid;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}

#contactForm button:hover {
  background-color: #555; /* Adjust the hover background color as needed */
}