﻿@import url('https://fonts.googleapis.com/css2?family=Inter&family=Montserrat&display=swap');

/*TO DELETE*/
.btn-hide{
    display:none;
}

/*#region GENERAL */
html, body {
    font-family: 'Inter', sans-serif;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
.container {
    padding: 0px 50px;
}
/*#endregion */

/*#region SECTION TOP */
#section-top {
    height: 49px;
    background-color: #198fd9 !important;
    color: #ffffff;
    display: flex;
    align-items: center;
}

    #section-top .container {
        display: flex;
        justify-content: space-between;
    }

    #section-top .social {
        font-size: 18px;
        display: flex;
        align-items: center;
    }

        #section-top .social a {
            text-decoration: none !important;
            color: #ffffff;
        }

    #section-top .contact a {
        text-decoration: none !important;
        color: #ffffff;
    }

    #section-top .contact {
        display: flex;
        align-items: center;
        font-size: 12px;
    }

/*#endregion */

/*#region SECTION MENU */
#section-menu .site-navigation-mobile{
    display:none;
}
#section-menu {
    height: 85px;
    background-color: #ffffff !important;
}
#section-menu .site-navbar {
    display: flex;
    height: 85px;
    justify-content: space-between;
}
#section-menu .site-navbar .end-link {
    padding-right:5px;
}
#section-menu .logo {
    display: flex;
    align-items: center;
}
#section-menu .logo img {
    width: 150px;
    height: 65px; 
}
/*#endregion */

/*#region SECTION BODY */

#section-body {
    padding: 0;
}

#section-body img {
    width: 100%;
    height: calc(100vh - 250px);
}

#section-body .title{
    font-weight:bold;
    font-size: 64px;
}

.form-control, .form-select {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #777771;
    text-decoration: none;
}
.input-label {
    font-weight: bold;
    color: #777771;
}

.form-floating > label {
    padding-left: 0rem !important;
}
.form-floating > .form-control {
    padding-left: 0rem !important;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: none;
    box-shadow: none;
}

.was-validated .form-control:focus, .form-control:focus, .was-validated .form-select:focus, .form-select:focus {
    border-color: none;
    box-shadow: none;
}

.form-control.is-invalid {
    background-image: none;
    border: none;
    border-bottom: 2px solid #dc3545;
}

.form-control:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.error-msg {
    color: #dc3545;
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
}

.btn-pay {
    border: none;
    background-color: #17A8E3;
    color: #FFFFFF;
    padding:10px;
    width:100%;
}

.amount-msg {
/*    display: flex;
    align-items: center;*/
    color: #dc3545;
}
    .amount-msg span{
        padding: 0px 5px;
    }
    /*#endregion */
    /*#region SECTION FOOTER */
    #section-footer {
        background-color: #212326;
        color: #ffffff;
    }

#section-footer .container {
    padding: 55px 0px;
}

#section-footer .get-in-touch h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#section-footer .get-in-touch .title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 35px;
}
#section-footer .get-in-touch .title span {
    display: block;
    margin-top: 5px;
    font-weight: normal;
}

#section-footer .quick-links h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#section-footer .quick-links p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 10px;
}

#section-footer .left img {
    height:150px;
    width:150px
}
#section-footer .left p {
    margin-top: 50px;
    color: rgba(255, 255, 255, 0.6);
}


/*#endregion */

