body {
  
  font-family: Poppins, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ddd;
  background-color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h3,
h5 {
  font-weight: 500;
}
h1 {
  font-size: 40px;
  letter-spacing: 2px;
}
h2 {
  font-size: 30px;
  text-transform: uppercase;
}
h3 {
  line-height: 36px;
}
h5 {
  letter-spacing: 1px;
  padding-top: 10px;
}
p {
  
  font-size: 14px;
  line-height: 24px;
}
a {
  text-decoration: none !important;
  outline: 0;
}


#download-app .text-title{
  max-width: 518px;
}
/* @keyframes reveal{
  from{
    transform: translateY(20px);
  }
  to{
    opacity: 1;
    transform: none;
  }
} */
.get-btn{
  border-radius: 0px;
  font-size: 15px;
  background-color: #c9302c;
}
.logo-img{
  width: 100%; max-width: 250px;
}
.section-title {
  margin-bottom: 32px;
}
.intro-content h3{
  font-size: 30px;
}
.intro-content p{
  font-size: 18px;
  margin-top: 20px;
}
#about-us .small-text-title::after{
  left:306px !important;
}

.text-title{
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px !important;
  position: relative;
  max-width: 713px;
  width:100%;
  margin: 0 auto;
 padding:10px 0;
}
.text-title::before{
  content: '';
    position: absolute;
    top: -10px;
    left: 50px;
    width: 100px;
    height: 5px;
    background-color: red;
}
.text-title::after{
  content: '';
    position: absolute;
    bottom: -10px;
    right: 50px;
    width: 100px;
    height: 5px;
    background-color: red;
}

.small-text-title{
  text-align: left;
  font-size: 45px;
  margin-top: 100px;
  margin-bottom: 30px;
  position: relative;
  
  width: 100%;
  margin: 0 auto;
  padding: 20px 0px;
}
.small-text-title::before{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background-color: red;
}
.small-text-title::after{
  content: '';
    position: absolute;
    bottom: 0;
    left: 183px;
    width: 100px;
    height: 5px;
    background-color: red;
}
#features,
#register {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
footer {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
footer {
  text-align: center;
}
#features h3,
#register h3 {
  padding-bottom: 12px;
  color: #fff;
}
#features p {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}
#intro .btn {
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 14px 42px;
  margin-top: 42px;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#intro .btn-danger {
  background: #f2545f;
  border-color: transparent;
}
#intro .btn-danger:hover {
  background: 0 0;
  border-color: #fff;
  color: #fff;
}
#intro .btn-default:hover {
  background: #fff;
  color: #333;
  border-color: transparent;
}
#home{
  margin-top: 70px;
}
.custom-navbar {
  margin-bottom: 0;
  background-color: #101010 !important;
}
.navbar-brand{
  padding: 13px 15px;
}
.custom-navbar .navbar-brand {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  line-height: 40px;
}
.custom-navbar .nav li a {
  color: #ddd;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 45px;
  transition: all 0.4s ease-in-out;
}
.custom-navbar .nav li a:hover {
  background: 0 0;
  color: #c9302c;
}
.custom-navbar .navbar-nav > li > a:focus,
.custom-navbar .navbar-nav > li > a:hover {
  background-color: transparent;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle {
  background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #fff;
  border-color: transparent;
}
#get-in-touch{
  padding-top: 100px;
}
#get-in-touch .small-text-title{
  margin-top: 0px !important;
  margin-bottom: 50px !important;
  max-width: 288px;
}


video {
  object-fit: cover;
  width: 100%;
  height: auto;
  
}
#intro h3 {
  letter-spacing: 2px;
}
#features img {
  position: relative;
  padding-bottom: 32px;
  width: 100%;
  max-width: 350px;
}
#features .dealar-img{
  max-width: 500px !important;
} 
#features .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#download-app a {
  border-radius: 0 !important;
  text-transform: capitalize;
}


footer {
  background-attachment: fixed;
}
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #fff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.go-top:hover {
  background: #f2545f;
  color: #fff;
}
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}
.social-icon li {
  display: inline-block;
  list-style: none;
}
.social-icon li a {
  color: #666;
  border-radius: 100px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}
.social-icon li a:hover {
  background: #f2545f;
  color: #fff;
}
@media (max-width: 980px) {
  p {
      font-size: 13px;
  }
  .custom-navbar .navbar-brand {
      font-size: 2rem;
  }
  
  #intro {
      height: 65vh;
  }
}
@media (min-width: 768px) {
  /* .logo-img{
    width: 100%; max-width: 160px;
  } */
  .custom-navbar {
      
      border-bottom: 0;
      background: 0 0;
  }
  .custom-navbar.top-nav-collapse {
      background: #101010;
      padding: 0;
  }
  
}
@media (max-width: 768px) {
  .custom-navbar .navbar-brand {
      line-height: 20px;
  }
  #features img {
      padding-top: 32px;
  }
  .nav>li>a{
    padding: 4px 10px !important;
    font-size: 13px !important;
  }
  .get-btn{
    font-size: 13px;
  }
  .logo-img {
    width: 100%;
    max-width: 160px;}
  
}
@media (max-width: 760px) {
  #intro {
      height: 100vh;
  }
  #features .myrow {
    flex-direction: column-reverse;
  }
  #about-us .small-text-title::after{
    left: 173px !important;
  }
  .text-title{
    font-size: 28px;
  }
  
  .small-text-title{
    font-size: 30px !important;
  }
  #get-in-touch .small-text-title::after{
    left:88px !important;
  }
  
  #get-in-touch .small-text-title{
    max-width: 600px;
    width: 100%;
  }
  #download-app .text-title::after{
    right: 85px;
  }
  #download-app .text-title::before{
    left: 85px;
  }
}
@media (max-width: 425px){
   #features .text-title::after{
    right: 23px !important;
  }
  #features .text-title::before{
    left: 23px !important;
  }
  #download-app .text-title::before {
    left: 16px;
  }
  #download-app .text-title::after {
    right: 16px;
  }
  #download-app .text-title{
    max-width: 300px;
  }
 
}
  