You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
308 lines
4.6 KiB
308 lines
4.6 KiB
@font-face {
|
|
font-family: "Montserrat-Regular";
|
|
src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Montserrat-SemiBold";
|
|
src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Anybody-ExtraBold";
|
|
src: url("../fonts/Anybody/Anybody-ExtraBold.ttf") format("truetype");
|
|
}
|
|
|
|
html,
|
|
body {
|
|
background: #1b223a;
|
|
color: white;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
margin: 0px;
|
|
}
|
|
|
|
body {
|
|
height: 125vh;
|
|
background-image: url("../images/main_background@2x.png"); /* Replace with your image path */
|
|
background-repeat: no-repeat; /* Prevents the image from repeating */
|
|
background-size: cover; /* Scales the image to cover the container */
|
|
}
|
|
|
|
.wrapper {
|
|
margin: 0px 15px;
|
|
}
|
|
|
|
@media print, screen and (min-width: 40em) {
|
|
.wrapper {
|
|
margin: 0px 60px;
|
|
}
|
|
}
|
|
|
|
@media print, screen and (min-width: 80em) {
|
|
.wrapper {
|
|
margin: 0px 140px;
|
|
}
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
font-family: "Anybody-ExtraBold";
|
|
}
|
|
|
|
@media print, screen and (min-width: 80em) {
|
|
nav {
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
nav a {
|
|
color: white;
|
|
padding: 10px 15px;
|
|
margin: 0px 5px;
|
|
background-color: #f39200;
|
|
border-radius: 15px;
|
|
text-decoration: none;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
nav a:hover {
|
|
color: #1b223a;
|
|
}
|
|
|
|
a {
|
|
color: white;
|
|
}
|
|
|
|
a:hover {
|
|
color: #f39200;
|
|
}
|
|
|
|
li {
|
|
font-family: "Montserrat-Regular";
|
|
}
|
|
|
|
li::marker {
|
|
font-size: 26px; /* Change the size of the marker */
|
|
line-height: 1;
|
|
}
|
|
|
|
footer {
|
|
margin: 40px 0px;
|
|
}
|
|
|
|
p {
|
|
font-family: "Montserrat-Regular";
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#main {
|
|
font-size: 17px;
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.red {
|
|
background-color: red;
|
|
}
|
|
.green {
|
|
background-color: green;
|
|
}
|
|
|
|
.orange {
|
|
color: #f39200;
|
|
}
|
|
|
|
.topblock {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.my-block {
|
|
padding: 10px 10px;
|
|
}
|
|
.simple {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.simple a {
|
|
color: white;
|
|
}
|
|
|
|
.simple a:hover {
|
|
color: #f39200;
|
|
}
|
|
|
|
.bold {
|
|
font-family: "Montserrat-SemiBold";
|
|
font-weight: 800;
|
|
}
|
|
|
|
.main-phone-pic {
|
|
width: 450px;
|
|
}
|
|
@media print, screen and (min-width: 80em) {
|
|
.main-phone-pic {
|
|
width: 450px;
|
|
}
|
|
}
|
|
|
|
.large-top-margin {
|
|
margin-top: 60px;
|
|
}
|
|
@media print, screen and (min-width: 80em) {
|
|
.large-top-margin {
|
|
margin-top: 150px;
|
|
}
|
|
}
|
|
|
|
.phone {
|
|
width: 300px;
|
|
}
|
|
|
|
.download-pic {
|
|
width: 200px;
|
|
}
|
|
|
|
.bubble {
|
|
padding: 20px;
|
|
background-color: white;
|
|
border-radius: 24px;
|
|
box-shadow: 0 0 0px 0px #fbead6;
|
|
color: #1b223a;
|
|
}
|
|
|
|
.logo {
|
|
height: 80px;
|
|
/* padding: 5px 10px; */
|
|
}
|
|
|
|
.container {
|
|
display: grid;
|
|
place-items: center; /* Center items horizontally and vertically */
|
|
}
|
|
.container img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
.img-center {
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.img-picto {
|
|
height: 50px;
|
|
}
|
|
|
|
#picto-bubble {
|
|
/* height: 180px; */
|
|
padding: 20px 70px;
|
|
}
|
|
|
|
@media print, screen and (min-width: 40em) {
|
|
#picto-bubble {
|
|
height: 200px;
|
|
padding: 30px;
|
|
}
|
|
}
|
|
|
|
/* @media print, screen and (min-width: 45em) {
|
|
#picto-bubble {
|
|
height: 200px;
|
|
padding: 40px;
|
|
}
|
|
} */
|
|
|
|
@media print, screen and (min-width: 60em) {
|
|
#picto-bubble {
|
|
height: 250px;
|
|
padding: 40px;
|
|
}
|
|
}
|
|
|
|
@media print, screen and (min-width: 75em) {
|
|
#picto-bubble {
|
|
height: 230px;
|
|
padding: 40px;
|
|
}
|
|
}
|
|
|
|
.blue-bubble {
|
|
color: white;
|
|
background-color: #233876;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
}
|
|
.blue-bubble p {
|
|
font-family: "Montserrat-SemiBold";
|
|
}
|
|
.comment {
|
|
font-size: 20px;
|
|
font-family: "Anybody-ExtraBold";
|
|
}
|
|
.comment p {
|
|
font-family: "Anybody-ExtraBold";
|
|
}
|
|
.comment-details {
|
|
font-size: 18px;
|
|
}
|
|
.price-title {
|
|
font-family: "Anybody-ExtraBold";
|
|
font-size: 16px;
|
|
}
|
|
@media print, screen and (min-width: 80em) {
|
|
.price-title {
|
|
font-family: "Anybody-ExtraBold";
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
.price {
|
|
font-family: "Anybody-ExtraBold";
|
|
font-size: 36px;
|
|
color: #f39200;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.flex-left {
|
|
flex: 1;
|
|
text-align: left;
|
|
padding: 5px 0px;
|
|
}
|
|
|
|
.flex-right {
|
|
flex: initial;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
padding: 5px 0px;
|
|
}
|
|
|
|
.inline {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
/* margin: 0 auto; */
|
|
}
|
|
|
|
.topmargin40 {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.price-padding {
|
|
padding: 5px;
|
|
}
|
|
|
|
@media print, screen and (min-width: 80em) {
|
|
.price-padding {
|
|
padding: 20px;
|
|
}
|
|
}
|
|
|