
.icon-link img{
    width: 1.25rem;
    color:white;
}
button .learn{
    text-decoration: none;
}

.second{
    background-image: url(../images/home/iphone11-pro-bg.jpg);
    }
.third{
       background-image: url(../images/home/iphone11-bg.jpg);
   }
.fourthl{
       background-image: url(../images/home/watch-series-5.jpg);
    }
.fourthr{
       background-image: url(../images/home/apple-card.jpg);
   }
   .fifthl{
    background-image: url(../images/home/apple-tv-background.jpg);
   }
   
.second, .third, .fourthl, .fourthr,.fifthl, .fifthr, .sixthl, .sixthr{
    background-position: center;
    background-repeat: no-repeat;
    height: 36.25rem; 
}
.fifthr{
    background-image: url(../images/home/air-pods.jpg);
    padding-top: 40px;
    background-position: bottom;
   }
.icon1 img{
    width: 5rem;
}
.icon2 img{
    width: 8rem;
}

/* .scale-99 a{
    text-decoration: none;
} */
.bold:hover {
    transform: scale(1.625rem);
     
} 

.sixthl{
    background-image: url(../images/home/macbook-pro.jpg);
    background-position: bottom;
   
}
.sixthr{
    background-image: url(../images/home/new-ipad.jpg);
    
}
.fa-chevron-right{
    font-size: .625rem;
}
footer{
    background-color: #d4d1d188;
    
}
.title{
    font-size: .8125rem;
    font-weight: 700;
}

 .remove-underline  {
    font-size: .8125rem;
    /* text-decoration: none; */
    color:gray
       
} 
.next{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.footer-link a {
    border-right: 0.0625rem solid grey;
    padding: 0 0.3125rem;
    
    color: grey;
}
@media (min-width: 768px) {
    .footer-collapse {
      display: block !important;
      height: auto !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
    .footer-toggle {
      display: none !important;
    }
    .footer-title {
      display: block !important;
    }
  }

  .footer-title {
    display: none;
  }
  