body{
	margin: 0px;
	transition: all 1s;
}
@font-face {
  font-family: 'Nunito';
  src: url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  src: url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap') format('truetype');
}
.mainHeader{
	  position: fixed; 
    top: -60px; 
    transition: all 0.5s;
    width: 100vw;
    z-index: 1;
    padding-left: 0px;
    padding-right: 0px;
}
/* CSS for the powerful blue neon glowing text effect */
.neon-text {
  font-size: 48px; /* Adjust font size as needed */
  color: #00c3ff; /* Text color */
  text-shadow: 0 0 5px #00c3ff, 0 0 20px #00c3ff, 0 0 40px #00c3ff, 0 0 80px #00c3ff, 0 0 120px #00c3ff, 0 0 140px #00c3ff, 0 0 180px #00c3ff; /* Multiple shadows for the powerful neon effect */
  /*animation: glowing 1.5s ease-in-out infinite alternate;*/ /* Adjust duration and animation timing as needed */
}
.neon-text-1 {
  /* font-size: 48px; Adjust font size as needed */
  color: #00c3ff; /* Text color */
  text-shadow: 0 0 5px #00c3ff, 0 0 20px #00c3ff, 0 0 40px #00c3ff, 0 0 80px #00c3ff, 0 0 120px #00c3ff, 0 0 140px #00c3ff, 0 0 180px #00c3ff; /* Multiple shadows for the powerful neon effect */
  /*animation: glowing 5s ease-in-out infinite alternate;*/ /* Adjust duration and animation timing as needed */
}

/* Keyframes for the glowing animation */
@keyframes glowing {
  0% {
    text-shadow: 0 0 5px #00c3ff, 0 0 20px #00c3ff, 0 0 40px #00c3ff, 0 0 80px #00c3ff, 0 0 120px #00c3ff, 0 0 140px #00c3ff, 0 0 180px #00c3ff; /* Initial neon glow color and size */
  }
  100% {
    text-shadow: 0 0 10px #00c3ff, 0 0 40px #00c3ff, 0 0 80px #00c3ff, 0 0 160px #00c3ff, 0 0 240px #00c3ff, 0 0 280px #00c3ff, 0 0 360px #00c3ff; /* Increased neon glow color and size */
  }
}

/* HTML element that will have the glowing effect */
.header-section {
  background: #deecdf;
  background-image: url('../img/1.jpg');
  text-align: center;
  min-height: 500px;
  height:100vh;
  width: 100vw;
}
.header-section img {
  margin-top: 7em;
}
.header-section h2 {
  font-family: 'Nunito-Bold';
  font-size: 4em;
  text-transform: capitalize;
  color: #2b0524;
  padding: 0.5em 0 0 0;
}
.header-section span {
  color: #00cfbd;
  font-size: 1em;
}
.header-section p {
  font-family: 'Nunito-Bold';
  font-size: 1.3em;
  color: #31051d;
}
span.glyphicon.glyphicon-triangle-bottom {
  font-size: 2em;
  color: #fff;
  background-color: rgb(0, 207, 189);
  padding: 0.5em 2em;
  border-radius: 5px 5px 0 0;
  margin-top: 2.5em;
}
.about{
	background-size: cover;
	background: #deecdf;
/* 	background-image: url('../img/1.jpg');
 */	padding-bottom: 5vw;
	text-align: center;
}
.about h3{
	font-family: 'Nunito-Bold';
  	font-size: 2.5em;
  	text-transform: capitalize;
  	color: #393b3a;
  	padding-bottom: 2%;
}
.yourPic{
	    padding-left: 0%;
	    transition:  all 0.5s;
}
@media only screen and (min-width:200px) and (max-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
	.yourPic{
	    padding-left: 0%;
	}
}
@media only screen and (min-width:321px) and (max-width:400px)  { /* smartphones, Android phones, landscape iPhone */
	.yourPic{
	    padding-left: 10%;
	}
}
@media only screen and (min-width:401px) and (max-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
	.yourPic{
	    padding-left: 25%;
	}
	
}
@media only screen and (min-width:601px) and (max-width:767px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
	.yourPic{
	    padding-left: 30%;
	}
}
@media only screen and (max-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media only screen and (max-width:1025px) { /* big landscape tablets, laptops, and desktops */ 
}
@media only screen and (max-width:1281px) { /* hi-res laptops and desktops */ 
}

.skills{
  background-image: url('../img/3.jpg');
  min-height: 500px;
  height:100vh;
  width: 100vw;
  
}
.experience{
	background-color: #c2c9d2;	height: 100vh;
	text-align: center;	
}
.experience h3{
	font-family: 'Nunito-Bold';
  font-size: 2.5em;
  text-transform: capitalize;
  color: #393b3a;
}
.projects{
	background-color: rgba(193, 186, 224, 0.4);
	padding: 5%;
	text-align: center;	

}
.projects h3{
	font-family: 'Nunito-Bold';
  font-size: 2.5em;
  text-transform: capitalize;
  color: #393b3a;
  margin-bottom: 2%;
}
.hero{
  width: 100%;
  height: 40%;
  background: #3498db;
  display: table;
}

h1{
  color: #2c3e50;
  text-align: center;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

.figure{
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 5px solid #fff;
  box-shadow: 0 0 5px #ddd;
  margin: 1em;
}

.figcaption{
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: table;
}

.figcaption div{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 0px;
  opacity: 0;
  color: #2c3e50;
  text-transform: uppercase;
}

.figcaption div:after{
  position: absolute;
  content: "";
  left: 0; right: 0;
  bottom: 50%;
  text-align: center;
  margin: auto;
  width: 0%;
  height: 2px;
  background: #2c3e50;
}

.figure img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.figure:hover .figcaption{
background: rgba(255,255,255,0.3);
}
.figure:hover .figcaption div{
  opacity: 1;
}
.figcaption:hover div{
  opacity: 1;
  top: 0;
}

.figcaption:hover div:after{
  width: 50%;
}

.figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
#about{
	padding-top: 10vh;
}
.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 17%;
}

*, *::before, *::after{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

/*font-face*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), 
  url('https://themes.googleusercontent.com/static/fonts/lato/v6/boeCNmOCCh-EWFLSfVffDg.woff') format('woff');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), 
  url('https://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-family: 'Nunito';
  src: url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap') format('truetype');
  src: url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap') format('truetype');
  src: url('https://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff') format('woff');
      }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-family: 'Nunito';
  src: url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap') format('truetype');
  src: url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap') format('truetype');
  src: url('https://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff') format('woff');
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #774040;
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px;
    font-size: 18px;	
    transition: all 2s;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

.study-section {
  padding: 4em 0;
}
.study-grid h3 {
  font-family: 'Nunito-Bold';
  font-size: 2.5em;
  text-transform: capitalize;
  color: #393b3a;
  
}
.study-grid span {
  color: #00cfbd;
  font-size: 0.9em;
}
.study-grid p {
  font-size: 1.2em;
  color: #393b3a;
  padding: 1.1em 0 0 0;
  }
.study-grid label {
  font-size: 0.8em;
  color: #9CA69D;
  margin: 0 0 0 7px;
}
.progress {
	margin: 10px 0;
	box-shadow: none;
}
.progress-bar-success {
  background-color: #DEECDF;
  box-shadow: none;
}
.progress-bar-info {
  background-color: #ACB5B8;
    box-shadow: none;
}
.progress-bar-warning {
  background-color: #78B3AE;
  box-shadow: none;
}
.progress-bar-danger {
  background-color: #8C9D82;
  box-shadow: none;
  }
  .progress-needs-advanced {
    background-color: #6d726a;
    box-shadow: none;

    }
.study-grid h4 {
  font-size: 1.3em;
  text-transform: capitalize;
  color: #000000;
  background-color: rgb(3, 136, 190, 0.3);
  border-radius: 5px;
  }
.study1 {
  padding: 1em 0 0;
  background-color: rgba(0, 80, 113, 0.5); /* #005071 with 50% transparency */
  box-shadow: 0 0 5px #ddd;
  border-radius: 10px;
  text-align: center;
  justify-content: center;
  font-weight: bolder;
}

#lb {
  font-weight: bold;
  color: #6d726a;
}

#sp1 {
  color: #acb5b8;
  font-weight: bolder;
  font-size: 1.5vw;
  transition: font-size 0.3s ease;
}

#sp {
  background-color: rgba(255, 255, 255, 0.5); /* White background with 50% transparency */
}

#sk {
  font-weight: bold;
}
.study2 {
  padding: 2em 0 0;
}
.service-section {
  text-align: center;
  padding: 4em 0;
}
.service-grid h4 {
  font-size: 1.5em;
  margin: 0.9em 0;
    font-family: 'Nunito-Bold';
}
.service-grid p {
  font-size: 1em;
  font-weight: 400;
  color: #9CA69D;
    line-height: 1.8em;
}
span.glyphicon.glyphicon-pencil {
  font-size: 2em;
  color: #C6D9C7;
  border-radius: 50px;
  border: 2px solid;
  padding: 1em;
}
span.glyphicon.glyphicon-phone{
font-size: 2em;
  color: #C6D9C7;
  border-radius: 50px;
  border: 2px solid;
  padding: 1em;
}
span.glyphicon.glyphicon-signal{
font-size: 2em;
  color: #C6D9C7;
  border-radius: 50px;
  border: 2px solid;
  padding: 1em;
}
.contactMe{

}
.contact-section {
  padding: 4em 0;
  background: #deecdf;
}
.contact-section h3 {
    font-family: 'Nunito-Bold';
  font-size: 2.5em;
  text-transform: capitalize;
  color: #393b3a;
  text-align: center;
  margin-bottom: 2em;

}
.contact-details form input[type="text"],.contact-details form textarea {
	width: 100%;
	padding: 1.5em 1em;
	border: 1px solid #7ca17f;
	font-size: 1.1em;
	margin-bottom: 1.2em;
	color: #Aac8ac;
	outline: none;
	background:transparent;
	font-weight: 600;
}

textarea {
  line-height: 1.5;
  border-radius: 5px;
  resize: none; /* Prevent manual resizing */
  overflow: scroll; /* Hide the scrollbar */
}

#char-count #word-count {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}

button {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

.contact-details form textarea {
	height: 244px;
	resize: none;
	width: 100%;
}
.contact-right{
	text-align:right;
}
.contact-details input[type="submit"] {
	background: #393b3a;
	padding: 1em 2em;
	border: none;
	font-size: 1em;
	margin: 0.5em 0 0 0;
	color: #fff;
	outline: none;
	font-weight: 600;
	border-radius:5px;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.contact-details input[type="submit"]:hover {
  color: #fff;
  background: rgb(0, 207, 189);
}
.mainFooter{
	background-color: #000000;
	color: #ffffff;
}
.footer-top{
	text-align: center;
	font-family: 'Nunito-Bold';
  font-size: 1em;
  text-transform: capitalize;
  padding-top: 10px;
}
.panel-default>.panel-heading {
    background-color: #db0f31;
}
.navbar-inverse .navbar-nav>li:hover {
    background-color: #9d9d9d;
    color: white;
    border-radius: 4px;
}
.navbar-inverse {
    background-color: #000000;
    border: none;
}

figcaption {
  position: absolute;
  bottom: 10;
  left: 0;
  background-color: #d25874;
  width: 100%;
  font-size: medium;
  color: white;
  font-family: 'Times New Roman', Times, serif;
}

.copyright{
  background-color: #64879b;  /* Background color of the outer div */
  color: #110f0f;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100vw;
  transition: width 0.3s ease;
}
.rounded-full {
  border-radius: 9999px;
}

.w-10 {
  width: 2.5rem;
}

.h-10 {
  height: 2.5rem;
}

.inline-block {
  display: inline-block;
}

#myPic {
  margin-top: 12px;
  }

.yits {
  background-color: white;
}

.marquee-container {
  width: 60vw; /* Adjust the width as needed */
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  position:  relative;
  background-color: #ffff;
  padding-top: 45px;
  height: 15vw;
  border-radius: 50%;
  position: relative; /* Position the inner div absolutely */
  top: 50%; /* Position it 50% from the top */
  left: 0%; /* Position it 50% from the left */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s ease;
  transition: height 0.3s ease;
  transition: font-size 0.3s ease;
}

#marquee {
  display: inline-block;
  position: absolute;
  will-change: transform;
  animation: marquee 0.5s linear infinite;
}

@keyframes marquee {
  0%   { transform: translateX(50%); } /* Start just off the right edge */
  100% { transform: translateX(0%); } /* End just off the left edge */
}

.color-changing-text {
  font-size: 1vw;
  font-weight: bolder;
  animation: color-blink 10s linear infinite;
  transition: font-size 0.3s ease;
}

@keyframes color-blink {
  0% {
      color: #fd10ad;
  }
  25% {
      color: blue;
  }
  50% {
      color: green;
      opacity: 5; /* Optional: make it disappear halfway */
  }
  75% {
      color: #000000;
  }
  100% {
      color: red;
      opacity: 5; /* Optional: make it reappear */
  }
}

#invalidE {
color: red;
}

#responsive-text {
  font-size: 1vw; /* Responsive font size using viewport width */
  transition: font-size 0.3s ease;
}

#typing-container {
  display: inline-flex;
  font-family: 'Times New Roman', Times, serif;
  white-space: nowrap;
  font-size: 3vw; /* Responsive font size using viewport width */
  transition: font-size 0.3s ease;
  margin-left: auto;
  transition: margin-left 0.3s ease;
}

#cursor {
  font-weight: bolder;
  font-size: 2.5vw;
  animation: blink 0.75s step-end infinite;
  transition: font-size 0.2s ease;
}

@keyframes blink {
  from, to { opacity: 1; }
  50% { opacity: 0; }
}

 
  /* Class to hide an element */
  .hidden {
    display: none;
  }
  
  /* Class to show an element */
  .visible {
    display: block;
  }

#pjFont {
  font-size: 1vw;
  font-weight: bolder;
 /* animation: blink 5s step-end infinite; */
  transition: font-size 0.2s ease;
}

.hidden-element {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.alert {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

#zoom-out {
  text-align: center;
  transition: transform 0.5s ease;
}
#zoom-out:hover {
  transform: scale(1.2); /* Adjust the scale value to your preference */
}
.contain {
  position: relative;
  display: inline-block;
}
.caption {
  display: none;
  position: absolute;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  font-size: 1vw;
  transition: font-size 0.3s ease;
}
.contain:hover .caption {
  display: block;
}

.admin-button {
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 20px;
}
.admin-button:hover {
  background-color: #003b50;
}
.login-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000; /* Ensure it appears on top */
}
.login-container h2 {
  margin-bottom: 20px;
}
.login-container input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.login-container button {
  width: 100%;
  padding: 10px;
  background-color: #005071;
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}
.login-container button:hover {
  background-color: #003b50;
}