/* Google Font */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap'); */

* {
    font-family: 'Poppins', sans-serif;
}

/* Gradient Background */
.gradient-background {
    background: linear-gradient(300deg, #47b1b7,  #cebddd,  #c5d8e6);
    background-size: 180% 180%;
    animation: gradient-animation 5s ease infinite;
}

@keyframes gradient-animation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}


/* Navigation Styling on Hover */
.nav-link:hover {
    cursor: pointer;
    color: #eff053;
    background-color: #322DA0;
}

.nav-link {
    color: #EFEFF0;
    background-color: #322DA0;
    font-weight: 550;
    /* border: solid 2px #322DA0; */
    border-radius: 20px;
    margin-left: 12px;
}


.closer-column {
    padding-right: 10px;
    padding-left: 10px;
}

/* Add styling to Sub Menu */
.submenu {
    background-color: #EFEFF0;
}

/* Add styling to Hero */
.hero-section {
    margin-bottom: 30px;
}

/* Add styling to main content on Page */
.content-section {
    flex-direction: column;
}

/* Add styling to buttons */
.btn-color {
    background-color: #322DA0;
    color: #EFEFF0;
}

.btn-color:hover {
    background-color: #EFEFF0;
    color: #000;
}


.deviceBtn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 400px;
}

.deviceBtn a {
    margin: 5px;
}


/* Adds Styling to mini help hero at the bottom of the page */
.help {
    background-color: #EFEFF0;
}

.newEmp {
    padding-bottom: 200px;
}

/* Adds Styling to Buttons that are active */
.active-button {
   color: #eff053;
   font-weight: bolder;
   background-color: #322DA0;

}

/* Styling for elements in the div with the class container */
.container {
    line-height: 2;
}

/* Styling for Additional assistance */
.help {
    border: solid 1px #eff053;
}

.lead {
    font-size: 24px;
}

.setup {
    font-size: 24px;
    font-weight: 500;
}

.programs h6 {
    padding-left: 20px;
}

.before-start {
    text-align: center;
    margin-bottom: 50px;
    color: red;
}


.job-aid {
    padding-bottom: 30px;
}

.okta-images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.img-container {
    text-align: center;
    color: #322DA0;
}

.okta-img {
    width: 270px;
    margin: 10px 25px;
    border: #322DA0 solid 2px;
}

/* Media Query for Responsiveness */


/* XXL Screen Width */
@media (max-width: 1400px) {
    /* .nav-link {
        border-radius: 20px;
        padding-left: 20px;
        text-align: center;
        margin: 5px 50px;
    } */

    .nav-link {
        border-radius: 20px;
        /* padding-left: 20px; */
        padding: 10px;
        text-align: center;
        margin: 10px 50px;
    }

    .container2 {
        width: 800px;
    }

   
}

/* XL Screen width */
@media (max-width: 1200px) {
    /* .nav-link {
        border-radius: 20px;
        padding-left: 20px;
        text-align: center;
        margin: 5px 50px;
    } */

    .nav-link {
        border-radius: 20px;
        /* padding-left: 20px; */
        padding: 10px;
        text-align: center;
        margin: 10px 50px;
    }

   
}

/* Large Screen width */
@media (max-width: 992px) {
    /* .nav-link {
        border-radius: 20px;
        padding-left: 20px;
        text-align: center;
        margin: 5px 50px;
    } */

    .nav-link {
        border-radius: 20px;
        /* padding-left: 20px; */
        padding: 10px;
        text-align: center;
        margin: 10px 50px;
    }


    /* .video {
        width: 800px;
    } */
}

/* Medium Screen Width */
@media only screen and (max-width: 768px) {
    .nav-link {
        border-radius: 20px;
        /* padding-left: 20px; */
        padding: 10px;
        text-align: center;
        margin: 10px 50px;
    }



    .container2 {
        display: flex;
        flex-direction: column;
        width: 700px;
    }

    .image {
        /* margin: auto; */
        margin-bottom: 50px;
        width: 680px;
    }

    .video {
        width: 680px;
    }
}

/* Small Screen width */
@media only screen and (max-width: 480px) {
   

    .nav-link {
        border-radius: 20px;
        /* padding-left: 20px; */
        padding: 10px;
        text-align: center;
        margin: 10px 50px;
    }

    .wwelcome {
        font-weight: 500;
    }

   .lead {
       font-size: 20px;
   }

   .setup {
        font-size: 20px;
        font-weight: 500;
    }
  
    .container2 {
        width: 375px; /* Set the width of the container */
        margin: 30px auto; /* Center the container */
        /* padding: 20px; */
        position: relative; /* For absolute positioning of the image */
      }

    .image {
        margin: auto;
        margin-bottom: 50px;
        width: 320px;
    }

    .years {
        width: 350px;
    }
    
    .video {
        width: 300px;
    }

    .values {
        display: flex;
        flex-direction: column;
    
    }

    .valueImage {
        width: 500px;   /* adjust as needed */
        height: 250px;  /* adjust as needed */
    }

    .okta-images {
        display: flex;
        justify-content: center;
        /* flex-wrap: wrap; */
    }
    
    .img-container {
        text-align: center;
        color: #322DA0;
    }
    
    .okta-img {
        width: 220px;
        margin: 10px 25px;
        border: #322DA0 solid 2px;
    }
    
    .okta {
        padding: 20px;
        /* line-height: 25px; */
    }
    
    
}


.valueImage {
    width: 200px;   /* adjust as needed */
    height: 250px;  /* adjust as needed */
    object-fit: contain; /* this will ensure the images cover the area without stretching */
}


.bigBites {
    width: 120px;
    object-fit: cover;
}


.day1 {
    text-align: center;
}

#day1 p {
    padding-bottom: 10px;
}

.bigBites, .valueImage {
    background-color: white;
}

.to-do {
   padding-bottom: 10px; 
   padding-left: 30px;
}

div.to-do:first-of-type {
    padding-top: 10px;
}

div.to-do:last-of-type {
    padding-bottom: 20px;
}

.checkboxes {
    width: 1.5em;  /* Adjust as needed */
    height: 1.5em; /* Adjust as needed */
    vertical-align: middle;
    
}

label > span {
    vertical-align: middle; /* Aligns the text vertically with the checkbox */
}

.contact {
    padding-left: 30px;
}

div.list p:last-of-type {
    font-size: 28px;
    line-height: 1.5em;
}