@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: clamp(16px, 1vw, 32px);
    font-weight: 600;
    margin: 0px;
}

body {
    height: 125vh;
    background-image: url("../images/main_background@2x.jpg");
    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: clamp(16px, 0.5vw, 32px);
    font-weight: 600;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex1 {
    flex: 1;
}
.flex2 {
    flex: 2;
}

nav a:hover {
    color: #1b223a;
}

a {
    color: white;
}

a:hover {
    color: #f39200;
}

li {
    font-family: "Montserrat-Regular";
}

li::marker {
    font-size: 1.6em; /* Change the size of the marker */
    line-height: 1;
}

footer {
    margin: 40px 0px;
    padding-bottom: 40px;
}

p {
    font-family: "Montserrat-Regular";
    margin-top: 20px;
}

#main {
    font-size: 1.05em;
    line-height: 1.8;
}

.rounded {
    border-radius: 24px;
}

.red {
    background-color: red;
}
.green {
    background-color: green;
}

.orange {
    color: #f39200;
}

.topblock {
    margin-top: 20px;
}

.my-block {
    padding: 10px 10px;
}
.simple {
    font-size: 1em;
}

.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;
    margin-bottom: 10px;
    /* 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: 1em;
    font-weight: 600;
}
.blue-bubble p {
    font-family: "Montserrat-SemiBold";
}
.comment {
    font-size: 1.25em;
    font-family: "Anybody-ExtraBold";
}
.comment p {
    font-family: "Anybody-ExtraBold";
}
.comment-details {
    font-size: 1.1em;
}
.price-title {
    font-family: "Anybody-ExtraBold";
    font-size: 1em;
}
@media print, screen and (min-width: 80em) {
    .price-title {
        font-family: "Anybody-ExtraBold";
        font-size: 1.1em;
    }
}

.price {
    font-family: "Anybody-ExtraBold";
    font-size: 2.2em;
    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;
    }
}
