@import url('bootstrap-icons/bootstrap-icons.css');
@import url('blazor.css');

@font-face {
    font-family: "RalewayRegular";
    src: url("../fonts/Raleway-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "NunitoSemiBold";
    src: url("../fonts/Nunito-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background-image: linear-gradient(to left bottom, #071416, #071719, #071a1b, #061c1e, #051f20, #052323, #042627, #042a2a, #052f2f, #073434, #083a3a, #0a3f3f);
    color: #fff;
    font-family: "RalewayRegular";
    font-size: 18px;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5 {
    font-family: "NunitoSemiBold";
}

.screen {
    margin-top: 0;
    width: 100%;
    height: 100vh;
    
}



.modal-content {
    background-color: #1d4d51;
    padding: 45px;
    border-radius: 1.25rem;    
}

.text-content {
    font-family: "NunitoSemiBold";
    font-weight: 500;
    line-height: 1.2;
    font-size: 27.28px;
}



.wrapper {
    padding-top:300px;
    height: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.wrapper-sm {
    padding-top: 50px;
    height: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
}

div.logo {
    /*margin-top: 3rem !important;*/
}

    div.logo img {
        width: 400px;
    }

.title-page {
    margin-top: 5rem;    
}

    .title-page p {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 0;
    }

        .title-page p.small {
            font-size: 1.25rem;
            color: #acc9cb;
        }



.btn-square-lg {
    border-color: #f8f9fa;
    color: #f8f9fa;
    width: 250px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 250px !important;
    text-align: center;
    padding: 0px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 1.25rem;
    padding: 15px;
    border-width: 3px;
}

    .btn-square-lg > i.bi {
        font-size: 70px;
    }

.btn-square-md {
    border-color: #f8f9fa;
    color: #f8f9fa;
    width: 150px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 150px !important;
    text-align: center;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 1.25rem;
    padding: 10px;
    border-width: 2px;
    margin: 5px;
}

    .btn-square-md > i.bi {
        font-size: 36px;
    }

.btn-square-sm {
    border-color: #f8f9fa;
    color: #f8f9fa;
    width: 120px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 120px !important;
    text-align: center;
    padding: 0px;
    font-size: 18px;
    border-radius: 1.25rem;
    padding: 10px;
    border-width: 2px;
    margin: 5px;
}

    .btn-square-sm > i.bi {
        font-size: 36px;
    }

    .btn-square-sm > span.num {
        font-family: "NunitoSemiBold";
        font-size: 2.5rem;
    }



.btn-square-md > i.bi {
    font-size: 40px;
}


.btn-square-md:hover, .btn-square-md:active, .btn-square-md:hover, .btn-square-md:active, .btn-square-sm:hover, .btn-square-sm:active {
    color: #fff;
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, -1px) scale(1.1);
    transform: translate(0px, -1px) scale(0.95);
}



.btn-transparent-light {
    color: #f8f9fa;
    border: none;
}

    .btn-transparent-light:hover, .btn-transparent-light:focus, .btn-transparent-light:active {
        color: #1d4d51;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

.btn-primary {
    /*background-color: #6ca12b;*/
    background-image: linear-gradient(to left, #6ca12b, #639526, #5a8921, #527d1d, #497118);
    border: none !important;
}

    .btn-primary:focus {
        background-color: #6ca12b;
        border-color: #fff;
    }

.btn-rect-lg {
    border-color: #f8f9fa;
    color: #f8f9fa;
    width: 550px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 150px !important;
    text-align: center;
    padding: 0px;
    font-size: 28px;
    font-weight: bold;
    border-radius: 1.25rem;
    padding: 15px;
    border-width: 3px;
}

    .btn-rect-lg > i.bi {
        font-size: 70px;
    }

.btn-rect-md {
    background-color: #1C545B;    
    color: #f8f9fa;
    width: 550px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    height: 120px !important;
    text-align: center;    
    font-size: 24px;
    font-weight: bold;
    border-radius: 1.25rem;
    padding: 10px;    
    margin: 5px;
}
    .btn-rect-md > i.bi {
        font-size: 36px;
    }

.btn-rect-sm {
    border-color: #f8f9fa;
    color: #f8f9fa;
    width: 100%;
    text-align: center;
    padding: 0px;
    font-size: 20px;
    border-radius: 1.25rem;
    padding: 10px;
    border-width: 2px;
    margin: 5px;
}

    .btn-rect-sm > i.bi {
        font-size: 36px;
    }


div.phone {
    padding-left: 150px;
    padding-right: 150px;
}

    div.phone > .form-control-lg {
        font-family: "NunitoSemiBold";
        color: #ffffff;
        background-color: #1d4d51;
        border: 3px solid #ffffff;
        text-align: center;
        font-size: 3.25rem;
        border-radius: 1.25rem;
    }

.mt-8 {
    margin-top: 8rem !important;
}

.booking {
    border: 3px solid #ffffff;
    border-radius: 1.25rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 45px;
    text-align: start;
}

.room {
    font-family: "NunitoSemiBold";
    /*background-color: #225e68;*/
    border: 3px solid #ffffff;
    text-align: start;
    border-radius: 1.25rem;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px;
    text-align: center;
    font-size: 45pt;
}

.ml15 {
    font-weight: 800;
    font-size: 3.8em;
    text-transform: uppercase;
    letter-spacing: 0.5em;
}

    .ml15.word {
        display: inline-block;
        line-height: 1em;
    }


.accordion-button {
    background-color: #184951 !important;
    color: #fff !important;
}

.text-success {
    color: #98dd43 !important;
}


.header {
    padding-left: 150px;
    padding-right: 150px;
}


