* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
.header-container {
  background-color: black;
  padding: 10px;
  font-size: 0.85em;
}
.list-container {
  /* width: 980px; */
  width: 85%;
  padding: 0 10px;
  margin: 0 auto;
}
.list a {
  color: white;
  text-decoration: none;
  font-weight: 200;
  font-size: 0.85em;
}

header ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.list ul li {
  opacity: 0.8;
}
.list ul li:hover {
  opacity: 1;
}

header li img {
  width: 18px;
}
.Main-Macbook-container {
  background-color: #fafafa;
  text-align: center;
  padding: 25px, 0;
}
.inch {
  font-size: 0.85em;
  padding: 20px;
}
.header1 {
  font-weight: 700;
  font-size: 56px;
}
.description {
  font-size: 28px;
  font-weight: 500;
}
.link-Container {
  padding: 55px, 0;
}
.link-Container ul li {
  display: inline-block;
  padding-right: 20px;
}
.link-Container ul li a {
  color: #06c;
  text-decoration: none;
}
.link-Container ul li a:hover {
  color: #000;
}
.link-Container ul li a:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  padding-left: 10px;
}
.Internal-pro-container {
  background-image: url("../images/home/iphone11-pro-bg.jpg");
  height: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 20px;
  color: #fff;
}
.iphones ul li a:hover {
  color: #fff;
}
.title-container {
  font-weight: 600;
  font-size: 56px;
}
.description-container {
  font-size: 26px;
  padding: 10px 0;
}
.price-container {
  color: #86868b;
  font-size: 0.85em;
}
.Internal-11-container {
  background-image: url("../images/home/iphone11-bg.jpg");
  height: 410px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 65px 20px;
}
/*Apple watch and card container below*/
.Apple-watchCard-container {
  display: flex;

  justify-content: space-between;
  background: #fff;
}
.left-side-container {
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 48.5%;
  margin: 1% 0.5% 0% 1%;
  padding-top: 54px;
}
.Apple-watchCard-container .left-side-container {
  background-image: url("../images/home/watch-series-5.jpg");
}
.right-side-container {
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 48.5%;
  margin: 1% 1% 0% 1%;
  padding-top: 54px;
}
.Apple-watchCard-container .right-side-container {
  background-image: url("../images/home/apple-card.jpg");
}
.description-container {
  max-width: 430px;
  margin: 0 auto;
  padding: 10px;
  font-size: 0.85em;
}
/*Apple watch and card container end*/
/*apple tv section */
.AppleTv-container {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.left-side-container {
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 48.5%;
  margin: 1% 0.5% 0% 1%;
  padding-top: 54px;
}
.AppleTv-container .left-side-container {
  background-image: url("../images/home/apple-tv-background.jpg");
}
.logo-container {
  font-size: 40px;
  font-weight: bold;
}
.tv-logo-container {
  padding: 180px 0 200px;
}
.watch-more-container a {
  text-decoration: none;
  font-size: 0.85em;
}
.watch-more-container a:after {
  font-family: "fontAwesome";
  font-weight: 900;
  content: "\f144";
  padding-left: 15px;
}

.AppleTv-container .right-side-container {
  background-image: url("../images/home/air-pods.jpg");
  color: #fff;
  background-size: initial;
  background-color: #000;
  background-position: bottom;
}

/*models section*/
.Model-container {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.Model-container .left-side-container {
  background-image: url("../images/home/macbook-pro.jpg");
  background-size: initial;
  background-color: #fafafa;
  background-position: bottom;
}
.Model-container .right-side-container {
  background-image: url("../images/home/new-ipad.jpg");
}
.title-container {
  font-weight: 700;
  font-size: 45px;
}

.footer-container {
  background-color: #f5f5f7;
  text-align: justify;
  color: #1d1d1f;
  font-size: 0.75em;
  width: 980px;
  margin: 0 auto;
  padding-right: 10px;
}
.upper-text-container {
  border-bottom: 1px solid #d2d2d7;
  color: #86868b;
  padding: 17px 0 20px;
}
.upper-text-container a {
  text-decoration: none;
  color: #515154;
}
.upper-text-container a:hover {
  text-decoration: underline;
}
.footer-link-container {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  padding-top: 20px;
}
.footer-container ul {
  list-style: none;
  padding-bottom: 20px;
}
.footer-container ul li {
  padding: 5px 0;
  font-size: 0.9em;
}
.footer-link-container a {
  color: #515154;
  text-decoration: none;
}
.footer-link-container a:hover {
  text-decoration: underline;
}
.footer-link-container h3 {
  font-size: 12px;
  font-weight: 600;
}
.myApple-wrapper {
  border-bottom: 1px solid #d2d2d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.Copyright-container {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 20px;
}

.footer-last-container ul li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #ccc;
}
.footer-last-container ul li:last-child {
  border-right: 0px;
}
.footer-last-container ul li a {
  text-decoration: none;
  color: #515154;
}
.footer-last-container ul li a:hover {
  text-decoration: underline;
}
.country {
  display: flex;
  padding-right: 10px;
}
.footer-container h3 {
  font-size: 12px;
  font-weight: 600;
}
