*{
    font-family: "Open Sans", sans-serif;
}

body{
    a {
        text-decoration: none;
    }
    
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23F55D14' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}
.highlighted-text {
    color: #00487C;
}
.navbar-light .navbar-toggler {
    border: 1px solid #F55D14;
}
.navbar .nav-link.col-border {
    border-left: 1.75px solid #F55D14;
}

.mx-200{
    margin: 0 200px;
}

.custom-font-24{
    font-size: 24px;
}
.custom-font-32 {
    font-size: 32px;
}
.custom-font-40 {
    font-size: 40px;
}
.custom-font-50 {
    font-size: 50px;
}
.nav-link {
    height: 32px;
    display: flex !important;
    align-items: center;
    padding: 0 4px;

    color: #F55D14 !important;
}
.nav-link.active {
    color: #314256 !important;
}

.primary-button {
    padding: 0.875rem 1.5rem;
    border: 2px solid #FFF !important;
    border-radius: 40px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    text-wrap: wrap;
    max-width: fit-content;
    transition: all .2s ease-in;

}
.primary-button:hover {
    color: #F55D14 !important;
    border: 2px solid #F55D14 !important;
    background-color: #FFF !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.secondary-button {
    padding: 0.75rem 2rem;
    border: 2px solid #F55D14;
    border-radius: 40px;
    color: #F55D14;
    text-wrap: wrap;
    max-width: fit-content;
    background-color: transparent !important;
    transition: all .2s ease-in;
}
.secondary-button:hover {
    border: 2px solid #F55D14 !important;
    background-color: #F55D14 !important;
    color: #FFF !important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.news-letter-button {
    width: 279px;
    color: #FFF;
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 52px;
    padding: 0 24px;
}
.input-group-text {
    background-color: #FFF !important;
}
.img-container {
    width: 100%;
    height: 696px;
    overflow: hidden;
    position: relative;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.padding-bottom-caption{
    margin-bottom: 150px;
}

.carousel-caption {
    width: 40%;
    position: absolute;
    right: 15%;
    bottom: 62px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-caption h2 {
    font-size: 4rem;
    letter-spacing: -3px;
}

.link-banner {
    background-color: #F55D14;
    padding: 1rem 3rem;
    border-radius: 40px;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}
.accordion-button.collapsed.custom-icon::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23F55D14' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
button.accordion-button.custom-icon::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23F55D14' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.card {
    border: none !important;
    box-shadow: 0px 4px 14px 0px #0000001A;
    border-radius: 20px !important;
}
.border-img {
    border: 9px solid #F55D14;
}
.news-letter {
    padding: 0 96px;
}
.contact-input {
    border-radius: 20px;
    display: block;
    border: none;
    padding: 12px 16px;
    width: 100%;
    margin-top: 7px;
}

.contact-textarea {
    border-radius: 20px;
    display: block;
    border: none;
    padding: 12px 16px;
    width: 100%;
    margin-top: 7px;
}

.contact-textarea:focus {
    outline: none;
}
.contact-button {
    background-color: #F55D14;
    color: #FFF;
    border-radius: 40px;
    padding: 0.75rem 0;
    font-weight: bold;
}

@media (max-width: 1000px){
    .navbar{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .navbar .nav-link.col-border {
        border-left: none;
        padding-left: 0;
    }
    .nav-link.ps-3 {
        padding-left: 0 !important;
    }

    .nav-link {
        text-align: center;
        padding-left: 1rem;
        margin: 1.5rem
    }
    .navbar .nav-link.border-start.border-start {
        border-left: none;
    }
    .responsive-br {
        display: none; 
    }
}

@media (max-width: 768px) {
    .mx-200{
        margin: 0 50px;
    }
    .link-banner {
        padding: 0.5rem 1.25rem;
        font-size: 2.5vw;
        border-radius: 30px;
    }
    .custom-font {
        font-size: 1em;
    }
    .carousel-caption {
        font-size: 1rem;
    }
    .custom-font-32 {
        font-size: 1.75rem;
    }
    .padding-bottom-caption{
        margin-bottom: 20px;
    }
    .custom-font-50 {
        font-size: 38px;
    }
    .custom-font-40 {
        font-size: 32px;
    }
    .width-60{
        width: 80%;
    }
    .news-letter {
        padding: 0 36px;
    }
}

@media (max-width: 423px) {
    .mx-200{
        margin: 0 1rem;
    }
    .custom-font-32 {
        font-size: 0.8em;
    }
    .custom-font-24{
        font-size: 16px;
    }
    .carousel-caption {
        margin-bottom: 0;
    }
    .img-container {
        height: 45vh;
    }
    .carousel-caption h2{
        font-size: 1.5rem;
        letter-spacing: 0;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .mx-200{
        margin: 0 100px;
    }
}