* {
    margin: 0;
    padding: 0;
}

body {
    background: black;
    color: white;
    font-family: sans-serif;
}

 nav {
    background-color: white;
    box-shadow: 3px 3px 5px rbga(0,0,0,0.1);
 }
 nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    background-color: white;
 }
 nav li{
    height: 50px;
   
 }
 nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black;
 }
 nav a:hover{
    background-color: lightgray;
 }
 nav li:first-child{
    margin-right: auto;
 }
 .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 360px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(20px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
 }
 
 
 .sidebar li {
    width: 100%;
    
 }
 .sidebar a {
    width: 100%;
    color: white;
    font-weight: bolder;
 }

 .menu-button {
   display: none;
 }


 #text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

 #overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}





.hero {
    padding-top: 70px;
    justify-items: center;
    text-align: center;
    padding-bottom: 50px;
}

.hero p {
    padding: 10px;
}

.browser-name {
    display: inline-block;
    gap: 4rem
   
}

.try {
    display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  background-color: #006aff;
  border: 8px solid #c0dfff;
  color: white;
  gap: 8px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}


.try:hover {
    background-color: #0051cc;
    border-color: #99c2ff;
}

.featurs {
    padding: 15px 9%;
    padding-bottom: 50px;
    background-color: white;
    color: black;
}


.featurs h2 {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.featurs-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
   gap: 15px;
}

.featurs .featurs-grid .featurs-card {
    border-radius: 5px;
    background: black;
    color: white;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
}

.featurs-card h3 {
    padding-bottom: 20px;
}

.featurs-card p {
    font-weight: 100%;
    text-align: center;
}


.About {
   padding-bottom: 40px;
}

.About h2 {
   padding-top: 30px;
   text-align: center;
   padding-bottom: 30px;
}

.about-me img {
   justify-self: center;
   padding-top: 20px;
   padding-bottom: 10px;
}

.about-me h4 {
   text-align: center;
}

.about-me h5 {
   text-align: center;
   font-size: 17px;
}

.about-me {
   width: 700px; 
   background: white;
   color: black;
   display: grid;
   justify-self: center;
   justify-content: center;
   border-radius: 10px;
   padding-bottom: 20px;
}

.about-me p {
   padding-bottom: 40px;
   line-height: 1.8;
   padding: 20px;
   
}

.try1 {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  margin-top: 20px;
  padding: 16px 32px;
  background-color: #006aff;
  border: 8px solid #c0dfff;
  color: white;
  gap: 8px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
}


.try1:hover {
    background-color: #0051cc;
    border-color: #99c2ff;
}


/* From Uiverse.io by Yaya12085 */ 
.pack-container {
  
  justify-self: center;
  display: flex;
  max-width: 350px;
  flex-direction: column;
  border-radius: 12px;
  background-color: black;
  border: 1px solid #fff;
  padding: 1.6rem;
  color: #fff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.header {
  position: relative;
  margin: 0;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding-bottom: 1rem;
  text-align: center;
}

.title {
  display: block;
  font-family: sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #fff
}

.price-container {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  font-family: sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.price-container span:first-child {
  margin-top: 10px;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.price-container span:last-child {
  align-self: flex-end;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.list span {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: rgba(255, 255, 255, 0.185);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list span svg {
  height: 12px;
  width: 12px;
}

.list p {
  display: block;
  font-family: sans-serif;
}

.button-container {
  margin-top: 20px;
  padding: 0;
}

.button-container button {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #000;
  outline: 0;
  border: 0;
  border-radius: 10px;
}



.price {
   background-color: white;
   padding-bottom: 30px;

}

.price h2 {
    text-align: center;
    padding: 30px;
    color: black;
}

.price-card p {
 padding-bottom: 40px;
 text-align: center;
 padding: 20px;
}

.price-card {
   width: 350px; 
   background: white;
   color: black;
   display: grid;
   justify-self: center;
   justify-content: center;
   border-radius: 10px;
   padding-bottom: 20px;
}

.price-card a {
    text-align: center;
    padding: 8px 20px;
    background-color: blue;
    display: inline-block;
    border-radius: 10px;
    color: white;
    margin-top: 20px;
}




.FAQ-page {
   padding-top: 30px;
   width: 80%;
   margin: auto;
}

.FAQ-page > h2 {
   text-align: center;
   padding-bottom: 20px;
}

.accordion {
   background-color: white;
   color: #000;
   cursor: pointer;
   font-size: 1.2rem;
   width: 100%;
   padding: 2rem 2.5rem;
   border: none;
   outline: none;
   transition: 0.4s;
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-weight: bold;
}


.accordion i {
   font-size: 1.5rem;
}

.active,
.accordion:hover {
   background-color: #f1f1f1;
}


.pannel {
  padding: 0 2rem 2.5rem 2rem;
   background-color: white;
   overflow: hidden;
   background-color: #f1f1f1;
   display: none;
}

.pannel p {
   color: black;
   font-size: 1.2rem;
   line-height: 1.4;
}

.faq {
   border: 1px solid rgba(0, 0, 0, 0.2);
   margin: 10px 0;
}

.faq.active {
   border: none;
}




footer {
  background-color: white;
  color: #000;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #1f242a;
  margin-top: 40px;
}




 @media only screen and (max-width: 800px) {

   .hideonmobile {
      display: none;
   }
   
   .menu-button {
      display: block;
   }

   .sidebar {
      display: none;
   }
   
   .nav {
      position: fixed;
   }

   .featurs-grid {
    display: grid;
   grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
   gap: 15px;
   }

   
.about-me {
   width: 500px;
}

}

 @media only screen and (max-width: 400px) {
   
    .sidebar {
      display: 100%;
    }
  
    .sidebar {
      display: none;
   } 
   
   .nav {
      position: fixed;
   }

   .about-me {
   width: 350px;
}


   .featurs-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
   gap: 15px;
}
 }