* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
}
.footer {
  flex: 0 0 auto;
}

/* ---------------- HEADER -------------- */

.bg-dark{
  background: #000 !important;
}

.width-input{
  max-width: 200px;
}

.head-height{
  min-height: 80px;
}

.logo{
  height: 60px;
  width: 150px;
}

/* ---------------- SECTION-1 -------------- */

.product{
  background: #f6f6f6;
  min-height: 150px;
  border-top: 5px solid #fff; 
}

.item-product{
  display: flex;
  justify-content: center;
}

.item-product img{
  min-width: 200px;
  height: 150px;
  padding: 3px;
  margin-top: 10px;
}

.item{
  display: flex;
  max-width: 450px;
}

.item h4{
  padding: 25px;
  padding-bottom: 0;
  text-align: center;
  font-weight: 600;
}

.item:first-child{
  border-right: #fff solid 10px;
  text-align: center;
  padding: 2%;
}

.item:last-child{
  text-align: center;
  padding: 2%;
}

/* --------------- SECTION-2 ------------ */

.block{
  margin-top: 7%;
  display: flex;
  flex-direction: column;
}

.mac{
  display: flex;
  min-height: 275px;
  width: 100%;
  background: #f6f6f6;
  border-bottom: #fff solid 3px;
}

.mac-text{
  margin-top: 40px;
}

.mac h4{
  color: #000;
}

.drop{
  color: rgb(32, 106, 204);
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.drop:hover{
  color: #000;
  text-decoration: none;
}

.mac img{
  margin-left: 10%;
  width: 400px;
  height: 290px;
}

.block-3{
  display: flex;
  min-height: 500px;
  width: 100%;
  background: #f6f6f6;
  border-top: #fff solid 3px; 
}

.iphone{
  width: 60%;
  height: auto;
  border: #fff solid 3px;
  background: #d8ecff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  text-align: center;
}

.iphone h4{
  margin-top: 20px;
}



.iphone img{
  width: 60%;
  margin-left: 100px; 
}

.iphone-ipad{
  width: 100%;
}

.ipad{
  width: auto;
  height: 50%;
  border: #fff solid 3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: url("../img/ipad.png") top no-repeat #f6f6f6;
}

.ipad h4{
  margin: 22px 0px 0px 25px;
}

.ipad a{
  margin: 7px 0px 0px 10px;
}

.ipad p {
  margin: 10px 0px 0px 15px;
}

.ipod{
  width: auto;
  height: 50%;
  border: #fff solid 3px;
  display: flex;
  flex-direction: column;
  background: url("../img/ipod.png") no-repeat bottom #f6e4cc;
}

.ipod h4{
  margin: 10px 0px 0px 25px;
}

.ipod a{
  margin: 0px 0px 0px 13px;
}

.ipod p {
  margin: 0px 0px 0px 20px;
}

.block-2{
  display: flex;
  min-width: 100%;
  background: #f6f6f6;
  min-height: 250px;
  border-top: #fff solid 3px;
}

.apple-tv{
  border: #fff solid 3px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: url("../img/appleTV.png") no-repeat right #f6f6f6;
  
}

.apple-tv h4{
  margin: 22px 0px 0px 25px;
}

.apple-tv a{
  margin: 7px 0px 0px 35px;
}

.acc{
  border: #fff solid 3px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: url("../img/acc.png") no-repeat right #76a2d8;
}

.acc h4{
  margin: 22px 0px 0px 25px;
  color: #fff;
  font-weight: 100;
}

.acc a{
  color: #fff;
  margin: 7px 0px 0px 45px;
}


/* -------------- SECTION ABOUT US ------------ */

.about{
  display: flex;
  margin-top: 5%;
  margin-bottom: 5%;
}

.logo-about img{
  max-width: 150px;
  max-height: 200px;
}

.about-text{
  margin-left: 40px; 
}

.about-text h3{
  color: #231F20;
  font-size: 24px;
  font-weight: 300;

}

.about-text p{
  color: #BABABA;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  color: #BABABA;
  border: 0;
}

.card-body{
  padding: 0;
}

/* -------------- FOOTER --------------- */

.footer{
  background: #000;
  height: auto;
  min-width: 100%;
}

.footer-first{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.4);
}

.logo-footer{
  max-height: 60px;
  max-width: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-icon{
  display: flex;
  color: rgba(255,255,255,.4);
  max-width: 325px;
}

.text-icon{
  margin: 25px 0px 20px 0px;
  font-weight: 100;
  font-size: 17px;
}

.social-icon-item{
  max-height: 35px;
  width: 35px;
  margin: 20px 10px 20px 10px;
}

.footer-second{
  display: flex;
  justify-content: space-between;
}

.footer-second-item{
  margin: 20px 0 0 0;
}

.footer-second-item p{
  margin-top: 3px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,.4);
}