@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap");

@font-face {
    font-family: "intro_regular";
    src: url("../fonts/fontsfree-net-intro-webfont.woff2") format("woff2"),
        url("../fonts/fontsfree-net-intro-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
}

h1,
h2,
h3 {
    font-family: "intro_regular", sans-serif;
}

p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.banner > div > h1 {
    color: #5ddff5;
    font-size: clamp(2.7rem, 1.74rem + 4.8vw, 7.5rem);
}

.banner > div > h2 {
    color: #fff;
    font-size: clamp(1rem, 0.64rem + 1.8vw, 2.8rem);
}

.banner > div > h3 {
    color: #fff;
    font-size: clamp(1.2rem, 0.8rem + 2vw, 3.2rem);
}

.contact-left > div > p:first-child {
    font-size: clamp(1.3rem, 1.1rem + 1vw, 2.3rem);
    padding-bottom: 20px;
}

.contact-left > div > h1 {
    font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
    padding-bottom: 20px;
}

.contact-left > div > p:last-child {
    font-size: clamp(1.5rem, 1.34rem + 0.8vw, 2.3rem);
}

.subcribe-header {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: white;
    position: relative;
    margin-bottom: 25px;
}

.subcribe-header::before {
    content: "";
    position: absolute;
    margin-bottom: -10px;
    bottom: 1px;
    width: 91.8%;
    height: 1px;
    background: #48547d;
    z-index: 1;
}

.products > div > h3 {
    color: #202a5d;
    padding: 20px 0;
}

.products > div > p {
    color: #7a7c83;
    font-size: 16px;
}

a.footerlink:link,
a.footerlink:visited {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding: 0 5px;
    text-decoration: none;
    color: #000;
}

a.footerlink:hover {
    color: #888;
}

a.footerlink:active {
    color: #353535;
}

/* Button */
/* --------------------------- */
a.button-register-now:link {
    font-family: "intro_regular", sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #202a5d;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
}
a.button-register-now:visited {
    color: #fff;
    background-color: #202a5d;
}
a.button-register-now:hover {
    background: #29346e;
}

a.button-learn-more:link {
    font-family: "intro_regular", sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #5ddff5;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
}
a.button-learn-more:visited {
    color: #fff;
    background-color: #5ddff5;
}
a.button-learn-more:hover {
    background: #8de3f2;
}

/* Contact form Start ------------------------------------------------------------------ */
.form-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 30px;
    box-sizing: border-box;
}

.form-fullcol {
    padding: 10px;
    flex: 100%;
    box-sizing: border-box;
}

form div label {
    font-size: 14px;
    line-height: 48px;
    float: left;
    text-align: left;
    width: 120px;
    height: 50px;
}

form div .formstyle {
    /* width: calc(100% - 120px); */
    /* box-sizing: border-box; */
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    color: rgb(0, 0, 0);
    background-color: #fff;
}

form div .formbutton {
    font-family: "intro_regular", sans-serif;
    float: left;
    padding: 15px 50px;
    border: none;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    background-color: #5ddff5;
    cursor: pointer;
}

form div .formbutton:hover {
    background-color: #46daf3;
}

form div .formbutton:active {
    background-color: #3ec3da;
}

/* Container */
/* --------------------------- */
.container-map {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 30%; /* 16:9 Aspect Ratio (9 ÷ 16 = 0.5625) */
}

.container-map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ------------------- */
/* Mobile Menu Layout */
/* ------------------- */
@media screen and (max-width: 970px) {
}
