* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
img {
  max-width: 100%;
}
/* Header Style */
.header-wrapper {
  background-color: #000;
  font-weight: 200;
  font-size: 0.75em;
  color: #fff;
}
.nav-wrapper {
  width: 980px;
  margin: 0 auto;
}
.header-wrapper .nav-wrapper ul {
  display: flex;
  justify-content: space-between;
}
.header-wrapper ul li a {
  text-decoration: none;
  color: #fff;
}
.header-wrapper ul {
  list-style: none;
}
.logo-link,
.search-link,
.cart-link {
  width: 15px;
  display: block;
}
.nav-wrapper ul li {
  display: inline-block;
  padding: 14px 0 8px;
  height: 25px;
  opacity: 0.8;
}
.header-wrapper .nav-wrapper ul li:hover {
  opacity: 1;
}
.header-wrapper .nav-wrapper ul li.logo-link {
  padding: 12px 0 10px;
}
.header-wrapper .nav-wrapper ul li.search-link {
  padding: 14px 0 8px;
}
.header-wrapper .nav-wrapper ul li.cart-link {
  padding: 12px 0 10px;
}
/* Mac-Section Styling -1st Sectiom*/
.mac-section {
  background: #fafafa;
  padding: 25px 0;
  text-align: center;
}
.links-wrapper ul li {
  list-style: none;
  padding-right: 20px;
  display: inline-block;
}
.links-wrapper ul li a {
  text-decoration: none;
  color: #06c;
}
.links-wrapper ul li a:hover {
  color: #000;
}
.iphon11-pro ul li a:hover {
  color: #fff;
}
.links-wrapper ul li a::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  padding-left: 10px;
}
.links-wrapper {
  padding: 15px 0;
}
.mac-model {
  font-size: 0.85em;
}
.mac-product-title {
  font-size: 4em;
  font-weight: 700;
}
.mac-brief-description {
  font-size: 2em;
}
/* iPhone Pro section Styling -2nd Section */
.iPhonePro-section {
  background: url(../images/home/iphone11-pro-bg.jpg) no-repeat center/cover;
  height: 580px;
  text-align: center;
  color: #fff;
  padding: 65px 20px;
}
.iPhonePro-product-title {
  font-weight: 600;
  font-size: 4em;
}
.iPhonePro-description {
  padding: 10px 0;
  font-size: 1.85em;
}
.iPhonePro-price-wrapper {
  font-size: 0.85em;
  color: #86868b;
}
/* iPhone 11 section Styling -3rd Section*/
.iPhone11-section {
  background: url(../images/home/iphone11-bg.jpg) no-repeat center/cover;
  height: 580px;
  text-align: center;
  padding: 65px 20px;
}
.iPhone11-product-title {
  font-weight: 600;
  font-size: 4em;
}
.iPhone11-description {
  padding: 10px 0;
  font-size: 1.85em;
}
.iPhone11-price-wrapper {
  font-size: 0.85em;
  color: #86868b;
}
/* Watch and card section styling -4h Section */
.apple-watches-section {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background: #fff;
}
.left-side-wrapper {
  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-watches-section .left-side-wrapper {
  background-image: url(../images/home/watch-series-5.jpg);
}
.right-side-wrapper {
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 48.5%;
  margin: 1% 1% 0% 0.5%;
  padding-top: 54px;
}
.apple-watches-section .right-side-wrapper {
  background-image: url("../images/home/apple-card.jpg");
}
.description-wraper {
  max-width: 430px;
  margin: 0 auto;
  padding: 10px;
}
/* Tv and AirPod Section Styling -5th-Section */
.tv-AirPod-section {
  display: flex;
  /* -webkit-box-pack: justify; */
  justify-content: space-between;
  background: #fff;
}
.tv-AirPod-section .left-side-wrapper {
  background-image: url("../images/home/apple-tv-background.jpg");
}
.tv-AirPod-section .right-side-wrapper {
  background-image: url("../images/home/air-pods.jpg");
  color: #fff;
  background-size: initial;
  background-color: #000;
  background-position: bottom;
}
.logo-wrapper {
  font-size: 40px;
  font-weight: bold;
}
.tvshow-logo-wraper {
  padding: 180px 0 200px;
}
.watch-more-wrapper a {
  text-decoration: none;
  font-size: 0.85em;
}
.watch-more-wrapper a:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f144";
  padding-left: 15px;
}
/* MacBook and iPad Section Styling -6th Section */
.macbook-iPad-sections {
  display: flex;
  /* -webkit-box-pack: justify; */
  justify-content: space-between;
  background: #fff;
}
.macbook-iPad-sections .left-side-wrapper {
  background-image: url(../images/home/macbook-pro.jpg);
  background-size: initial;
  background-color: #fafafa;
  background-position: bottom;
}
.macbook-iPad-sections .right-side-wrapper {
  background-image: url(../images/home/new-ipad.jpg);
}
.product-title-small {
  font-weight: 700;
  font-size: 45px;
}
/* Footer styling */
footer {
  background-color: #f5f5f7;
  font-size: 0.8em;
  color: #6c6c6c;
}
.footer-internal-wrapper {
  width: 980px;
  margin: 0 auto;
  padding: top 20px;
}
.footer-text-wrapper {
  text-align: justify;
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d7;
}
.footer-text-wrapper p {
  padding: 5px 0;
}
.footer-text-wrapper p a {
  color: #6c6c6c;
}
.footer-links-wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.footer-links-wrapper h3 {
  font-size: 14px;
  font-weight: 600;
}
.footer-links-wrapper ul li {
  padding: 6px 0;
  list-style: none;
}
.footer-links-wrapper ul li a {
  text-decoration: none;
  color: #6c6c6c;
}
.footer-links-wrapper ul li a:hover {
  text-decoration: underline;
}
.footer-links-wrapper ul {
  padding-bottom: 15px;
}
.more-ways-toShop {
  border-bottom: 1px solid #d2d2d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.more-ways-toShop a {
  color: #06c;
  font-weight: 500;
}
.copyright-wrapper {
  display: flex;
  padding: 10px 0 20px;
}
.footer-terms-links {
  padding: 0px 20px;
}
.footer-terms-links ul li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #6c6c6c;
}
.footer-terms-links ul li:last-child {
  border-right: 0px;
}
.footer-terms-links ul li a {
  text-decoration: none;
  color: #6c6c6c;
}
.footer-terms-links ul li a:hover {
  text-decoration: underline;
}
.footer-choose-country {
  display: inline-block;
  padding-left: 50px;
}
.country-flag {
  display: inline-block;
  vertical-align: middle;
}
.country-name {
  display: inline-block;
  vertical-align: top;
}
.country-name a {
  text-decoration: none;
  color: #6c6c6c;
}
.country-name a:hover {
  text-decoration: underline;
}
