/*-----------------------------------
        Google Fonts
 ------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Alfa+Slab+One&family=Bungee&family=Lato:wght@300;400;700;900&family=Oswald:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&family=Rajdhani:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600;700;800;900&family=Righteous&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


/*

font-family: 'Aldrich', sans-serif;
font-family: 'Alfa Slab One', cursive;
font-family: 'Bungee', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Righteous', cursive;
font-family: 'Spectral', serif;

*/


/*-----------------------------------
            Starter Framework
 ------------------------------------*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.667;
  color: #282528;
  background-color: #F7F8FA;
}

html{
    scroll-behavior: smooth;
}

button:focus{
  box-shadow: none !important;
}

/*----------------------------------------
           Banner Slider Control Section
 -----------------------------------------*/
.owl-theme .owl-nav{
  display: none;
}

.owl-theme .owl-dots{
  display: flex;
  position: absolute;
  top: 250px;
  left: 387px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin-right: 15px;
}
.owl-theme .owl-dots .owl-dot:focus {
 border: none !important;
 outline: none;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #FF5D59;
}

/*-----------------------------------
            Top Header Section
 ------------------------------------*/
 .top-header{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.7s ease-in-out;
  padding: 25px 0;
  background-color: #fff;
  z-index: 99999 !important;
}

 .top-header .form-control{
  box-shadow: 0 0 #fff;
  outline: none;
  border: none;
  border: 1px solid #ddd;
}
.top-header .form-control{
  width: 550px;
}
.top-header .cart-btn .cart-icon{
  position: relative;
}

.top-header .cart-btn .cart-icon span{
  position: absolute;
    top: -8px;
    left: 83%;
    height: 20px;
    width: 20px;
    color: #fff;
    background: #FF5D59;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;

}

.top-header .input-group-text {
    color: #fff;
    background-color: #ff5d59;
    border: none;
    border-radius: 0;
    transition: 0.5s ease-in-out;
}
.top-header .input-group-text:hover {
    cursor: pointer;
    background-color: #ff5d22 !important;
    transition: 0.5s ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.top-header .cart-user-profile img{
  height: 40px;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 60%;
}

.top-header .dropdown .cart-user-profile{
  border: none;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.top-header .dropdown .cart-user-profile:focus{
  border: none !important;
  background: transparent;
  outline: none !important;
  appearance: none;
  box-shadow: none !important;
  transition: 0.3s ease-in-out;
}
.top-header .dropdown .dropdown-menu{
      padding: 0;
    margin: 0;
    margin-top: 15px;
}
.top-header .dropdown .dropdown-item{
  padding: 0;
  padding-left: 10px;
  font-size: 14px;
}

.top-header .dropdown .dropdown-item i{
  margin-right: 6px;
}
/*-----------------------------------
            Header Section
 ------------------------------------*/


 .header-section{
   width: 100%;
   background-color:#282828; 
   background-size: cover;
   background-repeat: no-repeat;
   position: fixed;
   top: 90px;
   z-index: 999;
   transition: 0.7s ease-in-out;
}

 .header-area.sticky{
 /*  background-color: #F56961; */
  transition: 0.7s ease-in-out;
}

 .header-section .navbar-expand-lg{
  padding-left: 0 !important;
  padding: 0;
}
 .header-section .head-align{
  padding-left: 0 !important;
}

/* 
 .header-section .col-md-12{
  background-color:#282828;
} */



.nav-link{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff !important;
    
}

/* Start Cat Area */
.cat-link{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    transition: 0.5s ease-in-out;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff !important;
    text-decoration: none; 
}
.cat-link:hover{
   text-decoration: none;
}

.header-section .cat-area{
  background: #FF5D59;
  padding: 12px 10px;
  margin-bottom: 0;
  margin-right: 34px;
}
.header-section .cat-area:hover{
 cursor: pointer;
}
.header-section .cat-area .cat-link i{
 margin-left: 10px; 
 margin-right: 10px;
}
.header-section .cat-area .dropdown-menu{
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  border-top: 0;
}

.header-section .cat-area .menu-area{
  list-style: none;
  margin: 0;
  padding: 0;
  background: #F7F8FA;
  /* width: 250px; */
}

.header-section .cat-area .menu-area li{
  position: relative;
  margin-right: 0;
}

.header-section .cat-area .menu-area li a {
  font-family: 'Rajdhani', sans-serif;
  position: relative;
  border-bottom: 1px solid #ddd;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  color: #000;
  text-align: left;
  width: 100%;
}
.header-section .cat-area .menu-area li:hover> a{
 color: #FF5D59;
}

.header-section .cat-area .menu-area li ul,
.header-section .cat-area .menu-area li ul li ul{
 list-style: none;
 visibility: hidden;
 position: absolute;
 height: auto;
 min-width:200px;
 padding: 0;
 margin: 0;
 opacity: 0;
 transition: 380ms;
}

.header-section .cat-area .menu-area .men ul{
 left: 199px;
 top: 0px;
}
.header-section .cat-area .menu-area .women ul{
 left: 199px;
 top: -50px;
}
.header-section .cat-area .menu-area .shoes ul{
 left: 199px;
 top: -100px;
}
.header-section .cat-area .menu-area .electronics ul{
 left: 199px;
 top: -150px;
}

.header-section .cat-area .menu-area li:hover> ul, .menu-area li ul li:hover> ul{
  display: block;
  visibility: visible;
  opacity: 1;
  left: 200px;
  z-index: 999;

}
.header-section .cat-area .menu-area li ul li a{
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  text-align: left;
  background-color: #F7F8FA;
  border-bottom: none;
  display: block;
  height:auto;
}

/* End Cat Area */
 .header-section ul li a:hover{
  transition: 0.5s ease-in-out;
  /* color:#fff1e6 !important;   */
}

.header-section .nav-link::after{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}
.header-section .nav-link:hover::after{
  width: 100%;
  transition: width 0.3s;
}
 .header-section ul li a:focus{
  color: #FFF !important;
}
 .header-section ul li a:focus::after{
  width: 100%;
  transition: width 0.3s;
}

 .header-section ul li{
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.dropdown:hover>.dropdown-menu-cat {
  display: block;
}
 
 /*-----------------------------------
            News Details Section
 ------------------------------------*/
/*-----------------------------------
        News  Section
 ------------------------------------*/

 .news-details-section {
  width: 100%;
  padding: 45px 0;
  margin-top: 90px;
 }


 .news-details-section .img-align{
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 30px;
 }


 .news-details-section .card-body h5{
  font-family: 'Quicksand', sans-serif;
  /* font-family: 'Spectral', serif; */
  font-size: 28px;
  color: #333;
  font-weight: 700;
  transition: 0.6s ease-in-out;
}


.news-details-section .card-body h5:hover{
  cursor: pointer;
  color: #F56961;
  transition: 0.6s ease-in-out;
}


.news-details-section .card-body .entry-meta i{
  margin-right: 5px;
  font-size: 13px;
  color: #333;
}


.news-details-section .card-body .entry-meta a{
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #333;
}


.news-details-section .card-body .entry-meta {
  margin-bottom: 10px;

}

.news-details-section .card-body .entry-content p{
 font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #333;
  text-align: justify;
}

.news-details-section .card-body .blog-bottom p{
 font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #333;
  text-align: justify;
}
.news-details-section .card-body .news-with-img-title .content-as-img-title p{
 font-family: 'Quicksand', sans-serif;
 font-weight: 500;
 font-size: 17px;
 color: #333;
 text-align: justify;
}

.news-details-section .card-body  .read-more-btn{
 font-family: 'Quicksand', sans-serif;
 font-size: 16px;
 font-weight: 500;
 color: #fff;
 background: #F56961;
 border: none;
 margin: 15px 0;
 letter-spacing: 1px;
}
.news-details-section .news-shadow{
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.14);
}

/* Pagination CSS Start */

.news-details-section .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #FE6D73;
  border-color: #FE6D73;
}


.news-details-section  .page-link {
   border: none;
   color: #333;
}

.page-link:hover {
    z-index: 2;
    color: #FE6D73;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.page-link:focus {
    outline: none;
    appearance: none;
    border: none;
    box-shadow: none;
}
/* Pagination CSS End  */

/* Start Comment Box CSS */
.news-details-section .add-comment-box{
    margin: 40px 0;
}
.news-details-section .add-comment-box .comment-box-title{
  text-align: center;
    margin: 30px 0;
}
.news-details-section .add-comment-box .comment-box-title h3{
  font-size: 32px;
  line-height: 1.125;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #333;
}

.news-details-section .add-comment-box .col-md-6 input{
  width: 100% !important;
  height: 42px;
  border: none;
  border: 1px solid #dedede;
  padding-left: 7px;
  margin-bottom: 12px;
}
.news-details-section .add-comment-box .col-md-12 textarea{
  width: 100% !important;
  height:120px;
   border: none;
  border: 1px solid #dedede;
  padding-left: 7px;
  margin-bottom: 12px;
}
    
/* End Comment Box CSS */

/* Start Related News CSS */

.news-details-section .related-news .related-news-title h3{
  font-size: 32px;
  line-height: 1.125;
  font-family: 'Quicksand', sans-serif;
  font-weight: 800;
  color: #333;
  padding-top: 16px;
  padding-left: 15px;
}
/* End Related News CSS */

.news-details-section .news-search-section .search-area{
  background-color: #fff;
  margin-bottom: 30px;
  padding: 2em;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
.news-details-section .news-search-section .search-area .search-title{
   /*    margin-top: 0;
    margin-bottom: 1.3em; */
    font-size: 20px;
    line-height: 1.125;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

.news-details-section .news-search-section .search-area .search-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    margin-top: 8px;
    background-color: #F56961;
}
.news-details-section .news-search-section .search-area .search-form{
  display: flex;
  margin-top: 15px;
}

.news-details-section [type=search] {
    padding: 7px 6px;
    border: none;
    border: 1px solid #dedede;
}
.news-details-section [type=submit]:not(:disabled) {
    cursor: pointer;
    border: none;
    border: 1px solid #F56961;
    background: #F56961;
    padding: 0 12px;
    height: 40px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.news-details-section [type=submit]:not(:disabled):hover {
   transition: 0.3s ease-in-out;
   background-color: #333;
   border: 1px solid #333;
}
.news-details-section .news-search-section .search-area .search-form > label {
    flex-basis: 60%;
    max-width: 60%;
}

.news-details-section .related-news{
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.14);
  background-color: #fff;
}


/* Latest News CSS */

.news-details-section .latest-news-section .latest-news-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    margin-top: 8px;
    background-color: #F56961;
  }
.news-details-section .latest-news-section .latest-news-area{
   background-color: #fff;
   margin-bottom: 30px;
   padding: 2em;
   box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.14);
   border-radius: 4px;
 }
 .news-details-section .latest-news-section .latest-news-area h2{
   font-size: 20px;
   line-height: 1.125;
   font-family: 'Quicksand', sans-serif;
   font-weight: 700;
 }
.news-details-section .latest-news-section .latest-news-area .card-body h5{
   font-size: 17px;
   font-family: 'Quicksand', sans-serif;
   font-weight: 700;
 }
.news-details-section .latest-news-section .latest-news-area .news-img {
  display: flex;
  align-items: center;
}
.news-details-section .latest-news-section .latest-news-area .card {
  border: none;
  border-bottom: 1px solid #ddd;
}
 .news-details-section .latest-news-section .latest-news-area .latest-news-entry-meta a{
  text-decoration: none;
   font-family: 'Quicksand', sans-serif;
  font-size: 10px;
  color: #333;
  font-weight: 400;
 }
.news-details-section .latest-news-section .latest-news-area .latest-news-entry-meta i{
 
  font-size: 10px;
  color: #333;

 }


 /* Categories CSS */

.news-details-section .cat-section .cat-area{
   background-color: #fff;
   margin-bottom: 30px;
   padding: 2em;
   box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.14);
   border-radius: 4px;
 }

.news-details-section .cat-section .cat-area .cat-title:after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    margin-top: 8px;
    background-color: #F56961;
  }

.news-details-section .cat-section .cat-area h2{
   font-size: 20px;
   line-height: 1.125;
   font-family: 'Quicksand', sans-serif;
   font-weight: 700;
 }
.news-details-section .cat-section .cat-area .main-cat{
  margin-top: 14px;
}
.news-details-section .cat-section .cat-area .main-cat li:not(:last-child){
  margin-bottom: 12px;
}
.news-details-section .cat-section .cat-area .main-cat li a{
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
.news-details-section .cat-section .cat-area .main-cat li a:hover{
 color: #F56961;
 transition: 0.5s ease-in-out;
}
.news-details-section .cat-section .cat-area .main-cat li a i{
  padding-right: 7px;

}

 /* Tag CSS */

.news-details-section .tag-section .tag-area{
   background-color: #fff;
   margin-bottom: 30px;
   padding: 2em;
   box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.14);
   border-radius: 4px;
 }

.news-details-section .tag-section .tag-area .tag-title:after {
    content: '';
    display: block;
    width: 25px;
    height: 4px;
    margin-top: 8px;
    background-color: #F56961;
  }

.news-details-section .tag-section .tag-area h2{
   font-size: 20px;
   line-height: 1.125;
   font-family: 'Quicksand', sans-serif;
   font-weight: 700;
 }
.news-details-section .tag-section .tag-area .main-tag{
  margin-top: 14px;
}

.news-details-section .tag-section .tag-area .main-tag li{
  display: inline-block;
  padding-right: 7px;
  border: 1px solid #dedede;
  padding-left: 7px;
  margin-bottom: 4px;
  transition: 0.3s ease-in-out;
}
.news-details-section .tag-section .tag-area .main-tag li:hover{
  background-color:#F56961; 
  transition: 0.3s ease-in-out;
}

.news-details-section .tag-section .tag-area .main-tag li a{
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
/* 
.news-section .tag-section .tag-area .main-tag li a:hover{
 color: #F56961;
 transition: 0.5s ease-in-out;
} */

/* Follow US CSS */

.news-details-section .follow-section .follow-area{
   background-color: #fff;
   margin-bottom: 30px;
   padding: 2em;
   box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.14);
   border-radius: 4px;
 }

.news-details-section .follow-section .follow-area .follow-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin-top: 8px;
    background-color: #F56961;
  }

.news-details-section .follow-section .follow-area h2{
   font-size: 20px;
   line-height: 1.125;
   font-family: 'Quicksand', sans-serif;
   font-weight: 700;
 }
.news-details-section .follow-section .follow-area .main-follow{
  margin-top: 14px;
}

.news-details-section .follow-section ul li{
  list-style-type: none;
  float: left !important;
  margin-right: 10px;
  background: #F56961;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 35px;
  display: inline;
  text-align: center;
  transition: 0.5s ease-in-out;
}
.news-details-section .follow-section ul li:hover{
 transition: 0.5s ease-in-out;
    transform: scale(1.2);
}
.news-details-section .follow-section ul{
  display: inline-table;
  padding-left: 0;
  margin-top: 10px;
}
.news-details-section .follow-section ul li i{
color: #fff;
font-size: 19px;
}

 /*-----------------------------------
            Footer Section
 ------------------------------------*/

 .footer-section{
   width: 100%;
   padding: 100px 0;
   padding-bottom: 50px !important;
   background-color: #282828;
 }
 .footer-section h4{
   font-family: 'Rajdhani', sans-serif;
   color: #fff;
   font-size: 25px;
   font-weight: 600;
   text-align: left;
   margin-bottom: 30px;
   text-transform: uppercase;
 }

.footer-section ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .footer-section .footer-content{
    padding-left: 0;
  }
  .footer-section .footer-content li a{
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }
  .footer-section .footer-content li a:hover{
    color: #FF5D59;
    transition: 0.3s ease-in-out;
  }
  .footer-section .company-info .info-details{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
  }

  /* Copyright Section */
  .copyright-section{
    width: 100%;
    background-color: #282828;
    padding: 25px;
    border-top: 2px solid #3b3535;
  }


