/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

nav {
  position: absolute;
}
nav .navbar {
  width: 100vw;
  padding: 34px 57px;
  display: flex;
  justify-content: space-between;
}
nav .navbar .nav-items {
  display: flex;
  gap: 60px;
}
nav .navbar .nav-items .burger {
  width: 50.73px;
  height: 39.73px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
nav .navbar .nav-items .burger div {
  width: 50.73px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
}
nav .navbar .nav-items .burger div::before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  top: 0;
}
nav .navbar .nav-items .burger div::after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  bottom: 0;
  right: 0;
}

#hero {
  color: #000;
}
#hero .hero-inner {
  background-image: url(/images/Banner\ BG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
#hero .hero-inner h1 {
  font-family: "playfair";
  font-size: 68px;
  padding: 325px 0 0 71px;
  line-height: 90.64px;
  font-weight: 700;
}
#hero .hero-inner p {
  font-family: "function";
  font-size: 25px;
  font-weight: 400;
  line-height: 29.45px;
  margin-left: 71px;
}
#hero .hero-inner .one {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  border: none;
  font-family: "function";
  font-size: 27px;
  margin-left: 71px;
  width: 223px;
  height: 56px;
}
#hero .hero-inner .two {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  border: none;
  font-family: "function";
  font-size: 27px;
  margin-left: 40px;
  width: 223px;
  height: 56px;
}

#latest {
  margin-top: 150px;
  font-family: "function";
}
#latest h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 58.9px;
  border-bottom: 2px solid #000;
}
#latest .image {
  margin-top: 40px;
}
#latest .image p {
  font-size: 25px;
  padding-top: 20px;
}
#latest .image p span {
  font-size: 20px;
  margin-left: 71px;
  font-family: "redhat";
}
#latest .image .text {
  font-size: 16px;
}
#latest .clicks {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
#latest .clicks .arrow {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#latest .clicks .arrow span {
  font-size: 27px;
  font-family: "function";
  color: rgba(0, 0, 0, 0.59);
}
#latest .clicks .three {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  border: none;
  font-family: "function";
  font-size: 27px;
  font-size: 27px;
  width: 223px;
  height: 56px;
}

#best-seller {
  margin-top: 150px;
  font-family: "function";
}
#best-seller h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 58.9px;
  border-bottom: 2px solid #000;
}
#best-seller .image {
  margin-top: 20px;
}
#best-seller .image p {
  font-size: 45px;
  padding-top: 20px;
}
#best-seller .image p span {
  font-family: "redhat";
  font-size: 30px;
  margin-left: 219px;
  font-weight: 700;
}

#best {
  margin-top: 150px;
}
#best .images {
  color: #fff;
  overflow: auto;
  height: 100vh;
  display: grid;
  gap: 20px;
}
#best .images .orders {
  position: relative;
}
#best .images .orders img {
  display: block;
  margin: 0 auto;
}
#best .images .text {
  position: absolute;
  top: 264px;
  left: 200px;
}
#best .images .text .ptext {
  font-family: "playfair";
  font-size: 25px;
}
#best .images .text p {
  padding-top: 13px;
  font-size: 45px;
  font-family: "redhat";
}

#bags {
  margin-top: 150px;
  font-family: "function";
}
#bags h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 58.9px;
  border-bottom: 2px solid #000;
}
#bags h1 span {
  font-size: 113px;
  font-family: "itc";
}
#bags .image {
  margin-top: 40px;
}
#bags .image p {
  font-size: 25px;
  padding-top: 20px;
}
#bags .image p span {
  font-size: 20px;
  margin-left: 223px;
  font-family: "redhat";
}
#bags .image .text {
  font-size: 16px;
}
#bags .click {
  padding-top: 60px;
  text-align: center;
}
#bags .click .three {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  border: none;
  font-family: "function";
  font-size: 27px;
  width: 223px;
  height: 56px;
}

#watches {
  margin-top: 150px;
  font-family: "function";
  background-color: #F9F9F9;
}
#watches .text {
  text-align: center;
}
#watches .text h1 {
  padding-top: 30px;
  font-size: 60px;
}
#watches .text p {
  margin-top: 30px;
  font-size: 25px;
  line-height: 29.45px;
}
#watches .text .click {
  padding-top: 30px;
  text-align: center;
}
#watches .text .click .three {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  border: none;
  font-family: "function";
  font-size: 27px;
  margin-bottom: 60px;
  width: 313px;
  height: 56px;
}

#suits {
  margin-top: 150px;
  font-family: "function";
}
#suits h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 58.9px;
  border-bottom: 2px solid #000;
}
#suits .image {
  margin-top: 40px;
}
#suits .image p {
  font-size: 25px;
  padding-top: 20px;
}
#suits .image p span {
  font-size: 20px;
  margin-left: 105px;
  font-family: "redhat";
}
#suits .clicks {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
#suits .clicks .arrow {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
#suits .clicks .arrow span {
  font-size: 27px;
  font-family: "function";
  color: rgba(0, 0, 0, 0.59);
}
#suits .clicks .three {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  border: none;
  font-family: "function";
  font-size: 27px;
  font-size: 27px;
  width: 223px;
  height: 56px;
}

#tommy {
  margin-top: 150px;
  font-family: "function";
  background-color: #F9F9F9;
}
#tommy .text {
  text-align: center;
}
#tommy .text h1 {
  padding-top: 30px;
  font-size: 60px;
}
#tommy .text p {
  margin-top: 30px;
  font-size: 25px;
  line-height: 29.45px;
}
#tommy .text .click {
  padding-top: 30px;
  text-align: center;
}
#tommy .text .click .three {
  background-color: #000;
  color: #fff;
  border-radius: 0;
  margin-top: 20px;
  border: none;
  font-family: "function";
  font-size: 27px;
  margin-bottom: 60px;
  width: 313px;
  height: 56px;
}

#newsletter {
  margin-top: 81px;
  background-color: #F9F9F9;
  width: 100%;
  height: 80vh;
  font-family: "function";
}
#newsletter .text h1 {
  font-size: 60px;
  margin-top: 150px;
  margin-left: 100px;
}
#newsletter .ptext p {
  font-size: 25px;
  line-height: 29.45px;
  margin-top: 150px;
}
#newsletter form {
  padding-top: 50px;
  margin-left: 100px;
  display: flex;
}
#newsletter form #email {
  width: 70%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.3882352941);
  border: none;
  padding-left: 30px;
  font-size: 25px;
}
#newsletter form #submit {
  background-color: #000;
  color: #fff;
  border: none;
  width: 25%;
  height: 80px;
  font-size: 27px;
}

footer {
  background-color: #000;
  color: #fff;
  height: 70vh;
  padding-top: 120px;
}
footer .content {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-left: 200px;
  display: flex;
  align-content: center;
  justify-content: center;
}
footer .content h1 {
  font-size: 40px;
  padding-top: 50px;
  font-family: "playfair";
}
footer .content .text p {
  padding-top: 20px;
  font-size: 25px;
  line-height: 29.45px;
  margin-right: 20px;
  font-family: "function";
}
footer .content ul {
  margin-top: 20px;
  font-family: "function";
  margin-bottom: 50px;
  line-height: 29.45px;
}
footer .content ul li {
  font-size: 25px;
}
footer .ptext {
  text-align: center;
  padding-top: 30px;
  font-size: 25px;
  font-family: "function";
}

@media (min-width: 992px) and (max-width: 1199px) {
  #hero .hero-inner h1 {
    padding-top: 400px;
  }
  #latest .image p {
    font-size: 20px;
  }
  #latest .image p span {
    font-size: 15px;
    margin-left: 30px;
  }
  #best-seller .image p span {
    margin-left: 79px;
  }
  #best .images .text {
    top: 164px;
    left: 40px;
  }
  #bags .image p span {
    margin-left: 110px;
  }
  #suits .image p span {
    margin-left: 17px;
  }
  #newsletter .text h1 {
    margin-left: 30px;
  }
  #newsletter form {
    padding-top: 30px;
    margin-left: 30px;
  }
  #newsletter form #email {
    width: 60%;
  }
  #newsletter form #submit {
    width: 35%;
  }
  footer {
    height: 60vh;
    padding-top: 150px;
  }
  footer .content {
    padding-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  nav .navbar .nav-items .burger {
    width: 50.73px;
    height: 29.73px;
  }
  #hero .hero-inner h1 {
    font-size: 45px;
    padding-top: 260px;
  }
  #hero .hero-inner p {
    font-size: 18px;
  }
  #hero .hero-inner .one {
    background-color: #000;
    width: 193px;
    height: 56px;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    border: none;
    font-family: "function";
    margin-left: 71px;
  }
  #hero .hero-inner .two {
    background-color: #000;
    width: 193px;
    height: 56px;
    color: #fff;
    border-radius: 0;
    margin-top: 20px;
    border: none;
    font-family: "function";
    margin-left: 10px;
  }
  #latest .image p {
    font-size: 15px;
  }
  #latest .image p span {
    font-size: 10px;
    margin-left: 23px;
  }
  #latest .image .text {
    font-size: 10px;
  }
  #best-seller .image p {
    font-size: 30px;
  }
  #best-seller .image p span {
    font-size: 20px;
    margin-left: 87px;
  }
  #best .images .text {
    top: 164px;
    left: 40px;
  }
  #best .images .text .ptext {
    font-size: 17px;
  }
  #best .images .text p {
    font-size: 35px;
  }
  #bags .image p span {
    margin-left: 35px;
  }
  #watches .image .text p {
    font-size: 20px;
  }
  #suits .image p {
    font-size: 15px;
  }
  #suits .image p span {
    font-size: 10px;
    margin-left: 45px;
  }
  #tommy .image .text p {
    font-size: 20px;
  }
  #newsletter {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  #newsletter .text h1 {
    margin-left: 30px;
    font-size: 40px;
  }
  #newsletter .ptext p {
    margin-right: 50px;
    font-size: 20px;
  }
  #newsletter form {
    margin-left: 20px;
  }
  #newsletter form #email {
    width: 60%;
  }
  #newsletter form #submit {
    width: 50%;
  }
  footer {
    height: 70vh;
    padding-top: 120px;
  }
  footer .content {
    padding-left: 30px;
  }
  footer .content .text p {
    font-size: 20px;
  }
  footer .content .text-one li {
    font-size: 20px;
  }
  footer .content .text-two li {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  nav .navbar img {
    width: 50px;
  }
  nav .navbar .nav-items img {
    width: 35px;
  }
  nav .navbar .nav-items .burger {
    width: 30px;
    height: 30px;
  }
  nav .navbar .nav-items .burger div {
    width: 30px;
  }
  nav .navbar .nav-items .burger div::before {
    content: "";
    width: 30px;
  }
  nav .navbar .nav-items .burger div::after {
    content: "";
    width: 30px;
  }
  #hero .hero-inner h1 {
    font-size: 40px;
    padding-top: 280px;
  }
  #hero .hero-inner p {
    font-size: 18px;
  }
  #hero .hero-inner .one {
    width: 173px;
    height: 56px;
    font-size: 20px;
  }
  #hero .hero-inner .two {
    margin-left: 10px;
    width: 173px;
    height: 56px;
    font-size: 20px;
  }
  #latest .image {
    text-align: center;
  }
  #latest .image .text {
    text-align: start;
    padding-left: 110px;
  }
  #latest .clicks .arrow {
    display: none;
  }
  #best-seller .image p span {
    margin-left: 140px;
  }
  #best .images .text {
    top: 94px;
    left: 40px;
  }
  #best .images .text .ptext {
    font-size: 15px;
  }
  #best .images .text p {
    font-size: 25px;
  }
  #bags .image {
    text-align: center;
  }
  #bags .text {
    text-align: start;
    padding-left: 60px;
  }
  #watches .image .text h1 {
    font-size: 40px;
  }
  #watches .image .text p {
    font-size: 20px;
    width: 570px;
  }
  #suits .image {
    text-align: center;
  }
  #suits .clicks .arrow {
    display: none;
  }
  #tommy .image img {
    width: 100%;
  }
  #tommy .image .text h1 {
    font-size: 40px;
  }
  #tommy .image .text p {
    font-size: 20px;
    width: 570px;
  }
  #newsletter {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  #newsletter .text h1 {
    margin-left: 30px;
    font-size: 40px;
  }
  #newsletter .ptext p {
    margin-right: 50px;
    font-size: 20px;
  }
  #newsletter form {
    margin-left: 20px;
  }
  #newsletter form #email {
    width: 60%;
  }
  #newsletter form #submit {
    width: 50%;
  }
  footer {
    height: 135vh;
  }
  footer .content {
    flex-flow: column;
  }
  footer .content .text p {
    width: 180px;
  }
  footer .content .text-one ul {
    width: 180px;
  }
  footer .content .text-two {
    margin-top: -50px;
  }
  footer .content .text-two ul {
    width: 180px;
  }
}
@media (max-width: 575px) {
  nav .navbar img {
    width: 50px;
  }
  nav .navbar .nav-items img {
    width: 35px;
  }
  nav .navbar .nav-items .burger {
    width: 30px;
    height: 30px;
  }
  nav .navbar .nav-items .burger div {
    width: 30px;
  }
  nav .navbar .nav-items .burger div::before {
    content: "";
    width: 30px;
  }
  nav .navbar .nav-items .burger div::after {
    content: "";
    width: 30px;
  }
  #hero .hero-inner h1 {
    font-size: 40px;
    padding-top: 280px;
  }
  #hero .hero-inner p {
    font-size: 18px;
  }
  #hero .hero-inner .one {
    width: 173px;
    height: 56px;
    font-size: 20px;
  }
  #hero .hero-inner .two {
    margin-left: 10px;
    width: 173px;
    height: 56px;
    font-size: 20px;
  }
  #latest .image {
    text-align: center;
  }
  #latest .image .text {
    text-align: start;
    padding-left: 110px;
  }
  #latest .clicks .arrow {
    display: none;
  }
  #best-seller .image p span {
    margin-left: 140px;
  }
  #best .images .text {
    top: 94px;
    left: 40px;
  }
  #best .images .text .ptext {
    font-size: 15px;
  }
  #best .images .text p {
    font-size: 25px;
  }
  #bags .image {
    text-align: center;
  }
  #bags .text {
    text-align: start;
    padding-left: 60px;
  }
  #watches .image .text h1 {
    font-size: 40px;
  }
  #watches .image .text p {
    font-size: 20px;
    width: 570px;
  }
  #suits .image {
    text-align: center;
  }
  #suits .clicks .arrow {
    display: none;
  }
  #tommy .image .text h1 {
    font-size: 40px;
  }
  #tommy .image .text p {
    font-size: 20px;
    width: 570px;
  }
  #newsletter {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  #newsletter .text h1 {
    margin-left: 30px;
    font-size: 40px;
  }
  #newsletter .ptext p {
    margin-right: 50px;
    font-size: 20px;
  }
  #newsletter form {
    margin-left: 20px;
  }
  #newsletter form #email {
    width: 60%;
  }
  #newsletter form #submit {
    width: 50%;
  }
  footer {
    height: 135vh;
  }
  footer .content {
    flex-flow: column;
  }
  footer .content .text p {
    width: 180px;
  }
  footer .content .text-one ul {
    width: 180px;
  }
  footer .content .text-two {
    margin-top: -50px;
  }
  footer .content .text-two ul {
    width: 180px;
  }
}/*# sourceMappingURL=style.css.map */