@import url('https://fonts.cdnfonts.com/css/poppins');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    /* overflow: hidden; */
}

a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: medium;
}

h3:hover {
    color: rgb(255, 255, 255);
}

a:hoveR {
    color: rgb(255 247 0);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    color: white;
    font-size: medium;
}

.header {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

div h3 {
    color: rgb(255 247 0);
    font-size: 25px;
}

.container-one {
    background-color: #184572;
    padding: 20px 10vw;
    color: white;
}

.h1-p-button-box p {
    font-size: 16px;
}

.big-text {
    font-size: 30px;
    color: rgb(255 247 0);
}

.h1-p-button-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 5px;
    margin-right: 15px;
}

button {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid;
    border-radius: 0px;
    width: fit-content;
    padding: 2px 15px;
    font-size: 15px;
    font-weight: 700;
    background-color: rgba(255, 247, 0, 0.945);
    color: black;
}

button:hover {
    cursor: pointer;
    background-color: black;
    color: white;
}

.image-container-one {
    width: 250px;
}

.image-container-one img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.container-text-and-image {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.container-two {
    padding: 0 10vw;
}

.image-1,
.image-2,
.image-3,
.image-4 {
    width: 230px;
    border-radius: 5px;
    text-align: center;
}

.image-container-two img {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.image-container-two p {
    width: 230px;
    font-size: 18px;
}

h2 {
    text-align: center;
    margin: 20px auto;
    padding: 5px;
    box-shadow: 0 3px 10px rgba(106, 130, 175, 0.2);
}

.image-container-two {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.container-three {
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.897);
    padding: 20px 10vw;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.italic-p {
    font-style: italic;
    font-weight: 500;
    color: rgb(255 247 0);
}

.quote {
    display: flex;
    flex-direction: column;
}

.quote h4 {
    margin-left: auto;
    color: rgb(255 247 0);
}

.call-to-action {
    margin-top: 10px;
    padding: 20px 10vw 10px 10vw;
    text-align: left;
}

.call-to-action p {
margin-top: 5px;
width: auto;
}

.call-to-action h3 {
    color: black;
    width: 85%;
    }


    .call-to-action button {
        border-width: 1px;
        border-color: rgba(97, 97, 97, 0.541);
        color: black;
        }

    .email-form {
        padding: 10px 10px;
        width: 18em;
        margin-top: 1.5vh;
        font-size: 1rem;
        color: #55595c;
        background-color: #ffffff1f;
        border: 1px solid rgba(0,0,0,.15);
        text-align: left;
        border-radius: 5px;
    }

    .btn-form {
        /* padding: 20px 10px; */
        width: auto;
        text-align: center;
        padding: 10px;
        margin-top: 1vh;
        border-radius: 10px;
        
    }

    .footer {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5vh;
        background-color: rgba(221, 221, 221, 0.589);
        color: rgb(59, 59, 59);
        margin-bottom: 5px;
        padding: 25px;
        font-size: medium;
        font-weight: 450;
        display: flex;
        justify-content: center;
        align-items: center;
      }

