* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   font-family: 'Montserrat', sans-serif;
}
.mg-tp-30 {
        margin-top: 30px;
}
.desc-border {
  border: 1px solid #000;
}

a {
  text-decoration: none;
}
    a:hover {
        text-decoration: none;
    }
.m-heading {
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-size: 1.6rem;
  /* margin-bottom: 2rem; */
}
.top-nav a{
        color: #ec2b24;
}
.top-nav a .fa{
           color: #a88642;
}
.xs-heading {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
}

.bg-red {
background-color:#ed1c24;
}
.bg-gold {
background-color:#a98741;
}

/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;
  
}
.home-sec3 {
padding: 4em 0;
}

.home-sec2 .slick-prev {
    left: 46% !important;
}
.home-sec2 .slick-next {
    right: 46% !important;

}


.home-sec2 .slick-prev, .home-sec2  .slick-next {
z-index:99;
}

    .slick-prev:before, .slick-next:before {
        color: #000  !important;
    }
.home-sec2 .slick-slide img {
width:85%;
    margin: 0 auto;

}
.slick-prev, .slick-next {
    color: #000;
}

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
  color: blue;
}
.position-absolute {
    bottom: 1%;
    text-align: center;
   
    right: 3%;
}
#coming-soon {
  height: 60vh;
}

.coming-soon-title {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #ff1a1a;
}

.breadcrumb-navigation {
  background: #f9f9f9;
  padding: 0.6rem 0 0.1rem 0;
}
.custom-breadcrumb {
  display: flex;
  list-style: none;
}

.custom-breadcrumb-item {
  margin-right: 0.5rem;
}

.custom-breadcrumb-item a {
  text-decoration: none;
  color: #666;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.custom-breadcrumb-item a.active {
  color: #ff1a1a;
  margin-left: 0rem;
}

.custom-breadcrumb-item a i {
  color: #ff1a1a;
  display: inline-block;
  margin-left: 0.2rem;
}

#product-showcase-sm {
  display: none;
}

#parallex1-sm {
  display: none;
  width: 100%;
  height: 200px;
}

#parallex1-sm img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.bottom-line {
  height: 2px;
  width: 6rem;
  background: #ff1a1a;
  display: block;
  margin: 0 auto 1rem auto;
}

.bottom-line1 {
  height: 1px;
  width: 100%;
  background: #c4c4c4;
}

.line {
  height: 2.5px;
  width: 100%;
  background: #ff1a1a;
}

.section-title1 {
  font-size: 2rem;
  display: block;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #555;
  font-weight: normal;
}

/* #main-navbar {
  background: #fff;
  padding: 1rem;
}

#main-navbar .container {
  display: grid;
  grid-template-columns: 4fr 5fr;
  -webkit-display: grid;
  -webkit-grid-template-columns: 4fr 5fr;

  -ms-display: grid;
  -ms-grid-template-columns: 4fr 5fr;
}

#main-navbar .container .logo {
  width: 30%;
  -webkit-width: 30%;
  -ms-width: 30%;
}

#main-navbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-display: flex;
  -webkit-align-items: center;
  -ms-display: flex;
  -ms-align-items: center;
}

#main-navbar ul li {
  margin: 0 0.2rem;
  padding: 0 0.5rem;
}

#main-navbar ul li:last-child {
  margin-right: 0;
}

#main-navbar ul li a {
  text-decoration: none;
  color: #666;
  font-size: 0.78rem;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.3s;
}

#main-navbar ul li a:hover,
#main-navbar ul li a.active {
  color: #ff1a1a;
} */

/* MAIN NAVBAR */
#main-navbar {
  background: #a98741;
  position: relative;
  z-index: 999999;
  margin-top: 20px;
      top: 36px;
}

#main-navbar img {
  height: 60px;
}

#main-navbar ul li.nav-item {
  /* padding: 0 0.3rem; */
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  line-height: 1.2;
  letter-spacing: 1.6;
  padding: 1.2rem 0.3rem;
  font-size: 0.8rem;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
.item-image h3 {
    font-size: 1rem;
    color: #ec2b24;
}
.abt-sec2 p {
    text-shadow: 0 0 black;
}
#main-navbar ul li a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #666;
}
#main-navbar ul li a.nav-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  
  transition: all 0.5s ease-in-out;
}

#main-navbar ul li:hover a.nav-link {
  color: #ed1c24;
 
}

/* #main-navbar ul li:hover ul.dropdown-menu {
  display: block;
} */

#main-navbar ul ul.dropdown-menu {
  background: #333;
  border-radius: none;
}

#main-navbar ul li.dropdown > ul.dropdown-menu {
  display: none;
  transition: all 1s ease-in-out;
}

#main-navbar ul li.dropdown:hover > ul.dropdown-menu {
  display: block;
  position: absolute;
  top: 3.5rem;
}

#main-navbar ul ul.dropdown-menu li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: #333;
}

#main-navbar ul ul.dropdown-menu li a:hover {
  color: #ff0015;
  background: #333;
}

#main-navbar ul li.nav-item ul.dropdown-menu li {
  padding: 0.2rem;
}

#main-navbar
  ul
  li:hover
  ul.dropdown-menu
  li.dropdown-submenu
  > ul.dropdown-menu {
  display: none;
}

#main-navbar
  ul
  li:hover
  ul.dropdown-menu
  li.dropdown-submenu:hover
  > ul.dropdown-menu {
  display: block;
  margin-top: 0;
}

#main-navbar li > ul.dropdown-menu {
  margin-top: 1rem;
}

#main-navbar ul.dropdown-menu li {
  border-bottom: none;
}

/* #################################################################### */
.navbar-brand {position: absolute;
    top: -78px;
    left: 0;
    right: 0;
    bottom: 0;
        z-index: 9;
}
.top-nav {
    background: #a98741;
    position: relative;
    top: 26px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 1.5rem;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: -0.5rem;
  left: 99%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/* MEDIA QUERIES */

@media (max-width: 1024px) {
  #main-navbar {
    padding: 1.8rem;
    display: none;
  }

  #main-navbar ul ul.dropdown-menu {
    background: #fff;
    border-radius: none;
    /* border: none; */
  }

  /* #main-navbar ul li {
    border-bottom: 1px dotted #e6e6e6;
    font-size: 1.1rem;
  } */

  #main-navbar ul li a.nav-link {
    border-bottom: 1px dotted #e6e6e6;
    font-size: 1.1rem;
  }

  /* #main-navbar ul li:hover {
    border-bottom: 1px dotted #e6e6e6;
  } */

  /* #main-navbar ul ul.dropdown-menu li:hover {
    background: #fff;
  } */

  #main-navbar ul ul.dropdown-menu {
    border: none;
  }

  #main-navbar ul ul.dropdown-menu li a {
    color: #333;
    background: #fff;
    font-size: 1rem;
  }

  #main-navbar ul ul.dropdown-menu li a:hover {
    background: #fff;
  }

  #main-navbar ul ul.dropdown-submenu li a:hover > ul {
    display: none;
  }

  #main-navbar
    ul
    li:hover
    ul.dropdown-menu
    li.dropdown-submenu:hover
    > ul.dropdown-menu
    li
    a {
    text-transform: uppercase;
    font-size: 1rem;
    /* margin-top: 0; */
  }
}

/* Main Navbar SM  ####################################################################### */

#main-navbar-sm {
  background: #fff;
  position: relative;
  /* height: 80px; */
  z-index: 3;
  display: none;
}
.colors {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 0.2rem;
}

#main-navbar-sm img {
  height: 40px;
}

#main-navbar-sm ul li {
  /* padding: 0 0.3rem; */
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  line-height: 1.2;
  letter-spacing: 1.6;
  margin: 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  border-bottom: 3px transparent solid;
  transition: all 0.5s ease-in-out;
}
#main-navbar-sm ul li a {
  /* padding: 0 0.5rem; */
  /* margin-top: 0.75rem; */
  text-decoration: none;
  text-transform: uppercase;
  /* margin-top: 0.75rem; */
  color: #666;
  font-size: 0.75rem;
  font-weight: bold;
  /* border-bottom: 3px transparent solid;
  /* padding: 0.5rem; */
  /* transition: all 0.5s ease-in-out; */
  transition: all 0.5s ease-in-out;
}

#main-navbar-sm ul li:hover {
  border-color: #ff0015;
  color: #ff0015;
}
.con-sec1, .con-sec2 {
margin:3em 0;
}
.bor-righ
    {border-right: 1px solid #e4e4e4;
    }
#main-navbar-sm ul li:hover a {
  color: #ff0015;
}

/* #main-navbar ul li:hover ul.dropdown-menu {
  display: block;
} */

#main-navbar-sm ul ul.dropdown-menu {
  background: #666;
  border-radius: none;
}

#main-navbar-sm ul ul.dropdown-menu li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: #666;
}

#main-navbar-sm ul ul.dropdown-menu li a:hover {
  color: #ff0015;
  background: #666;
}

#main-navbar-sm
  ul
  li:hover
  ul.dropdown-menu
  li.dropdown-submenu
  > ul.dropdown-menu {
  display: none;
}

#main-navbar-sm
  ul
  li:hover
  ul.dropdown-menu
  li.dropdown-submenu:hover
  > ul.dropdown-menu {
  display: block;
  margin-top: 0;
}

#main-navbar-sm li > ul.dropdown-menu {
  margin-top: 1rem;
}

#main-navbar-sm ul.dropdown-menu li {
  border-bottom: none;
}

/* #################################################################### */

#main-navbar-sm .dropdown-submenu {
  position: relative;
}

#main-navbar-sm .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 1.5rem;
  top: 0.8em;
}

#main-navbar-sm .dropdown-submenu .dropdown-menu {
  top: -0.5rem;
  left: 103%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/* MEDIA QUERIES */

@media (max-width: 1024px) {
  #main-navbar-sm {
    display: block;
        background: #a88642;
  }
  .bor-righ
    {border-right: 0px solid #e4e4e4;
    }
    #main-navbar-sm .navbar-brand   {
       opacity: 0;
    }

  #main-navbar-sm ul ul.dropdown-menu {
    background: #fff;
    border-radius: none;
    /* border: none; */
  }

  #main-navbar-sm ul li {
    border-bottom: 1px dotted #e6e6e6;
    font-size: 1.1rem;
  }

  #main-navbar-sm ul li a {
    border-bottom: 1px dotted #e6e6e6;
    font-size: 1.1rem;
  }

  #main-navbar-sm ul li:hover {
    border-bottom: 1px dotted #e6e6e6;
  }

  /* #main-navbar ul ul.dropdown-menu li:hover {
    background: #fff;
  } */

  #main-navbar-sm ul ul.dropdown-menu {
    border: none;
  }

  #main-navbar-sm ul ul.dropdown-menu li a {
    color: #333;
    background: #fff;
    font-size: 1rem;
  }

  #main-navbar-sm ul ul.dropdown-menu li a:hover {
    background: #fff;
  }

  #main-navbar-sm ul ul.dropdown-submenu li a:hover > ul {
    display: none;
  }

  #main-navbar-sm
    ul
    li:hover
    ul.dropdown-menu
    li.dropdown-submenu:hover
    > ul.dropdown-menu
    li
    a {
    text-transform: uppercase;
    font-size: 1rem;
    /* margin-top: 0; */
  }
}

/* MAIN NAVBAR DARK */
#main-navbar-dark {
  background: #333;
  position: relative;
  z-index: 3;
}

#main-navbar-dark img {
  height: 40px;
}

#main-navbar-dark ul li.nav-item {
  /* padding: 0 0.3rem; */
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1.6;
  padding: 1.2rem 0.3rem;
  font-size: 0.8rem;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}

#main-navbar-dark ul li a {
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
}
#main-navbar-dark ul li a.nav-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 3px transparent solid;
  transition: all 0.5s ease-in-out;
}

#main-navbar-dark ul li:hover a.nav-link {
  color: #ff0015;
  border-color: #ff0015;
}

/* #main-navbar ul li:hover ul.dropdown-menu {
  display: block;
} */

#main-navbar-dark ul ul.dropdown-menu {
  background: #333;
  border-radius: none;
}
.abt-sec3 {
padding:3em 0;
    text-align: center;
}
.abt-sec3 h3{
        text-transform: capitalize;
}
    .abt-sec3 .counter {
        font-size: 150%;
    font-weight: 800;
        color: #7a0f0c;
            position: relative;

    }
        .abt-sec3 .counter:after {
        content:'+';
        
        }
.con-sec3 {
padding: 0;
    height: 500px;
}
    .abt-sec3 .wrapper {
    position:relative;
    }
        .abt-sec3 .wrapper:after {
           content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgb(171 137 64 / 66%);
    width:1px;
        }
 .abt-sec3 .wrapper1:after {
           content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: rgb(171 137 64 / 66%);
    width:0px;
        }

#main-navbar-dark ul li.dropdown > ul.dropdown-menu {
  display: none;
  transition: all 1s ease-in-out;
}

#main-navbar-dark ul li.dropdown:hover > ul.dropdown-menu {
  display: block;
  position: absolute;
  top: 3.5rem;
}

#main-navbar-dark ul ul.dropdown-menu li a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  background: #333;
}

#main-navbar-dark ul ul.dropdown-menu li a:hover {
  color: #ff0015;
  background: #333;
}

#main-navbar-dark ul li.nav-item ul.dropdown-menu li {
  padding: 0.2rem;
}

#main-navbar-dark
  ul
  li:hover
  ul.dropdown-menu
  li.dropdown-submenu
  > ul.dropdown-menu {
  display: none;
}

#main-navbar-dark
  ul
  li:hover
  ul.dropdown-menu
  li.dropdown-submenu:hover
  > ul.dropdown-menu {
  display: block;
  margin-top: 0;
}

#main-navbar-dark li > ul.dropdown-menu {
  margin-top: 1rem;
}

#main-navbar-dark ul.dropdown-menu li {
  border-bottom: none;
}

/* #################################################################### */

#main-navbar-dark .dropdown-submenu {
  position: relative;
}

#main-navbar-dark .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 1.5rem;
  top: 0.8em;
}

#main-navbar-dark .dropdown-submenu .dropdown-menu {
  top: -0.5rem;
  left: 99%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/* MEDIA QUERIES */

@media (max-width: 1024px) {
  #main-navbar {
    padding: 1.8rem;
    display: none;
  }

  #main-navbarul ul.dropdown-menu {
    background: #fff;
    border-radius: none;
    /* border: none; */
  }

  /* #main-navbar ul li {
    border-bottom: 1px dotted #e6e6e6;
    font-size: 1.1rem;
  } */

  #main-navbar ul li a.nav-link {
    border-bottom: 1px dotted #e6e6e6;
    font-size: 1.1rem;
  }

  /* #main-navbar ul li:hover {
    border-bottom: 1px dotted #e6e6e6;
  } */

  /* #main-navbar ul ul.dropdown-menu li:hover {
    background: #fff;
  } */

  #main-navbar ul ul.dropdown-menu {
    border: none;
  }

  #main-navbar ul ul.dropdown-menu li a {
    color: #333;
    background: #fff;
    font-size: 1rem;
  }

  #main-navbar ul ul.dropdown-menu li a:hover {
    background: #fff;
  }

  #main-navbar ul ul.dropdown-submenu li a:hover > ul {
    display: none;
  }

  #main-navbar
    ul
    li:hover
    ul.dropdown-menu
    li.dropdown-submenu:hover
    > ul.dropdown-menu
    li
    a {
    text-transform: uppercase;
    font-size: 1rem;
    /* margin-top: 0; */
  }
}

/* NAVBAR END */

#product-showcase {
  background: #fff;
}

.men {
  display: flex;
  padding: 0 10rem;
  position: relative;
  justify-content: center;
}

.category-img {
  width: 328px;
  height: auto;
  position: relative;
}

.category-img img {
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.box1 {
  border: 2px solid #ff1a1a;
  width: 180px;
  height: 300px;
  padding: 2rem 1rem;
  text-align: center;
  position: absolute;
  top: 8%;
  right: 0%;
  background: #fff;
  z-index: 2;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff1a1a;
  opacity: 0.8;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.category-img:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
}

.category-title {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 1rem;
}

.category-para {
  font-size: 0.7rem;
}

.box1 a i {
  color: #ff1a1a;
  font-size: 18px;
  position: absolute;
  bottom: 2%;
  left: 20%;
  transition: all 0.3s ease;
}

.box1 a i:hover {
  color: #000;
}

.title {
  position: absolute;
  right: -24%;
  top: 7%;
}

.title h3 {
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1;
}

.title .explore {
  text-decoration: none;
  color: #ff1a1a;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.women {
  display: flex;
  padding: 0 10rem;
  position: relative;
  justify-content: center;
}

.title1 h3 {
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1;
}

.title1 .explore {
  text-decoration: none;
  color: #ff1a1a;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.box2 {
  background: #000;
  color: #fff;
  width: 280px;
  height: 170px;
  padding: 2rem 0.5rem;
  z-index: 2;
  position: relative;
  top: -18%;
  left: 0%;
  margin: 1rem;
}

.box2 a i {
  color: #ff1a1a;
  font-size: 18px;
  position: absolute;
  bottom: 2%;
  right: 10%;
  transition: all 0.3s ease;
}

.box2 a i:hover {
  color: #fff;
}

.title1 {
  position: relative;
  top: 26%;
  left: 0%;
}

.category-title1 {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.category-para1 {
  font-size: 0.7rem;
  text-align: center;
}

.category-img1 {
  max-width: 328px;
  height: auto;
  background: #c4c4c4;
  position: absolute;
  right: -14.5%;
  top: -100%;
}

.category-img1 img {
  width: 100%;
  object-fit: cover;
}

.category-img1:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.kids {
  display: flex;
  padding: 0 10rem;
  position: relative;
  justify-content: center;
}

.box3 {
  border: 2px solid #ff1a1a;
  width: 180px;
  height: 300px;
  padding: 2rem 1rem;
  text-align: center;
  background: #fff;
  z-index: 2;
  position: relative;
}

.box3 a i {
  color: #ff1a1a;
  font-size: 18px;
  position: absolute;
  bottom: 2%;
  right: 10%;
  transition: all 0.3s ease;
}

.box3 a i:hover {
  color: #000;
}

.kids-imgs {
  display: flex;
  width: 100%;
}

.kids-img {
  width: 300px;
  height: auto;
  position: relative;
}

.kids-img img {
  width: 100%;
  display: block;
  position: relative;
  object-fit: cover;
  left: 0%;
  top: 16%;
}

.kids-img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 16%;
  background-color: #ff1a1a;
  opacity: 0.8;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.kids-img:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0%;
  top: 16%;
}

.kids-img .text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
}

.kids-img2 {
  width: 32.2%;
  height: 200px;
  position: relative;
  z-index: 1;
}

.kids-img2 img {
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  top: 16%;
  left: -7%;
}

.kids-img2 .overlay {
  position: absolute;
  bottom: 0;
  left: -7%;
  right: 0;
  top: 16%;
  background-color: #ff1a1a;
  opacity: 0.8;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.kids-img2:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 16%;
  left: -7%;
}

.kids-img2 .text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.5rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
}

.title2 {
  position: relative;
  top: 10%;
  left: 2%;
}

.title2 h3 {
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1;
}

.title2 .explore {
  text-decoration: none;
  color: #ff1a1a;
  font-size: 0.7rem;
  text-transform: uppercase;
}
/* PRODUCT SM */
/* #product-showcase-sm {
  background: #fff;
  display: none;
}

#product-showcase-sm .category-img-sm {
  max-width: 100%;
  height: auto;
  position: relative;
}

#product-showcase-sm .category-img-sm img {
  max-width: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

#product-showcase-sm .overlay-sm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff1a1a;
  opacity: 0.8;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#product-showcase-sm .category-img-sm:hover .overlay-sm {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#product-showcase-sm .text-sm {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
}

#product-showcase-sm .category-title-sm {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 1rem;
}

#product-showcase-sm .category-para-sm {
  font-size: 0.7rem;
}

#product-showcase-sm .title-sm {
  margin-bottom: 1rem;
}

#product-showcase-sm .title-sm h3 {
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
}

#product-showcase-sm .title-sm .explore-sm {
  text-decoration: none;
  color: #ff1a1a;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
} */

#product-showcase-sm {
  background: #fff;
  margin-bottom: 0;
  padding-top: 3rem;
}

.men-sm {
  display: flex;
  /* padding: 0 2rem; */
  position: relative;
  justify-content: center;
}

.category-img-sm {
  max-width: 90%;
  height: auto;
  position: relative;
}

.category-img-sm img {
  max-width: 50%;
  object-fit: cover;
  display: block;
}

.box1-sm {
  border: 2px solid #ff1a1a;
  width: 100px;
  height: 140px;
  padding: 0.5rem 0.5rem;
  text-align: center;
  position: absolute;
  top: 12%;
  right: 22%;
  background: #fff;
  z-index: 2;
}

.box1-sm a i {
  color: #ff1a1a;
  font-size: 12px;
  position: absolute;
  bottom: 2%;
  right: 10%;
}

.overlay-sm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff1a1a;
  opacity: 0.8;
  overflow: hidden;
  width: 147.59px;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.women-sm .overlay-sm {
  width: 147.59px;
  height: 100%;
}

.category-img-sm:hover .overlay-sm {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text-sm {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.6rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
}

.category-title-sm {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #444;
  margin-top: 0.5rem;
}

.category-para-sm {
  font-size: 0.6rem;
}

.title-sm {
  position: absolute;
  right: 2%;
  top: 11%;
}

.title-sm h3 {
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
  font-size: 1rem;
  /* line-height: 1; */
  margin-bottom: -0.4rem;
}

.title-sm .explore-sm {
  text-decoration: none;
  color: #ff1a1a;
  font-size: 0.6rem;
  text-transform: uppercase;
  margin-top: -5rem;
  display: inline-block;
  /* display: inline-block;
  position: absolute;
  top: 70%; */
}

.women-sm {
  display: flex;
  padding: 0 2rem;
  position: relative;
  justify-content: center;
}

.title1-sm h3 {
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1;
}

.title1-sm .explore-sm {
  text-decoration: none;
  color: #ff1a1a;
  font-size: 0.6rem;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 30%;
}

.box2-sm {
  background: #000;
  color: #fff;
  width: 150px;
  height: 80px;
  padding: 0.5rem 0.5rem;
  z-index: 2;
  position: relative;
  top: -22%;
  left: -8%;
  margin: 1rem;
}

.box2-sm a i {
  color: #ff1a1a;
  font-size: 12px;
  position: absolute;
  bottom: 2%;
  right: 10%;
}

.title1-sm {
  position: relative;
  top: 24%;
  left: -4%;
}

.category-title1-sm {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0;
  /* margin-bottom: 1rem; */
}

.category-para1-sm {
  font-size: 0.6rem;
  text-align: center;
}

.category-img1-sm {
  max-width: 147.6px;
  height: auto;
  background: #c4c4c4;
  position: absolute;
  right: -18.5%;
  top: -80%;
}

.category-img1-sm img {
  width: 100%;
  object-fit: cover;
}

.category-img1-sm:hover .overlay-sm {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.kids-sm {
  display: flex;
  /* padding: 0 10rem; */
  position: relative;
  justify-content: center;
  margin-bottom: -40px;
}

.box3-sm {
  border: 2px solid #ff1a1a;
  width: 131.87px;
  height: 140px;
  padding: 0.5rem 0.5rem;
  text-align: center;
  background: #fff;
  z-index: 2;
  position: relative;
  left: 4%;
  top: -7%;
}

.box3-sm a i {
  color: #ff1a1a;
  font-size: 12px;
  position: absolute;
  bottom: 2%;
  right: 10%;
}

.kids-imgs-sm {
  display: flex;
  width: 100%;
}

.kids-img-sm {
  width: 220px;
  height: auto;
  position: relative;
  top: 16%;
  left: 5%;
}

.kids-img-sm .overlay-sm {
  width: 136.84px;
  height: 91.78px;
}

.kids-img-sm img {
  width: 100%;
  display: block;
  position: relative;
  object-fit: cover;
}

.kids-img-sm:hover .overlay-sm {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0%;
  top: 0%;
}

.kids-img-sm .text-sm {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
}

.kids-img2-sm {
  width: 80%;
  height: 200px;
  position: relative;
  z-index: 1;
  /* left: -7%; */
}

.kids-img2-sm .overlay-sm {
  width: 68.44px;
  height: 91.8px;
}

.kids-img2-sm img {
  width: 50.5%;
  display: block;
  margin: auto;
  position: relative;
  top: 0%;
  left: -15%;
}

.kids-img2-sm:hover .overlay-sm {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 0%;
  left: 10%;
}

.kids-img2-sm .text-sm {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.5rem;
  border: 1px solid #fff;
  padding: 0.2rem 0.5rem;
}

.title2-sm {
  position: relative;
  top: -1%;
  left: -9%;
}

.title2-sm h3 {
  text-transform: uppercase;
  color: #666;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: -0.4rem;
}

.title2-sm .explore-sm {
  text-decoration: none;
  color: #ff1a1a;
  font-size: 0.6rem;
  text-transform: uppercase;
}

/* END PRODUCT SM */

#parallex1 {
  background-image: url("../img/banner_new.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.parallex-content1 {
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.parallex-content1 h3 {
  font-size: 2rem;
  text-transform: uppercase;
}

a.parallex-btn {
  text-decoration: none;
  display: inline-block;
  padding: 0.3rem 1.5rem;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 1rem;
  text-align: center;
  transition: all 0.3s;
}

a.parallex-btn:hover {
  background: #ff1a1a;
  border: 1px solid #ff1a1a;
}

#product-showcase-1 .content {
  display: flex;
  justify-content: space-between;
}

.section-title2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
}

.view-bottom-line {
  height: 2px;
  width: 6rem;
  background: #ff1a1a;
  margin-left: auto;
  margin-top: 0.7rem;
}

.view a {
  text-decoration: none;
}

.view h5 {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #666;
  font-weight: 500;
  cursor: pointer;
}

/* .item {
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.item:after {
  content: "";
  position: absolute;
  display: block;
  background: #000;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(2) translateX(-75%) translateY(-75%) rotate(-28deg);
  transition: transform 3s cubic-bezier(0.2, 1, 0.3, 1);
} */

/* Bring in main color overlay */
/* .item:hover:after {
  transform: scale(2) translateX(0) translateY(0) rotate(-28deg);
} */

/* Scale image on hover */

/* .item:hover .item-image {
  transform: scale(1.1);
} */

/* Bring in text on hover */
/* .item:hover .item-text {
  opacity: 1;
  transform: translateY(0);
}

.item-image {
  width: 100%;
  height: auto;
  transform: translateZ(0);
  display: block;
  transition: transform 750ms cubic-bezier(0.2, 1, 0.3, 1);
}

.item-image:before {
  content: "";
  display: block;
  padding-top: -75%;
  overflow: hidden;
}

.item-image img {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  line-height: 0;
}

.item-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  z-index: 1;
  color: #fff;
  transform: translateY(-20%);
  transition: opacity 500ms cubic-bezier(0.2, 1, 0.3, 1),
    transform 500ms cubic-bezier(0.2, 1, 0.3, 1);
  transition-delay: 300ms;
}

.item-text-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.item-text-category {
  font-size: 0.9rem;
  opacity: 1;
  margin: 0;
}

.prod-bottom-line {
  width: 2rem;
  height: 1px;
  background: #ff1a1a;
  margin: 0 auto;
  margin-top: 0.2rem;
  opacity: 1;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.owl-nav .owl-prev {
  top: 50%;
  left: 6%;
}

.owl-nav .owl-next {
  top: 50%;
  right: 6%;
}

.owl-nav i {
  font-size: 24px;
  color: #666;
} */

.item-image {
  position: relative;
  width: 100%;
}

.item-image .image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.item-image .item-overlay {
      position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff1a1a;
    opacity: 0.8;
    overflow: hidden;
    width: 100%;
        height: 92.5%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 0;
}

.item-image:hover .item-overlay {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.item-image:hover .image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.item-text {
  color: white;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.prod-line {
  height: 1px;
  width: 4rem;
  background: #fff;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#our-online-partner {
  background: #f9f9f9;
}

.on-pt-icon {
  width: 80%;
  margin: 1rem auto;
}

.on-pt-icon img {
  width: 25%;
}

.on-pt-icon2 {
  width: 80%;
  margin: 1rem auto;
}

.on-pt-icon2 img {
  width: 20%;
}

.on-pt-icon3 {
  width: 80%;
  margin: 8px auto;
}

.on-pt-icon3 img {
  width: 25%;
}

#newsletter {
  background: #000;
  color: #fff;
  padding: 1.5rem;
}

#newsletter h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
}

#newsletter form input {
  display: inline-block;
  width: 65%;
  padding: 0.4rem;
  margin-right: 1rem;
  margin-left: -2rem;
  border: none;
}

a.subscribe {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0.2rem 0.7rem;
  border: 1px solid #ff1a1a;
  cursor: pointer;
  transition: all 0.5s ease;
}

a.subscribe:hover {
  background: #ff1a1a;
}

#footer {
  background: #f9f9f9;
  color: #666;
}

.footer-title {
  color: #666;
  font-size: 1.3rem;
}

.footer-details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.latest-news {
  margin-left: -8rem;
  padding: 0 4rem;
}

.latest-news a{
    text-decoration: none;
    color: #666;
    transition: all 0.5s ease;
}

.latest-news a:hover{
    color: #ff0007;
}

.social-media {
  margin-left: 6rem;
}

.social-media ul {
  list-style: none;
}

#footer p {
  font-size: 0.8rem;
}
#footer ul li {
position:relative;
list-style:none;
    margin-bottom: 0.75em;


}
#footer ul li:before {
    content: "\f0a4";
    position:absolute;
  font-family: 'Font Awesome\ 5 Free';


}
.footer-title {
margin-bottom:1em;
}

#footer ul li a {
  text-decoration: none;
  color: #666;
  font-size: 0.8rem;
  margin-left:2em;
  padding: 0;

  transition: all 0.3s ease;
}

#footer ul li a:hover {
  color: #ff1a1a;
}
.breadcrumb {
    background: #f4f4f4;
    padding: 20px 10px;
}
.heading {
    color: #685f52;
    font-size: 30px;
    position: relative;
    padding-bottom:15px;
        letter-spacing: 0em;
            margin-bottom: 30px;
}
.heading:before {
    background: #685f52;
        position: absolute;
    height: 1px;
    width: 45px;
    content: "";
    bottom: 0;
    left: 0;
}

.breadcrumb a {
color:#a98741;
}
.Quality h3 {
position:relative;
 z-index: 9;
 color:#fff;
 font-size:70px;
}

    .Quality .our:after {
    content: '';
    position: absolute;
    background-color: #a98741;
        width: 150px;
    left: -5px;
    height: 105%;
    z-index: -1;
    }
  .Quality .Quality:after {
    content: '';
    position: absolute;
    background-color: #ed1c24;
        width: 270px;
    left: -5px;
    height: 105%;
    z-index: -1;
    }

.abt-sec2 {
background: url(../img/red-silk-texture.jpg)no-repeat center center / cover;
padding:3em 0;
color:#fff;
}

.abt-sec1 p {
    color: #685f52;
    margin-bottom:10px;
        letter-spacing: 0em;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
        text-align: justify;
}

.breadcrumb h1 {
      color: #685f52;
          font-size: 20px;
    text-transform: uppercase;
        font-weight: bold;
    letter-spacing: 0.08em;
}
.abt-sec1 {
padding:3em 0;
}

#footer ul li a i {
  margin-right: 0.2rem;
  display: inline-block;
}

footer {
  background: #f4f4f4;
  color: #222;
  padding: 1rem 0;
}

footer p {
  margin-top: 1rem;
  font-size: 0.8rem;
}

footer p a{
    text-decoration: none;
    color: #fff;
}

/* Sitemap */
ul.child-list {
  /* list-style: none; */
  margin-left: 0.7rem;
}

ul.child-list li a {
  text-decoration: none;
  color: #666;
  transition: all 0.3s;
}

ul.child-list li a:hover {
  color: #ff1a1a;
}

.parent-list {
  /* list-style: none; */
  padding: 0 6rem 0 1rem;
  display: flex;
  justify-content: space-between;
}

.parent-list > li > a {
  color: #666;
  text-decoration: none;
  font-size: 1.1rem;
}

/* MEDIA QUERIES */

@media (min-width: 1367px) {
  .men {
    display: flex;
    position: relative;
    padding: 0;
  }

  .category-img {
    width: 470px;
    height: auto;
    position: relative;
    left: 0;
  }

  .category-img img {
    width: 100%;
    object-fit: cover;
  }

  .box1 {
    border: 2px solid #ff1a1a;
    width: 250px;
    height: 410px;
    padding: 2rem 1rem;
    text-align: center;
    position: absolute;
    top: 8%;
    right: -50%;
    background: #fff;
    z-index: 2;
  }

  .category-title {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 1rem;
  }

  .category-para {
    font-size: 1rem;
  }

  .title {
    position: absolute;
    right: -90%;
    top: 7%;
  }

  .title h3 {
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 1;
  }

  .title .explore {
    text-decoration: none;
    color: #ff1a1a;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .women {
    display: flex;
    position: relative;
    padding: 0;
  }

  .title1 h3 {
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 1;
  }

  .title1 .explore {
    text-decoration: none;
    color: #ff1a1a;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .box2 {
    background: #000;
    color: #fff;
    width: 430px;
    height: 220px;
    padding: 2rem 2rem;
    z-index: 2;
    position: relative;
    top: -30%;
    left: 20%;
    margin: 1rem;
  }

  .title1 {
    position: relative;
    top: 20%;
    left: 14%;
  }

  .category-title1 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .category-para1 {
    font-size: 1rem;
    text-align: center;
  }

  .category-img1 {
    width: 470px;
    height: auto;
    background: #c4c4c4;
    position: absolute;
    right: -60%;
    top: -130%;
  }

  .category-img1 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff1a1a;
    opacity: 0.8;
    overflow: hidden;
    width: 470px;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .category-img1 img {
    width: 470px;
    object-fit: cover;
  }

  .kids {
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 8rem;
  }

  .box3 {
    border: 2px solid #ff1a1a;
    width: 250px;
    height: 410px;
    padding: 2rem 1rem;
    text-align: center;
    background: #fff;
    z-index: 2;
    position: absolute;
    top: 0%;
    left: -0%;
  }

  .kids-imgs {
    display: block;
    width: 100%;
    position: relative;
    top: 18%;
    right: 60%;
    /* margin-top: -1rem; */
  }

  .kids-img {
    width: 430px;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
  }

  .kids .overlay {
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 0;
    background-color: #ff1a1a;
    opacity: 0.8;
    overflow: hidden;
    width: 430px;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .kids-img:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 20%;
    top: 0%;
  }

  .kids-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    left: 18%;
    top: 40%;
  }

  .kids-img2 {
    width: 215px;
    height: auto;
    position: relative;
    left: 280%;
  }

  .kids-img2 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ff1a1a;
    opacity: 0.8;
    overflow: hidden;
    width: 215px;
    height: 289.75px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .kids-img2:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 0%;
  }

  .kids-img2 img {
    width: 100%;
    display: block;
    margin: auto;
    /* position: absolute; */
    /* left: 235%;
    top: 0; */
  }

  .title2 {
    position: relative;
    top: 16%;
    left: 144%;
  }

  .title2 h3 {
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    font-size: 2.5rem;
    line-height: 1;
  }

  .title2 .explore {
    text-decoration: none;
    color: #ff1a1a;
    font-size: 1rem;
    text-transform: uppercase;
  }

  #newsletter h3 {
    text-align: left;
    margin-left: 0;
  }

  a.subscribe {
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .section-title1 {
    font-size: 1.8rem;
  }

  #product-showcase .container {
    margin-top: 2rem;
  }

  .men {
    display: flex;
    /* padding: 0 10rem 0 0rem; */
    position: relative;
    justify-content: center;
  }

  .category-img {
    max-width: 80%;
    height: auto;
    position: relative;
    left: -10%;
  }

  .category-img img {
    max-width: 100%;
    object-fit: cover;
  }

  .box1 {
    border: 2px solid #ff1a1a;
    width: 180px;
    height: 260px;
    padding: 2rem 1rem;
    text-align: center;
    position: absolute;
    top: 8%;
    right: 9%;
    background: #fff;
    z-index: 2;
  }

  .category-title {
    font-size: 1rem;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 1rem;
  }

  .category-para {
    font-size: 0.7rem;
  }

  .title {
    position: absolute;
    right: -10%;
    top: 9%;
  }

  .title h3 {
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1;
  }

  .title .explore {
    text-decoration: none;
    color: #ff1a1a;
    font-size: 0.7rem;
    text-transform: uppercase;
  }

  .women {
    display: flex;
    /* padding: 0 10rem; */
    position: relative;
    justify-content: center;
  }

  .title1 h3 {
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1;
  }

  .title1 .explore {
    text-decoration: none;
    color: #ff1a1a;
    font-size: 0.7rem;
    text-transform: uppercase;
  }

  .box2 {
    background: #000;
    color: #fff;
    width: 250px;
    height: 150px;
    padding: 2rem 0.5rem;
    z-index: 2;
    position: relative;
    top: -18%;
    left: 5%;
    margin: 1rem;
  }

  .title1 {
    position: relative;
    top: 22%;
    left: 0%;
  }

  .category-title1 {
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .category-para1 {
    font-size: 0.7rem;
    text-align: center;
  }

  .category-img1 {
    max-width: 262.4px;
    height: auto;
    background: #c4c4c4;
    position: absolute;
    right: -10%;
    top: -90%;
  }

  .category-img1 img {
    width: 100%;
    object-fit: cover;
  }

  .kids {
    display: flex;
    position: relative;
    justify-content: center;
  }

  .box3 {
    border: 2px solid #ff1a1a;
    width: 228px;
    height: 260px;
    padding: 2rem 1rem;
    text-align: center;
    background: #fff;
    z-index: 2;
    position: relative;
    top: -5%;
  }

  .kids-imgs {
    display: flex;
    width: 100%;
    margin-top: -1rem;
  }

  .kids-img {
    width: 300px;
    height: auto;
    position: relative;
  }

  .kids .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff1a1a;
    opacity: 0.8;
    overflow: hidden;
    width: 241.19px;
    height: 161.77px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .kids-img img {
    width: 100%;
    display: block;
    position: relative;
    object-fit: cover;
    /* left: 17%;
    top: 30%; */
  }

  .kids-img2 {
    width: 41.5%;
    height: 200px;
    position: relative;
    top: 18%;
    z-index: 1;
  }

  .kids-img2 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff1a1a;
    opacity: 0.8;
    overflow: hidden;
    width: 120.73px;
    height: 161.77px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .kids-img2 img {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    /* top: 30%;
    left: -7%; */
  }

  .title2 {
    position: relative;
    top: 5%;
    left: 2%;
  }

  .title2 h3 {
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1;
  }

  .title2 .explore {
    text-decoration: none;
    color: #ff1a1a;
    font-size: 0.7rem;
    text-transform: uppercase;
  }

  .view {
    right: 7%;
    top: 16%;
  }

  #parallex1 {
    background-image: url("../img/banner_new.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .quick-links {
    margin-left: 4rem;
  }

  .latest-news {
    margin-left: 0rem;
    padding: 0 4rem;
  }

  .social-media {
    margin-left: 6rem;
  }

  .social-media ul {
    list-style: none;
  }
  #newsletter h3 {
    text-align: center;
  }
}

/* MEDIA QUERIES */
@media (min-width: 600px) and (max-width: 768px) {
  #product-showcase-sm {
    display: none;
  }
   .abt-sec3 .wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1%;
    background-color: rgb(171 137 64 / 66%);
    width: 80%;
    left: 0;
    text-align: center;
    margin: 0 auto;
        top: 105%;
        }

  .section-title1 {
    font-size: 1.5rem;
  }

  #product-showcase .container {
    position: relative;
    left: -5%;
    margin-bottom: 4rem;
  }

  .men {
    display: flex;
    /* padding: 0 10rem 0 0rem; */
    position: relative;
    justify-content: center;
  }

  .category-img {
    max-width: 70%;
    height: auto;
    position: relative;
    left: -30%;
  }

  .category-img img {
    max-width: 100%;
    object-fit: cover;
  }

  .box1 {
    border: 2px solid #ff1a1a;
    width: 160px;
    height: 220px;
    padding: 0.5rem 1rem;
    text-align: center;
    position: absolute;
    top: 8%;
    right: 24%;
    background: #fff;
    z-index: 2;
  }

  .category-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 0.5rem;
  }

  .category-para {
    font-size: 0.7rem;
  }

  .title {
    position: absolute;
    right: 6%;
    top: 9%;
  }

  .title h3 {
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1;
  }

  .title .explore {
    text-decoration: none;
    color: #ff1a1a;
    font-size: 0.7rem;
    text-transform: uppercase;
  }

  .women {
    display: flex;
    /* padding: 0 10rem; */
    position: relative;
    justify-content: center;
  }

  .title1 h3 {
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1;
  }

  .title1 .explore {
    text-decoration: none;
    color: #ff1a1a;
    font-size: 0.7rem;
    text-transform: uppercase;
  }

  .box2 {
    background: #000;
    color: #fff;
    width: 230px;
    height: 130px;
    padding: 0.5rem 0.5rem;
    z-index: 2;
    position: relative;
    top: -20%;
    left: -10%;
    margin: 1rem;
  }

  .title1 {
    position: relative;
    top: 22%;
    left: -12%;
  }

  .category-title1 {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .category-para1 {
    font-size: 0.7rem;
    text-align: center;
  }

  .category-img1 {
    max-width: 229.4px;
    height: auto;
    background: #c4c4c4;
    position: absolute;
    right: 2%;
    top: -90%;
  }

  .category-img1 img {
    width: 100%;
    object-fit: cover;
  }

  .kids {
    display: flex;
    position: relative;
    justify-content: center;
  }

  .box3 {
    border: 2px solid #ff1a1a;
    width: 160px;
    height: 220px;
    padding: 0.5rem 1rem;
    text-align: center;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 16%;
  }

  .kids-imgs {
    display: flex;
    width: 100%;
  }

  .kids-img {
    width: 300px;
    height: auto;
    position: relative;
    left: 35%;
  }

  .kids-img .overlay {
    width: 218.33px;
    height: 146.44px;
  }

  .kids-img img {
    width: 100%;
    display: block;
    position: relative;
    object-fit: cover;
    /* left: 48%;
    top: 14%; */
  }

  .kids-img2 {
    width: 46%;
    height: 220px;
    position: relative;
    z-index: 1;
    left: 37%;
  }

  .kids-img2 .overlay {
    width: 109.88px;
    height: 146.44px;
  }

  .kids-img2 img {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
  }

  .title2 {
    position: relative;
    top: 16%;
    left: 32%;
  }

  .title2 h3 {
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1;
  }

  .title2 .explore {
    text-decoration: none;
    color: #ff1a1a;
    font-size: 0.7rem;
    text-transform: uppercase;
  }

  #newsletter h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    text-align: center;
  }

  #newsletter form input {
    display: inline-block;
    width: 54%;
    padding: 0.4rem;
    margin-right: 1rem;
    margin-left: -1rem;
    border: none;
  }

  a.subscribe {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 0.2rem 0.7rem;
    border: 1px solid #ff1a1a;
    cursor: pointer;
    transition: all 0.5s ease;
  }

  a.subscribe:hover {
    background: #ff1a1a;
  }

  .view {
    right: 9%;
    top: 22%;
  }

  .quick-links {
    margin-left: 3rem;
  }

  .latest-news {
    margin-left: 0rem;
    padding: 0 1rem;
  }

  .social-media {
    margin-left: 1rem;
  }

  .social-media ul {
    list-style: none;
  }
}

@media (max-width: 500px) {
  .section-title1 {
    font-size: 1rem;
  }

  #product-showcase {
    display: none;
  }

  #product-showcase-sm {
    display: block;
    margin-right: 2.5rem;
  }
  
  .box1-sm{
      right: 26%;
  }
  
  .title-sm {
    position: absolute;
    right: 4%;
    top: 11%;
}

  /*#on-pt .on-pt-icon,*/
  /*#on-pt .on-pt-icon2 {*/
  /*  border-bottom: 1px dotted #333;*/
  /*}*/

  #on-pt .on-pt-icon img,
  #on-pt .on-pt-icon2 img {
    margin-bottom: 2rem;
  }

  .view {
    display: none;
  }

  #newsletter h3 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  #newsletter form input {
    display: inline-block;
    width: 40%;
    padding: 0.2rem;
    margin-right: 1rem;
    margin-left: 2rem;
    border: none;
  }

  a.subscribe {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.2rem 0.5rem;
    border: 1px solid #ff1a1a;
    cursor: pointer;
    transition: all 0.5s ease;
  }

  #product-showcase-1 .content {
    display: block;
  }

  a.subscribe:hover {
    background: #ff1a1a;
  }

  #footer .footer-content {
    border-bottom: 1px dotted #333;
    margin-top: 1rem;
  }

  #footer .footer-content:last-child {
    border: none;
  }

  #parallex1 {
    display: none;
  }

  #parallex1-sm {
    display: block;
  }

  .section-title {
    text-align: center;
  }

  .footer-details {
    display: block;
    text-align: center;
  }

  .quick-links,
  .latest-news,
  .location,
  .social-media {
    text-align: center;
  }

  .quick-links {
    margin-left: 1rem;
  }

  .quick-links ul {
    list-style: none;
  }

  .latest-news {
    margin-left: 1rem;
    padding: 0 1rem;
  }

  .location {
    margin-left: 1rem;
  }

  .social-media {
    margin-left: 1rem;
  }

  .social-media ul {
    list-style: none;
  }
}
.carousel-caption {
    
}

@media (max-width: 376px) {
#product-showcase {
    display: none;
  }

  #product-showcase-sm {
    display: block;
    margin-right: 4rem;
  }

}
.news-title {
  font-size: 1rem;
  margin: 0.5rem 0;
  color: #000;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

.news-title:hover {
  color: #ff1a1a;
}

.news-content {
  background: #f9f9f9;
}

.news-content p {
  font-size: 0.8rem;
  color: #666;
  line-height: 1.6;
  margin: 0.5rem 0;
}

.news-content a {
  text-decoration: none;
}

.news-btn {
  display: inline-block;
  font-size: 0.85rem;
  color: #333;
  padding: 0.2rem 0.5rem;
  border: 1px solid #333;
  margin: 1rem 0;
  transition: all 0.2s ease-in-out;
}

.news-btn:hover {
  color: #fff;
  background: #333;
}

.newsletter-form {
  background: #000;
  padding: 1.5rem;
}

.newsletter-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 1rem;
}

.email-form {
  display: block;
  width: 90%;
  padding: 0.4rem;
  margin: 0 auto;
  border: none;
  font-size: 0.8rem;
}

.newsletter-btn {
  display: inline-block;
  border: none;
  margin: 1rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #ff1a1a;
  transition: all 0.3s ease-in-out;
}

.newsletter-btn:hover {
  background: #ff1a1a;
}

.news-content1 {
  background: #fff;
  padding: 1.5rem;
}

.news-content1 p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 0.5rem 0;
}


.layer1 {
  position: absolute;
  left: 8%;
  /* top: 10%; */
}

.layer1 img {
  width: 34%;
}

.layer2 {
  position: absolute;
  left: -15%;
      top: 25px;
}

.layer2 img {
  width: 40%;
  
}

.layer3 {
  position: absolute;
  left: -37%;
}

.layer3 img {
  width: 18%;
}

.layer4 {
  position: absolute;
  top: 16%;
  left: 54%;
}

.layer4 h4 {
  color: #666;
  font-weight: 400;font-size: 5rem;
}

.layer5 {
  position: absolute;
  top: 27%;
  left: 55%;
}

.layer5 h4 ,.layer18 h4 {
  color: #666;
  font-weight: 400;
  font-size: 5rem;
  
}

.thires-slider .layer5 h4, .thires-slider .layer4 h4, .thires-slider .layer6 h4 ,.thires-slider .layer18 h4 {
      color: #fff;
       

}

.layer6 {
  position: absolute;
  top: 40%;
  left: 60%;
}

.layer6 h4 {
  color: #666;
  font-weight: 400;
  font-size: 5rem;
  
}

.layer7 {
  position: absolute;
  top: 52%;
  left: 60%;
}

.layer7 p {
  color: #666;
  font-weight: 400;
}

.layer8 {
  position: absolute;
  left: -42%;
  z-index: 3;
}

.layer8 img {
  width: 24%;
  z-index: 999999;
}

.layer9 {
  position: absolute;
  left: -20%;
  z-index: 999999;
}

.layer9 img {
  width: 28%;
  z-index: 999999;
}

.layer10 {
  position: absolute;
  top: 6%;
  left: 70%;
  z-index: 999999;
}

.layer10 img {
  width: 190%;
  z-index: 999999;
}

.layer11 {
  position: absolute;
  top: 30%;
  left: 20%;
}

.layer11 img {
  width: 68%;
}

.layer12 {
  position: absolute;
  top: 50%;
}

.layer12 img {
  width: 20%;
}

.layer13 {
  position: absolute;
  left: -25%;
  top: 14.5%;
}

.layer13 img {
  width: 36%;
}

.layer14 {
  position: absolute;
  left: 46%;
  top: 22%;
}

.layer14 h2 {
  font-size: 4rem;
  text-transform: capitalize;
  font-weight: 400;
  /* font-style: italic; */
  
}
.banner-text {
color:#ab8940;
font-weight: 800;
}
.layer15 {
  position: absolute;
  left: 48%;
  top: 50%;
}

.layer15 p {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 0.9rem;
}

.layer16 {
  position: absolute;
  left: 48%;
  top: 56%;
}

.layer16 p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  color: #bf4040;
}
.layer17 {
    position: absolute;
 left: 55%;
    top: 53%;
}
.layer17 h4 {
  color: #666;
  font-weight: 400;
  font-size: 5rem;
}
.layer18 {
    position: absolute;
    top: 40%;
    left: 53%;
}
.layer21 {
        left: 54%;
}
.left50 {
    left: 50%;
}
.top28 {
        top: 28%;
}
@media (min-width: 1599px) {
  .layer4 {
    position: absolute;
    top: 22%;
    left: 62%;
  }

  .layer4 h4 {
    color: #666;
    font-weight: 400;
    font-size: 5rem;
  }

  .layer5 {
    position: absolute;
    top: 31%;
    left: 60%;
  }

  .layer5 h4 {
    color: #666;
    font-weight: 400;
    font-size: 5rem;
  }

  .layer6 {
    position: absolute;
    top: 40%;
    left: 60%;
  }

  .layer6 h4 {
    color: #666;
    font-weight: 400;
    font-size: 5rem;
  }

  .layer13 {
    position: absolute;
    left: -25%;
    top: 15.5%;
  }

  .layer14 h2 {
    font-size: 4.5rem;
  }

  .layer15 {
    position: absolute;
    left: 48%;
    top: 46%;
  }

  .layer16 {
    position: absolute;
    left: 48%;
    top: 52%;
  }
}

@media (min-width: 1900px) {
  .layer4 {
    position: absolute;
    top: 24%;
    left: 62%;
  }

  .layer4 h4 {
    color: #666;
    font-weight: 400;
    font-size: 5rem;
  }

  .layer5 {
    position: absolute;
    top: 32%;
    left: 60%;
  }

  .layer5 h4 {
    color: #666;
    font-weight: 400;
    font-size: 5rem;
  }

  .layer6 {
    position: absolute;
    top: 40%;
    left: 60%;
  }

  .layer6 h4 {
    color: #666;
    font-weight: 400;
    font-size: 5rem;
  }

  .layer7 {
    position: absolute;
    top: 50%;
    left: 60%;
  }

  .layer7 p {
    color: #666;
    font-weight: 400;
  }

  .layer14 h2 {
    font-size: 4.5rem;
  }

  .layer15 {
    position: absolute;
    left: 48%;
    top: 46%;
  }

  .layer16 {
    position: absolute;
    left: 48%;
    top: 52%;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .layer1 {
    position: absolute;
    left: 8%;
  }

  .layer1 img {
    width: 34%;
  }

  .layer2 {
    position: absolute;
    left: -15%;
  }

  .layer2 img {
    width: 40%;
  }

  .layer3 {
    position: absolute;
    left: -37%;
  }

  .layer3 img {
    width: 18%;
  }

  .layer4 {
    position: absolute;
    top: 16%;
    left: 62%;
  }

  .layer4 h4 {
    color: #666;
    font-weight: 400;
    font-size: 4rem;
  }

  .layer5 {
    position: absolute;
    top: 27%;
    left: 60%;
  }

  .layer5 h4 {
    color: #666;
    font-weight: 400;
    font-size: 4rem;
  }

  .layer6 {
    position: absolute;
    top: 38%;
    left: 60%;
  }

  .layer6 h4 {
    color: #666;
    font-weight: 400;
    font-size: 4rem;
  }

  .layer7 {
    position: absolute;
    top: 54%;
    left: 57%;
  }

  .layer7 p {
    color: #666;
    font-weight: 400;
  }

  .layer13 {
    position: absolute;
    left: -25%;
    top: 14%;
  }

  .layer14 {
    position: absolute;
    left: 46%;
    top: 22%;
  }

  .layer14 h2 {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 900;
    /* font-style: italic; */
  }

  .layer15 {
    position: absolute;
    left: 48%;
    top: 50%;
  }

  .layer15 p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.7rem;
  }

  .layer16 {
    position: absolute;
    left: 48%;
    top: 56%;
  }

  .layer16 p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.7rem;
    color: #bf4040;
  }
  .layer17 {
    position: absolute;
    left: 54% !important;
    top: 49% !important;
}
  .layer18 h4 {
    color: #666;
    font-weight: 400;
    font-size: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layer1 {
    position: absolute;
    left: 8%;
    top: 7%;
  }

  .layer1 img {
    width: 34%;
  }

  .con-sec3 {
padding: 0;
    height: 300px;
}
   

  .layer2 {
    position: absolute;
    left: -15%;
    top: -5%;
  }

  .layer2 img {
    width: 40%;
  }

  .layer3 {
    position: absolute;
    left: -37%;
    top: 10%;
  }

  .layer3 img {
    width: 18%;
  }

  .layer4 {
    position: absolute;
    top: 16%;
    left: 62%;
  }

  .layer4 h4 {
    color: #666;
    font-weight: 400;
    font-size: 3rem;
  }

  .layer5 {
    position: absolute;
    top: 27%;
    left: 60%;
  }

  .layer5 h4 {
    color: #666;
    font-weight: 400;
    font-size: 3rem;
  }
  .layer18 h4 {
    color: #666;
    font-weight: 400;
    font-size: 3rem;
  }
  .layer6 {
    position: absolute;
    top: 38%;
    left: 60%;
  }

  .layer6 h4 {
    color: #666;
    font-weight: 400;
    font-size: 3rem;
  }

  .layer7 {
    position: absolute;
    top: 54%;
    left: 58%;
  }

  .layer7 p {
    color: #666;
    font-weight: 400;
    font-size: 0.7rem;
  }

  .layer8 {
    top: 2%;
  }

  .layer9 {
    top: 6%;
  }

  .layer10 img {
    width: 180%;
  }

  .layer12 {
    top: 48%;
  }

  .layer13 {
    position: absolute;
    left: -25%;
    top: 12%;
  }

  .layer14 {
    position: absolute;
    left: 46%;
    top: 22%;
  }

  .layer14 h2 {
    font-size: 2.5rem;
    text-transform: capitalize;
    font-weight: 900;
    /* font-style: italic; */
  }

  .layer15 {
    position: absolute;
    left: 48%;
    top: 50%;
  }

  .layer15 p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8.5px;
  }

  .layer16 {
    position: absolute;
    left: 48%;
    top: 56%;
  }

  .layer16 p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 8.5px;
    color: #bf4040;
  }
  .layer17 {
    position: absolute;
    left: 54% !important;
    top: 49% !important;
}
}

@media (min-width: 300px) and (max-width: 767px) {
    body {
    overflow-x: hidden;
}
    html {
        overflow: scroll;
        overflow-x: hidden;
    }

    ::-webkit-scrollbar {
        width: 0;
        background: #fff;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    ::-webkit-scrollbar-thumb {
        background: #fff;
        width: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    ::-webkit-scrollbar {
        display: none;
    }
  .layer1 {
    position: absolute;
    left: 8%;
    top: 2%;
  }

  .layer1 img {
    width: 34%;
  }

  .layer2 {
    position: absolute;
    left: -15%;
    top: -10%;
  }

  .layer2 img {
    width: 40%;
  }

  .layer3 {
    position: absolute;
    left: -37%;
    top: 5%;
  }

  .layer3 img {
    width: 18%;
  }

  .layer4 {
    position: absolute;
    top: 16%;
    left: 62%;
  }

  .layer4 h4 {
    color: #666;
    font-weight: 400;
    font-size: 1.5rem;
  }
  .layer18 h4 {
   color: #666;
    font-weight: 400;
    font-size: 1.5rem;
  }
  .layer5 {
    position: absolute;
    top: 27%;
    left: 60%;
  }

  .layer5 h4 {
    color: #666;
    font-weight: 400;
    font-size: 1.5rem;
  }

  .layer6 {
    position: absolute;
    top: 38%;
    left: 60%;
  }

  .layer6 h4 {
    color: #666;
    font-weight: 400;
    font-size: 1.5rem;
  }

  .layer7 {
    position: absolute;
    top: 54%;
    left: 58%;
  }

  .layer7 p {
    color: #666;
    font-weight: 400;
    font-size: 0.4rem;
  }

  .layer8 {
    top: -1%;
  }

  .layer9 {
    top: 4%;
  }

  .layer10 {
    top: 12%;
  }

  .layer10 img {
    width: 160%;
  }

  .layer12 {
    top: 48%;
  }

  .layer13 {
    position: absolute;
    left: -25%;
    top: 7.5%;
  }

  .layer13 img {
    width: 36%;
  }

  .layer14 {
    position: absolute;
    left: 46%;
    top: 22%;
  }

  .layer14 h2 {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 900;
    /* font-style: italic; */
  }

  .layer15 {
    position: absolute;
    left: 48%;
    top: 48%;
  }

  .layer15 p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 6px;
  }

  .layer16 {
    position: absolute;
    left: 48%;
    top: 60%;
  }

  .layer16 p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 6px;
    color: #bf4040;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) 
{
    .layer6 {
    position: absolute;
    top: 38%;
    left: 55%;
}
    .layer17 {
    top: 52%;
    left: 51%;
}
    .layer18 {
    left: 48%;
}
    .layer20 { 
    left: 51%;
}
    .layer19 { 
    left: 50%;
}
    .top-nav {
            margin-bottom: 55px;
    }
}
.anim-delay-1-5 {
  animation-delay: 1.5s;
}

.anim-delay-3-5 {
  animation-delay: 3.5s;
}

.anim-delay-4-5 {
  animation-delay: 4.5s;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 9999999;
}

#carouselExampleIndicators i{
  font-size: 24px;
  color: #ff1a1a;
}
