@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body, html {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone {
  width: 375px;
  height: 766px;
  transform: scale(0.95);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
 background: rgb(9,1,61);
background: linear-gradient(170deg, rgba(9,1,61,1) 0%, rgba(68,17,199,1) 100%); 
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.main-content {
  flex-grow: 1;
  color: white;
  overflow-x: scroll;
  display: flex;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

@media (min-width:480px){

  .nav-menu{
  display: none !important;}
}
.nav-menu {

  position: fixed;
   left: 2.5%;
   bottom:0;
   background-color: red;
   color: white;
   text-align: center;
  width: 95%;
  display: flex;
  z-index: 1000000;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: #fbfbfb;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 2px solid #c10000;
}

.nav-btn {
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
  color: black;
}
.nav-btn i{
  color: #c10000;
}

.nav-btn > i {
  font-size: 1.25rem;
}
/* 
.nav-btn:hover {
  background: #9e9e9e;
  transition: 0.2s all ease-in-out;
}

.nav-btn:focus, .nav-btn.active {
  background: rgb(193 0 0);
  color: white;
  transition: 0.2s all ease-in-out;
} */

.content-section {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 20px;
}

.nav-btn{
  c
  text-decoration: none;
    text-align: center;display: block;
    font-size: 11px;
    
}
