/* styles.css */


/* styles for elements from roadmap.io */
/* --- Header Styles --- */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiAyp8kv8JHgFVrJJLmE0tMMPKhSkFEkm8.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
*{
  font-family:"Poppins",sans-serif ;
  font-weight: 100;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none; /* Safari/Arc */
  -moz-appearance: none;    /* Firefox */
  min-width: 0;
  min-height: 0;


}

html {
  overflow-y: scroll; /* forces scrollbar to always appear */
  background-color: #1C2642;
}

/* Slider test css*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-height: 100vh;
  position: relative;
  margin: auto;
}

.slideshow-container img{
  height:100vh;
}
.overlay {
/*    background-color: rgba(0.159,0.187,0.115,0.05); */
    width:100%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    z-index: 2;
    font-size: 2rem;
    
}
.overlay p{
    /*background-color: rgba(0.159,0.187,0.115,0.30);*/
    color: white;
    /*font-weight: normal; */
    font-size: 1.5rem;
    width: 100%;
    z-index: 1;
}

.overlay .logo {
    /*background-color: rgba(0.159,0.187,0.115,0.30);*/
    padding-top: 30px;
    height: 120px;
    width: 100%;
    margin: 0 auto 10px;
}

.title{
  font-size: 4rem;
  text-align: center;
  margin-bottom:-250px;
}
/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 3;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  z-index: 3;

}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Slidre test css */ 
body{
  margin: 0px;
}
.ipta{
  margin-top: 100px;
  font-family: 'Ranade', sans-serif;
  font-size: 10rem;
}
.south_africa{
  background-color: rgba(0.159,0.187,0.115,0.02);
  font-family: 'Pencerio', cursive;
  font-size: 6rem;
  margin-top:-90px;
}
/* --- Footer Styles --- */

.nav-bg{
  /*overflow: hidden; */
  
  position: fixed;         /* stays fixed on scroll */
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);  /* transparent over slider */
/*  backdrop-filter: blur(6px);       glassy effect */
  z-index: 1000;          /* make sure it’s above the slider */
  /*padding: 10px 0; */
  /*position: fixed; 
  width:100%;*/
}
.nav-bg img {
      padding-top: 20px;
}
.new_nav{
  justify-content: center;
  align-items: center;
  text-align:center;
  display:flex;
  width: 100vw;
  height: 5rem;
  background-color: rgb(0,0,0);
/*  margin-top:0.5rem;
  margin-bottom:0.5rem; */
  font-size: 1.5em;
  align-items: center;
}


.new_nav div{ 
  background-color: rgb(0,0,0);
  color:white;
  margin-left: 40px;
  text-align: center;
  padding-left:20px;
  padding-right:20px;
}


.new_nav div a, a:visited{
  text-decoration: none;
  color:white;
}

.new_nav div:hover{
  height: 4rem;
  padding-top: 1rem;
  text-decoration: none;
  background-color:green; 
  /*rgba(0.159,0.187,0.115,0.0);*/
  padding-left:20px;
  padding-right:20px;
}

.ipta-text1{
/* background-color: #26304E; */
color:white;
font-size: 1.2rem;
text-align: justify;
padding: 0 4rem 0 4rem;
}
.ipta-text{
/* background-color: #26304E; */
color:white;
font-size: 1.2rem;
text-align: justify;
padding: 4rem 4rem 0 4rem;
}
.ipta-text h2{
text-align: center;}


.container-hor1{
  display: flex;
  text-align: center;
  background-color: rgba(0.159,0.187,0.115,0.5);
  width:100%;
  height:50vh;
}

.student-week{
  width:50%;
  background-image: url("NWU_Workshop_Photo.jpg");
  background-size: cover;
  /*padding: 0 50px 0 50px;*/
}
.student-week h2{
  font-family: 'Ranade', sans-serif;
  font-style: normal;
  background-color: rgba(0.159,0.187,0.115,0.35);
  color: white;
  margin-top:20%;
  font-size: 2em;
  padding: 0 50px 0 50px;
/*  border: solid; */
}
.student-week a{
  text-decoration: none;
}
.student-week p{
  background-color: rgba(0.159,0.187,0.115,0.25);
  color: white;
  font-size: 1.25em;
  padding: 0 50px 0 50px;
}
.science-week{
    width:50%;
    background-image: url("Alpine.jpg");
    background-size: cover;
    /*padding: 0 50px 0 50px;*/
}

.science-week a{
  text-decoration: none;
}
.science-week h2{
  font-family: 'Ranade', sans-serif;
  font-style: normal;
  background-color: rgba(0.159,0.187,0.115,0.35);
  color: white;
  margin-top:20%;
  font-size: 2em;
  padding: 0 50px 0 50px;
/*  border: solid; */
}

.science-week p{
  background-color: rgba(0.159,0.187,0.115,0.5);
  color: white;
  font-size: 1.25em;
  padding: 0 50px 0 50px;
}
/* Experimental part */
.container-hor2{
  display:flex;
  width:100%;
}

.student-week-bg{
  background-image: url("assets/NWU2.jpg");
  background-size: 1000px 1000px;

  padding: 0 50px 0 50px;
  background-color: rgba(0.159,0.187,0.115,0.5);
}
.science-week-bg{
    padding: 0 50px 0 50px;
}


#gform div{
  font-size: 2em;
  display:flex;
  padding:20px;
}

.map{
  border: 20px solid white;
}

/* Science Page CSS */

.container {
    background-color: #1C2642;
      color: white;
}

.week1-row1 {
  margin-top:6rem; /* 5rem is no gap */
  display:flex;
  width:100%;
  font-size: 2rem;
  padding-left:150px;
  padding-bottom: 50px;
}
.week1-row1 h1{
  font-family: 'Ranade', sans-serif;
}
.r2{
  padding-left: 3rem; 
}
.break{
background-color: #4F5F8F;
}
.week1-row2{
  display:flex;
  width:100%;
  font-size: 1.5rem;
  padding-left:150px;
  padding-bottom: 200px;
}

.week1-row2 p{
  font-style: italic;
  width:50%;
  padding-right: 50px;
}

.week1-row2 img{
  width: 40%;
  border:solid white 10px;
  height:60%;
}




.week2-row1 {
  margin-top:6rem; /* 5rem is no gap */
  display:flex;
  width:100%;
  font-size: 2rem;
  padding-left:150px;
  padding-bottom: 50px;
  font-family: "Poppins", sans-serif;
}
.week2-row1 h1{
  font-family: 'Ranade', sans-serif;
}

.break{
background-color: #4F5F8F;
}
.week2-row2{
  display:flex;
  width:100%;
  font-size: 1.5rem;
  padding-left:150px;
  padding-bottom: 200px;
}

.week2-row2 p{
  font-style: italic;
  width:50%;
  padding-right: 50px;
}

.week2-row2 img{
  width: 40%;
  border:solid white 10px;
  height:60%;
 /* width: 40%;
  object-fit: none;*/
}

hr {
      display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ff974b;
        margin: 1em 0;
        padding: 0;
}
.orange{
  font-style: italic;
  color:#ff974b;
}
a.special{
  font-style: italic;
  text-decoration: none;
  color:#ff974b;
}
.form-container {
      padding: 2rem;
      border-radius: 16px;
      max-width: 1000px;
      width: 90%;
}

.form-container h1 {
    text-align: center;
      margin-bottom: 1.5rem;
      font-weight: 600;
      color: #38bdf8;
}

.SW{
  margin-top:5rem;
  font-size: 5rem;
  padding-left:2rem;
  padding-left:2.3rem;
}
form {
    display: flex;
      flex-direction: column;
      gap: 1rem;
}

input, select, textarea {
      padding: 0.75rem 1rem;
      border-radius: 8px;
      border: 1px solid #ff8245;
      background: #dadada; /*#0f172a; */
      color: black;
      font-weight: 200;
      font-size: 1.5rem;
      transition: all 0.2s ease;
}

input:focus, select:focus, textarea:focus {
    border-color: black;
    outline: none;
    background: white;
  color:black;
}

textarea {
    resize: vertical;
      min-height: 100px;
}

button {
    padding: 0.75rem;
      border: none;
      border-radius: 8px;
      background: #ff7735;
      color: white;
      font-size: 1.1rem;
      font-weight: 600;
      cursor: pointer;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
}

button:hover {
    transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(59,130,246,0.4);
}

.footer {
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
  text-align: center;
  font-size: 0.8em;
}

.footer p {
  font-family: 'Ranade', sans-serif;
}
.key-dates{
  color:white;
  text-align: center;
}
table {
      width: 60%;
      margin: 20px auto;
      border-collapse: collapse;
      border-radius: 12px;
      overflow: hidden;
      font-family: sans-serif;
}

th {
      color: white;
      text-align: left;
      padding: 12px 16px;
}

td {
    padding: 12px 16px;
      border-bottom: 1px solid #eee;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover td {
    background: #161e3a;
}
/* Committee Sections Styling*/

.site-testimonial {
  padding: 4rem 2rem 0 2rem;
  background-color: #1C2642;
}

.site-testimonial .container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: transparent;
}

.site-testimonial .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.site-testimonial .col-12 {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 3rem;
}

.site-testimonial .col-lg-4 {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .site-testimonial .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .site-testimonial .col-lg-4 {
    width: 33.333333%;
  }
}

.site-testimonial .section-title {
  text-align: center;
/*  margin-bottom: 3rem; */
}

.site-testimonial .section-title h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: white;
  margin-bottom: 1rem;
  font-family: 'Ranade', sans-serif;
}

.site-testimonial .section-title p {
  font-size: 1.2rem;
  color: #666;
  font-style: italic;
}

.site-testimonial-item {
  background: #1C2642;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #d8b6a9;
}

.site-testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.site-testimonial-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}

.site-testimonial-item .thumb {
  flex-shrink: 0;
}

.site-testimonial-item .thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #F3B664;
}

.site-testimonial-item .person {
  flex: 1;
}

.site-testimonial-item .person h5 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ababab;
  margin: 0;
  margin-bottom: 0.5rem;
}

.site-testimonial-item .person p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

.site-testimonial-item-body {
  color: white;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  flex: 1;
}
.content{
  padding-top:5rem;
height: 100vh;}


/*
.header {
  background-image: url("assets/IMG_0655.JPEG");
  background-size:cover;
  background-color: rgba(0.159,0.187,0.115,0.5);
  padding: 1px 0 0 0 ;
  text-align: center;
  height: 100vh;
}
.header h1{
  background-color: rgba(0.159,0.187,0.115,0.10);
  color:white;
  font-family: 'Pencerio', cursive;
  font-weight: bold;
  padding:20px;
  font-size: 3em;
  margin-top: 150px;
}
.header p{
  background-color: rgba(0.159,0.187,0.115,0.10);
  padding:20px;
  color:white;
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 300;
}


.header .host{
  background-color: rgba(0.159,0.187,0.115,0.10);
  color:white;
  font-size: 1.5em;
  font-weight: 100;
  margin-bottom: -20px;
}

.header img{
  height: 4rem;
}*/

