* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
 
}



.dialog{
  margin-top: 2%;
  margin-bottom: 2%;
  margin-left: 5%;
  margin-right: 5%;
}
#logo_pic {
  display: flex;
  align-items: center;
  text-align: center;
}

#logo_pic img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 20px;
}

#logo_pic h1 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

#logo_pic small {
  font-size: 12px;
  font-weight: 900;
  color: rgb(83, 80, 80);
}

.app-info {

  text-align: left;
  border-radius: 15px;
  margin: 5px;
  padding: 15px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  color: #000;
  /* background-image: linear-gradient(160deg, rgb(255, 0, 255), rgb(15, 15, 90)); */
}

#app-icon {
  width: 80px;
  height: 66px;
  border-radius: 10px;
  margin-top: 29px;
}

h2 {
  position: absolute;
  top: 50px;
  left: 130px;
  font-size: 1.5rem;
  margin: 0px 0;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: -5px 13px;
  margin-right: 10px;
}

.rating img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
}

.rating p {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 14px 0;
  margin-right: 5px;
}

#inner-p{
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 10px -18px;
  margin-right: 17px
}

.rating span{
  margin-top: 70px;
    margin-left: -71px;
    margin-right: 64px;
    margin-bottom: 21px
}

/* .ui.button{
  width: 50% ;
} */


.download-dropdown {
  position: relative;
  text-align: left;
  margin-top: 20px;
}

.download-button {
  color: white;
  padding: 12px 40px;
  border-radius: 6px;
  background: #4CAF50;
  transition: all 0.2s ease;
  font-size: 18px;
  cursor: pointer;
}

.download-button:active {
  transform: scale(0.95);
}

.download-options {
  display: none;
  background-color: #f9f9f9;
  width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
}

.download-dropdown:hover .download-options {
  display: block;
}

.download-options a {
  color: black;
  padding: 12px 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.download-options a:hover {
  background-color: #ddd;
}

.screenshots {
  margin-top: 10px;
}

.screenshots h3 {
  font-size: 20px;
  margin: 10px 0;
  text-align: left;
  color: #000;
  font-weight: 100;
}

.screenshot-container {
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

.screenshot {
  display: inline-block;
  width: 100%; /* Full width by default */
  margin: 1%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.screenshot img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  /* Adjust styles for screens 768px and larger (typical tablet landscape and above) */
  .screenshot {
    width: 10%;
    height: 15%; /* Adjust the percentage based on your layout preferences */
  }
}

@media screen and (min-width: 1024px) {
  /* Adjust styles for screens 1024px and larger (typical laptop/desktop screens) */
  .screenshot {
    width: 20%; /* Adjust the percentage based on your layout preferences */
  }
}



.description-container {
  
  padding: 20px;
  display: none;
  color: #000;
  /* background-image: linear-gradient(160deg, rgb(255, 0, 255), rgb(15, 15, 90)); */
}
.description-container h3{
  font-weight: 700;
  
  align-items: center;
  color: #000;
}

.description h3 {
  font-size: 20px;
  margin: 20px 0;
  font-weight: 700;
  display: flex;
  text-align: center;
  text-decoration: none;
}

.description p {
  font-size: 16px;
  text-align: left;
  margin: 10px 0;
  line-height: 1.5;
  color: #000;
  text-align: justify;
}

.req-sec h3{
  font-size: 18px;
/*   margin: 3px 15px; */
  font-weight: 700;
  text-decoration: none;
}

.rounded-icon-container {
  display: flex;
  align-items: center;
}
ul {
  list-style: none;
  padding: 0;
}

li::before {
  content: "-";
  margin-right: 5px;
}
.rounded-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff; /* Default background color */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.rounded-icon:hover {
  background-color: rgba(239, 239, 239, 0.657); /* Hover background color (grey) */
}

/* You can customize the icon styles if needed */
.rounded-icon i {
  color: #fff; /* Icon color */
  font-size: 24px;
}

.requirements{
/*   padding: 16px; */
  display: flex;
  justify-content: space-between;
}
.left-content{
  /* background-color: red; */
  width: 50%;
  height: auto;
}

.left-content p{
  margin-bottom: 3px;
  margin-top: 10px;
}

.right-content{
  /* background-color: yellow; */
  width: 63%;
  height: auto;
}

.right-content p{
  margin-bottom: 3px;
  margin-top: 10px;
}

footer {
  background-color: #333;
  color: white;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom {
  margin-top: 10px;
}


