body{
    background-color: black;
    
}
.back{
  background-color: black;
}
.navback{
    font-size: medium;
    font-weight: bold;
}

.navbar-custom {
    background-color: #0a0b0b; /* Change navbar background color */
    border-bottom:2px solid rgb(44, 43, 43);
}
.navbar-custom .navbar-brand {
    color: #fff; /* Change navbar brand (logo) text color */
    font-weight: bold;
    font-family: sans-serif;
}
.navbar-custom .navbar-nav .nav-link {
    color: #fff; /* Change navbar links text color */
    font-weight: bold;
}
.navbar-custom .navbar-nav .nav-link:hover {
    color: rgba(126, 23, 230, 0.911); /* Change navbar links text color on hover */
    border-bottom: 5px solid rgba(15, 224, 221, 0.79);
    border-color: #4406bf;
    text-shadow: #4a00e0;
    
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 4rem;
  background-image: linear-gradient(to right, #8015df, #4406bf);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
.element {
    color: #8015df; /* Hexadecimal color code */
}
.element:hover{
    box-shadow: #0a0b0b;
}

.img1{
    border-radius: 50%;
    border: 7px solid  #9c48dc;
    animation: mymove 5s infinite;
} 
@keyframes mymove {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);border:7px solid #26dacb;; }
  100% { transform: scale(1);border: 7px solid #9c48dc; }
}
.img1:hover {
    border:10px solid rgb(78, 241, 222);
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5); 
    cursor: pointer;
}

/*personal info*/
.info{
    background-color: #2c2b2b9c;
    color: white;
    box-shadow: #0b0b0b;
}
.info:hover{
    border:2px solid rgba(12, 179, 225, 0.685) ;
}

.mybtn{
    background-image: linear-gradient(to right, #8e2de2, #4a00e0);
   color:white;
}
.mybtn:hover{
    border: 2px solid rgb(135, 22, 221);
    border-bottom: 5px solid rgba(15, 224, 221, 0.79);
}

 /* Custom breadcrumb item styles */
 .breadcrumb-item-custom {
    background-color: #fff;
    color:#373737; /* Breadcrumb item text color */
}
/* form design*/
.form {
    background: rgba(7, 7, 7, 0.623);
    box-shadow: 0 30px 60px 0 rgba(57, 169, 189, 0.616);
    border-radius: 5px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    left: 0;
    right: 0;
    position: relative;
    border-top: 5px solid #0e3721;
  /*   z-index: 1; */
    animation: bounce 1.5s infinite;
  }
  ::-webkit-input-placeholder {
    font-size: 1.3em;
  }
  
  .title{
    display: block;
    font-family: sans-serif;
    margin: 10px auto 5px;
    width: 300px;
  }
  .termsConditions{
    margin: 0 auto 5px 80px;
  }
  
  .pageTitle{
    font-size: 2em;
    font-weight: bold;
  }
  .secondaryTitle{
    color: grey;
  }
  
  .name {
    background-color: #34323271;
    color: white;
    border-radius: 2px;
   
  }
  .name:hover {
    border-bottom: 5px solid #0e3721;
   
    transition: ease 0.5s;
  }
  
  .email {
    background-color: #34323271;
    border-radius: 5px;
  }
  
  .email:hover {
    border-bottom: 5px solid #0e3721;
    
    transition: ease 0.5s;
  }
  
  .message {
    background-color: #34323271;
    overflow: hidden;
    height: 10rem;
    border-radius: 5px;
  }
  
  .message:hover {
    border-bottom: 5px solid #0e3721;
    height: 12em;
    width: 380px;
    border-radius: 10px solid rgb(150, 8, 194);
    transition: ease 0.5s;
  }
  
  .formEntry {
    display: block;
    margin: 30px auto;
    min-width: 300px;
    padding: 10px;
    border-radius: 2px;
    border: none;
    transition: all 0.5s ease 0s;
    position: relative;
  }
  
  .submit {
    width: 200px;
    color: white;
    background-color: #0e3721;
    font-size: 20px;
  }
  
  .submit:hover {
    box-shadow: 15px 15px 15px 5px rgba(78, 72, 77, 0.219);
    transform: translateY(-3px);
    width: 300px;
    border-top: 5px solid #0e3750;
    border-radius: 0%;
  }
  
  @keyframes bounce {
    0% {
      tranform: translate(0, 4px);
    }
    50% {
      transform: translate(0, 8px);
    }
  } 
  
  .topname:hover{
    cursor: pointer;
    background: linear-gradient(to right,#ef5350,#f48fb1,#7e57c2,#2196f3,#26c6da,#43a047,#eeff41,#f9a825);
    -webkit-background-clip:text;
      -webkit-text-fill-color: transparent;

  }

  /*project card*/
  
.glow {
  font-family: cursive;
    font-size: 45px;
    color: #fff;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
  }

  
  /*project*/
  /* Float four columns side by side */
  .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
  }
  carplay{
    box-sizing: border-box;
  }
  
  .motionbutton{
    animation: wiggle 10s linear infinite;
  }
  @keyframes wiggle {
    0%, 7% {
      transform: rotateZ(0);
    }
    15% {
      transform: rotateZ(-15deg);
    }
    20% {
      transform: rotateZ(10deg);
    }
    25% {
      transform: rotateZ(-10deg);
    }
    30% {
      transform: rotateZ(6deg);
    }
    35% {
      transform: rotateZ(-4deg);
    }
    40%, 100% {
      transform: rotateZ(0);
    }
  }
  


  