* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 20px;
    font-family:'Montserrat';
}
img {
    max-width: 100%;
}
/*Header style*/
.Outerpart {
    background-color: black;
    font-size: 0.75em;
    font-weight: 250;
    color:#fff;
    padding: 15px 0 15px;
    

}
.Outerpart ul {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    list-style: none;
}
.internalpart  {
    width: 980px;
    margin: 0 auto;
    color: #fff;
    
    
}
.Outerpart .internalpart ul li  {
    opacity: 0.8;
    display: inline-block;
    padding: 14px 0 8px;
    height: 25px;
    
}
.Outerpart .internalpart ul li a {
    text-decoration: none;
    color:whitesmoke;
}

.Outerpart .internalpart ul li:hover {
    opacity: 1;
}
.applelogo, .searchlogo, .cartlogo {
    width: 18px;
    display: block;
}

/* second section style*/

.secondPart {
    text-align: center;
    padding: 25px 0 20px;
}
.list {
    padding: 20px;
}
.list h1 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 65px;
}
.list h3 {
    font-size: 0.75em;
font-weight: none;
color: rgb(77, 69, 69);
}
.learnBuy {
    padding: 15px 0;
    opacity: 1;
}
.learnBuy ul li {
    display: inline-block;
    padding: 20px;
}
.learnBuy ul li a {
    text-decoration: none;
    color: #06c;
}
.learnBuy ul li a :hover {
    color: #000;
    opacity: 0.5;
}
.learnBuy ul li a::after {
    padding-left: 10px;
    font-family: "Fontawesome";
    font-weight: 900;
    content:"\f105"
}

/* third section style*/

.thirdPart {
    text-align: center;
    background-image: url("../Image/iphone11-pro-bg.jpg");
    background-size: cover;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 20px;
    color: #fff;
}
.iphonebigPro {
      font-size: 30px;
      font: bold;
      font-weight: 700;
}

.price {
    font-size: 0.8rem;
}

/* the fourth section style */

.fourthpart {
text-align: center;
    background-image: url("../Image/iphone11-bg.jpg");
    background-size: cover;
    height: 580px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 20px;
    color: black;
}
   
.fourthpart {
       padding-top: 35px;
}
.iphone11 {
    font-weight: 700;
    font-size: 45px;
}

/* the fifth setion style */

.sectionfive {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
}

.watchContainer {
    background-image: url("../Image/watch-series-5.jpg");
    background-size: cover;
    background-position: bottom;
    height: 588px;
    width: 50%;
    text-align: center;
    margin: 1% 0.5% 0% 1%;
    padding: 54px 0;

}
.CardContainer {
    background-image: url("../Image/apple-card.jpg");
    background-size: cover;
    background-position: bottom;
    height: 588px;
    width: 50%;
    text-align: center;
    padding: 54px 0 ;
    margin: 1% 0.5% 0% 1%;
}

   /* Section six tv & Airpods */

.section-six { 
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;

}
.tv-container {
    background-image:url("../Image/apple-tv-background.jpg");
    background-size: cover;
    background-position: center;
    height: 588px;
    width: 50%;
    text-align: center;
    padding: 54px 0 ;
    margin: 1% 0.5% 0% 1%;
}
.tv-servant {
    padding-top: 204px;
    }
.airpad-container {
    background-image:url("../Image/air-pods.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    height: 588px;
    width: 50%;
    text-align: center;
    padding: 54px 0 ; 
    margin: 1% 0.5% 0% 1%;
    background-color: black;
    color: white;
}
.logo {
    font-size: 45px;
    font-weight: 700;
}
.describtion a {
    text-decoration: none;
    font-size: 0.85em;
        
}
.describtion a:after {
    font-family: "FontAwesome";
    font-weight:900 ;
    content: "\f144";
    padding-left: 25px;
    }
.describtion {
    margin: 204px;
    font-size: 25px;
}

/* Section seven MacBook & newIpod */

.section-seven {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: center;
}

.macBook-seven {
    background-image:url("../Image/macbook-pro.jpg");
    background-position:bottom;
    background-repeat: no-repeat;
    height: 588px;
    width: 50%;
    text-align: center;
    padding: 54px 0 ;
    margin: 1% 0.5% 0% 1%;
}
.new-ipod {
    background-image:url("../Image/new-ipad.jpg");
    background-position:bottom;
    background-repeat: no-repeat;
    height: 588px;
    width: 50%;
    text-align: center;
    padding: 54px 0 ;
    margin: 1% 0.5% 0% 1%;
}
.macBook {
    font-size: 40px;
    font-weight: 700;
}
.macBook-seven {
    background-color: #fafafa;
}
/* Footer */


.footer-wrapper {
    /* background-color: rg; */
    color: #1d1d1f;
    font-size: .65em;
   margin: 0 84px;
   /* background-color: rgb(181, 163, 163); */
}
.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-links-wrapper {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 20px;

}
.footer-wrapper ul {
    list-style: none;
    padding-bottom: 20px;
}
.footer-wrapper ul li {
    padding: 5px 0;
    font-size: 0.9em;
}
.footer-links-wrapper a {
    color: #515154;
    text-decoration: none;
}
.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-top: 10px 0 20px;

}
.footer-links-terms ul li {
    display: inline-block;
    padding: 0 5px;
    border-right: 1px solid #ccc;
}
.footer-links-terms ul li:last-child {
    border-right: 0px;
}
.footer-links-terms ul li a {
    text-decoration: none;
    color: #515154;
}
.footer-links-terms ul li a:hover {
    text-decoration: underline;
}
.footer-country {
    display: inline-block;
}

.flag-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.footer-country-name {
    display: inline-block;
    vertical-align:top;
}






