:root {
  --primary: #354BA0;
  --secondary: #272741;
  --white: #ffffff;
}
@font-face {
  font-family: 'Inter';
  src: url('/font/Inter-18pt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-Bold';
  src: url('/font/Inter-18pt-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #f3f3f3;
  font-family: 'Inter', sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
a{
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p
{
  padding: 0;
  margin: 0;
}

.row > *
{
  padding-left: 0;
  padding-right: 0;
}

html {
  font-size: 16px;
  max-width: 100% !important;
}

.dropdown-menu {
    max-width: 100vw;
    overflow-x: hidden;
}
.footer p, .footer small {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .m-mt-3{
    margin-top: 1rem;
  }
  .how-works .bi-arrow-right::before{
    transform: rotate(90deg);
    margin-top: 1rem;
  }
  .blog-header{
    margin-top: 3rem;
  }
  .mail-img{
      display: none;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.bg-pri-color
{
  background-color: var(--primary);
}

.pri-color
{
  color: var(--primary);
}

.btn{
  transition: all .5s;
}
.btn:hover{
  background-color: var(--secondary);
}

@media only screen and (max-width: 600px) {
  
}

@media only screen and (min-width: 601px) {
  .d-pe-1{
    padding-right: 1rem;
  }
  .d-ps-1{
    padding-left: 1rem;
  }
}

.br-1{
  border-radius: 1rem;
}
.read-more-a
{
  color: #33338F;
  cursor: pointer;
  transition: all .5s ease;
}
.read-more-a:hover {
  text-shadow:
    0 0 2px rgba(255, 255, 255, 0.1),
    0 0 4px rgba(0, 180, 255, 0.2),
    0 0 8px rgba(0, 180, 255, 0.1),
    0 0 16px rgba(0, 180, 255, 0.1);
}
.form-control::file-selector-button{
}
.sidebar-blog-title{
}
.accordion-button:focus{
  box-shadow: none !important;
}
.page-link{
  transition: all .5s;
}
.page-link:hover{
  background-color: #d9dbe1;
}
.select2-selection.select2-selection--single{
  height: 37px !important;
  margin-top: .5rem;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-radius: var(--bs-border-radius) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 50px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 35px !important;
}
@media (max-width: 500px) {
  .navbar-brand img{
    width: 100%;
  }
  .navbar-toggler.text-dark{
    margin-right: -3rem;
  }
  .home-slider
  {
    padding: 0 1rem 0 1rem !important;
  }
  .home-slider h2
  {
    font-size: 2rem !important;
  }
  .home-slider h3
  {
    font-size: 1.8rem !important;
  }
  .home-section-1
  {
    padding: 1rem !important;
  }
  .how-works div{
    padding: 1rem !important;
  }
  .how-works-buttons div{
    justify-content: center !important;
  }
  .how-works-buttons a{
    width: 100% !important;
  }
  .m-padding{
    padding: 1rem !important;
  }
  .footer{
    padding: 0 !important;
    padding-top: 2rem !important;
  }
  .footer div div{
    justify-content: start !important;
    align-items: start !important;
  }
  .px-m-1{
    padding: 0 1rem 0 1rem;
  }
  .px-m-2{
    padding: 0 2rem 0 2rem;
  }
  .content h2{
    font-size: 2rem;
  }
  .content{
    padding: 2rem;
  }
  #elektraverseAccordion{
    padding: 1rem;
  }
  .mail-subscribe{
    margin: 1rem !important;
  }
  .blog-top{
    flex-direction: column;
    gap: 1rem;
  }
  .blog-content-container{
    padding: 1rem !important;
  }
  .contact-mail-box{
    height: auto !important;
  }
  .m-flex-column{
    flex-direction: column !important;
  }
  .m-pt-1{
    padding-top: 1rem;
  }
}
.my-confirm-button {
    background-color: var(--primary) !important;
    color: white !important;
    border: none;
    padding: 8px 20px;
    font-weight: bold;
    border-radius: 5px;
}
.splide__arrow--prev{
        left: -2.3rem !important;
}
.splide__arrow--next{
    right: -2.3rem !important;
}