body, html {
    height: 100%;
    margin: 0;
    font-family:sans-serif;
    width: 100%;
    overflow-x: hidden;
    padding: 0;
  }
  @media screen and (max-width: 650px) {
    body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    }
  }
  a{
    text-decoration: underline;
    color: #ffffff;
  }

      
footer{
  width: 100%;
  background: linear-gradient(to right,rgb(107, 110, 241),rgb(14, 17, 192));
  height: 14rem;
  padding-top: 0.938rem;
  margin-top: 1.25rem;
  display: block;
  text-align: center;
  
    }

    
  .footertext{

    font-size: 1rem;
    margin-bottom: 0;
    padding-left: 0.313rem;
    color:white;
    
  }
  @media screen and (max-width: 650px) {
    .footertext {
    font-size: 0.75rem ;

    }
  }

    
/* Style all font awesome icons */
.fa {
  margin-top: 0.625rem;
  display: inline-block ;
  margin-left: 1.25rem;
  padding-top: 1.375rem;
  padding: 0.7rem;
  width: 1.875rem;
  height: 0.5em;
  text-align: center;
  text-decoration: none;
  margin: 0.313rem 0.313rem;
  }
  
  .fa-brands {
    margin-top: 0.625rem;
    display: inline-block ;
    margin-left: 1.25rem;
    padding-top: 1.375rem;
    
    padding: 0.7rem;
    width: 1.875rem;
    height: 0.5em;
    text-align: center;
    text-decoration: none;
    margin: 0.313rem 0.313rem;
    }
    

  
  /* Add a hover effect */
  .fa:hover {
    transform: scale(1.1);
  }

  .fa-brands:hover {
    transform: scale(1.1);
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    color: #ffffff ;
  }
  
  /* Twitter */
  .fa-x-twitter {
    color:  #ffffff;
  }
  .fa-instagram{
  color: rgb(255, 255, 255);
  }

  .fa-envelope{
    color: rgb(255, 255, 255);  
  }
 
  .fa-whatsapp{
    color: rgb(255, 255, 255);
  }
.fa-linkedin{
  color: #ffffff;
}

  .hidden{
    opacity: 0;
    filter: blur(2px);
    /* transform: translateX(-100%); */
    transition: all 2s;
    transform:scale(0.7) ;
    
  }

  @media screen and (max-width: 650px) {
    .hidden{
      transition: all 1s;  
    }
  }

  .show{
    opacity: 1;
    filter: blur(0px);
    transition: all 2s;
    /* transform: translateX(0); */
    transform:scale(1) ;
  }

  @media screen and (max-width: 650px) {
    .show{
      transition: all 1s;  
    }
  }
  .animate__animated.animate__zoomIn{
    animation-duration: 2s;
display: block;
text-align: center;

  }


  .animate__animated.animate__slideInDown{
    animation-duration: 2s;
display: block;
text-align: center;

  }


  .animate__animated.animate__bounceInUp{
    animation-duration: 6s;
display: block;
text-align: center;
  }


  .animate__animated.animate__bounceInDown{
    animation-duration: 4s;
    display: block;
    text-align: center;
  }



  .bg{
    
    /* The image used */
    background-image: url("images/icu2.jpg"); 
   /* Full height */
    height: 100%;
   /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
   margin-top: 0;
   filter: brightness(100%);
    }



        @media screen and (max-width: 650px) {
          .bg{
          margin-top: 3%;      
   -webkit-animation: slidein 3s;
   animation: slidein 3s;
  
          }
        }    

        @media screen and (max-width: 650px) {
          @-webkit-keyframes slidein {
            from {background-position: center; background-size:1300px; }
            to {background-position:  center; background-size:1200px;}
            }
            
            @keyframes slidein {
            from {background-position: center;background-size:1300px; }
            to {background-position:   center;background-size:1200px;}
            
            }
        }    
        
        
    .bg h1{
        font-size: 3rem;
        color: white;
        text-align:center;
        padding-top: 10rem;
        text-shadow: 3px 3px 8px black;
        margin-left: 10px;
    }
    
    
      @media (min-width: 1920px) and (max-width: 2560px)  {
    .bg h1{
        font-size: 4rem;
        color: white;
        text-align:center;
        padding-top: 12rem;
        text-shadow: 3px 3px 8px black;
        margin-left: 10px;
    }
}


    @media screen and (max-width: 650px) {
      .bg h1{
      font-size: 2rem;
      text-align:center;
  
      }
    }

    .bg p{
        font-size: 2rem;
        color: white;
        text-align: center;
        padding-top: 3rem;
        text-shadow: 3px 3px 8px black;  
        font-style: bold;
    }

    @media screen and (max-width: 650px) {
      .bg p{
      font-size:1.1rem;
     margin-top:100px;
     padding-top: 2rem;
  
      }
    }

    
/* MOBILE NAVIGATION MENU */

.topnav {
  overflow: hidden;
  background:linear-gradient(to right,rgb(107, 110, 241),rgb(14, 17, 192));
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2; 
  -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
}

.mobilelogo{
margin-left: 0;
width: 100px;
padding:0;
}

.mobilelog{
padding:0;
margin-left: 0;
height: 60px;
width: 70px;
}



/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
 
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration:none;
  font-size: 20px;
  display: block;
  -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
}

/* Style the hamburger menu */
.topnav a.icon {
  color: white;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
}


/* Add a grey background color on mouse-over */
.topnav a:hover {
  color: #fcd3d0;
}

/* Dont display MOBILE navbar on BIG screens */
@media screen and (min-width: 970px) {
  .topnav {
  display: none;
  }
}

    
/*Desktop Navigation bar*/
nav
{
	width: 100%;
	height: 6rem;
  background: linear-gradient(to right,rgb(107, 110, 241),rgb(14, 17, 192));
	text-align: right;
	top: 0;
	position: fixed;
  z-index: 1000;	
}



@media screen and (max-width: 650px) {
  nav{
display:none

  }
}

.logo {
    margin-top: 0;
    margin-left: 1rem;
    width: 0.4rem;
    height: 0.4rem;
    -webkit-transition: all 0.3s linear;
      -khtml-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
             transition: all 0.3s linear;
        
  }

  .logo:hover{
  transform: scale(1.05);
  }
  
  
  ul li
  {
  display: inline-block;
  line-height: 6.25rem;
  padding: 0.5rem;
  font-size: 1rem;
  text-decoration: none;
  margin-top: -3.125rem;
  margin-right: 1rem;
  padding-top: 25px;
  }
  
  ul li a
  {
      text-decoration: none;
      color: white;
      padding: 5px;
      border-radius: 10px;
      -webkit-transition: all 0.3s linear;
      -khtml-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
             transition: all 0.3s linear;
  
  }
  
  ul li a:hover
  {
  color: rgb(1, 3, 150);
  background-color: white;
  padding: 10px;
  
  }
       
  h2{
    color: rgb(1, 3, 150);
    font-size: 2.4rem;
}

@media screen and (max-width: 650px) {
  h2{
 font-size: 18px;

  }
}

h3{
    color:  rgb(1, 3, 150);
    font-size: 1.25rem;
    text-align: center;
}
@media screen and (max-width: 650px) {
  h3{
 font-size: 16px;
  }
}

h4{
  color:  rgb(1, 3, 150);
  font-size: 1rem;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 650px) {
h4{
font-size: 13px;

}
}

.container1{
   width: 95%;
   display:flex;
   margin-left: auto;
   margin-right: auto;
}

@media screen and (max-width: 650px) {
  .container1{
  width: 100%;
  display: block;

  }
}

.container1text{
    width: 55%;
    padding: 34px;
   font-size: 16px;
   line-height: 32px;
  /*background: rgba(128, 0, 128, 0.322) ;*/
   margin-right: 20px;
}


@media screen and (max-width: 650px) {
  .container1text{
  width: 90%;
margin-left: auto;
margin-right: auto;
  text-align: left;
  font-weight: 300;
  padding: 0;

  }
}

.container2{
  width: 95%;
  display:flex;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 650px) {
  .container2{
  width: 100%;
  display: block;
  }
}


.container2text{
  width: 55%;
/*background: rgba(128, 0, 128, 0.322) ;*/
  padding: 34px;
 font-size: 17px;
 line-height: 32px;
 margin-left: 20px;
}

@media screen and (max-width: 650px) {
  .container2text{
  width: 90%;
margin-left: auto;
margin-right: auto;
  text-align: left;
  font-weight: 300;
  padding: 0;

  }
}


.container1img{
    width: 50%;
    height: 480px;
    padding: 2px;
    margin-top: 20px;
    transition: transform 0.3s ease-in-out;
  }


  .container1img:hover{
    transform: scale(1.02);
    
  }

  @media (min-width: 1920px) and (max-width: 2560px)  {
    .container1img{
     height: 510px;
  }
}

  @media screen and (max-width: 650px) {
    .container1img{
    width: 100%;
    height:300px;
    }
  }


.container2img{
  width: 50%;
  height: 600px;
  padding: 2px;
  margin-top: 20px;
}

@media (min-width: 1920px) and (max-width: 2560px)  {
  .container2img{
   height: 750px;
}
}

@media screen and (max-width: 650px) {
  .container2img{
  width: 100%;
  height:400px;
  }
}

.container2fulltext{
  width: 100%;
 /*background: linear-gradient(to right,#abb4d3,#f0b0d0);*/
  padding: 34px;
 font-size: 17px;
 line-height: 32px;
 margin-left: auto;
 margin-right: auto;
}

@media screen and (max-width: 650px) {
  .container2fulltext{
  width: 90%;
  padding: 10px;
  }
}


#activities{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  }
  
  @media screen and (max-width: 650px) {
    #activities{
   height:50vh;
    }
  }

/* Slideshow container //////////////////////////////////////////////*/

 /*//////////////////////////////////////SLIDESHOW CONTAINER STYLING///////////////////////////////////////////////*/
 * {box-sizing: border-box}
  .mySlides {display: none}
  img {vertical-align: middle;}
  
  /* Slideshow container */
  .slideshow-container {
    width: 70%;
    height: 70%;
    position: relative;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 100px;
    border: 1px solid rgb(1, 3, 150) ;
 
  }

  .slideimg{
width: 100%;
height:100%
  }

  @media screen and (max-width: 650px) {
.slideshow-container {
  width: 100%;
  height: 35%;

}
}
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    background-color: rgba(0, 0, 0, 0.192);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.11);
    transform: scale(1.1);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 17px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.493);
  }

  @media screen and (max-width: 650px) {
    .text {
     font-size: 14px; 
    
    }
    }
  

  
  /* 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: 5px;
    width: 5px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: rgb(1, 3, 150);
  }
  
  /* Fading animation */
  .fade {
    animation-name:fade;
    animation-duration: 3s;
  }
  
  @keyframes fade {
    from {opacity: .10} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
          
     
/*HOMEPAGE CARDS STYLING*/

/* Three columns side by side */
.column {
  float: left;
  width: 27%;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  margin-left: 4.375rem;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
.column {
  width: 100%;
  display: block;
  margin-left:20px;
  margin-right: auto;
}
}

@media (min-width: 1920px) and (max-width: 2560px) {  
  .column{
    margin-left: 7.375rem;
}
}

.card {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.473);
  width: 19.25rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
  border-radius: 10px;
  padding-top: 10px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
         transition: all 0.3s linear;
}
@media screen and (max-width: 650px) {
  .card {
  width: 90%;
  font-size: 1rem;
  font-weight: 300;
  }
  }

  @media (min-width: 1920px) and (max-width: 2560px)  {
    .card{
      width: 22rem; 
  }
}
  
.card:hover{
  border: 1px solid rgb(151, 152, 245);
  box-shadow: 0 5px 8px 0 rgb(151, 152, 245);
  transform: scale(1.03);
}

 
  /* Some left and right padding inside the container */
  .container {
    padding: 0 1rem;
  }
  
  /* Clear floats */
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }

  
  .bg2{
    
    /* The image used */
    background-image: url("images/icu2.jpg");
   /* Full height */
    height: 70%;
   /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
   margin-top: 0;
   filter: brightness(100%);
  }

  @media screen and (max-width: 650px) {
    .bg2{
    margin-top: 0;
    height:50%;
    }
  }    


  .bg2 h1{
    font-size: 5rem;
    color: white;
    text-align: center;
    padding-top: 8.5rem;
    text-shadow: 3px 3px 8px black;
}

@media screen and (max-width: 650px) {
  .bg2 h1{
  font-size: 2rem;
  text-align:center;
  }
}

.bg2 p{
  font-size: 2rem;
  color: white;
  text-align: center;
  padding-top: 2rem;
  text-shadow: 3px 3px 8px black;  
  font-style: bold;
}

@media screen and (max-width: 650px) {
.bg2 p{
font-size:1.1rem;
margin-top:100px;
padding-top: 0;
}
}

.button2 {
  border: 2px solid rgb(1, 3, 150) ;
  border-radius: 4px;
  outline: 0;
  display:inline-block;
  padding: 0.625rem;
  margin-top: 5px;
  color: white;
  background-color: rgb(1, 3, 150);
  text-align: center;
  font-weight:600;
  font-size: 1.25rem;
  cursor: pointer;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
         transition: all 0.3s linear;

}

.button2:hover {
color: rgb(1, 3, 150);
border: 2px solid rgb(1, 3, 150) ;
background-color: white;
font-weight: 600;
      width: 210px;
}

 
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; 
  border: 2px solid rgb(1, 3, 150);   /* Gray border */   
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=number], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; 
  border: 2px solid rgb(1, 3, 150); /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

 
label{
  font-weight: 600;
  color: black;
}


  
  /* Style the submit button */
  input[type=submit ] {
    background-color: rgb(1, 3, 150);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
           width: 250px;
  }

  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: white;
    border: 2px solid rgb(1, 3, 150);
    color: rgb(1, 3, 150);
    -webkit-box-shadow: #D21473;
           box-shadow: #D21473;
           transform: scale(1.05);
  }
  
  /* Add a background color and some padding around the form */
  .container3 {
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    box-sizing : border-box;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  
@media screen and (max-width: 650px) {
  .container3{
    width: 100%;
  }
}
  

  @media screen and (max-width: 650px) {
    iframe{
      width: 100%;
        height:330px;
  
    }
  }
  
/* GALLERY/////////////////////////////////////////////////////////////////////////////////////////// */

.gallery {
  line-height:0;
  -webkit-column-count:3; /* split it into 5 columns */
  -webkit-column-gap:5px; /* give it a 5px gap between columns */
  -moz-column-count:3;
  -moz-column-gap:5px;
  column-count:3;
  column-gap:5px;
}

.gallery img {
  width: 100% !important;
  height: auto !important;
  margin-bottom:5px; /* to match column gap */
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
         transition: all 0.3s linear;
}

.gallery img:hover {
  transform:scale(1.03);
}

@media (max-width: 1200px) {
  .gallery {
   -moz-column-count:    4;
   -webkit-column-count: 4;
   column-count:         4;
  }
}

@media (max-width: 1000px) {
  .gallery {
   -moz-column-count:    3;
   -webkit-column-count: 3;
   column-count:         3;
  }
}

@media (max-width: 800px) {
  .gallery {
   -moz-column-count:    1;
   -webkit-column-count: 1;
   column-count:         1;
  }
}

@media (max-width: 400px) {
  .gallery {
   -moz-column-count:    1;
   -webkit-column-count: 1;
   column-count:         1;
  }
}



*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  

  
  .regcontainer{
    display: flex; 
    width:90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;

  }

  @media screen and (max-width: 650px) {
    .regcontainer{
      display: block;
      width: 100%;
    }
  }

  .conference{
    width:60%;
    margin-left: 30px;
   height: 600px;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
           transition: all 0.3s linear;
}

  @media (min-width: 1920px) and (max-width: 2560px)  {
    .conference{
     height: 1100px;
      width:50%;
  }
}

@media screen and (max-width: 650px) {
  .conference{
    width: 100%;
    margin-left: 0;
  }
}

  .regtext{
    font-size: 18px;
   color: black;
   text-align: left;
   line-height: 40px; 
  }
  @media screen and (max-width: 650px) {
    .regtext{
      font-size:16px;
       padding-right: 10px;
      padding-left: 10px;
    }
  }

