@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,900|Source+Sans+Pro|Playfair+Display:400,700');


*{
  font-size: 14px;
  padding: 0;
  border: 0;
  margin: 0;
}

body{
  position: relative;
}

p{
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 200%;
  color: #7c6b54;
}

header{
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0% 0px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  position: relative;
  background-color: #847059;
  /* background-color: white;
  border-bottom: 1px solid #00000040; */
  /* border-top:1px solid black; */
}

.logo a{
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.logo a img{
  width: 65px;
  padding: 10px 10px;
}

.logo a p{
  font-family: 'Playfair Display', sans-serif;
  color:#d2d3d5;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

/* .black-box{
  background-color: #7c6b54;
  background-color: #785848;
  padding: 20px 0px 11px 0px;
  margin-right: 6px;
  height: 71px;
  width: 71px;
  box-sizing: border-box;
}

.logo-line1{
  font-size: 1.05em;
  letter-spacing: 0px;
  line-height: 75%;
  font-family: 'Merriweather', serif;
  color: white;
  margin-bottom: 1px;
  width: 100%;
  text-align: center;
}

.logo-line2{
  font-size: 1.05em;
  letter-spacing: 2px;
  font-family: 'Merriweather', serif;
  color: white;
  width: 100%;
  text-align: center;
}

.logo-line3{
  font-size: 0.9em;
  letter-spacing: 1px;
  color:#482514;
}

.logo-line3 .red{
  font-size: 1em;
  color: #a08b64;
  margin-right: -2px;
} */

nav ul{
  list-style: none;
}

nav ul li{
  float: left;
}

nav ul li a{
  color: #d2d3d5;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  padding: 28px 15px 26px;
  transition: 0.3s all ease-in-out;
  font-family: 'Merriweather', serif;
  position: relative;
}

nav ul li a::after{
  content: "";
  width: 93%;
  height: 22px;
  position: absolute;
  top:24px;
  left: 0;
  border: 1px solid #d2d3d5;
  opacity: 0;
  border-radius: 2px;
  transition: all 0.5s ease-in-out;
}

nav ul li a:hover::after{
  opacity: 1;
}



/* Mobile Nav s */

.nav-icon{
  height: 25px;
  width: 25px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: none;
}

.nav-line{
  height: 2px;
  width: 25px;
  background-color: #d2d3d5;
}

.nav-pane{
  position:fixed;
  left: 0%;
  top: 0;
  height: 100vh;
  width: 100%;
  box-sizing: border-box;
  padding: 25% 0;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
  display: none;
}

.show{
  transform: translateX(0%);
  transition: all 0.5s ease-in-out;
}

.nav-close{
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 2%;
  left: 90%;
}

.nav-pane a{
  font-family: 'Merriweather', serif;
  text-decoration: none;
  font-size: 1.10em;
  text-transform: uppercase;
  color: black;
  weight: 800;
}

.nav-pane a:hover{
  color: #7c6b54;
}

/* Mobile Nav e */

.slider{
  position: absolute;
  top:70px;
  left: 0;
  z-index: -20;
  height: calc(100vh - 70px);
  width: 100%;
  overflow-x: hidden;
}

.singleslide{
  position: absolute;
  opacity: 1;
  width: 100%;
  height: calc(100vh - 70px);
  background-size: cover;
  background-position: center;
}

.slideone{
  transform: translateX(0%);
  background-image: url('images/allGarments.jpeg');
}

.slidetwo{
  transform: translateX(100%);
  background-image: url('images/sketch.jpeg');
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.slidethree{
  transform: translateX(100%);
  background-color: white;
  background-image: url('images/jacketsGroup3.jpg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.slidefour{
  transform: translateX(100%);
  background-image: url('images/cutting.jpeg');
  background-position: bottom left;
}

.slidefive{
  transform: translateX(100%);
  background-image: url('images/allGarments.jpg');
}

.introtext {
  box-sizing: border-box;
  padding: 25px 35px;
  background-image: linear-gradient(to right, #ffffff , #ffffff26);
  max-width: 600px;
}



.comingsooncontainer{
  width: 100%;
  margin-top: 200px;
  text-align: center;
}

.comingsooncontainer h1{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 3rem;
  color: #7c6b54;
}


/* About Page starts */

.pg-name{
  border-top: 1px solid #00000040;
  padding: 10px 0px 10px 10px;
}

h4{
  font-size: 1.15rem;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}

.about-grid{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.fifty-img{
  width: 50%;
}

.fifty-img img{
  width: 100%;
}

.fifty-text-about {
  width: 50%;
  box-sizing: border-box;
  padding: 0 100px;
}

/* About Page ends */



/* Company page starts */



.row{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -4px;
}

.row:nth-child(8){
  margin-bottom: 0px;
}

.row img{
  width: 100%;
}

.half-img{
  width: 50%;
}

.half-img img{
  width: 100%;
}

.fifty-text {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}

.half-text{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.text-box{
  display: block;
  position: relative;
  max-width: 500px;
  padding: 15px;
  background-color: white;
  margin: 20px auto;
}

.text-box p {
  color: #7c6b54;
  line-height: 200%;
}

/* .text-box::after{
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  background-color: #85745a;
} */

/* Company page ends */


/* Contact Page starts */

.fullimg{
  width: 100%;
  height: calc(60vh - 116px);
  background-image: url('images/bld-grey.jpg');
  background-size: cover;
  background-position: top;
}

.fullimg img{
  width: 100%;
}

.map{
  width: 100%;
}

.details{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.form{
  width: 50%;
  box-sizing: border-box;
  padding: 50px;
  color: #7c6b54;
}

table, tr, td{
  margin-top: 25px;
  border: 3px solid white;
  color: #7c6b54;
}


input[type=text], input[type=email], textarea{
  background-color: lightgray;
  width: 200px;
  padding: 5px;
}

input[type=reset], input[type=submit]{
  width: 30%;
  padding: 5px 15px;
  font-size: 0.8rem;
  color: #7c6b54;
}

.address {
  width: 50%;
  box-sizing: border-box;
  padding: 50px;
}

.address h4{
  margin-bottom: 25px;
  color: #7c6b54;
}



/* Products start */
/* All in header */
/* Products ends */


/* Contact Page ends */

footer{
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
  font-weight: 800;
  font-size: 0.7rem;
  font-family: 'Merriweather', serif;
  color: #7c6b54;
}

/* MEDIA QUERIES */
@media screen and (max-width: 906px) {

  .logo{
    margin-left: 15px;
  }

  nav{
    display: none;
  }

  .nav-icon{
    display: flex;
  }

  .nav-pane{
    z-index: 100;
    display: flex;
  }

  .fifty-text-about {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .row{
    flex-wrap: wrap;
  }

  #rev{
    flex-wrap: wrap-reverse;
  }

  .half-img{
    width: 100%;
  }

  .half-text{
    width: 100%;
  }

  .fifty-img, .fifty-text{
    width: 100%;
  }

  .fifty-text{
    margin-bottom: 25px;
  }

  .sixty{
    width: 100%;
  }

  .forty{
    width: 100%;
  }

  .fortyfive{
    width: 100%;
  }

  .thirty{
    width: 100%;
  }

  .twentyfive{
    width: 100%;
  }

  .form, .address{
    width: 100%;
  }
}
