@font-face {
    font-family: Agency FB;
    src: url('font/agency_fb.ttf');
}

@font-face {
    font-family: Calibri;
    src: url('font/calibri.ttf');
}

@font-face {
    font-family: Times New Roman;
    src: url('font/times_new_roman.ttf');
}

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

body{
  position: relative;
}

p{
  font-family: 'Calibri', sans-serif;
  line-height: 150%;
}

header{
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0% 0px;
  font-family: 'Calibri', sans-serif;
  text-transform: uppercase;
  position: relative;
  /* 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;
  color: black;
  padding-left: 0px;
}

.black-box{
  background-color: #482514;
  /* background-color: #785848; */
  padding: 20px 10px 14px 10px;
  margin-right: 15px;
}

.logo-line1{
  font-size: 1.25em;
  letter-spacing: 1px;
  line-height: 75%;
  font-family: 'Times New Roman', serif;
  color: white;
  margin-bottom: 1px;
}

.logo-line2{
  font-size: 1.25em;
  letter-spacing: 3px;
  font-family: 'Times New Roman', serif;
  color: white;
}

.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: #482514;
  text-decoration: none;
  font-size: 0.9em;
  padding: 28px 25px 27px;
  border-right: 1px solid #00000040;
  transition: 0.3s all ease-in-out;
}

nav ul li a:hover{
  background-color: #482514;
  color: white;
}



/* 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: 3px;
  width: 25px;
  background-color: #482514;
}

.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{
  text-decoration: none;
  font-size: 1.10em;
  text-transform: uppercase;
  color: black;
  weight: 800;
}

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

/* Mobile Nav e */

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

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

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

.slidetwo{
  transform: translateX(100%);
  background-image: url('images/sketch.jpg');
  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.jpg');
  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: 'Arial', sans-serif;
  font-size: 3rem;
}


/* 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: 'Calibri', 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 {
  width: 50%;
  box-sizing: border-box;
  padding: 0 100px;
}

/* About Page ends */



/* Company page starts */

.images-row{
  height:inherit;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.bg{
  background-size: cover;
  height: 400px;
}

.sixty{
  background-image: url('./images/showroom.jpg');
  background-position: center;
  width: 60%;
}

.forty{
  background-image: url('./images/sketch.jpg');
  background-position: center;
  width: 40%;
}

.company-text{
  width: 100%;
  box-sizing: border-box;
  padding: 25px 5%;
}

.caption{
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 5% 10px;
}

.fortyfive{
  background-image: url('./images/sketch.jpg');
  background-position: center;
  width: 45%;
}

.thirty{
  background-image: url('./images/rack.jpg');
  background-position: center;
  width: 30%;
}

.twentyfive{
  background-image: url('./images/mach.jpg');
  background-position: center;
  width: 25%;
}
/* 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;
}

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


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;
}

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

.address h4{
  margin-bottom: 25px;
}



/* 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;
  text-transform: uppercase;
  font-family: 'Times New Roman', serif;
}

/* MEDIA QUERIES */
@media screen and (max-width: 906px) {
  nav{
    display: none;
  }

  .nav-icon{
    display: flex;
  }

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

  .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%;
  }
}
