


.btn-primary-1{
    position: fixed; 
    top: 90px; 
    left: 10px; 
    z-index:1000; 
    background-color: #618ac8; 
    border: 0;
    color: #ffffff;
}

.section-title-general {
  text-align: center;
  padding-bottom: 50px;
}
.section-title-general h2 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 0px;
  margin: 0;
  color: #000000;

  border-radius: 50px;

}
.my-button:hover {
  background-color: transparent;/* Новый цвет фона при наведении */
  color: #618ac8; /* Цвет текста при наведении */

}
    .btn-primary:hover {
  background-color: transparent;/* Новый цвет фона при наведении */
  color: #618ac8; /* Цвет текста при наведении */

}
    .btn-primary{
        border: 20;
          border-color: #618ac8;
        background-color: #618ac8;
    }

.btn-primary:active {
  background-color: gray; /* Цвет фона при нажатии */
  color: black; /* Цвет текста при нажатии */
  border-color: darkred; /* Цвет рамки при нажатии */
}
.general{
    font-size: 1.5em; vertical-align: middle; color: #618ac8; 
}
.btn-custom-1{
    width: 40%; 
    background-color: #618ac8;; 
    border: 0;
    color:#ffffff;
}
#content-section .btn-custom-1:hover {
  background: #5697d0;
}
.portfolio-description p {
    text-align: justify;
}
.portfolio-video p{
    padding-bottom:1rem; 
    padding-left: 30px;
    font-size: 2rem;
    color:#618ac8;
}
.portfolio-icon p{
    padding-bottom:1rem; 
    padding-left: 10px;
   font-size: 1.5rem; 
   color:#618ac8;

}
.bi-file-pdf-fill{
    font-size: 2rem; 
    color:#618ac8;
}
.bi-file-arrow-down-fill{
    font-size: 2rem; 
    color:#618ac8;
}
.bi-file-play-fill{
    font-size: 2rem; 
    color:#618ac8
}
.img-fluid{
    height: 400px; object-fit: cover;
}
.portfolio-info p{
    text-align: justify;
}
p{
    text-align: justify;
}
.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #618ac8;


  text-align: center;
 width: 70%;


      
}


.btn-get-started:hover {
  background: #5697d0;
  color: #fff;
}
.btn-get-started-1 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #618ac8;
  text-align: center;


    position: fixed; 
    bottom: 20px; 
    left: 10px; 
    z-index:1000; 
    background-color: #618ac8; 
    border: 0;
    color: #ffffff;

}
.btn-get-started-1:hover {
  background: #5697d0;
  color: #fff;
}
.mx-auto {
  width: 100%; /* чтобы контейнер был по ширине */
  display: flex; /* для центрирования */
  justify-content: center; /* по горизонтали */
}
