* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
img {
  max-width: 100%;
}
/* header wrapper design starts here */
.header-wrapper {
  background-color: black;
  color: white;
  font-weight: 200;
  font-size: 0.75em;
}
/* design for lists in inner header wrapper */
.inner-headerWrapper ul {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
/* design for the inner wrapper as a whole */
.inner-headerWrapper {
  width: 980px;
  /* padding: 0 100px; */
  /* background-color: yellow; */
  margin: 0 auto;
}
/* design for the links inside ul to make the link color white and remove the underline */
.link-wrapper a {
  color: white;
  text-decoration: none;
}
/* design for the links in the link wrapper to cancle the dot  */
.link-wrapper ul {
  list-style: none;
}
/*  links padding and making them lighter  */
.inner-headerWrapper .link-wrapper ul li {
  display: inline-block;
  padding: 14px 0 8px;
  height: 25px;
  opacity: 0.8;
}
/* links to get bold when hovered */
.inner-headerWrapper .link-wrapper ul li:hover {
  opacity: 1;
}
.apple-wrapper,
.search-wrapper,
.cart-wrapper {
  width: 18px;
  display: block;
}
/* padding for the apple logo */
.link-wrapper ul li.apple-wrapper {
  padding: 12px 0 10px;
}
/* padding for the search logo */
.link-wrapper ul li.search-wrapper {
  padding: 14px 0 8px;
}
/* padding for the cart logo */
.link-wrapper ul li.cart-wrapper {
  padding: 12px 0 10px;
}
/* header ends here */

/* section one */
.sec-1 {
  background-color: #fafafa;
  text-align: center;
  padding: 25px 0;
}
.model {
  font-size: 0.85em;
}
.Product-title {
  font-weight: 700;
  font-size: 37px;
}
.description {
  font-size: 40px;
}
.link-wrapper2 {
  padding: 15px 0;
}

.link-wrapper2 ul li {
  display: inline-block;
  padding-right: 20px;
}
.link-wrapper2 ul li a {
  color: #06c;
  text-decoration: none;
}
.link-wrapper2 ul li a:hover {
  color: #000;
}
.link-wrapper2 ul li a:after {
  font-family: "FontAWesome";
  font-weight: 900;
  content: "\f105";
  padding-left: 10px;
}



/* section one ends here */

/* section two startes here */
.inner-sec-2 {
  background-image: url(./../Images/iphone11-pro-bg.jpg);
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 65px 20px;
  color: #fff;
}

.Product-title-2 {
  font-weight: 600;
  font-size: 56px;
}
.description2 {
  font-size: 26px;
  padding: 10px 0;
}
.prise {
  color: #86868b;
  font-size: 0.85em;
}
.link-wrapper3 {
  padding: 15px 0;
}
.link-wrapper3 ul li {
  display: inline-block;
  padding-right: 20px;
}
.link-wrapper3 ul li a {
  color: #06c;
  text-decoration: none;
}
.link-wrapper3 ul li a:hover {
  color: #000;
}
.link-wrapper3 ul li a:after {
  font-family: "FontAWesome";
  font-weight: 900;
  content: "\f105";
  padding-left: 10px;
}
/* section two ends here */
/* section three starts here */

.inner-sec-3 {
  background-image: url(../Images/iphone11-bg.jpg);
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 65px 20px;
  color: #000000;
}
.sec-3 {
  padding: 25px 0;
}
.Product-title-3 {
  font-weight: 700;
  font-size: 56px;
}
.description3 {
  font-size: 28px;
}
.prize3 {
  color: #86868b;
  font-size: 0.85em;
}
.link-wrapper3 {
  padding: 15px 0;
}
.link-wrapper3 ul li {
  display: inline-block;
  padding-right: 20px;
}
.link-wrapper3 ul li a {
  color: #06c;
  text-decoration: none;
}
.link-wrapper3 ul li a:hover {
  color: #000;
}
.link-wrapper3 ul li a:after {
  font-family: "FontAWesome";
  font-weight: 900;
  content: "\f105";
  padding-left: 10px;
}
/* sec three ends here */
/* sec 4 starts here */
.sec4 {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background: #fff;
}

.sec4-left {
  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;
}

.sec4-left {
  background-image: url(../Images/watch-series-5.jpg);
}

.sec4-right {
  height: 580px;
  background-image: url(../Images/apple-card.jpg);
  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;
}


.description4 {
  max-width: 430px;
  margin: 0 auto;
  padding: 10px;
}

.link-wrapper4 {
  padding: 15px 0;
}
.link-wrapper4 ul li {
  display: inline-block;
  padding-right: 20px;
}
.link-wrapper4 ul li a {
  color: #06c;
  text-decoration: none;
}
.link-wrapper4 ul li a:hover {
  color: #000;
}
.link-wrapper4 ul li a:after {
  font-family: "FontAWesome";
  font-weight: 900;
  content: "\f105";
  padding-left: 10px;
}
/* sec-4 ends here */
/* sec-5 starts here */
.sec5 {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background: #fff;
}
.sec5-left {
  height: 580px;
  background-image: url(../Images/apple-tv-background.jpg);
  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;
}
.tv-logoWrapper {
  padding-top: 10px;
}
.servant-logo {
  font-size: 40px;
  font-weight: bold;
  padding-top: 175px;
}
.watchMore-link {
  padding-top: 190px;
}
.watchMore-link a {
  text-decoration: none;
  font-size: 0.87em;
  color: #1600ed;
}
.watchMore-link a::after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f144";
  padding-left: 15px;
}
.sec5 .sec5-right {
  height: 580px;
  background-image: url(../Images/air-pods.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: initial;
  text-align: center;
  width: 48.5%;
  margin: 1% 1% 0% 0.5%;
  padding-top: 54px;
  color: #fff;
  background-color: #000;
}
.product-title5 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}

.link-wrapper5-right {
  padding: 15px 0;
}
.link-wrapper5-right ul li {
  display: inline-block;
  padding-right: 20px;
}
.link-wrapper5-right ul li a {
  color: #06c;
  text-decoration: none;
}
.link-wrapper5-right ul li a:hover {
  color: #000;
}
.link-wrapper5-right ul li a:after {
  font-family: "FontAWesome";
  font-weight: 900;
  content: "\f105";
  padding-left: 10px;
}
.description4-right {
  max-width: 430px;
  margin: 0 auto;
  padding: 10px;
}
/* sec6 starts here */
.sec6 {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background: #fff;
}
.sec6-left {
  height: 580px;
  background-image: url(../Images/macbook-pro.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: initial;
  text-align: center;
  width: 48.5%;
  margin: 1% 1% 0% 0.5%;
  padding-top: 54px;
  background-color: #fafafa;
}
.Producname-left {
  font-weight: 700;
  font-size: 45px;
}

.description-sec6-left {
  max-width: 430px;
  margin: 0 auto;
  padding: 10px;
}
.left-model {
  font-size: 0.85em;
}
.sec6-link-leftWrapper ul li {
  display: inline-block;
  padding-right: 20px;
}

.sec6-link-leftWrapper {
  padding: 15px 0;
}

.sec6-link-leftWrapper ul li a {
  color: #06c;
  text-decoration: none;
}
.sec6-link-leftWrapper ul li a:hover {
  color: #000;
}
.sec6-link-leftWrapper ul li a:after {
  font-family: "FontAWesome";
  font-weight: 900;
  content: "\f105";
  padding-left: 10px;
}

.sec6-right {
  height: 580px;
  background-image: url(../Images/new-ipad.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: initial;
  text-align: center;
  width: 48.5%;
  margin: 1% 1% 0% 0.5%;
  padding-top: 54px;
  background-color: #fafafa;
}

.Producname-right {
  font-weight: 700;
  font-size: 45px;
}

.description-sec6-right {
  max-width: 430px;
  margin: 0 auto;
  padding: 10px;
}
.model-right {
  font-size: 0.85em;
}
.sec6-link-rightWrapper ul li {
  display: inline-block;
  padding-right: 20px;
}

.sec6-link-rightWrapper {
  padding: 15px 0;
}

.sec6-link-rightWrapper ul li a {
  color: #06c;
  text-decoration: none;
}
.sec6-link-rightWrapper ul li a:hover {
  color: #000;
}
.sec6-link-rightWrapper ul li a:after {
  font-family: "FontAWesome";
  font-weight: 900;
  content: "\f105";
  padding-left: 10px;
}

/* footer style */
.footer-wrapper {
  background-color: #f5f5f7;
  color: #1d1d1f;
  font-size: 0.65em;
  width: 980px;
  margin: 0 auto;
}

.upper-text-container {
  border-bottom: 1px solid #86868b;
  color: #86868b;
  padding: 17px 0 20px;
}
.upper-text-container a {
  color: #545457;
  text-decoration: none;
}
.upper-text-container a:hover {
  text-decoration: underline;
}

.footer-links-wrapper {
  display: flex;
  /* -webkit-box-pack: justify; */
  padding-top: 20px;
  justify-content: space-between;
}
.footer-links-wrapper a {
  text-decoration: none;
  color: #515154;
}
.footer-links-wrapper ul {
  list-style: none;
  padding-bottom: 20px;
}
.footer-links-wrapper ul li {
  padding: 5px 0;
  font-size: 0.9em;
}
.footer-links-wrapper a:hover {
  text-decoration: underline;
}
.footer-links-wrapper h3 {
  font-size: 12px;
  font-weight: 600;
}
.my-apple-wrapper {
  border-bottom: 1px solid #d2d2d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.copyright-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px 0 20px;
}
.footer-links-term ul li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #ccc;
}
.footer-links-term ul li:last-child {
  border-right: 0px;
}
.footer-links-term ul li a {
  text-decoration: none;
  color: #515154;
}
.footer-links-term ul li a:hover {
  text-decoration: underline;
}
.footer-country {
  display: inline-block;
}
.flag-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.country-name {
  display: inline-block;
  vertical-align: top;
}
/* footer ends here */
