
body {
    font-family: "proxima-nova", sans-serif;
    color: #828282;
}

.bold {
    font-weight: 900;
}

.cust-font {
    font-size: .8rem;
}

.btn-hover:hover {
    background-color: #FFC300;
    border: none;
}

.input {
    background-color: transparent;
    /* border: none; */
    outline: none;
}

.input::placeholder {
    color: black;
    font-weight: 600;
}

.cust-rounded {
    border-radius: 4rem;
}

textarea {
    resize: none;
    outline: none;
}

input {
    outline: none;
}

.border-dashed {
    border-bottom-style: dashed;
}


.header {
    background: linear-gradient(230deg, #184E77 8.41%, #003566 56.32%, #154b75 99.49%);
}

.reviews {
    height: 38rem;
}

.selected-review {
    position: relative;
    z-index: 1;
    user-select: none;
    cursor: pointer;
}

.selected-review-btn {
    transform: rotate(270deg);
}

.slide {
    transition: transform 1s;
}

.review {
    width: 19.3rem;
}

.page-lead-width {
    width: 65%;
}

@media only screen and (max-width: 992px) {
    .reviews {
        height: 35rem;
    }

    .close {
        animation: slide-up .5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    }

    @keyframes slide-up {
        0% {
            height: auto;
            transform: translateY(0);
        }

        100% {
            transform: translateY(-100%);
            height: 0;
        }
    }

    .drop-down {
        animation: slide-down .5s linear;
    }

    @keyframes slide-down {
        0% {
            transform: translateY(-100%);
            height: 0;
        }

        100% {
            height: auto;
            transform: translateY(0);
        }
    }

    .slide {
        width: 100%;
    }


}

@media only screen and (max-width: 576px) {
    .reviews__slide-btn {
        width: 3rem;
    }

    .review {
        width: 90%;
    }

    .w-sm-full {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .reviews {
        height: 35rem;
    }

    .page-lead-width {
        width: 100%;
    }
}

/* Credit Card */

#cardNumber,
#cardDate,
#CVVcode {
    height: 44px;
}

/* Honepage */

.testimony-text:not(:first-of-type),
.history-text:not(:first-of-type) {
    display: none;
}

/* About page */

.history-btn:after {
    transition: .2s;
    background: none repeat scroll 0 0 #FFCD05;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}

.history-btn.af-w:after {
    width: 100%;
}

/* Footer */

footer {
    color: #828282;
}
@media screen and (max-width: 980px) {
    .navbar-collapse {
        text-align: center;
        height: 100vh;
    }

    .navbar-nav>li a,
    .nav-button-section>a {
        font-size: 30px;
    }

    .nav-button-section>a {
        display: block;
    }

}

/* Navbar */

a.nav-link, .nav-button-section>*{
    font-size: 18px;
}

a.nav-link:hover {
    color: #FFCD05 !important;
}

.active-page {
    color: #FFCD05 !important;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}


.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}


/* Custom CSS */
.review-link:hover{
    color: #FFCD05 !important;
}
.sub-title{
    font-weight: 400;
}

.slide-box-shadow{
    box-shadow: 0px 4px 24px 0px #0000001A !important;
}

@media (max-width: 768px){
    .features-sub-title{
      font-size: 14px !important;
      color: #FFCD05 !important;
    }
    .custom-about-heading-font-size{
        font-size: 1.5rem !important;
    }
    .feature-header{
        background-size: 121% 104% !important;
    }
    .custom-feature-font-size{
        font-size: 1rem !important;
    }
}

@media (min-width: 768px) {
    .text-md-secondary{
        color: #FFCD05;
    }
}
