@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,700&family=Russo+One&display=swap');

html, body {
  overflow-x: hidden;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  font-size: clamp(2rem, 4vw, 5rem) ;
  color: #ffffff;
}


html {
    font-family: "Rubik", sans-serif;;
    color: #121130f4;
    font-size: 16px;
}

body {
    font-weight: 300;
    overflow: auto;
    justify-content: center;
    align-content: center;
    margin: 0 auto; /* This centers the body horizontally */
}

a {
    text-decoration: none;
    font-family: "Rubik", sans-serif;
}


h1 {
    font-family: "Russo One", sans-serif;
    font-size: clamp(2.3rem, 3vw, 5rem);
    margin: 0%;
}
h2 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(2rem, 2.5vw, 3rem);
    margin-block: 0px;
    font-weight: 600;
}

h3 {
    font-weight: 500;
    font-size: clamp(1.5rem, 2vw, 2.1rem);
    font-family: "Rubik", sans-serif;
}

h4 {
    font-weight: 300;
    font-size: clamp(1.1rem, .8vw, 1.5rem);
    margin-block: 0px;

}

h5 {
    font-weight: 300;
    font-size: clamp(0.7rem, .7vw, 1rem);
    font-family: "Rubik", sans-serif;
    margin: 0%;
}

button {
    font-family: "Rubik", sans-serif;;
    background-color: transparent;
    cursor:pointer !important;
    border: none;
    font-size: clamp(1rem, .8vw, 1.5rem);
    
   
}


/*button presets*/


.darkbgbutton {
    background-color: transparent;
    border: clamp(1px, 1vw, 2px) solid #FFB60C;
    color: #FFB60C ;
    padding: clamp(1em, 1vw, 1.4em);
    font-weight: 500;   
    width: fit-content;
}

.darkbgbutton:hover,
.darkbgbutton:active,
.darkbgbutton:focus {
    cursor: auto;
    background-color: #FFB60C;
    color: #121130;
    font-weight: 600;  
}

.lightbgbutton {    
    border: solid clamp(1px, 1.4vw, 2px) #121130;
    color: #121130 ;
    padding: clamp(0.5em, .8vw, 1.5em);
    font-weight: 500;
}

.lightbgbutton:hover,
.lightbgbutton:active,
.lightbgbutton:focus {
    cursor: auto;
    background-color: #121130;
    color: #FFB60C;
    font-weight: 600;  
}

.clientslogo {
    width: clamp(9.5rem, 11vw, 16rem);
}

/*Inputs*/

input,
select,
textarea {
    height: clamp(1rem, 4vh, 3rem);
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: #121130;
    font-size: clamp(.8rem, 1.8vh, 2.4rem);
}