@media (min-width: 1400px) {
  main,
  header,
  #main-navbar {
    padding-left: 240px;
  }
}
/*
.sidenav-bg {
    background-image: "https://mdbootstrap.com/img/Photos/Others/sidenav4.jpg";
}
*/
/*Navbar css*/

 

body {
    padding: 0;
    margin: 0;
  /*  overflow-x: clip;*/
    font-family: 'Inter', sans-serif; 
    color: #212121;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 500; 
}

a {
    color: #5842bc;
}

* {
    transition: all 0.3s;
}


/*Button css*/
.btn-one {
    padding: 15px 40px;
    border-radius: 50px;
    background-color: #ed161f;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    border: solid 1px #ed161f;
}

.btn-one:hover {
    background-color: #fff;
    color: #ed161f;
    border: solid 1px #ed161f;
}


/*Navbar css*/

.navbar-brand {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.navbar {
    background-color: black;
    padding: 30px;
    box-shadow: none;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar .nav-link {
    color: #fff;
}

.sticky {
    background-color: #212121;
    padding: 15px 30px;
}

.sticky .nav-link {
    color: #fff;
}

.navbar-toggler {
    color: #fff;
}

/*Banner css*/

.banner {
    background:rgba(0, 0, 0, 0.75) url(/themes/ovoice5/assets/images/homepage2/banner-2.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    height: 99vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.banner .display-1 {
    font-weight: 500;
}

/* css start */

.o-card {
    background-color: #F3F8FC;
    border-radius: 10px;
    box-shadow: 0 28px 40px 0 rgb(0 0 0 / 10%);
    padding: 40px 20px;
    transition: all 0.3s;
}

.o-card:hover {
    background-color: #F6F6F6;
    box-shadow: 0 42px 60px 0 rgb(0 0 0 / 30%);
}

.o-card ul{
    list-style: none;
    padding-left: 5px;
}

.o-card ul li {
    font-size: 22px;
}

.o-card ul li i {
    color: #ed161f;
}

.o-card ul li a {
    color: #212121;
}

.o-card ul li:hover a{
    color: #ed161f;
    padding-left: 6px;
}

.card-two {
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-two .h4{
    background-color: #f4f4f4;
    padding:   20px;
}

.card-two .box-img {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.3s;
}

.card-two:hover img {
    transform: scale(1.2);
    transition: all 0.3s;
}

.card-three {
    border: solid 1px #ddd;
    border-radius: 10px;
    padding: 25px;
    height: 100%;
}

.card-three .icon {
    border: solid 1px #ddd;
    border-radius: 50%;
    padding: 25px;
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
}

.card-three .tag {
    background-color: #f4f4f4;
    padding: 10px 20px;
    border-radius: 6px;
}


.card-three:hover .icon {
    border: solid 1px #ed161f;
    background-color: #ed161f;
    color: #fff;
}

.card-three:hover {
    border: solid 1px #ed161f;
}


 

.footer-bottom {
    background-color: #010A12;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.footer {
    background-color: #f4f4f4;
    padding:70px 0 30px 0;
}

.footer .text-reset {
    color: #212121 !important;
}
.footer .text-reset:hover {
    color: #ed161f !important;
}


.footer .social a{
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    line-height: 50px;
    color: #ed161f;
}

.footer .social a:hover {
    background-color: #ed161f;
    color: #fff;
}


@media screen and (max-width: 991px) {


.navbar {
    background-color: #212121;
    padding: 10px; 
}
    
    .container {
        overflow-x: clip;
    }
    
    .banner {
        height: 75vh; 
    }
    
    .banner .container {
        overflow-x: visible;
    }
    
    
}

$table-header: #1976D2;
$table-header-border: #1565C0;
$table-border: #d9d9d9;
.flex-table {
  display: flex;
  flex-flow: row wrap;
  border-left: solid 1px $table-border;
  transition: 0.5s;
  &:first-of-type {
    border-top: solid 1px $table-header-border;
    border-left: solid 1px $table-header-border;
  }
  &:first-of-type .flex-row {
    background: $table-header;
    color: white;
    border-color: $table-header-border;
  }
}

#count_message {
  background-color: green;
  margin-top: -20px;
  margin-right: 5px;
}
.textarea{
    resize:none;
    height:200px;
    transition:all 0.5s;
    border:2px solid #DDDDDD;
    width:100% !important;
}

.textarea_danger{
    border:2px solid red !important;
}

.textarea:focus{
    box-shadow:none;
    outline:none;
    border:2px solid blue;
}

h1 {
  color: hsl(0, 0%, 28%);
 // font-size: 50px;
  font-weight: bold;
  font-family: monospace;
  letter-spacing: 7px;
  cursor: pointer;
  text-transform: uppercase;
}

h1 {
  padding: 64px;
  background: linear-gradient(to right, hsl(0, 0%, 30%) 0, hsl(0, 0%, 100%) 10%, hsl(0, 0%, 30%) 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
}

@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 600px;
  }
  100% {
    background-position: 600px;
  }
}