/*--
	Slider 
--*/
#slider {
  background: url("../img/homePage/imHomePage.gif") no-repeat center center;
  background-size: 100% 100%;
  background-attachment: fixed;
  padding-bottom: 250px;
  padding-top: 250px;
  /*background-position: 10% 0%;
  padding: 200px 280px;
  padding-bottom: 300px;*/
  position: relative;
}
#slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #8b86a3, #322e40);
  opacity: 0.8;
}
#slider .block {
  color: #E3E3E4;
}
/*#slider .block h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 10px;
  padding-bottom: 45px;
}
#slider .block p {
  font-size: 23px;
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
}*/
#slider .block h1 {
  text-align: center;
  padding-top: 100px;
}
#slider .block p {
  text-align: center;
}

/*--
	intro
--*/
#intro {
  padding: 100px 0;
}

#intro button{
  background-color: #3771c8ff;
  border: none;
  color: white;
  border-radius: 12px;
}

#intro .block h1 {
  color: rgb(4, 27, 154);
}

#intro .block h2 {
  padding-top: 35px;
  line-height: 27px;
  margin: 0;
}
/*#intro .block p {
  color: #7B7B7B;
  padding-top: 20px;
}*/
#intro .block img {
  padding-left: 40px;
  width: 100%;
}
#intro .block li {
  line-height: 150%;
  margin: 0.75em;
}

#intro .block a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

/*#intro .section-title {
  font-family: sans-serif;
  margin-bottom: 0px;
}

#intro .section-title p {
  font-family: sans-serif;
  padding-top: 20px;
}

#intro .section-title li {
  font-family: sans-serif;
  padding-top: 20px;
}*/



/*https://www.templatemonster.com/blog/how-to-add-social-media-icons-website/*/
/*Change icons options here*/
.social-icons .fa, .social-icons .fab {
  font-size: 1.3em;
  padding: 0.4em;
  /*width: 0.75em;
  height: 0.75em;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);*/
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.social-icons.icon-circle .fa, .social-icons.icon-circle .fab{ 
  border-radius: 50%;
}
.social-icons.icon-rounded .fa{
  border-radius:5px;
}
.social-icons.icon-flat .fa{
  border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-linkedin{color:#3771c8ff;} 
.social-icons .ai-researchgate{color:#3771c8ff;} 
.social-icons .ai-google-scholar{color:#3771c8ff;} 

/*
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square {background-color:#070709;}

.social-icons .fa-car {background-color:#070709;}

.social-icons .fa-address-card  {background-color:#070709;}

.social-icons .resumeIcon  {
  background: url("../img/resumeIcon1.png");
  background-color:rgb(174, 213, 224);
  background-size: 100% auto;
  /*max-width: 100%;
  height: auto;*/;
  /*font-size: 2.6em;
  border-radius: 100%;*
}
*/



.icon-rotate .ai:hover, .icon-rotate .ai:active { 
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}



/* Full-screen hero section with your personal photo */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../img/homePage/imHomePage.gif') no-repeat center 30%/cover; /* Replace 'your-photo.jpg' */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: opacity 0.8s ease-in-out;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 40px;
    border-radius: 10px;
}



/* Justifies text content */
.justified-text {
    text-align: justify;
}

/* Removes bottom margin (used with <p>) */
.no-margin-bottom {
    margin-bottom: 0;
}

/* Removes top margin (used with <ul>) */
.no-margin-top {
    margin-top: 0;
}

/* Custom styling for the unordered list */
.custom-list {
    list-style-type: circle;
    /*padding-left: 20px;*/
}

/* Resets default margin/padding on list items */
.custom-list li {
    margin: 0;
    padding: 0;
}


/*---------------------------------------------
					projects
-----------------------------------------------*/
/*#projects-header {
  background: url("../img/lesEcrains.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: 100% 100%;
  /*padding-top: 3vh;
  padding-bottom: 40em;*
  padding-bottom: 300px;
  padding-top: 350px;
  position: relative;
}*/
#projects-header {
  background: url("../img/lesEcrains.jpg") no-repeat center center;
  background-attachment: scroll; /* Avoids issues with fixed background on mobile */
  background-size: 100% 100%;        /* Ensures the image covers the entire section */
  background-position: center center;
  width: 100%;                  /* Ensure the section takes the full width of the screen */
  height: 100vh;                /* Set the height to 100% of the viewport height */
  position: relative;
}
#projects-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#projects-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left:0em;
  text-align: center;
  /*position: absolute;
  top: 30em;*/
  top: 250px;
  position: relative;
}
/*#projects-header .block h1 {
  font-weight: 10;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 0px;
  margin-top: 0px;
  text-transform: capitalize;
  text-align: center;
}*/
#projects-header .block h1 {
  font-weight: 10; /* Set a valid font-weight value */
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
  text-align: center;
  /* position: absolute; Position the text at the bottom */
  bottom: 100%; /* Align the text to the bottom of the container */
  left: 100%; /* Center the text horizontally */
  /* transform: translateX(-50%); Fine-tune the centering of the text */
  /* margin-bottom: 400px; Adjust bottom margin for some space from the bottom edge */
}
#projects-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}
@media (max-width: 768px) {
  #projects-header {
    margin-bottom: 100%;
  }
  #projects-header .block h1 {
    margin-bottom: 100%;
  }
}

/*
#projectRobot {
  background: url("../img/projects/robot.png");
  /*background-size: cover;
  padding-top: 150px;
  padding-bottom: 107px;*
  background-size: 100% 100%;
  padding-top: 15vh;
  padding-bottom: 10rem;
  position: relative;
  background-attachment: fixed;
}
#projectRobot:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#projectRobot .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: left;
}
#projectRobot .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#projectRobot .block h2 {
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: italic;
}


#projectURMES {
  background: url("../img/projects/urmes.png");
  background-size: 100% 100%;
  padding-top: 15vh;
  padding-bottom: 10rem;
  position: relative;
  background-attachment: fixed;
}
#projectURMES:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#projectURMES .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: left;
}
#projectURMES .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#projectURMES .block h2 {
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: italic;
}


#projectSmartBlocks {
  background: url("../img/projects/smartBlocks_sim.png");
  background-size: 100% 100%;
  padding-top: 15vh;
  padding-bottom: 10rem;
  position: relative;
  background-attachment: fixed;
}
#projectSmartBlocks:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#projectSmartBlocks .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: left;
}
#projectSmartBlocks .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#projectSmartBlocks .block h2 {
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: italic;
}
*/


#postProject {
  margin-bottom: 50px;
  background: no-repeat center center;
  background-attachment: fixed;
  background-size: 100% 100%;
  /*background-size: cover;
  background-size: 100% 100%;
  padding-top: 18%;
  padding-bottom: 10%;
  background-attachment: scroll;*/
  position: relative;
}
#postProject:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#postProject .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  padding-bottom: 100px;
  text-align: left;
}
#postProject .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 0px;
  margin-top: 150px;
  text-transform: capitalize;
  text-align: center;
}
#postProject .block h2 {
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 6px;
  padding-bottom: 0px;
  margin-top: 50px;
  text-transform: italic;
  text-align: center;
}

#projectTemp {
  background: url("../img/projects/UnderConstruction.png");
  background-size: 100% 100%;
  /*padding-top: 15vh;
  padding-bottom: 10rem;*/
  padding-top: 25vh;
  padding-bottom: 25rem;
  position: relative;
  background-attachment: fixed;
}
#projectTemp:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#projectTemp .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: left;
}
#projectTemp .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#projectTemp .block h2 {
  font-weight: 100;
  font-size: 30px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  margin-top: 0;
  text-transform: italic;
}



/*---------------------------------------------
					publications
-----------------------------------------------*/
/*#global-header {
  background: url("../img/slider-bg.jpg") no-repeat;
  background-size: 100% 100%;
  padding-top: 20em;
  padding-bottom: 10em;
  position: relative;
  background-attachment: fixed;
}
#global-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #928dab, #1f1c2c 70%);
  opacity: 0.8;
}
#global-header .block {
  color: #E3E3E4;
  margin: 0 auto;
  padding-left: 90px;
  text-align: center;
}
#global-header .block h1 {
  font-weight: 100;
  font-size: 45px;
  letter-spacing: 6px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 0;
  text-transform: capitalize;
}
#global-header .block p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  word-spacing: 3px;
}*/

.myButton {
	background-color:#4CAF50;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Calibri;
	font-size:18px;
	border-radius:9px;
	padding: 4px 8px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton1 {
  background-color: rgb(173, 16, 16);
	border:1px solid #8B0000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Calibri;
	font-size:18px;
	border-radius:9px;
	padding: 4px 8px;
  text-decoration:none;
}
.myButton1:hover {
  background-color:#f44336;
} 
.myButton:active {
	position:relative;
	top:1px;
}

.myButton2 {
  background-color: #008CBA;
	border:1px solid rgb(2, 128, 170);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Calibri;
	font-size:18px;
	border-radius:9px;
	padding: 4px 8px;
  text-decoration:none;
} 
.myButton2:hover {
  background-color:rgb(0, 172, 230);
} 
.myButton2:active {
	position:relative;
	top:1px;
}

.myButton3 {
  background-color: #c78409;
	border:1px solid #ac7103;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Calibri;
	font-size:18px;
	border-radius:9px;
	padding: 4px 8px;
  text-decoration:none;} 
.myButton3:hover {
  background-color:#e99c0d;
} 
.myButton3:active {
	position:relative;
	top:1px;
}

.myButton4 {
  background-color: #6746fc;
	border:1px solid #6746fc;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Calibri;
	font-size:18px;
	border-radius:9px;
	padding: 4px 8px;
  text-decoration:none;
} 
.myButton4:hover {
  background-color:#937ef1;
} 
.myButton4:active {
	position:relative;
	top:1px;
}
