/* General Styling*/
body {
  font-family: "Montserrat", sans-serif;
}
a {
  color: #06c;
}
img {
  max-width: 100%;
}
.white {
  color: #fff;
}
.black {
  color: #1d1d1f;
}
.grey {
  color: #86868b;
}
.top-50 {
  margin-top: 50px;
}
.mm {
  text-align: center;
}
.nn {
  text-align: center;
}

.im1 {
  background-image: url(../images/home/macbook-pro.jpg);
  height: 180px;
  width: 240px;
  background-size: cover;
  margin: 2% auto;
}

.hero {
  background-image: url(../images/home/iphone11-pro-bg.jpg);
  height: 400px;
 background-position: center;
 display: flex;
 align-items: center;
 justify-content: center;
  background-size: cover;
  margin: 1% auto;
}
.hero-content h1{
  color: white;
  text-align: center;
  position: absolute;
  top: 65%;
  font-size: 3.5rem;
  font-weight: 600;
}
.hero-content p{
  color: white;
  font-size: 18px;
  margin-top: -120px;

}
.hero-content a{
  margin-left: 80px;
}
.link {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-size: 1.2rem;
}
.kk {
text-align: center;

}
.links1{
  color: white;
  background-color:black;
  display:inline-block;
  padding: 10px 20px;
  margin-left: 130px;
  margin-top: -70px;
  
}
.im2 {
  background-image: url(../images/home/iphone11-colored.jpg);
  height: 450px;
margin: 2px auto;
padding: 0;
background-position: center;
background-size: cover;
 display: flex;
  margin-top:-135px;
  
}



.left-side-container1 {
  margin-left: 100px;
}
.left-side-container2 {
  margin-left: 80px;
}
 .logo img {
 height: 100px
}
.imagee {
  background-image: url(../images/home/watch-lg.jpg);
  height: 200px;
  width: 240px;
  background-size: cover;
  margin-top: 50;
  display: flex;
}

.image1 {
  background-image: url(../images/home/apple-card.jpg);
  height: 300px;
  width: 480px;
  background-size: cover;
  margin-top: -100px;
  display: flex;
}
.tvshow {
  background-image: url(../images/home/apple-tv-background.jpg);
  height: 300px;
  width: 480px;
  background-size: cover;
  margin-top: 50;
  display: flex;
}
.image3 img {
  
  margin-top: -60%;
  margin-left: 170px;
  width: 250px;
}
.logo2 img {
  margin-left: 267px;
}
.image4 {
  background-image: url(../images/home/air-pods.jpg);
  height: 350px;
  width: 280px;
  background-size: cover;
  margin-top: 50;
  display: flex;
  margin-left: 130px;

}

.image5 {
  background-image: url(../images/home/macbook-pro.jpg);
  height: 350px;
  width: 380px;
  background-size: cover;
  margin-top: 50;
  display: flex;
}
.log3 img {
  height: 100px;
margin-left:700px;
}
.image6 {
background-image: url(../images/home/new-ipad.jpg);
 height: 350px;
  width: 580px;
  background-size: cover;
  margin-top: -110px;
  display: flex;
  margin-left: -100px;

}
.right-side{
  position: absolute;
  top: 405%;
  margin-left:600px ;

  
}
.top-logo1 {
  margin-left: 100px;
}
.description {
  margin-left: 100px;
}
.links-wrapp {
  margin-left: 100px;
}
.logo-wrapper1 img {
  margin-left: 200px;
}
.description-wraper1 {
  margin-left: 120px;
}
.links-wrapper2{
  margin-left: 150px;
}
.logo-wrapper4 img {
  margin-left: 150px;
}
.description-wraper1 {
  margin-left: 130px;
}
.links-wrapper4 {
  margin-left: 150px;
}

.top-100 {
  margin-top: 100px;
}
/* Header Style */
.nav-wrapper {
  background: rgba(0, 0, 0, 0.8);
  font-size: 0.85em;
  font-weight: 200;
}
.nav-wrapper ul li a {
  color: #fff;
}
.navbar-toggler {
  color: #fff;
}
.nav-item {
  text-align: left !important;
  padding: 4px 0;
  border-bottom: 1px solid #4b4b4b;
}

/* Footer Styling */
.footer-wrapper {
  background-color: #f5f5f7;
  color: #86868b;
  font-size: 0.7em;
}
.footer-wrapper ul {
  list-style: none;
  padding-bottom: 10px;
  padding-inline-start: 0px;
}
.footer-wrapper ul a {
  color: #515154;
  text-decoration: none;
}
.my-apple-wrapper {
  padding-bottom: 15px;
  margin-top: 10px;
}
.copyright {
  margin-top: 15px;
}
.footer-country {
  margin-top: 8px;
}
.flag-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.footer-country-name {
  display: inline-block;
  vertical-align: middle;
}
.footer-links-terms ul {
  display: flex;
}
.footer-links-terms ul li a {
  border-right: 1px solid #d2d2d7;
  padding: 0 5px;
}
.footer-links-terms ul li:first-child {
  padding-left: 0;
}
.footer-links-terms ul li:last-child {
  border-right: 0;
}

.footer-links-wrapper h3 {
  font-size: 12px;
  font-weight: 600;
  color: #1d1d1f;
}
.footer-wrapper ul li {
  padding: 4px 0;
}
.upper-text-container {
  border-bottom: 1px solid #d2d2d7;
  padding: 17px 0 10px;
  margin-bottom: 20px;
}
.upper-text-container a {
  color: #515154;
}

/*Media Query*/
/* Footer */
@media (max-width: 768px) {
  .footer-links-wrapper ul {
    display: none;
  }
  .footer-links-wrapper h3 {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .footer-links-wrapper h3:after {
    font-family: "FontAwesome";
    content: "\f067";
    padding-left: 10px;
    position: absolute;
    right: 25px;
  }
}
@media (min-width: 768px) {
  /*Nav bar*/
  .nav-item {
    text-align: center !important;
    padding: 0;
    border-bottom: 0px;
  }
  /*Footer styling*/
  .my-apple-wrapper {
    border-bottom: 1px solid #d2d2d7;
  }
}
@media (min-width: 992px) {
  /*Footer styling*/
  .copyright {
    margin-top: 10px;
  }
  .footer-country {
    margin-top: 10px;
  }
  .footer-links-terms {
    margin-top: 10px;
  }
}
