@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    background-color: #FFFDEC;
}

footer {
    background-color: #424043;
    color: white;
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}


.f-title {
    font-size: 16px;
    text-align: left;
    text-decoration: underline;
    letter-spacing: 1.6px;
    color: #424043;
    opacity: 1;
}

.s-title {
    font-size: 25px;
    text-align: left;
    letter-spacing: 0px;
    color: #424043;
    opacity: 1;
}

.big-title {
    font-size: 45px;
    text-align: left;
    letter-spacing: 0px;
    color: #0AAEBA;
    opacity: 1;
}

.btn-primary {
    background: #FFC200 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    border: none;
    letter-spacing: 0px;
    color: #424043;
    opacity: 1;
    padding: 5px 40px;
    font-weight: 500;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0AAEBA !important;
    border-color: #0AAEBA !important;
}
.big-text {
    color: #424043;
    opacity: 0.04;
    font-size: 202px;
}

.img-bg {
    bottom: 55px;
    opacity: 1;
    z-index: -1;
    
}
.custom-container{
    margin-top: 12vh;
}
.icon-bahamas{
    height: 40px;
    width: auto;
    margin: 0 20px;
}

@media (max-width:1200px) {
    .big-title {
        font-size: 32px;
        text-align: left;
        letter-spacing: 0px;
        color: #0AAEBA;
        opacity: 1;
    }
    .custom-container{
        margin-top: 10vh;
    }
    .img-bg {
        bottom: 40px;
        opacity: 0.4;

    }
}
@media (max-width:600px) {
    .container{
        max-width: 90%;
    }
    .big-title {
        font-size: 32px;
        text-align: left;
        letter-spacing: 0px;
        color: #0AAEBA;
        opacity: 1;
    }
    .custom-container{
        margin-top: 10vh;
        margin-bottom: 10vh;
    }
    .img-bg {
        bottom: 40px;
        opacity: 0.4;

    }
    .btn-primary {
        background: #FFC200 0% 0% no-repeat padding-box;
        border-radius: 24px;
        opacity: 1;
        border: none;
        letter-spacing: 0px;
        color: #424043;
        opacity: 1;
        padding: 5px 40%;
        font-weight: 500;
    }
}