@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
/*GOOGLE font */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
/*reguar*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Nanum Gothic', sans-serif;
  letter-spacing: 2px;
  overflow-x: hidden;
}

:root {
  --black: #1e272e;
  --white: #ffffff;
  --text-color:#535c68;
  --lighter-black:#636e72;
}

section{
  width: 90%;
  margin: 0 auto;
}

h1,h2{
  text-transform: uppercase;
}

h3,h4,h5,h6{
  text-transform: capitalize;
}
h5{
  font-weight: normal !important;
}
p{
color:var(--text-color);
}

a{
 text-decoration: none; 
  }
/* header */
/* default css start */

.top-container {
  background-color: var(--black);
  color: var(--white);
  text-transform: capitalize;
}

.container-header {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.header-area {
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)),
    url('images/home-bg.jpg');
  background-position: center center;
  background-size: cover;
}

/* default css end */


/* navbar regular css start */
.navbar-area {
  background: var(--white);
  /* border-bottom: 1px solid #000; */
}

.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}

a.site-logo {

  width: 100px;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.site-navbar ul li a {
  color: var(--black);
  padding: 20px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  /*  */
  position: relative;
}

.site-navbar ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000000;
  color: transparent;
  width: 0%;
  content: '';
  height: 2px;
  transition: all 0.5s;
}

.site-navbar ul li a:hover::after {
  width: 100%;
}

/* .site-navbar ul li a:hover {
    background: rgba(255,255,255,.1);
  } */
/* navbar regular css end */


/* nav-toggler css start */
.nav-toggler {
  border: 3px solid var(--black);
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: var(--black);
  display: block;
  transition: .3s;
}

.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}

.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
}

.nav-toggler.toggler-open span {
  background-color: transparent;
}

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}

/* nav-toggler css start */


/* intro-area css start */
.intro-area {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

.intro-area h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 25px;
}

.intro-area p {
  font-size: 18px;
}

/* intro-area css end */
/* header end */



/* services section */
.services{
padding: 55px 0;
}

.icon-col{
  border-right: 0.8px solid rgb(189, 183, 183);
}
h3{
  font-weight: 15 !important;
  text-transform: capitalize;
  padding-top: 15px;
}


/* services section end */



/* collection section */
.collection-row{
  padding-top: 50px ;
  padding-bottom: 50px;
}

.discover-btn{
  background-color: var(--black) ;
  position: relative;
  display: block;
  color:var(--white);
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "montserrat";
  text-decoration: none;
  margin: 25px 0;
  /* border: 5px solid var(--black); */
  padding: 14px 55px;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s all ease;
}

.discover-btn:hover{
  background-color: var(--lighter-black);
  
}


/* collection section end */

/* other collection */

.potrait1{
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url('images/accessories.jpg');
  background-position: center center;
  background-size: cover; 
  height: 500px;  
}

.potrait2{
  background:linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)),url('images/kids-collection.jpg'); 
  background-position: center center;
  background-size: cover; 
  height: 500px;  
  margin-top: -190px !important; 
  margin-left: 10px;
}

.text-wrapper{
  /* background-color:rgba(0, 0, 0, 0.3);   */
  line-height: 100px; 
  height: 100%;
   width:100%; 
   color: #fff;
   padding-left: 20px;
}
.text-wrapper a{
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  font-size: larger;
  position: relative;

}
.text-wrapper a:hover{
  color: #fff;
}

.text-wrapper a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  color: transparent;
  width: 0%;
  content: '';
  height: 2px;

  transition: all 0.5s;
}

.text-wrapper a:hover::after {
  width: 100%;
}


h6{
  font-weight: bolder;
}


/* other collection end */

/* tailor section */

.tailor{
  margin-top: 20px;
width: 85%;
}
.tailor-wrapper{
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)),
  url('images/tailor.jpg');
  background-size: cover;
  background-position: center center;
  height: 400px;
}

.tailor-text{
  width: 50%;
  margin-left: 50px;
  position: relative;
  margin-top: 60px;
}

 .tailor-wrapper h6{
font-size: 2rem;
 }
/* tailor section end */




/* footer  */
footer .row ul li{
list-style: none;
}

footer .part1{
  border-bottom: 1px solid gray;
}


.icons ul {
  display: flex;
  justify-content: flex-end;
}

.icons ul li{
  padding:0 10px ;
  cursor: pointer;
}

footer h3{
  text-transform: uppercase;
  font-weight: bold !important;
}
/* footer end */
/* ************************************************          HOME END     *************************************************** */



/* ************************************************          ABOUT      *************************************************** */
.about h5{
  font-weight: normal;
}

.about-img{
  background: url(/images/aboutcover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height:calc(100vh - 20px);
}

.about-container{
  background-color: #fff;
  margin-top: -381px;

}

.about-bottom-img{
  background:linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url(/images/tailor3.jpg);
  background-size: cover;
  height: 400px;
  height: fit-content;
  background-position: center center;
  color:#fff ;
}

/* ************************************************          ABOUT END     *************************************************** */

/* ************************************************        COLLECTION      *************************************************** */

.collection-img{
  background: url(/images/accessories.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height:calc(100vh - 20px);
}


.collection a{
  text-decoration: none;
}

/* ************************************************        COLLECTION  end    *************************************************** */

/* ***********************************************          LOCATION          *************************************************** */
#icons-location ul li{
list-style: none;
font-size: 30px;
padding: 0 15px;
cursor: pointer;
}

.location-img{
  background: url(/images/store.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height:calc(100vh - 20px);
}
.location-container{
  background: #fff;
  margin-top: -250px;
}



/* ***********************************************          LOCATION  END        *************************************************** */





/* ************************************************        media query  HOME     *************************************************** */

/* header mobile breakpoint start */
@media screen and (max-width: 768px) {

  .container {
    max-width: 720px;
  }

  /* navbar css for mobile start */
  .nav-toggler {
    display: block;
  }

  .site-navbar {
    min-height: 60px;
  }

  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 158px;
    flex-direction: column;
    align-ietms: center;
    /* border-top: 1px solid #444; */
    background-color: var(--white);
    max-height: 0;
    overflow: hidden;
    transition: .3s;
  }

  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }

  .site-navbar ul li a {
    padding: 20px;
    color: var(--black);
    border-bottom: 0.8px solid rgb(207, 201, 201);
  }

  /* .site-navbar ul li a:hover {
      background-color: rgba(255,255,255,.1);
    } */
  .site-navbar ul.open {
    max-height: 50vh;
    overflow: visible;
  }

  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .potrait2{
    margin-top: 0 !important;
  }
  #center-text{
    text-align: center ;

  }
 
  /* navbar css for mobile end */
}

@media screen and (max-width: 500px) {
  .top-container {
    font-size: 3vw;
    text-align: center;
  }

  .intro-area {
    height: calc(100vh - 300px);

  }

  .site-navbar ul {

    top: 195px;

  }
  .copyright{
    text-align: center;
  }
  .icons ul {
    display: flex;
    justify-content: center;
  }



}

/* header mobile breakpoint end */
/* ************************************************        media query  HOME END     *************************************************** */

/* ************************************************        media query  ABOUT     *************************************************** */


/* ************************************************        media query  ABOUT END     *************************************************** */

