/*********************************************************************

    Template Name: Tanzim - eCommerce HTML Template  
    Template URI: https://themeforest.net/user/
    Description: This is html5 multipurpose e-connerce template
    Author: nilArtStudio
    Author URI: https://themeforest.net/user/nilArtStudio
    Version: 1.4

    Note: This is responsive css. ALl respondive related styles decalre here.


*********************************************************************/



/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1199px) {




}
/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
 
.slider-area {
  height: 450px;
}
h1.theme-name {
  font-size: 125px;
  line-height: 120px;
}
.others-pages h1.theme-name {
  font-size: 125px;
  line-height: 120px;
}
.footer-area {
  height: auto;
}
.footer-title > h1 {
  font-size: 150px;
  line-height: 140px;
}
.footer-title > p {
  font-size: 20px;
}




}
/* small mobile :320px. */

@media (max-width: 767px) {

.slider-area {
  height: 350px;
}
h1.theme-name {
  font-size: 52px;
  line-height: 50px;
}
.others-pages h1.theme-name {
  font-size: 52px;
  line-height: 50px;
}
.footer-area {
  height: auto;
}
.footer-title {
  padding-bottom: 20px;
}
.footer-title > h1 {
  font-size: 60px;
  line-height: 50px;
}
.footer-title > p {
  font-size: 16px;
  line-height: 30px;
}
.container-fluid.custom-width {
  width: 95%;
}
.single-slide-content h4 {
  font-size: 20px;
}
.ptb-80 {
  padding: 40px 0;
}
.mt-80 {
  margin-top: 40px;
}
.pb-80 {
  padding-bottom: 40px;
}
.copyright, .copyright a {
  font-size: 16px;
}

}
/* Large Mobile :480px. */



@media only screen and (min-width: 480px) and (max-width: 767px) {

.slider-area {
  height: 400px;
}
h1.theme-name {
  font-size: 70px;
  line-height: 65px;
}
.others-pages h1.theme-name {
  font-size: 70px;
  line-height: 65px;
}
.footer-title > h1 {
  font-size: 80px;
  line-height: 75px;
}
.footer-title > p {
  font-size: 20px;
  line-height: 35px;
}

}