@media (max-width: 768px) {
  * {
    font-family: "Roboto", sans-serif;
  }
  .foterposition {
    /* position: fixed; */
    bottom: -13px;
  }
  .navbar {
    width: 1008px;
    display: flex;
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    padding: 1px 20px;
    background-color: rgb(21, 21, 21) !important;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  .footerr {
    width: 1049px;
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
  }
  .copyright {
    width: 1009px;
    background-color: #1a1a1a;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
  }
  .footerr .social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 37px !important;
    width: 106px !important;
    height: 106px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .fa-phone-alt:before,
  .fa-phone-flip:before {
    content: "\f879";
    font-size: 42px;
  }
  .fa-envelope:before {
    content: "\f0e0";
    font-size: 42px;
  }
  .left {
    font-size: 40px;
    margin-left: 4px;
  }
  .text a {
    font-size: 27px;
    text-decoration: none !important;
    color: white;
  }
  .p {
    font-size: 27px;
    margin-top: -5px;
    color: white !important;
  }
  .power {
    font-size: 15px !important;
    padding-bottom: 40px;
  }
  .power {
    background-color: #1a1a1a;
    height: 4px !important;
    display: flex !important
  ;
    flex-direction: column !important;
    margin-top: -10px;
    color: white !important;
    font-size: 10px;
    text-align: center;
  }
  .pp_content {
    width: 879px;
    padding: 50px 50px;
  }
  .termheading {
    text-align: start !important;
    font-size: 85px;
  }
  .lastupdate {
    font-size: 50px;
    text-align: center !important;

    font-style: normal;
  }
  .paragraph {
    padding-bottom: 52px;
    font-size: 35px;
  }
  .fa-user:before {
    content: "\f007";
    font-size: 120px;
  }
  .navbar ul li a {
    font-size: 100px !important;
    font-weight: 900;
    font-size: 110px !important;
  }
  .bold {
    font-size: 45px !important;
  }
  .collectioninfo {
    text-align: start !important;
  }
}
