.nav-item {
	font-size: 18px;
	margin-right: 12px;
}


    .btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    background-color: #19194d !important;
}
h2, h3, h4 {
    color: #0d0d26;
    font-family: Montserrat, sans-serif;
}

    .card-link, .card-link:hover, .card-link:active, .card-link:visited {
     background-color: rgba(102, 126, 234, 0.5);

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-color: rgba(102, 126, 234, 0.5);

}

.portfolio-view-item-btn {
  bottom: 10%;
 
  position: absolute;
}

.portfolio-item {
  height: 500px;
  display: flex;
}

.dark-purple-grad{
   
  /* fallback for old browsers */
  background: #2421b5;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to top, rgba(36, 33, 181, 0.5), rgba(46, 9, 83, 0.5));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to top, rgba(36, 33, 181, 0.5), rgba(46, 9, 83, 0.5))

}

.twitter-blue{
  background-color: #1DA1F2 !important;
  
}


.author-s{
  font-size: 10px;
}

.facebook-blue{
  

  background-color: #3b5998 !important;
  
}
.icon-services-index {
  width: 64px;height: 64px;
}

.blog-sub-image {
	width: 600px; height: auto; margin-bottom: 30px;
}

.blog-card {

  height: 500px;
}


.portfolio-item {
  margin-bottom: 30px;

}

.portfolio-item > .card {
  
  background: #e6e9f0;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(230, 233, 240, 0.5), rgba(238, 241, 245, 0.5));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(230, 233, 240, 0.5), rgba(238, 241, 245, 0.5))


}

.fw-bold {
    font-family: Montserrat, sans-serif;

}

.blog-subhead {
  font-family: Montserrat, sans-serif; 
  font-size: 40px;
  margin-bottom: 24px;
}

p{
	margin-top: 30px;
    font-family: Montserrat, sans-serif;
}
body{
     background: #667eea;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(102, 126, 234, 0.5), rgba(118, 75, 162, 0.5))


}
.gradient-custom {
  /* fallback for old browsers */
   background: #9eabe6;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(158, 171, 230, 0.25), rgba(204, 172, 236, 0.25));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(158, 171, 230, 0.25), rgba(204, 172, 236, 0.25))


}

#ideas{
/*     font-size: 72px;
  background: linear-gradient(
90deg, #BD17C5, #9817C5 51%, #6917C5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.software {
  font-size: 72px;
  background: linear-gradient(
90deg, #59cad1, #6267f0 51%, #d462f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



#text {
  direction: rtl;

}
#cursor {
  
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 49% {
      opacity: 1;
  }
  50%, 100% {
      opacity: 0;
  }
}



.chatbot-container {
  position: fixed;
  bottom: 20px;

  right: 20px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
 
}

.chatbot-header {
  background-color: #4a90e2;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.chatbot-messages {
  flex-grow: 1;
  overflow-y: auto;
  padding: 10px;
  height: 200px;
}

.chatbot-input {
  display: flex;
  padding: 10px;
}
.p-bg {
  background-color: #0d0d26;
}
.chatbot-input input {
  flex-grow: 1;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 5px;
  outline: none;
}

.chatbot-header {
  position: relative;
 
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.chatbot-close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  outline: none;
}

hr {
  background-color: #f2f2f2;
}
.bot {
  background-color: #f2f2f2;
}

.chatbot-input button {
  background-color: #4a90e2;
  color: #fff;
  border: none;
  padding: 6px 12px;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}