/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,900;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: 'FuturaBTK';
    src: url('../font/futura-medium-bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBTK';
    src: url('../font/futura-bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBTK';
    src: url('../font/futura-light-bt.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #ffffff;
    font-family: 'FuturaBTK';
    font-weight: normal;
    overflow-x: hidden;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 110%;
    padding: 10px;
    height: auto;
}

:focus {
    outline: 0;
}

/* Header */
.header_section {
    border-bottom: #ceac01 10px solid;
    background-color: #004990;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 100%;
    float: left;
    background-size: 100%;
    animation: slideIn 2s ease-in-out, colorChange 5s infinite alternate;
}

@keyframes slideIn {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.logo {
    width: 75%;
    float: left;
    padding: 4px 0px;
}

.logo-tuvacol {
    width: 20%;
    height: 20%;
    margin-left: 5%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 10px;
    color: #eaedf2;
    font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FFD400;
    transition: color 0.3s ease;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #1B3C73;
}

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.banner_taital {
    padding: 10px;
    width: 100%;
    float: left;
    font-size: 60px;
    color: #FFD400;
    font-weight: 900;
    line-height: 60px;
}

.banner_subtext {
    padding: 10px;
    width: 100%;
    float: left;
    font-size: 34px;
    margin: 0px;
    color: #ffffff;
}

.btn_main {
    padding: 10px;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.contact_bt {
    font-family: 'Montserrat';
    font-weight: 500;
    width: 170px;
    float: left;
    margin-left: 15px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000000;
    background-color: #ffffff;
    text-align: center;
    border-radius: 100px;
    padding: 10px 0px;
}

.contact_bt a:hover {
    color: #f6f8f8;
    background-color: #FFD400;
}

/* Footer */
.footer {
    background-color: #FFD400;
    font-family: 'FuturaBTK';
}

.footer_logo {
    width: 80%;
    float: left;
    padding: 0px 0px 30px 0px;
}

.image_1 {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image_1:hover {
    transform: scale(1.05);
}

.modal-content {
    background-color: #ECF1F6;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.modal-body {
    padding: 10px;
}

.modal-title {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

.btn-primary {
    background-color: #01204E;
    border-color: #01204E;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 100px;
}

.btn-primary:hover {
    background-color: #FF9A00;
    border-color: #FF9A00;
}

.form-control {
    border-radius: 10px;
    border: none;
    text-align: left;
    height: 30px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-input {
    margin-top: 6px;
}

#accessMessage {
    font-weight: bold;
    font-size: 14px;
    color: #dc3545;
    margin-top: 10px;
}

#accessIcon {
    margin-right: 5px;
}

.loader {
    border: 4px solid #FF9A00;
    border-top: 4px solid #01204E;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin-left: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.modal-dialog {
    max-width: 350px;
}

.btn {
    background-color: #004990;
    color: #ffffff;
    font-size: 14px;
    width: 40%;
    height: 30px;
}

.btn:hover {
    background-color: #ffffff;
    color: #004990;
}

#submitBtn .btn-text {
    display: flex;
    margin-top: -2%;
    font-size: 14px;
}

.form-label, .form-check-label {
    color: #004990;
    font-size: 16px;
    margin-bottom: 5px;
}

/* Media Queries for different devices */

/* Small devices (mobiles) */
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 90%;
    }


    .modal-title {
        font-size: 14px;
    }

    .btn-primary {
        padding: 7px 10px;
        font-size: 12px;
    }

    #accessMessage {
        font-size: 12px;
    }

    .loader {
        width: 15px;
        height: 15px;
        border-width: 3px;
    }

    .banner_taital {
        font-size: 30px;
        line-height: 50px;
    }

    .banner_subtext {
        font-size: 20px;
    }

    .logo {
        width: 50%;
    }

    .logo-tuvacol {
        width: 100%;
        height: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #ceac01;
        font-size: 14px;
    }

    .contact_bt {
        width: 100%;
        margin-left: 10%;
    }

    .contact_bt a {
        font-size: 16px;
    }

    .footer_logo {
        width: 100%;
    }

    .footer_links {
        margin-left: 0;
        width: 100%;
    }

    .floating-button {
        margin-top: -10%;
    }
}

/* Medium devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    .modal-dialog {
        max-width: 80%;
    }




    .modal-title {
        font-size: 15px;
    }

    .btn-primary {
        padding: 8px 12px;
        font-size: 13px;
    }

    #accessMessage {
        font-size: 13px;
    }

    .loader {
        width: 18px;
        height: 18px;
        border-width: 3.5px;
    }

    .banner_taital {
        font-size: 40px;
        line-height: 40px;
    }

    .banner_subtext {
        font-size: 24px;
    }

    .logo {
        width: 60%;
    }

    .logo-tuvacol {
        width: 25%;
        height: 25%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }

    .contact_bt {
        width: 80%;
        margin-left: 10%;
    }

    .contact_bt a {
        font-size: 17px;
    }

    .footer_logo {
        width: 90%;
    }

    .footer_links {
        margin-left: 10%;
        width: 80%;
    }

    .floating-button {
        margin-top: 30%;
    }
}

/* Large devices (computers) */
@media (min-width: 769px) {
    .modal-dialog {
        max-width: 350px;
    }

    .modal-title {
        font-size: 16px;
    }


    .btn-primary {
        padding: 8px 15px;
        font-size: 14px;
    }

    #accessMessage {
        font-size: 14px;
    }

    .loader {
        width: 20px;
        height: 20px;
        border-width: 4px;
    }

    .banner_taital {
        font-size: 60px;
        line-height: 60px;
    }

    .banner_subtext {
        font-size: 34px;
    }

    .logo {
        width: 75%;
    }

    .logo-tuvacol {
        width: 20%;
        height: 20%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
    }

    .contact_bt {
        width: 170px;
        margin-left: 15px;
    }

    .contact_bt a {
        font-size: 18px;
    }

    .footer_logo {
        width: 80%;
    }

    .footer_links {
        margin-left: 60%;
        width: 40%;
    }

    .floating-button {
        margin-top: 37%;
    }
}

.floating-button {
    position: fixed;
    right: 10px;
    background-color: #C40C0C;
    border-radius: 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: flex;
    font-size: 24px;
    margin-right: 2%;
    margin-top: 37%;
    margin-bottom: 0%;
    z-index: 1;
}

.floating-button:hover {
    background-color: #1B3C73;
    transform: scale(1.1);
}

.floating-icon {
    font-size: 12px;
    width: 60px;
    height: 60px;
}

.container-footer {
    padding: 60px;
}

.li-text {
    font-family: 'FuturaBTK';
    font-weight: normal;
    font-size: 16px;
    margin-left: 10%;
    margin-top: 10%;
    color: #004990;
}

.footer_links {
    color: #fff;
    font-size: 16px;
    margin-left: 60%;
    margin-top: 10%;
    width: 40%;
}

.footer_links a {
    color: #004990;
    font-size: 16px;
    text-decoration: none;
}

.footer_links a:hover {
    color: #FF9A00;
    text-decoration: underline;
}

.footer_links a i {
    color: #004990;
}