*,
*::before,
*::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  overflow-x: hidden;
  font-family: poppins;
}

a{
  text-decoration: none !important;
}

.btn-secondary{
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  font-size: .95rem !important;
  font-weight: 500;
  padding: .5rem 1.5rem !important;
  color: #fff !important;
  background: #f84258 !important;
  border-color: inherit !important;
  box-shadow: 0 0 0 0.2rem rgba(248, 66, 88, 0.5) !important;
  margin-right: 1em;
}

.btn-secondary:hover{
  background: #f84258;
  border-color: inherit;
}

.btn-secondary.active,
.btn-secondary:focus{
  background: #f84258 !important;
  border-color: inherit !important;
  box-shadow: 0 0 0 0.2rem rgba(248, 66, 88, 0.5) !important;
}

/* Navbar */

header{
  background-image: url(../images/banner.jpg);
  background-position:top center;
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  /* margin-top: 86px !important; */
}

.navbar{
  background: #fff;
  box-shadow: 0 0 6px #eeeeee;
}

.navbar-brand{
  color: #f84258;
  font-family: 'Damion', cursive;
  font-size: 1.45rem;
}

.navbar-brand span{
  vertical-align: middle;
}

.navbar-brand:hover{
  color: #f84258;
}

#nav img{
  height: 50px;
  margin-right: 5px;
}

.nav-item.nav-link{
  font-size: .9rem !important;
  font-weight: 500;
  letter-spacing: .75px;
  color: #555 !important;
  padding: .5rem 1.5rem !important;
}

.nav-item.nav-link:last-child{
  /* padding-right: 0 !important; */
}

.nav-item.nav-link:hover,
.nav-item.nav-link.active{
  color: #f84258 !important;
}

/* Banner */

.banner-content{
  position: absolute;
  top: 60%;
  left: 10%;
  transform: translate(-10%,-60%);
  color: #fff;
  width: 70%;
}

.banner-content h2{
  font-size: 3.65rem;
  font-family: 'Damion', cursive;
  margin-bottom: .25em;
}

.banner-content p{
  font-size: 1.1rem;
  line-height: 1.85;
  font-weight: 500;
  margin-bottom: 1.5em;
  width: 50%;
}

.btn-cta{
  background: #f84258;
  color: #fff;
  border-radius: 0;
  padding: .75em 1.5em;
  font-weight: 500;
}

.btn-cta:hover{
  background: #fff;
  color: #f84258;
  box-shadow: 0 0 0 0.2rem rgba(248, 66, 88, 0.5) !important;
}

/* Services */

#services{
  padding: 2em 0;
  background: #f8f9fe;
  /* background: #f9f9f9; */
}

.s-title{
  text-align: center;
  font-size: 3rem;
  font-family: 'Damion', cursive;
  margin-bottom: .5em;
}

.s-p{
  width: 70%;
  margin: auto;
  line-height: 1.7rem;
}

.s-items{
  display: flex;
  margin-top: 1em;
  justify-content: center;
}

.s-icon{
  height: 64px;
  width: auto;
  margin-right: 1.5em;
}

#about h4,
.s-detail h4{
  color: #f84258;
  font-size: 1.15rem;
}

#about p,
.s-detail p{
  color: #6c757d;
}

.s-detail p{
  font-size: .9rem;
}

/* products */

#shop{
  padding: 4em 0;
  text-align: center;
}

div.products{
  margin-top: 5em;
}

.item{
  margin-bottom: 1.5em;
  padding-right: 1em;
}

.item p{
  color: #b2b2b2;
  font-size: 13px;
  margin: 1em 0;
  text-transform: uppercase;
}

.item h4{
  font-size: 1.15rem;
}

.item h5{
  color: #f84258;
}

.product-carousel{
  position: relative;
}

.product-carousel .owl-nav{
  position: absolute;
  top: -20%;
  right: 0;
  transform: translateY(20%);
  font-size: 2.5rem;
}

/* End products */


/* About */

#about{
  padding: 4em 0;
  background: #f8f9fe;
}

#about h2{
  text-align: left;
}

#about-bg{
  padding: 0 0 1em 1em;
  position: relative;
}

#about-bg img{
  position: relative;
  z-index: 1;
}

#about-bg::before{
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: -8%;
  left: 8%;
  border: 6px solid #ccc;;
}

/* End About */

/* Gallery */

#gallery{
  padding: 2em 0;
}

.gallery-carousel .owl-nav{
  font-size: 2.5em;
  /* font-weight: bold; */
  line-height: .5em;
  display: none;
}

.gallery-carousel .item{
  padding: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #f84258;
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline-color: transparent;
}

.gallery-carousel .owl-dots{
  /* display: none; */
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background: #f84258 !important;
  width: 25px;
  height: 10px;
}

/* Testimonials */

#testimonials{
  padding: 5em 0;
  text-align: center;
}

#t-bg{
  background-image: url(../images/testimonial.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#testimonials p{
  width: 80%;
  margin: 0 auto;
  font-style: italic;
  font-size: 1.25em;
  text-transform: none;
  color: #aaa;
}

#testimonials h4{
  margin-top: 1.2em;
  color: #f84258;
  font-family: 'Damion', cursive;
}

.t-carousel .owl-nav{
  display: none;
}

/* Contact */

footer{
  background: #191919;
  color: #b2b2b2;
  padding: 1.25em 0 0;
}

footer a{
  color: #b2b2b2;
  font-weight: 500;
}

footer a:hover{
  color: #f84258;
}

footer ul{
  list-style-type: none;
}

footer hr{
  border-top: 1px solid rgba(185, 176, 176, 0.1);
}

.footer-contact i{
  padding-right: .5em;
}

.copyright{
    display: flex;
    justify-content: space-between;
}

.copyright li{
  margin-right: 2.5rem !important;
}

.footer-links,
.footer-contact{
  display: grid;
  justify-content: center;
}

.footer-links li,
.footer-contact li{
  margin-bottom: .75rem;
}

.footer-brand img{
    height: 80px;
}

.copyright{
  text-align: center;
}

/* Media Queries */

@media screen and (max-width: 992px){

  header{
    background-position: center 4rem;
  }

  .navbar-toggler-icon i{
    font-size: large;
    vertical-align: sub;
    color: #f84258;
  }

  .nav-item.nav-link{
    padding-left: 0 !important;
  }

  .banner-content{
    width: 55%;
  }

  .banner-content h1 {
    font-size: 3.25rem;
    margin-bottom: .25em;
  }

  .banner-content p {
    font-size: 1rem;
    margin-bottom: 1.25em;
    width: 80%;
  }

  .btn-cta{
    padding: .65em 1.25em;
  }

  #about-bg{
    margin-top: 1.5rem;
  }

  #about-bg::before{
    content: none;
  }

  #collection div.c-i{
    margin-bottom: 1em;
  }

  #about-bg{
    /* height: 100vh; */
  }

  #testimonials p {
    width: 100%;
  }

  #about,
  #services,
  #gallery,
  #testimonials{
    padding: 3em 0;
  }

  #contact{
    padding: 3em 0 0;
  }
}

@media screen and (max-width:768px){

  header{
    margin-top: 66px !important;
    background-position: center;
  }

  .banner-content p{
    width: 100%;
  }

  #nav img{
    height: 40px;
  }

  .navbar-light .navbar-toggler {
    color: transparent;
    border-color: rgba(0,0,0,0);
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url() !important;
  }

  .product-carousel .owl-nav {
    top: -25%;
    right: 3%;
    transform: translateY(25%);
  }

  div.products.men{
    flex-direction: column-reverse;
  }

  .gallery-carousel .owl-dots{
    display: block;
    margin-top: 1em;
  }

  .gallery-carousel .owl-nav{
    display: none;
  }

  #about,
  #services,
  #gallery,
  #testimonials{
    padding: 2.5em 0;
  }

  .footer-links, .footer-contact{
    display: block;
  }

  #contact{
    padding: 2.5em 0 0;
  }

  .copyright {
    justify-content: center;
    flex-wrap: wrap;
  }

}

@media screen and (max-width:600px){

  header{
    height: 60vh;
  }

  .banner-content{
    width: 85%;
    left: 15%;
  }

  .banner-content h1 {
    font-size: 2.5rem;
  }

  .btn-cta {
    padding: .5em 1.15em;
  }

  .s-p {
    width: 80%;
  }

  .product-carousel .owl-nav {
    display: none;
  }

  #collection div.c-i::after{
    font-size: 1.15em;
  }

  #about-bg{
    /* height: 40vh; */
  }

  form.p-5{
    padding: 1.75rem !important;
  }

  header{
    /* height: 75vh; */
  }
}
