h1 {
  color: #000;
  font-weight: 600; }

h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: 33px;
  margin-bottom: 40px; }

.btn {
  background: #FF5353;
  font-size: 15px;
  color: #fff;
  padding: 13px 45px; }

.offset-menu.active {
  visibility: visible;
  opacity: 1;
  margin-left: 0; }

.off-canvas-overlay {
  position: fixed;
  z-index: 99997;
  background: rgba(0, 0, 0, 0.34);
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: 1s;
  opacity: 0; }

.off-canvas-overlay.active {
  visibility: visible;
  opacity: 1; }

.offset-menu {
  background: #000;
  width: 400px;
  position: fixed;
  height: 100%;
  z-index: 99999;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  margin-left: -999px; }
  .offset-menu span.close-btn {
    color: #fff;
    display: block;
    text-align: right;
    cursor: pointer; }
    .offset-menu span.close-btn i {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 2px solid #fff;
      text-align: center;
      line-height: 25px;
      transition: .4s; }
    .offset-menu span.close-btn i:hover {
      color: #FF5353;
      border-color: #FF5353; }
  .offset-menu .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding-top: 25px;
    padding-bottom: 10px;
    margin: 0 15px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: .4s; }
  .offset-menu .navbar-nav li a:hover {
    color: #FF5353;
    border-color: #FF5353; }

.btn:hover {
  background: #fff;
  color: #FF5353; }

body {
  font-family: 'Roboto', sans-serif; }

.is-sticky .navbar {
  background: #fff;
  z-index: 1;
  transition: .4s;
  box-shadow: 0px 0px 10px #FF5353; }

.nav-top {
  background: #FEF7F6; }
  .nav-top ul li {
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
    color: #000; }
  .nav-top a {
    text-decoration: none;
    color: #000; }

.navbar {
  z-index: 9999 !important;
  background: #fff; }
  .navbar a {
    text-transform: uppercase;
    color: #000 !important;
    font-size: 13px;
    padding: 20px 10px;
    transition: .4s; }
  .navbar .navbar-nav li {
    padding: 0 10px;
    position: relative; }
  .navbar a:hover,
  .navbar a.active
   {
    color: #FF5353 !important; }
  .navbar i {
    font-size: 20px; }
  .navbar .count-icon .count-1 {
    position: relative; }
  .navbar .count-icon .count-1::after {
    content: '0';
    background: red;
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 9px;
    color: #fff !important;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%; }
  .navbar .count-icon .count-2 {
    position: relative; }
  .navbar .count-icon .count-2::after {
    content: '09';
    background: red;
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 9px;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%; }

#banner {
  background: url("../img/bg-1.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  #banner .banner-info {
    float: right; }
    #banner .banner-info h1 {
      font-size: 55px;
      color: #000;
      margin-bottom: 55px;
      margin-top: 20px; }
    #banner .banner-info span {
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-bottom: 15px; }

#feature img, #populer img, #trending img {
  width: 100%; }

#feature .feature-img, #populer .feature-img, #trending .feature-img {
  position: relative; }

#feature .feature-img:hover .feature-link, 
#populer .feature-img:hover .feature-link, 
#trending .feature-img:hover .feature-link,
#feature .feature-img.active .feature-link,
#populer .feature-img.active .feature-link

{
  opacity: 1;
  visibility: visible; }

#feature .feature-link, #populer .feature-link, #trending .feature-link {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease; }
  #feature .feature-link i, #populer .feature-link i, #trending .feature-link i {
    font-size: 15px;
    background: #fff;
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 49px;
    transition: .4s; }
  #feature .feature-link a:hover i, 
  #populer .feature-link a:hover i, 
  #trending .feature-link a:hover i,
  #feature .feature-link a.active i ,
  #populer .feature-link a.active i{
    background: #FF5353;
    color: #fff; }
  #feature .feature-link a, #populer .feature-link a, #trending .feature-link a {
    padding: .5px; }

#feature .feature-info a, #populer .feature-info a, #trending .feature-info a {
  color: #777;
  font-size: 15px;
  text-decoration: none;
  transition: .4s; }

#feature .feature-info a:hover, #populer .feature-info a:hover, #trending .feature-info a:hover {
  color: #FF5353; }

#feature .feature-info i, #populer .feature-info i, #trending .feature-info i {
  font-size: 12px;
  color: #FF5353;
  padding: 2px; }

#feature .feature-img:hover .feature-link .icon:first-child i, #populer .feature-img:hover .feature-link .icon:first-child i, #trending .feature-img:hover .feature-link .icon:first-child i {
  -webkit-animation: fadeInUp 200ms;
  animation: fadeInUp 200ms; }

#feature .feature-img:hover .feature-link .icon:nth-child(2) i, #populer .feature-img:hover .feature-link .icon:nth-child(2) i, #trending .feature-img:hover .feature-link .icon:nth-child(2) i {
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms; }

#feature .feature-img:hover .feature-link .icon:last-child i, #populer .feature-img:hover .feature-link .icon:last-child i, #trending .feature-img:hover .feature-link .icon:last-child i {
  -webkit-animation: fadeInUp 600ms;
  animation: fadeInUp 600ms; }

#banner-2 {
  background: #EAE2D8; }
  #banner-2 h1 {
    font-size: 60px;
    color: #333; }
  #banner-2 p {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px 0; }
  #banner-2 .banner-text {
    float: right;
    margin: 30px 0;
    width: 100%;
    text-align: center; }
  #banner-2 img {
    width: 100%; }

#block i {
  font-size: 40px;
  color: #FF5353;
  padding: 5px 0; }

#block p {
  text-transform: uppercase;
  font-weight: 500;
  margin: 15px 0 5px 0; }

#block span {
  font-size: 15px; }

#news img {
  width: 100%; }

#news .news-item .date {
  font-size: 12px;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  transition: .4s;
  margin-top: 20px;
  display: block;
  margin-bottom: 10px; }

#news .news-item a:hover {
  color: #FF5353 !important; }

#news .news-item .date::before {
  content: '';
  position: absolute;
  background: #FF5353;
  width: 15px;
  height: 7px;
  border-radius: 2px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%); }

#news .news-item .title {
  color: #000;
  text-decoration: none;
  transition: .4s;
  font-weight: 800; }

#news .comment {
  font-size: 14px; }
  #news .comment i {
    font-size: 14px;
    margin-right: 5px; }
  #news .comment a {
    text-decoration: none;
    transition: .4s;
    color: #999; }

#follow .follow-img:hover::before,
#follow .follow-img.active::before
 {
  opacity: .7;
  visibility: visible;
  top: 0; }

#follow .follow-img:hover .follow-link ,

#follow .follow-img.active .follow-link{
  opacity: 1;
  visibility: visible; }

#follow img {
  width: 100%; }

#follow .follow-img {
  position: relative;
  overflow: hidden;
  cursor: pointer; }

#follow .follow-img::before {
  content: '';
  background: #FF5353;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  bottom: 0; }

#follow .follow-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: .4s; }
  #follow .follow-link i {
    font-size: 40px;
    color: #fff;
    font-weight: 300; }

#footer {
  background: #E9E2D8; }
  #footer .footer-header {
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    padding: 20px 0 5px 0;
    color: #000; }
  #footer .footer-link {
    list-style: none; }
    #footer .footer-link li {
      padding: 3px 0px; }
    #footer .footer-link a {
      text-decoration: none;
      color: #999;
      font-size: 15px;
      transition: .4s; }
    #footer .footer-link a:hover {
      color: #FF5353; }
  #footer .google-play:hover {
    background: #FF5353; }
  #footer .app-btn {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.24); }
  #footer .google-play, #footer .apple {
    position: relative;
    background: #fff;
    padding: 8px 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
    flex-basis: 49%; }
    #footer .google-play .fab, #footer .apple .fab {
      position: absolute;
      left: 7px;
      top: 50%;
      transform: translate(0%, -50%);
      font-size: 20px;
      color: #FF5353;
      margin-right: 5px;
      transition: .4s; }
    #footer .google-play span, #footer .apple span {
      display: block;
      text-transform: uppercase;
      font-size: 10px;
      color: #999;
      transition: .4s; }
    #footer .google-play p, #footer .apple p {
      line-height: 15px;
      font-size: 13px;
      text-transform: uppercase;
      margin-left: 28px;
      font-weight: 500;
      color: #000;
      transition: .4s; }
  #footer .google-play:hover p, #footer .google-play:hover span, #footer .google-play:hover .fab {
    color: #fff; }
  #footer .apple {
    background: #FF5353; }
  #footer .apple p, #footer .apple span, #footer .apple .fab {
    color: #fff; }
  #footer .footer-icon a {
    color: #000;
    background: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 32px;
    display: inline-block;
    margin-right: 5px;
    transition: .4s; }
  #footer .footer-icon a:hover,
  #footer .footer-icon a.active {
    background: #FF5353;
    color: #fff; }

#copyright {
  background: #E9E2D8; }
  #copyright p {
    color: #999;
    font-size: 15px; }
  #copyright span {
    color: #FF5353; }

@media (max-width: 991px) {
  #banner h1 {
    font-size: 40px !important;
    margin-bottom: 30px !important; } }

@media (max-width: 767px) {
  nav .collapse {
    background: #fff; } }

    @media (max-width: 575px) {
      #feature .feature-img, #populer .feature-img, #trending .feature-img{
        width: 70%;
        margin: 0 auto;
      }
    }

    @media (max-width: 400px) {
      #feature .feature-img, #populer .feature-img, #trending .feature-img{
        width: 85%;
        margin: 0 auto;
      }
    }

