﻿@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&display=swap%27); )
    * {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Barlow Condensed;
    
}
h2 {
    font-size: 4rem !important;
}
h5{
    font-size:1.5rem !important;
}
p {
    color: #54595F;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
}

.navbar-toggler {
    border: none;
    font-size: 1.5rem;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-collapse.show .navbar-toggler-icon {
    display: none;
}

.navbar-collapse.show .close-icon {
    display: inline-block;
}

.close-icon {
    display: none;
}

.nav-link {
    font-weight: 600;
    text-align: center;
}

    .nav-link.active {
        border-bottom: 2px solid #9b00e8;
        /* purple underline */
    }

.dropdown-toggle::after {
    margin-left: 0.5rem;
}

.navbar {
    padding: 1rem;
}

#register-icon img {
    height: 20px;
}

.logo {
    width: 60px;
}




.swiper {
    width: 100%;
    height: 100%;
}
    .swiper h2{
        font-size:3.5rem;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #444;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper a {
    color: #9b35c0;
}

.swiper-pagination-bullet {
    background-color: white !important;
    padding: 10px;
    opacity: 5 !important;
}

.swiper-pagination-bullet-active {
    background-color: #9b35c0 !important;
}

.btn-primary {
    background-color: #9B35C0;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #9B35C0;
    color: white;
    border-radius: 5px 5px 5px 5px;
    padding: 13px 50px 13px 50px;
    font-size:15px;
}

hr {
    padding: 2px;
    opacity: 5 !important;
    margin: 0 !important;
}

.hr-purple {
    background-color: #9B35C0;
    width: 20%;
    padding: 1px;
}





#travel-nurse {
    background-image: radial-gradient(at center center, #381B94F0 0%, #8F2DB8 100%);
    background-size: cover;
    background-position: bottom;
    height: 100%;
    padding: 45px 100px;
}

/*#img-overlay {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}*/

#days {
    background-image: url(../../assets/images/Map.png);
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#travel-today {
    background-image: radial-gradient(at center center, #381B94F0 0%, #8F2DB8 100%);
    background-size: cover;
    height: 100%;
    background-size: cover;
    padding: 45px 100px;
}

#fb-img img {
    width: 10%;
}

#insta-img img, #linked-in-img img {
    width: 8%;
}

#fb-img a, #insta-img a, #linked-in-img a {
    color: #3366BB;
    font-size: 20px;
}




/*TRAVEL NURSING PAGE*/
#travel-nursing-banner {
    background-image: url(../../assets/images/Travel-Nursing-banner-1.jpg);
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
}
    #travel-nursing-banner h2{
        font-size:3.5rem;
    }
    .btn-purple {
        background-color: white !important;
        font-size: 16px;
        font-weight: 700;
        color: #8F2DB8;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #8F2DB8;
        border-radius: 5px 5px 5px 5px;
        padding: 10px 15px;
    }

    .btn-purple:hover {
        background-color: #8F2DB8 !important;
        font-size: 16px;
        font-weight: 700;
        color: #ffff;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #8F2DB8;
        border-radius: 5px 5px 5px 5px;
        padding: 10px 15px;
    }

.bg-purple {
    background-color: #8F2DB8;
}

#contract-table hr {
    width: 13%;
}

#contract-table .table {
    border-radius: 10px;
}

    #contract-table .table tr th, #contract-table .table tr td {
        padding: 18px;
    }

#contract-table .contract {
    background-color: #8F2DB8 !important;
    border: 0 !important;
    color: white !important;
}

#unlock-potential img {
    width: 18%;
}


#how-it-work {
    background-image: radial-gradient(at center center, #381B94F0 0%, #8F2DB8 100%);
}

#steps img {
    width: 18%;
}
#travel-bag img{
    width:12%;
}


/*REWARD NAD BONUCS PAGE*/
#reward-banner {
    background-image: url(../../assets/images/reward-banner.jpg);
    height: 500px;
    background-size: cover;
}
    #reward-banner h2{
        font-size:3.5rem;
    }
    #reward-form, #client-form, #refer-form, #contract-form {
        box-shadow: 0px 0px 3px 0px rgba(175, 175, 175, 0.5);
    }
/*Refer a Friend*/
#refer-a-friend-banner {
    background-image: url(../../assets/images/Refer-a-friend-banner.jpg);
    background-size: cover;
    height: 500px;
}
/*CLIENT PAGE*/
#client-banner {
    background-image: url(../../assets/images/Clients-banner.jpg);
    background-size: cover;
    height: 500px;
}
    #client-banner h2{
        font-size:3.5rem;
    }
    .three-steps {
        box-shadow: 1px 1px 30px -12px rgba(0, 0, 0, 0.5);
    }

/*ABOUT PAGE*/
#about-banner {
    background-image: url(../../assets/images/About-Us-banner.jpg);
    background-size: cover;
    height: 500px;
}
    #about-banner h2{
        font-size:3.5rem;
    }
#our-mission hr, #our-value hr {
    width: 14%;
}
    /*TEAM PAGE*/
img.team {
        border-radius:50%;
        width:25%;
    }
.linkedin img{
    width:6% !important;
}
/*CONTACT PAGE*/
#contact-banner {
    background-image: url(../../assets/images/Contact-us-banner.jpg);
    background-size: cover;
    height: 500px;
}
    #contact-banner h2{
        font-size:3.5rem;
    }
    #staff, #opportunity {
        background-image: radial-gradient(at center center, #8F2DB8 0%, #381B94F0 100%);
        padding: 100px 50px;
    }

    #staff a, #opportunity a {
        color: #8F2DB8;
        font-weight: 600;
    }

.btn-contact {
    background-color: white !important;
    font-size: 16px;
    font-weight: 700;
    color: #8F2DB8;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #8F2DB8;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 50px;
}

    .btn-contact:hover {
        background-color: #8F2DB8 !important;
        font-size: 16px;
        font-weight: 700;
        color: #ffff;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #8F2DB8;
        border-radius: 5px 5px 5px 5px;
        padding: 10px 50px;
    }


/*TERM OF USE PAGE*/
#term-of-use p {
    font-size: 17px;
}



/*REGISTER PAGE*/

.register-img {
    background-image: url(../../assets/images/Monochrome-Brush-Stroke-Creative-Brief-Presentation-24-scaled.jpg);
    background-size: cover;
    height: 500px;
    background-position: top;
}



.btn-secondary {
    background-color: #12227D;
    font-size:15px;
}

.register-nurse {
    background-image: radial-gradient(at center left, #381B94F0 0%, #9B35C0 100%);
}

#footer {
    background-image: radial-gradient(at top center, #8F2DB8 41%, #381B94F0 82%);
    padding: 70px 100px;
}

#tabs .steps {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#tabs .step {
    padding: 10px 30px;
    border: none;
    background: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    color: #000000;
}

    #tabs .step.active {
        background-color: #9B35CD;
        color: white;
        font-weight: bold;
    }

#tabs .form-step {
    display: none;
}

    #tabs .form-step.active {
        display: block;
    }

#tabs label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

#tabs input {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#tabs .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

    #tabs .buttons button {
        padding: 10px 20px;
        font-size: 15px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }

#tabs .btn-prev {
    background-color: #555;
    color: white;
}

#tabs .btn-next,
#tabs .btn-finish {
    background-color: #0b66ff;
    color: white;
}

#tabs .btn-finish {
    display: none;
}

#required .form-group {
    margin-bottom: 25px;
}

#required label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

#required .required::after {
    content: " *";
    color: red;
}

#experience input[type="text"],
#experience input[type="number"],
#experience select,
#experience textarea {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#experience textarea {
    resize: vertical;
}

#experience .checkbox-group label {
    font-weight: normal;
    display: inline-block;
    margin-right: 15px;
}

#experience .form-actions {
    margin-top: 30px;
}

#experience .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    #experience .checkbox-group label {
        display: flex;
        align-items: center;
        font-weight: normal;
        gap: 8px;
    }

    #experience .checkbox-group input[type="checkbox"] {
        margin: 0;
    }




    @media screen and (max-width: 768px) {
        h2{
            font-size:2rem !important;
        }
        #travel-nursing-banner h2, #reward-banner h2, #client-banner h2, #about-banner h2, #contact-banner h2 {
            font-size: 2.5rem;
        }
        #tabs .steps {
            display: block;
            margin: 0;
        }

        .register-img {
            height: 150px;
        }

        #footer {
            padding: 20px;
        }

            #footer a {
                border: none !important;
            }

        #travel-nurse {
            height: 100%;
            padding: 40px;
        }

        #travel-today{
            padding:40px;
        }

        .swiper {
            height: 400px;
        }

        #travel-nursing-banner {
            height: 300px;
        }

        #reward-banner, #client-banner, #about-banner, #contact-banner {
            height: 250px;
        }

        #staff, #opportunity {
            padding: 40px;
        }

        .btn-primary {
            letter-spacing: 0;
        }
    }

@media screen and (max-width: 991px) {
    #footer a {
        border: none !important;

    }
}
@media (min-width: 991px) and (max-width: 1400px) {
    .nav-link {
        padding: 0px 10px !important;
    }
    h2{
        font-size:3rem !important;
    }
    .swiper-inner {
        padding: 20px !important;
    }
    #navbar-large-screen .btn-primary, #navbar-large-screen .btn-secondary {
        padding: 8px 15px !important;
        font-size: 14px !important;
    }

    .navbar h2 {
        font-size: 25px !important;
    }

    .logo {
        width: 40px;
    }

    #footer {
        padding: 70px 60px;
    }

        #footer a {
           
            padding: 0px 5px !important;
        }
}
