@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.body {
  padding: 0%;
  /* background-image: url("../images/bg3.jpg"); */
  background-color:#000101;
  background-repeat: no-repeat;
  background-size: cover;
}

#loader {
  width: 100%;
  height: 100%;
  background: #000101 url(../images/loader.gif) no-repeat center;
  position: fixed;
  z-index: 100;
}
.html,
.body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  margin-bottom: 0;
  margin-right: 0rem;
  /* background-image: url("../images/bg3.jpg"); */
  background-color:#000101;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-primary{
  animation-name: moveInleft;
    animation-duration: 13s;
}

@keyframes moveInleft {
  0% {
      opacity: 0;
      transform: translateX(-200px);
  }

  50% {
      transform: translateX(10px);
  }
  100% {
      opacity: 1;
      transform: translate(0);
  }
}


#container-fluid {
  height: auto;
  width: auto;
  margin: auto;
  position: relative;
  top: 60rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
#main {
  /* background: url(./images/bg3.jpg) no-repeat; */
  background-color:#000101;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.nav-link b {
  color: #fff;
}
/*#preloader{
	background:#0f0f0f url(../images/preloader.gif) no-repeat center;
	background-size: 25%;
	height: 100%;
	width:100%;
	position: fixed;
	z-index: 100;

}
header{
	height: auto;
	background-color: black;
	padding: 10px 5px;
}
.menu-wrap{
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}*/
#fal.fal {
  font-size: 200%;
}
.fa-bars {
  height: 50px;
  font-size: 2.5em;
  color: rgb(248, 246, 246);
}
.fa-laptop-code {
  height: 20px;
  font-size: 2em;
  color: #a7f2f2;
}

.menu-icon {
  font-size: 2.4em;
  color: white;
  line-height: 40px;
}

ul.navbar-nav a:hover {
  border-radius: 10px;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid white;
  border-color: #25f709;
  background-color: #131111 !important;
}

#checkbox {
  display: none;
}
#checkbox:checked ~ nav ul {
  max-height: 100%;
  padding: 15px 0;
  transition: all 0.5s;
}
.main h4 {
  text-align: center;
  font-size: 4rem;
  color: #ffdead;
  font-family: Oleo Script;
}

.main h5 {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  /*line-height:1;
	border-bottom:2px solid rgb(233,10,109);*/
  width: auto;
  color: #fff;
}
.wave {
  animation-name: wave-animation; /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s; /* Change to speed up or slow down */
  animation-iteration-count: infinite; /* Never stop waving :) */
  transform-origin: 70% 70%; /* Pivot around the bottom-left palm */
  display: inline-block;
}

@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  } /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  } /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg);
  }
}

.main h6 {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  color: blue;
}

.name {
  color: rgb(10, 194, 250);
}

p,
h1,
h2,
h3,
h5,
h6,
i {
  color: rgb(248, 248, 248);
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .body {
    background-color: rgb(2, 18, 24);
  }
}
.about {
  /* background-image: url("../images/bg3.jpg"); */
  background-color:#060c0c;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: auto;
  text-align: center;
}
.about h1 {
  font-size: 4.4rem;
  color: rgb(249, 232, 232);
}
.about img {
  width: auto;
  height: auto;
  border-radius: 50%;
  background-color: #060c0c;
  -webkit-box-shadow: 6px 4px 29px -14px rgba(169, 142, 142, 0.75);
  -moz-box-shadow: 6px 4px 29px -14px rgba(165, 142, 142, 0.75);
  box-shadow: 6px 4px 29px -14px rgba(142, 131, 131, 0.75);
}
.about p {
  font-size: 1.25rem;
  color: #fff;
}

.experience {
  /* background-image: url("../images/bg3.jpg"); */
  background-color:#060c0c;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto; 
  text-align: center;
  width: 100%;
  height: 100%;
}
.skills {
  background-color: #060c0c;
  margin-bottom: 10px;
  margin-left: 10px;
  border-radius: 0;
  box-shadow: 5px 5px 15px #e74c;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
.skills:hover {
  background-color: black;
  transition: 0.5s;

  color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 5px, 5px, 10px, #9e9e9e;
}
.skills .fab {
  padding: 0px;
  font-size: 20px;
  height: 20px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  margin: 5px 3px;
}
.skills .fas {
  padding: 0px;
  font-size: 20px;
  height: 20px;
  width: 100%;
  text-align: left;
  text-decoration: none;
  margin: 5px 3px;
}
/* .carousel{
  padding:75px;
} */
.btn {
  background-color: DodgerBlue;
  border: none;
  color: rgb(255, 255, 255);
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: RoyalBlue;
}
/*.btn{
	background-color: #4169E1;
	
	height:60px;
	width:140px;

}
.btn:hover{
	background-color:transparent;
	color:black;
	border:1px solid black;
	transition:0.5s;
}*/
.resume-details .fa {
  padding: 0px;
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-decoration: none;
  margin: 5px 3px;
  border-radius: 50%;
  
}

.resume-details a:link,
a:visited {
  background-color: #051823;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-box-shadow: 0 0 5px 6px #16041d;
    -moz-box-shadow: 0 0 5px 6px #16041d;
    box-shadow: 0 0 5px 6px #16041d;
}

.resume-details a:hover,
a:active {
  background-color: rgb(2, 41, 78);
}
.btn1 {
  height: 10px;
  width: 100px;
  outline: none;
  border: none;
  background-color: black;
  color: white;
  border-radius: 4px;
}
.btn1:hover {
  background-color: transparent;
  color: rgb(236, 231, 231);
  border: 1px solid black;
  transition: 0.5s;
}
.education {
  /* background-image: url("../images/bg3.jpg"); */
  background-color:#060c0c;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  
  text-align: center;
  height: 100%;
}
.education img {
  width: 200px;
  height: 200px;
  background-color: #186b6e;
  align-items: center;
  -webkit-box-shadow: 6px 4px 29px -14px rgba(252, 249, 249, 0.75);
  -moz-box-shadow: 6px 4px 29px -14px rgba(245, 243, 243, 0.75);
  box-shadow: 6px 4px 29px -14px #186b6e;
  border-radius: 50%;
}
.right {
  position: absolute;
  right: 0px;
  width: 100%;
  padding: 10px;
}

.subheading {
  font-family: "Oleo Script", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}
.skill {
  /* background-image: url("../images/bg3.jpg"); */
  background-color:#060c0c;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: auto;
  text-align: center;
}
.project {

  /*background-image: url("../images/bg3.jpg");*/
  background-color:#060c0c;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  text-align: center;
  width: 100%;
}
.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}
.row {
  margin: 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 738px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.horizon {
  width: 100%;
  margin: 0;
  padding: 0;
}
.card {
  /*background: linear-gradient(120deg, #ff0606, #990202) !important;*/
  background-color: #0e4547 !important;
  opacity: 100%;
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 0;
  -webkit-box-shadow: 0 0 5px 6px #05161f;
    -moz-box-shadow: 0 0 5px 6px #05161f;
    box-shadow: 0 0 5px 6px #05161f;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  width: 25rem;
  
}
.btn-sm{
  background:linear-gradient(150deg, #29465a, #001729);
  width:15%;
  margin:1%;
  -webkit-box-shadow: 0 0 3px 3px #c6c5c6;
  -moz-box-shadow: 0 0 3px 3px #c6c5c6;
  box-shadow: 0 0 3px 3px #c6c5c6;
  
}
.btn .fa-star{
  color:yellow;
}
.card h5 {
  color: #f5eeee;
}
.card p {
  color: #fffbfb;
}


.card-img-top {
  width: 100%;
  height: 20%;
  object-fit: cover;
}

.card:hover {
  background-color: #150115!important;
  transition: 0.5s;
  transform: scale(1.1);

  border-radius: 5px;
  
  -webkit-box-shadow: 0 0 5px 6px #043956;
  -moz-box-shadow: 0 0 5px 6px #043956;
  box-shadow: 0 0 5px 6px #043956;
}
.card:hover h5 {
  color: blue;
}
.contact {
  /* background-image: url("../images/bg3.jpg"); */
  background-color:#060c0c;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.neo-button {
  width: 40px;
  height: 40px;
  outline: 0 !important;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  border: none;
  margin-right: 20px;
  border-radius: 50%;
  background:linear-gradient(150deg, #29465a, #001729);
  box-shadow: 20px 20px 60px #f36c6c, -20px -20px 60px #ce7373;
}

.neo-button:active {
  border-radius: 50%;
  background: linear-gradient(150deg, #d6d6d6, #ffffff);
  box-shadow: inset 20px 20px 60px #cacaca, inset -20px -20px 60px #ffffff;
}
.card-body .fa-github {
  color: rgb(248, 248, 248) !important;
  font-size: 24px;
}
.card-body .fa-share-square {
  color: rgb(22, 21, 21);
}
.card-body .fa-download {
  color: rgb(22, 21, 21);
}
.card-title{
  font-family: Oleo Script;
}
.card-subtitle{
  color:black;
}
.box{
  -webkit-box-shadow: 0 0 5px 6px #041516 ;
  -moz-box-shadow: 0 0 5px 6px #041516;
  box-shadow: 0 0 5px 6px #041516 !important;
  
}
.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
}
@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
.contact .fab {
  padding: 10px;
  font-size: 30px;
  height: 55px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 3px;
  border-radius: 50%;
}
.contact .fa {
  padding: 10px;
  font-size: 30px;
  height: 55px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 3px;
  border-radius: 50%;
}
 .fork-button {
  background-color:#fff;
}
.fork-button .fa {
  margin:0;
  font-size: 15px;
  text-align: center;
}
.fa-twitter {
  background: #060c0c;
  color: rgb(100, 128, 248);
  -webkit-box-shadow: 0 0 5px 6px #186b6e;
    -moz-box-shadow: 0 0 5px 6px #186b6e;
    box-shadow: 0 0 5px 6px #186b6e;
}
.fa-twitter:hover {
  background: #186b6e;
  color: rgb(100, 128, 248);
}
.fa-facebook-f {
  background: #060c0c;
  color: rgb(23, 23, 243);
  -webkit-box-shadow: 0 0 5px 6px #186b6e;
    -moz-box-shadow: 0 0 5px 6px #186b6e;
    box-shadow: 0 0 5px 6px #186b6e;
}
.fa-facebook-f:hover {
  background: #186b6e;
  color: rgb(100, 128, 248);
}
/* .fa-angle-double-right{
  color: #ffffff;
} */
.fa-angle-up {
  color: rgb(245, 240, 240);
  font-size: 20px;
  padding: 15px;
  margin: 0;
}
.fa-arrow-circle-up {
  color: rgb(245, 240, 240);
  font-size: 30px;
  padding: 0;
}
.fa-youtube {
  background: #060c0c;
  color: rgb(245, 240, 240);
  -webkit-box-shadow: 0 0 5px 6px #186b6e;
    -moz-box-shadow: 0 0 5px 6px #186b6e;
    box-shadow: 0 0 5px 6px #186b6e;
}
.fa-youtube:hover {
  background: #186b6e;
  color: rgb(100, 128, 248);
}
.fa-google {
  background: #060c0c;
  color: rgb(245, 240, 240);
  -webkit-box-shadow: 0 0 5px 6px #186b6e;
    -moz-box-shadow: 0 0 5px 6px #186b6e;
    box-shadow: 0 0 5px 6px #186b6e;
}
.fa-google:hover {
  background: #186b6e;
  color: rgb(100, 128, 248);
}
.fa-linkedin {
  background: #060c0c !important;
  color: rgb(10, 26, 247);
  -webkit-box-shadow: 0 0 5px 6px #186b6e;
    -moz-box-shadow: 0 0 5px 6px #186b6e;
    box-shadow: 0 0 5px 6px #186b6e;
  
}
.fa-linkedin:hover {
  background: #186b6e !important;
  color: rgb(100, 128, 248);
}
.fa-github {
  background-color: #0a0a0a;
  color: rgb(243, 242, 242);
}
.contact .fa-github {
  background-color: #060c0c;
  color: rgb(126, 122, 122);
  -webkit-box-shadow: 0 0 5px 6px #186b6e;
    -moz-box-shadow: 0 0 5px 6px #186b6e;
    box-shadow: 0 0 5px 6px #186b6e;
}
.contact .fa-github:hover {
  background: #186b6e;
  color: rgb(100, 128, 248);

}
.fa-hackerrank {
  background: #060c0c;
  color: white;
  -webkit-box-shadow: 0 0 5px 6px #186b6e;
    -moz-box-shadow: 0 0 5px 6px #186b6e;
    box-shadow: 0 0 5px 6px #186b6e;
}
.fa-hackerrank:hover {
  background: #186b6e;
  color: rgb(100, 128, 248);
}
.iconify {
  padding: 10px;
  font-size: 20px;
  height: 55px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 3px;
  background: #060c0c;
  color: white;
  border-radius: 50%;
}
.contact-form i.fa {
  font-size: 22px;
  padding: 3%;
  margin: 2%;
  border: 1px solid rgb(190, 190, 190);
  cursor: pointer;
}
.button {
  background-color: #060c0c;
  border: none;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: auto;
  -webkit-box-shadow: 0 0 5px 6px #800000;
  -moz-box-shadow: 0 0 5px 6px #800000;
  box-shadow: 0 0 5px 6px #800000;
}
.button:hover {
  border-radius: 10px;
  background-color: #262121;
  -webkit-box-shadow: 0 0 5px 6px #262121;
  -moz-box-shadow: 0 0 5px 6px #262121;
  box-shadow: 0 0 5px 6px #262121;
}
@media only screen and (max-width: 768px) {
  .button {
    width: auto;
  }
}
.fa-android {
  color: #25f709;
}
input {
  padding: 10px;
  margin: 10px;
  width: 70%;
  background-color: rgb(133, 133, 133, 0.5);
  color: #fff;
}
input::placeholder {
  color: white;
}
textarea {
  padding: 10px;
  margin: 10px;
  width: 70%;
  background-color: rgb(133, 133, 133, 0.5);
  color: #fff;
}
textarea::placeholder {
  color: white;
}
.submit {
  background-color: black;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 3%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: #000;
}

@media only screen and (max-width: 768px) {
  .main .about .experience .education .project .contact {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    font-size: medium;
  }
}
@media (min-width: 574px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.navbar {
  max-width: 100%;
}
.nav-item {
  max-width: 100%;
  font-size: 1.2rem;
  font-weight: 100;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
@media only screen and (min-width: 200px) {
  .html .experience .education .project .contact {
    width: 100%;
    height: 100;
    text-align: center;
    display: block;
  }
}

.carousel-indicators {
  left:0;
  top:auto;
  bottom:-70px;

}