
.focim{
    font-size: 35px;
}
.button{
    float: right;
    border: 1px transparent solid;
    border-radius: 10px;
    background-color: white;
    
}
.button:hover{
    border: 1px black solid;
    transition: 0.5s;
}
.button-link{
    color: black;
    text-decoration: none;
}
.card:hover{
    box-shadow: 7px 7px 0px #000002;
    transition: 0.6s;
}
html{
    overflow-x: hidden
}
.backg-white{
    background-color: white;
}
.br-20{
    border-radius: 20px;
}
.br-fix{
    border-radius: 20px 20px 0px 0px;
}
.main-card-head{
    text-align: center;
    border-bottom: 0px black solid;
    margin-top: 10px;
}
.br-fix2{
    border-radius: 0px 0px 20px 20px;
}
.h2watch{
    text-align: center;
    color: white;
    font-size: 40px;
    font-weight: 500;
}
.h3watch{
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 200;
}
.footerstyle{
    
   
    border-radius: 20px;
 
}
.navbar a {
    float: left;
    display: block;
    


  }
  
  .navbar a:hover {
    
    color: black;
  }
  .navbar {
    position: fixed; /* Make it stick/fixed */
    top: 0; /* Stay on top */
   width: 100%;
    transition: 0.5s; /* Transition effect when sliding down (and up) */
  }
.macbook-focim{
    font-size: 100px;
    text-align: center;
}
@media screen and (max-width : 	540px)
{
  .phone-fontsizemac
  {
    font-size: 50px;
    display: block;
    margin-top: 50px;
  }
  .phone-imgsizemac{
    width: 150% !important;
  }
  .phone-mainimgmac{
    width: 100%;
    height: 100%;
  }
  .macmaincont{
    height: 65vh;
    margin-top: 200px;
  }
  .phone-nums{
    width: 80%;
  }
  .screenimg{
    margin-top: 100px;
    width: 160% !important;
  }
 .screenh2{
    font-size: 30px !important;
    margin-top: 30px;
    width: 100% !important;
    
 }
 .screenh3{
    font-size: 20px !important;
    width: 90% !important;
    margin-top: 20px;
 }
 .phonebb{
    border-bottom: 3px grey solid;
    padding-bottom: 40px;
    width: 90%;
    margin-left: auto ;
    margin-right:auto ;
    
 }
 .icloudscosys{
    float: none !important;
    text-align: center;
    margin-top: 30px !important;
 }
 .icloudscosys2{
    float: none !important;
    text-align: center !important;
 }
 .phoneform{
    width: 100% !important;
 }

}
.h2mac{
    text-align: center;
    color: #FAFAFA;
    font-size: 50px;
}
.h3mac{
    color: #FAFAFA;
    text-align: center;
    display: block;
    font-weight: 400;
}
.m3-nums{
    color: grey;
    font-size: 50px;
    font-weight: 600;
    
}
.macscreenh2{
    color: #000002;
    text-align: center;
    margin-left: 30px;
    font-size: 25px;
    width: 75%;
}
.ecosysh3{
    font-size: 25px;
    font-weight: 400;
}
.footerli{
    list-style: none;
    color: #000002 !important;
    text-decoration: none !important;
}
.footerli:hover{
    color: #000002;
}