
  @import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700&family=Roboto:ital,wght@0,400;1,700&display=swap');

:root {
    --cobaltBlue : #2F4B6E
}
body {
    background: #F4FCFF;
    
}
/* .Jam_header {
    
 background: none;
 color: #2F4B6E;
 font-family: "Nunito";
 padding: 1rem 3rem;
}
.Jam_header.sticky {
    background: #fff;
}
#appLogo {
    mix-blend-mode: difference;
}
.title_right a {
    color: #2F4B6E;
 font-family: "Nunito";
 font-size: 20px;
 margin-right: 50px;
}
.title_right a:hover {
    color: #d65471;
} */
.internship_programs_container {
    
    padding-top: 6rem;
    color: #2F4B6E;
    font-family: "Nunito",sans-serif;
}

.internship_program_header {
    border-bottom: 1px solid #d8d8d8;
}
.JamsMoney_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.programs_header_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 3rem;
}
.programs_header_div_left {
    max-width: 60%;
}
.programs_header_div_left h3 {
    font-size: 45px;
    line-height: 1.4;
    word-spacing: 1px;
    color:  var(--cobaltBlue);
    font-family: "Nunito";
    font-weight: 700;
}
.programs_header_div_left p {
    font-size: 18px;
    color: #707070;
    line-height: 1.6;
    font-family: "Nunito";
    width: 90%;
}
.programs_header_div_right img {
   width: 100%;
   border-radius: 10px;
}
.learing_programs_wrapper {
    width: 100vw;
    text-align: center;
   
}
.learing_programs_wrapper h3 {
    font-size: 45px;
    font-family: "Nunito";
    color: var(--cobaltBlue);
    font-weight: 700;
    letter-spacing: 1px;
    margin: 20px 0;
}
.learning_programs_grid {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(3,minmax(300px,1fr));
    padding: 2rem 3rem;
}

.internship_program_header h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-family: "Nunito";
    font-weight: 700;
}
.internship_program_header p {
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
    font-family: "Nunito";
}
.program,.VirtualTrip,.flipbooks,.Language {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    cursor: pointer;
    width: 100%;
}
.program_internship {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 1rem 2rem;
    width: 70%;
    margin: 20px 0;
    font-family: "Nunito";
}
.program_internship h3 {
    font-family: "Nunito";
    font-weight: 700;
    color: #2F4B6E;
    text-transform: uppercase;
}
.program_internship p {
    font-family: "Nunito";
    color: #2F4B6E;
}

.program:hover img {
  transform: scale(1.05);
}
.program img,.VirtualTrip img,.Language img,.flipbooks img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.program h3,.VirtualTrip h3,.Language h3,.flipbooks h3 {
    font-size: 20px;
}
.program p,.VirtualTrip p {
    color: #707070;
    line-height: 1.5;
}
.internship_programs_div {
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* JAMS AI CSS */

.JamsAI_container,.slider_container {
    padding: 6rem 3rem;
}
.slider_container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.slider_container video {
    max-width: 90vw;
    max-height: 80vh;
    margin: 20px 0;
}
.slider_container img {
    max-width: 90vw;
    max-height: 80vh;
    margin: 20px 0;
    border-radius: 10px;
}
.JamsAI_div {
    margin: 2rem 0;
}
.JamsAI_div h3 {
    text-transform: uppercase;
    text-align: center;
}
.JamsAI_div_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.particular_AI_module {
    width: 250px;
    background: #fff;
    padding: .7rem;
    margin: 0 1.5rem;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    height: 200px;
}
.particular_AI_module h4 {
  text-decoration: none;
  margin: 1rem;
  padding: 0;
  font-size: 20px;
}
.particular_AI_module img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
.JamsAI_dialog_cover,.payment_dialog_cover,.JamsMoney_container {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    top: 0;
    left: 0;
    position: fixed;
    justify-content: center;
    align-items: center; 
    z-index: 10;
    flex-direction: column;
}
.JamsAI_input_div,.JamsAI_output_div,.payment_dialog_div,.JamsMoney_div {
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    background: white;
    width: 50vw;
}
.JamsMoney_div {
    height: 500px;
    overflow-y: scroll;
}
.JamsMoney_div h4 {
    font-size: 16px;
}
#jamsMoney_balance {
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 10px;
  }
  .JamsMoney_div {
    width: 40vw;
  }
  .transaction_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 15px 0;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    padding: 10px 15px;
    background: white;
}
  .transaction_card p {
    margin: 0;
  }
  .transaction_type1 {
    color: red;
  }
  .transaction_type2 {
    color: green;
  }
.payment_dialog_div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.payment_dialog_div p {
    line-height: 1.5;
    margin: 0;
    font-size: 14px;
}
.JamsAI_output_div{
 /* justify-content: center; */
 align-items: center;
 flex-direction: column;
}
.JamsAI_input_card,.payment_card {
    margin: 1rem 0;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
    border-radius: 0.5rem;
    padding: 1rem 2rem;
    background: white;
}
.payment_card {
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.JamsAI_input_div h3 {
    text-align: center;
}
.JamsAI_input_card h4 {
    margin-bottom: 10px;
}
#JamsAI_input,#JamsAI_input_wordLimit {
    border: none;
    border-bottom: 2px solid black;
    outline: none;
    width: 100%;
}
#submit_JamsAI_input_btn {
    border: none;
    width: 100%;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #333;
    color: white;
    outline: none;
}
#JamsAI_input_container_close_button,#payment_dialog_close_btn,#jamsMoney_container_close_button {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 20px;
    cursor: pointer;
    color: white;
}
.JamsAI_output_div {
    height: 500px;
    overflow-y: scroll;
}
.output_btns_container {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.output_btns_container button,#start_btn_container,#pay_btn {
    border: none;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #333;
    color: white;
    outline: none;
    margin-right: 20px;
}
#start_btn_container,#pay_btn {
    width: 250px;
    font-size: 20px;
    text-transform: uppercase;
}
.selected_plan {
    background-color: #d65471;
    color: white;
}



