|
- @use "vars";
-
- @font-face {
- font-family: "PatuaOne";
- src: url("PatuaOne-Regular.ttf") format("opentype");
- font-style: normal;
- font-weight: normal;
- }
-
- @font-face {
- font-family: "FreeSans";
- src: url("FreeSans.otf") format("opentype");
- font-style: normal;
- font-weight: normal;
- }
-
- html body {
- font-family: 'PatuaOne', 'Times New Roman';
- background: url("background/interlaced/interlaced.png") repeat;
- margin: 0;
- }
-
- section {
- position: relative;
- padding-top: 3em;
- padding-bottom: 3em;
- overflow: hidden;
- }
- h1 {
- color: white;
- }
-
- h2 {
- color: vars.getColor("brand-orange");
- text-align: center;
- }
-
- h3 {
- color: vars.getColor("faded-text");
- // text-transform: uppercase;
- }
-
- ul {
- color: vars.getColor("faded-text");
- list-style-type: none;
- padding: 0;
- }
-
- li {
- &:before {
- content: url("/images/green-check.svg");
- margin-right: 4px;
- }
- padding-bottom: 8px;
- }
-
- a {
- text-decoration: none;
- }
-
- nav {
- position: absolute;
- width: 100%;
- top: 10px;
- display: flex;
- flex-flow: row wrap;
- align-items: center;
- justify-content: space-between;
- // background-color: transparent;
- }
-
- nav h1 {
- margin: 4px 10px 0;
- }
-
- .formal-font {
- font-family: "FreeSans";
- }
-
- nav #logo {
- margin-right: 50px;
- }
-
- nav form {
- display: flex;
- flex-wrap: wrap;
- }
-
- nav form div {
- margin: 0 10px;
- }
-
- nav form button {
- min-width: 5em;
- }
-
- nav form input,label {
- opacity: 0.7;
- }
-
- @media (max-width: 720px) {
- nav { display: block; }
-
- nav form {
- display: block;
- width: 190px;
- margin-left: auto;
- margin-right: auto;
- align-items: center;
- }
- nav form div {
- margin: 10px auto;
- }
- nav div label,input {
- display: block;
- }
- nav .register-button {
- margin: 8px 0;
- }
- }
-
- div.landing-hero {
- top: 0;
- height: 50em;
- background-color: #ff4e00;
- // background-image: linear-gradient(to right bottom, #ff4e00, #fc6200, #f87200, #f58100, #f18e00, #f19507, #f09c0f, #f0a317, #f3a620, #f6a927, #f8ad2e, #fbb034);
- background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
- }
-
- div.hero-filter {
- width: 100%;
- height: 100%;
- }
-
- div.hero-filter h2 {
- color: black;
- opacity: 0.7;
- width: 10em;
- font-size: 2.4em;
- position: absolute;
- top: 15%;
- margin-left: 5%;
- }
-
- div.hero-filter p {
- position: absolute;
- top: 27%;
- margin-left: 5%;
- font-size: 20px;
- width: 10em;
- opacity: 0.7;
- }
-
- div.errors {
- background-color: #ececec;
- color: vars.getColor("red-alert");
- border: 2px solid vars.getColor("red-alert");
- border-radius: 4px;
- min-height: 50px;
- position: absolute;
- left: 50%;
- margin-right: -50%;
- top: 100px;
- min-width: 30em;
- transform: translate(-50%, -50%);
- }
-
- .errors ul {
- margin: auto;
- }
-
- form.login {
- // font-weight: bold;
- color: white;
- }
-
- form.login input {
- margin-left: 2px;
- color: white;
- background-color: transparent;
- border: 2px solid white;
- border-radius: 2px;
- outline-color: orange
- }
-
- form.login .login-btn {
- @include vars.special-button("medium-blue", "dark-blue");
- }
-
- .hero-filter .register-btn {
- @include vars.transparent-button;
- display: block;
- position: relative;
- width: 7em;
- top: 60%;
- margin-left: auto;
- margin-right: auto;
- }
-
- div.blue-background {
- background-image: url("/images/polka-dots.png");
- background-size: 350px;
- background-color: #0d324d;
- }
-
- section.about-us {
- padding: 70px 0;
- }
-
- section.about-us p {
- max-width: 600px;
- margin-left: auto;
- margin-right: auto;
- border-top: 2px solid vars.getColor("grey");
- border-bottom: 2px solid vars.getColor("grey");
- padding: 15px;
- background-color: #0d324d;
- color: white;
- }
-
- section.services-cards {
- // margin-bottom: 0;
- background-color: lightgrey;
- padding-bottom: 4em;
- background: linear-gradient(to bottom right, transparent 0%, transparent 50%, #e9e9e9 50%, vars.getColor("light-grey") 100%);
- }
- section.services-cards .cards{
- display: flex;
- flex-flow: wrap;
- margin-top: 2em;
- gap: 25px;
- justify-content: center;
- max-width: 1050px;
- margin-left: auto;
- margin-right: auto;
- text-align: center;
- }
-
- section.services-cards h2 {
- text-align: center;
- padding: 10px;
- margin-top: 0;
- padding-top: 30px;
- color: white;
- }
-
- section.services-cards .card {
- width: 280px;
- height: 350px;
- padding: 18px 9px;
- border-radius: 4px;
- background: white;
- box-shadow: 7px 10px 8px rgb(156 166 175 / 22%);
- transition: transform 0.2s;
- &:hover {
- transform: translateY(-20px);
- }
-
- }
-
- section.services-cards img {
- width: 50px;
- height: 50px;
- }
-
- section.features-info {
- height: 55em;
- background: radial-gradient(ellipse at left, #fff, vars.getColor("light-grey") 80%);
- }
-
- .circle-prop {
- height: 100%;
- overflow: hidden;
- width: 100%;
- position: relative;
- // transform: translateX(-10em);
- }
-
- .circle-prop svg {
- width: 50%;
- }
-
- .features-info img {
- width: 400px;
- position: absolute;
- top: 15%;
- right: 4%;
- }
-
- div.info-cards {
- position: absolute;
- top: 10em;
- margin-left: 20%;
- width: 70%;
- }
-
- .info-card {
- margin-bottom: 40px;
-
- &:nth-of-type(2) {
- margin-left: 13%;
- }
-
- &:nth-of-type(3) {
- margin-left: 10%;
- }
-
- &:nth-of-type(4) {
- margin-left: 5%;
- }
-
- p {
- max-width: 20em;
- background: white;
- padding: 5px;
- border-radius: 4px;
- text-align: center;
- color: vars.getColor("faded-text2");
- // border: 2px solid vars.getColor("medium-orange");
- @include vars.hovering;
-
- }
- }
-
- section.panel-infos {
- height: 40em;
- }
-
- section.panel-infos img.panel-preview {
- margin-top: 4em;
- height: 80%;
- position: absolute;
- right: 50%;
- }
-
- .panel-info {
- left: 50%;
- width: 50%;
- margin-left: auto;
- margin-top: 4em;
- }
-
- .panel-info img {
- width: 50px;
- height: 50px;
- }
-
- .panel-info p {
- color: vars.getColor("faded-text2");
- }
-
- section.benefits-info div {
- margin: 2em auto;
- max-width: 40em;
- }
|