.margin {
  margin: 0;
  padding: 0;
}
.right-menu li {
  display: inline-block;
  margin-top: 30px !important;
}

.right-menu .fa {
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.navbar-brand img {
  width: 40px;
  margin-left: 1400px;
}

.navbar-brand {
  left: 50%;
  left: 25px;
  transform: translatex(-50%);
  position: absolute;
}

.header {
  background: grey;
  cursor: pointer;
}

.navbar {
  padding : 0 35px !important;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin-top: 30px;
}

.navbar-toggler .fa {
  font-size :30px;
  cursor: pointer;
}

.banner-img {
  margin: 80px 115px;
  width: 60%;
}

.banner-img img{
  width: 100%;
  margin-bottom: -80px;
}

.banner {
  position: relative;
}

.banner-title {
  position: absolute;
  left: 50%;
  top: 20%;
  opacity: 0.8;
}

.banner-title h1 {
  font-size: 45px;
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  line-height: 70px;
  padding: 0px 10px 0 10px;
}

/* fashio trends */

.fashion-trends {
  padding: 100px 0;
}

.fashion-box {
  margin: 80px 0;
}

.title-style h1 {
  padding: 40px 0;
}

.title-style {
  margin: 0 auto 80px;
  height: 120px;
  width: 80%;
  max-width: 700px;
  background: #fff;
  position: relative;
  box-shadow: 0 4px 5px 0 rgba(0,0,50,0.5);
}
/* box style */
.title-style::after {
  content: '';
  height: 100px;
  width: 200px;
  background-color: #f992a6;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.title-style::before {
  content: '';
  height: 100px;
  width: 200px;
  background-color: #f992a6;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}

.trending-img {
  position: relative;
  margin-bottom: 15px;
}

.trending-img img {
  width: 100%;
}

.btn-buy {
  width: 150px;
  padding :10px 0;
  outline: none !important;
  border: 0;
  border-radius: 2px;
  position: absolute;
  background: #fff;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
  transition: .6s;
  opacity :0;
}

.trending-img:hover .btn-buy {
  transform:translate(-50%,0);
  bottom: 50%;
  opacity: 1;
}

.overlay {
  height: 0;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}

.trending-img:hover .overlay {
  opacity: .5;
  height: 100%;
}


/* fashion exclusive offer */
.offer {
  background-image: url(images/fashion.jpg);
  background-size: cover;
  background-position: center;
}

.row {
  margin: initial;
}

.subscribe {
  max-width: 500px;
  margin-top: 60px;
  padding: 60px;
  background: #ffffff8c;
  margin-bottom: 20px;
}

.subscribe a {
  width: 100px;
  display: block;
  color: #fff !important;
  background: #000;
  text-decoration: none;
  padding: 5px;
  text-align: center;
}

.offer img {
  width: 300px;
  height: 400px;
  margin: -100px;
  margin-left: 15%;
  margin-top: 150px;
}

/* FASHION BLOG */

.fashion-blog {
  /* padding-top: 100px; */
  margin: 250px 0 150px 0;
}

.blog-img {
  margin-top: 50px;
  height: 300px;
  width: 300px;
  display: inline-block;
}

.blog-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 2px 40px 0 rgba(110,130,20,0.18);
}

.fashion-blog h5 {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}

/* fashion brands */

.fashion-brands {
  margin-bottom: 150px;
}
.brand-logo {
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 50%;
  margin: 50px auto 30px;
  box-shadow: 0 2px 40px 0 rgba(110,130,200,.18);
}
.brand-logo img {
  width:100px;
  margin: 50px auto;
}

.fashion-brands p {
  margin-top: 30px;
  font-weight: bold;
}

/* footer */

.footer {
  margin-top: 150px;
  background: #f5f6fc;
}

.payment, .insta-img, .app-download {
  margin: 50px auto;
}

.payment img {
  width: 250px;
  cursor: pointer;
}

.insta-img img {
  width: 75px;
  height: 80px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.app-download img {
  width: 200px;
}

.appst img {
  width: 180px;
  height: 60px;
  margin-left: 10px;
}
.footer h5 {
  margin-bottom: 50px;
}

.footer h5::before {
  content: '';
  width: 70px;
  height: 3px;
  background: #4f74e8;
  top: 80px;
  position: absolute;
}

.footer-icons {
  text-align: center;
}

.footer-icons fa {
  margin: 0 10px auto;
  font-size: 20px;
  cursor: pointer;
}

/* responsive */
@media only screen and (max-width:900px) {
  .banner-img {
    margin: 40px auto;
    width: 80%;
  }
  .banner-title {
    top: 180px;
    left:50%;
    transition: translate(-50%);
  }
  .banner-title h1{
    font-size: 16px;
    padding: 5px;
    line-height: 20px;
  }
  .title-style h1 {
   font-size: 25px;
  }
  .offer img {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
  .footer-icons {
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
}
