@charset "utf-8";

@font-face {
  font-family: "futura";
  src: url("../futura\ light\ bt.ttf");
}

@font-face {
  font-family: "futuraheavy";
  src: url("../Futura\ Heavy\ font.ttf");
}

@font-face {
  font-family: futuramedium;
  src: url(../futura\ medium\ bt.ttf);
}

@font-face {
  font-family: "amandine Regular";
  src: url(../fonnts.com-Amandine_Medium.otf);
}

@font-face {
  font-family: "amandine light italic";
  src: url(../fonnts.com-Amandine_Light_Italic.otf);
}

* {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-family: "futura";
  color: #333333;
}

a {
  text-decoration: none;
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 1;
}

.logo {
  float: left;
  width: 200px;
  height: 50px;
  margin-left: 50px;
  margin-top: 40px;
}

.menu {
  float: left;
  width: 70%;
}

.navi {
  display: flex;
  position: absolute;
  top: 40px;
  left: 800px;
}
.navi > li {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
}

.menuicon {
  float: right;
  width: 9%;
  margin-right: 50px;
}
.menuicon li {
  float: left;
  margin-left: 30px;
  margin-top: 40px;
}

.product {
  width: 100%;
  height: 60vh;
  background-image: url(../img/10625_23634_Panthella-Table-01-2-5-90408.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative;
  margin-top: 100px;
}

.pdbg {
  width: 100%;
  height: 60vh;
  background-color: #000;
  opacity: 0.3;
}
.location {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
}
.location > a {
  color: #fff;
}

.pdname {
  position: absolute;
  top: 230px;
  left: 700px;
  text-align: center;
}
.pdname > h3 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 10px;
}
.pdname > p,
.pdname span {
  font-size: 20px;
  color: #ffffff;
}
.pdname > p {
  font-family: "futuramedium";
}

.pdtop {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
}

.next,
.prev {
  margin-left: 775px;
  margin-top: 500px;
  z-index: 1;
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
}
.prev {
  margin-left: 30px;
}

.pdimg {
  width: 40%;
  height: 100vh;
  float: left;
  margin-top: 70px;
  margin-left: 60px;
  margin-bottom: 50px;
}
.pdimg img {
  height: 100vh;
}

.img {
  position: absolute;
  width: 700px;
  height: 250px;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.img:first-child {
  /* display: block; */
  opacity: 1;
}

#wrap {
  padding: 20px;
}

.pdinfo {
  width: 50%;
  height: 100vh;
  float: right;
  margin-top: 50px;
}

.line {
  width: 90%;
  height: 30px;
  border-top: 2px solid #000;
}

.pd-name {
  width: 100%;
  font-size: 40px;
  margin-left: 50px;
  line-height: 50px;
  float: left;
  font-weight: bolder;
}

.tag {
  background-color: #000;
  position: absolute;
  margin-right: 50px;
  width: 5%;
  color: #fff;
  text-align: center;
  float: right;
  right: 0;
}

.color {
  width: 100%;
  font-size: 20px;
  margin-top: 90px;
  margin-bottom: 80px;
  margin-left: 50px;
  float: left;
}

.color li {
  float: left;
  margin-left: 10px;
  margin-top: 15px;
}
.color li:nth-child(1) {
  margin-left: 0;
}

.size {
  font-size: 20px;
  width: 100%;
  overflow: hidden;
  margin-left: 50px;
}

.cart {
  width: 30%;
  height: 7%;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
  margin-top: 50px;
  float: left;
  margin-left: 50px;
  border: 1px solid #000;
  background-color: #fff;
}
.cart a:hover {
  background-color: #000;
  color: #fff;
}

.line2 {
  width: 90%;
  height: 30px;
  margin-top: 195px;
  border-top: 2px solid #000;
}

.pdinsta {
  width: 100%;
  height: 100vh;
  text-align: center;
  margin-top: 150px;
}
.pdinsta > span {
  font-family: "amandine Regular";
  font-size: 55px;
}
.pdinsta > p {
  font-size: 22px;
  margin-top: 10px;
}

.slider_wrap {
  width: 100%;
}

.slider_btn {
  position: absolute;
  margin-left: 250px;
  margin-top: 250px;
  cursor: pointer;
}
.slider_btn li {
  float: left;
  margin-right: 1400px;
}
.slider_btn li:nth-child(2) {
  margin-right: 0;
}

.slider ul {
  width: 1280px;
  overflow: hidden;
  display: flex;
  margin-top: 50px;
}
.slider li {
  float: left;
}
.slider img {
  width: 400px;
  margin-left: 20px;
}

.pdmiddle {
  width: 100%;
  position: relative;
}
.pdmiddle > span {
  font-family: "amandine light italic";
  position: absolute;
  font-size: 110px;
  top: -90px;
  left: 70px;
}
.middleimg {
  margin-top: 150px;
  width: 90%;
}
.middleimg img {
  width: 45%;
  margin-left: 50px;
  margin-bottom: 50px;
}

.pdinfo2 {
  width: 85%;
  margin-top: 150px;
  overflow: hidden;
}

.infoleft {
  width: 45%;
  float: left;
}
.infoleft > span {
  font-size: 18px;
  font-weight: bold;
}
.infoleft > p {
  margin-top: 20px;
  line-height: 27px;
}

.inforight {
  width: 45%;
  float: right;
}
.inforight > span {
  font-size: 18px;
  font-weight: bold;
}
.inforight > p {
  margin-top: 20px;
  line-height: 27px;
}

.pdbottom {
  width: 85%;
  margin-top: 150px;
}
.pdbottom li {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1.5px solid black;
  padding: 10px 0;
}

.pdbottom img {
  float: right;
  width: 10px;
}

.subinfo {
  display: none;
  margin-top: 50px;
  margin-left: 50px;
  margin-bottom: 50px;
}
.subinfo li {
  border-bottom: none;
  padding: 5px 0;
}

.subinfo > li > span {
  font-size: 17px;
}
.subinfo > li > p {
  margin-top: 10px;
  font-weight: lighter;
  font-size: 16px;
  line-height: 25px;
}

.likepd {
  width: 100%;
  margin-top: 200px;
}
.likepd > span {
  font-size: 30px;
  margin-left: 200px;
}

section {
  margin-top: 50px;
  margin-left: 200px;
  margin-bottom: 200px;
}

article {
  width: calc(21% - 1px);
  border: 1px solid black;
  float: left;
  text-align: center;
}

article span {
  font-family: "futuramedium";
}
article p {
  font-size: 13px;
  color: #cacaca;
  margin-bottom: 5px;
  margin-top: 5px;
}
article h4 {
  margin-bottom: 20px;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

article img {
  width: 80%;
}
article:hover img {
  transform: scale(0.9);
  transition: 0.3s;
}

footer {
  width: 100%;
  height: 90vh;
  background-color: #000000;
  float: left;
}

.footerwrap {
  width: 80%;
}

.footerline1 {
  width: 100%;
  height: 1px;
  border-top: 1px solid #ffffff;
  margin-top: 150px;
}

.site {
  width: 60%;
  float: left;
  margin-top: 30px;
}

.site li a {
  color: #ffffff;
  margin-bottom: 10px;
}
.site p {
  font-family: "futuramedium";
  font-size: 17px;
  margin-bottom: 15px;
}
.shop p,
.help p,
.guides p,
.contactus p,
.follow p {
  font-family: "futuramedium";
  font-size: 17px;
  margin-bottom: 15px;
  color: #ffffff;
}

.shop {
  float: left;
  margin-right: 80px;
}
.help {
  float: left;
  margin-right: 80px;
}

.contact {
  width: 20%;
  float: right;
  margin-top: 30px;
}

.contact li {
  color: #ffffff;
  margin-bottom: 10px;
}
.contact p {
  font-family: "futuramedium";
  font-size: 17px;
  margin-bottom: 15px;
}

.contactus {
  float: left;
  margin-right: 80px;
}

.footerline2 {
  width: 100%;
  height: 1px;
  margin-top: 350px;
  border-top: 1px solid #ffffff;
}

.middle {
  width: 80%;
  float: left;
  margin-top: 15px;
}
.btlogo {
  float: left;
}
.join {
  float: right;
  position: relative;
  right: -260px;
  top: 15px;
  width: 50%;
  font-size: 14px;
}
.join a {
  color: #ffffff;
}

.footerline3 {
  width: 100%;
  height: 1px;
  margin-top: 80px;
  border-top: 1px solid #ffffff;
}

.bottom {
  color: #767676;
  font-size: 13px;
  line-height: 25px;
  margin-top: 20px;
}
