* {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-decoration: none;
  box-sizing: border-box;
  scrollbar-width: none;

  a {
    text-decoration: none;
    color: black;
  }
  li{
    list-style-type: none;
  }
}
nav {
  /* display: flex; */
  /* justify-content: space-around; */
  align-items: center;
  height: 70px;
  position: sticky;
  background-color: white;
  top: 0;
  width: 100vw;
  box-shadow: 0px 0px 15px 0px rgb(187, 179, 179);
  z-index: 100;
  
}
nav a {
  color: rgb(68, 67, 67);
  font-weight: 500;
}
.mobile{
  display: none;
}
nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  height: 70px;
  padding: 2em 2em 2em 2em;
  /* gap: 1rem; */
}
nav .profile img{
  width: 2rem;
  margin-left: 1rem;
}

nav ul .icon-nav img {
  width: 25px;
}
nav ul .icon-nav1 img {
  width: 25px;
}

nav ul .icon-nav {
  display: inline-flex;
  align-items: center;
}

nav .menu li {
  padding: 1px;
}
nav .menu li:hover {
  background-color: #e0d2d2;
}
.hero {
  /* display: none; */
  width: 40vw;
  justify-content: center;
  /* padding-bottom: 5%; */
  /* position: relative; */
  align-content: flex-end;
  /* border: 1px solid; */
}

.search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  border-radius: 8px;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); */
  border: 1px solid rgb(219, 210, 210);
  width: 40vw;
  /* max-width: 70%; */
  margin: 0 auto;
  overflow: hidden;
  height: 3rem;
}

.search-container input {
  flex: 1;
  border: none;
  outline: none;
  padding: 20px 18px;
  font-size: 16px;
  color: #333;
}

.search-container button {
  background: linear-gradient(95deg, #00a3e0 14%, #26d07c 85%);
  border: none;
  padding: 0 18px;
  cursor: pointer;
  height: 100%;
  width: 4rem;
  outline: 1px solid #26d07c;
}

.search-container button img {
  color: #333;
  width: 2rem;
}

.search-container input::placeholder {
  color: #777;
}

.search-container:hover {
  transition: 0.2s ease;
}
.search-container button:hover{
  background:  linear-gradient(95deg, #26d07c , #00a3e0);
}
.main-section{
  margin: 2rem 0rem 1rem 5rem;
   display: flex;
   gap: 1rem;
   justify-content: space-around;
}
.path ul{
  display: flex;
  font-size: 0.7rem;
  align-items: center;
  font-weight: 500;
  flex-wrap: wrap;
 

}
.path ul li{
  padding-left: .3rem;
   color: rgb(83, 77, 77);
}
.path img{
  width: 0.9rem;
  margin-top: .2rem;
}
.path ul li:hover{
  text-decoration: underline;
}
.app-deatail{
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.app-deatail .logo img{
  width: 6rem;
}
.app-deatail .app-name{
  font-size: 2rem;
  font-weight: 600;
}
.oth-details{
  display: inline-flex;
  flex-direction: column;
  gap: 1px;
}
.app-deatail .name{
  display: inline-flex;
  align-items: baseline;
  gap: .5rem;
}
.type{
  display: inline-flex;
  align-items: center;
  gap: .2rem;
}
.green{
  color: green;
  font-weight: 500;
}
.star{
  font-size: 20px;
 color: #FDCC0D;
}
.light{
  color: rgb(82, 79, 79);
}
.trust{
  display: inline-flex;
  gap: 1rem;
}
.trust button{
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.9rem;
  gap: 2px;
  border-radius: 8px;
  background-color: rgb(250, 255);
  padding: 2px 5px;
  border: 1px solid rgb(240, 224, 224);
}
.btn button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #009e61;
  color: white;
  width: 100%;
  height: 4.5rem;
  border-radius: 8px;
  border: none;
}
.btn button div:nth-child(1){
       display: flex;
       flex-direction: column;
       margin-left: 1rem;
}
.btn button div:nth-child(2){
  margin-right: 
  1rem;
}
.btn strong{
  font-size: 1.2rem;
}
.btn button:hover{
   background-color: green;
}
.ver-sec{
  margin-top: 3.5rem;
}
.other-sec{
 width: 30vw;
 margin-top: 8rem;
}
.upd{
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.upd .name{
  font-weight: 500;
}
.upd img{
  border-radius: 50%;
  width: 2rem;
}
.article{
  margin-top: 1rem;
  line-height: 2rem;
}
.article .heading{
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(65, 60, 60);
  margin-bottom: 0.7rem;
}
.article .art-text{
  font-size: 1.1rem;
   color: rgb(65, 60, 60);
}
.app-info{
  width: 40vw;
}
.rlt-sea{
   margin-top: 2rem ;
}
.rlt-sea .rlt-seatxt{
  background-color: #057c4e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  padding-right: 1rem;
  margin-bottom: 1px;
}
.rlt-sea .rlt-seatxt .arrange{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
}
.rlt-sea .rlt-seatxt img{
  width: 1.7rem;
}
.rlt-sea .rlt-seatxt:hover{
  background-color: #009e61;
}
.owner{
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
}
.owner img{
  border-radius: 50%;
  width: 3rem;
}
.about .name{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.about .name .owner-name{
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
  color: rgb(70, 67, 67);
}
.owner .abtTxt{
  margin-top: 1rem;
  font-size: 1.1rem;
  color: rgb(65, 62, 62);
  font-weight: 400;
  font-family: 'Times New Roman', Times, serif;
}

.social .logo {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social .logo div {
  border: 2px solid;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
}

.social .logo div:hover {
  background-color: grey;
}
.rightWrong .pros div{
  display: inline-flex;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 1.1rem;
}
.pros .heading{
  font-size: 1.5rem;
  font-weight: 500;
}
.rightWrong{
  display: flex;
  gap: 2rem;
 
}
.image-sec{
   margin-top: 1rem;
   display: flex;
   flex-direction: column;
    background-color: #eee;
    border-radius: 10px;
    padding-top: 1rem;
}
.image-sec .image{
  width: 80%;
  /* border: 1px solid red; */
  align-self: center;
  transition: all 0.3s ease;

}
.image-sec .image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-sec .heading{
  font-size: 1.1rem;
  font-weight: 500;
}
.image-sec .image:hover{
  transform: scale(1.01);
  opacity: 0.7;
  cursor: zoom-in;
}
.specification{
  margin: 0.5rem 1.6rem;
}
.ver select{
  width: 100%;
  height: 2rem;
  border: 1px solid rgb(230, 210, 210);
  outline: none;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.specification ul{
  margin-bottom: 1rem;
}
.blue{
  color: rgb(11, 104, 180);
}
.specification .social{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.specification .rate-btn button{
  width: 100%;
  height: 2.7rem;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: rgb(59, 57, 57);
}
.specification .rate-btn button:hover{
  background-color: black;
  cursor: pointer;
}
.specification ul li{
  display: inline-flex;
  gap: 5px;
}
.ver-sec .rlt-sea .rlt-seatxt{
  background-color: rgb(59, 57, 57);
  width: 80%;
  align-self: center;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
.ver-sec .rlt-sea .rlt-seatxt:hover{
  background-color: black;
  text-decoration: underline;
  cursor: pointer;
}
.other-sec .latest {
  display: flex;
  margin: 1em 5em 1em 0rem;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1em;
}
.latest {
  display: flex;
  margin: 1em 5em 1em 5rem;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1em;
}

.latest-app {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  /* border: 1px solid; */
  width: 25rem;
  gap:5px;
  border-bottom: 1px solid rgb(218, 203, 203);
  /* margin-bottom: 2rem; */
  padding-bottom: 1rem;

}
.latest-app .image img {
  width: 6rem;
  border-radius: 10px;
}
.name-rating .name {
  font-size: 1rem;
  font-weight: 600;
}
.heading-s1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 4rem 5em 0em 5rem;
}
.heading-s {
  font-size: 18px;
  font-weight: 500;
  margin: 1em 5em 0em 0em;
}
.latest .latest-app .image img{
  width: 5rem;
}
.other-sec .light{
  font-size: .9rem;
}
.latest-app:hover .name-rating .name {
  text-decoration: underline;
}
.name-rating .div {
  display: inline-flex;
  gap: 2px;
  align-items: center;
}
.other-sec .latest .btn{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
  /* border: 1px solid; */
}
.latest-app:hover .name-rating .name {
  text-decoration: underline;
}
.other-sec .latest .btn button {
  background-color: white;
  border: none;
  outline: 2px solid black;
  width: 150px;
  height: 35px;
  border-radius: 5px;
  font-size: 16px;
  color: rgb(75, 70, 70);
  transition: 0.5s;
  padding-left:35% ;
}

.other-sec .latest .btn button:hover {
  background-color: black;
  color: white;
  font-weight: 600;
  cursor: pointer;

}
.phirse-app{
  display: flex;
  margin-left: 4rem;
  align-items: center;
  justify-content: space-around;
  margin-right: 25vw;
  border-top: 1px solid rgb(221, 205, 205);
  border-bottom: 1px solid rgb(221, 205, 205);
}
.phirse-app .main-btn{
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #01643e;
  color: white;
  width: 20rem;
  height: 4.5rem;
  border-radius: 8px;
  border: none;
}
.phirse-app .main-btn div:nth-child(1){
       display: flex;
       flex-direction: column;
       margin-left: 0.5rem;
}
.phirse-app .main-btn{
  margin-right: 
  1rem;
}
.phirse-app .main-btn strong{
  font-size: 1.2rem;
}
.phirse-app .main-btn:hover{
   background-color: green;
}
.scroller {
  display: grid;
  overflow-y: auto;
  scroll-snap-type: x mandatory;
}
.application {
  display: flex;
  justify-content: space-around;
  margin-right: 25vw;

}
.game:hover .name {
  text-decoration: underline;
}
.game .name {
  font-size: 1.1em;
  font-weight: 600;
}
.app {
  margin: 5em 0 0 5em;
}

.game {
  /* border: 1px solid; */
  width: 12em;
}

.game-img {
  padding: 2em;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  border: 1px solid rgb(230, 212, 212);
  border-radius: 10px;
}

.game-img img {
  width: 8em;
  border-radius: 10px;
}

.game .type {
  display: flex;
  justify-content: space-between;
  /* border: 1px solid; */
}

.game .type div {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  color: grey;
}

.game .type .star {
  font-size: 22px;
  color: #FDCC0D;
}
#green {
  color: green;
}
.heading {
  font-size: 1.5em;
  font-weight: 600;
  margin-left: 1em;
  margin-bottom: 1em;
}
.new-2 .conte {
  height: 30vmin;
  width: 50vmin;
  border-radius: 10px;
  overflow: hidden;
}

.new-2 .conte img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.scroll-1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 1rem 3rem 3rem 3rem;
}
.image-new {
  width: 50vmin;
  margin-top: 1em;

}
.image-new:hover {
  text-decoration: underline;
}

.image-new:hover img {
  transform: scale(1.1);
}
.image-new figcaption {
  font-size: 18px;
  font-weight: 600;
}
.laws{
  display: flex;
  align-content: center;
  outline: 1px solid rgb(11, 151, 216);
  border-left: 3px solid rgb(11, 151, 216);
  margin: 1rem 5rem 3rem 5rem;
  border-radius: 8px;
  padding: 1rem;
}
footer {
  color: #fff;
  margin-top: 6em;
  padding: 3rem 12em 1rem 0rem;
  background-color: #427f9e;
  background-image: linear-gradient(120deg, #2cbb81e6 35%, #427f9e 10%);

  a {
    color: white;
  }
}

.footer-1 {
  display: flex;
  justify-content: space-around;
}

footer .heading {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.footer-1 ul li {
  list-style-type: none;
  margin-bottom: .5rem;
  font-weight: 450;
}

.footer-1 .social .logo {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.app-info .in-btn{
  display: none;
  align-items: center;
  justify-content: space-between;
  background-color: #009e61;
  color: white;
  width: 100%;
  height: 4.5rem;
  border-radius: 8px;
  border: none;
  padding-right: 2rem;
  
}
.app-info .in-btn .ok{
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  strong{
    font-size: 1.2rem;
  }
}
.other-sec .latest{
  justify-content: flex-start;
}
.btn button{
  display: none;
}
.app-info .in-btn:hover{
   background-color: green;
}
.footer-1 .social .logo div {
  border: 2px solid;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
}

.footer-1 .social .logo div:hover {
  background-color: grey;
}

.footer-2 {
  display: flex;
  align-items: center;
  gap: 5em;
  margin: 0em 0 5em 3em;
}

.footer-2 ul li {
  display: inline-flex;
  margin-right: 1em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.footer-2 img {
  width: 10rem;
}

.footer-2 div p {
  margin-top: 2em;
  font-weight: 450;
}

.footer-1 ul a:hover {
  text-decoration: underline;
}

.footer-2 ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width:1000px) {
  nav ul .icon-nav {
    display: none;
  }

  nav {
    padding: 0 0 0 1rem;
    justify-content: space-between;
  }

  .main-section{
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5rem;
  }
  .app-info{
    width: 80vw;
  }
  
  .trending {
    margin: 1rem 0 0 1rem;
    justify-content: space-between;
  }

  .content-1 {
    width: 45vw;
  }

  .heading {
    margin: 3rem 0 1rem 2rem;
  }

  .app {
    margin: 1rem 0 0 1rem;
    gap: 2rem;
  }

  .game img {
    width: 7rem;
  }

  .top-download .about {
    display: none;
  }
  .phirse-app {
    width: 100vw;
    flex-direction: column; 
    margin: 0;
    padding-bottom: 2rem;
  }
  .phirse-app .app-deatail{
    justify-content: flex-start;
   
  }
  .phirse-app .main-btn{
    width: 80vw;
    justify-content: space-between;
    padding: 0 1rem 0 1rem;
  }
  .news-1 {
    justify-content: flex-start;
  }

  .news-1 .image .cont img {
    width: 100%;
    height: 100%;
  }

  .new-2 {
    margin: 1rem 0 0 1rem;

  }

.app-info .in-btn{
  display: flex;
}
  .new-2 .scroll-1 {
    flex-wrap: nowrap;
    overflow-y: auto;
    gap: 2rem;
  }
  .latest-app{
    justify-content: flex-start;
    width: 40vw;
  }
  .latest {
    margin: 1rem 0.5rem 1rem 5rem;
    justify-content: flex-start;
  }

  .heading-s {
    margin: 3rem 0.5rem 1rem 1rem;
  }
  .other-sec .latest{
     width: 80vw;
  }
  .scroll-3 {
    flex-wrap: nowrap;
    overflow-y: auto;
    margin: 1rem 0.5rem 1rem 1rem;
  }

  .footer-1 {
    flex-direction: column;
    margin-left: 2rem;
    gap: 2rem;
  }

  .footer-2 {
    flex-direction: column;
  }
}

@media screen and (max-width:750px) {

   .hero{
    display: none;
   }
  nav ul .logo img {
    width: 8rem;
    
  }
  .content-1 {
    margin: 0 1rem 0 1rem;
    width: 80rem;
    height: 3rem;
  }
  .latest-app{
    width: 20rem;
  }
  .news-1 .image figcaption{
    font-size: 1rem;
  }
  .new-2 figcaption{
    font-size: 1rem;
  }
  .mobile{
    display: flex;
  }
  .other-dev{
    display: none;
  }
  .main-section{
     margin: 2rem 0rem 1rem 1rem;
  }
  .heading{
     margin-left: 0rem;
  }
  .heading-s1{
    margin-left: 1rem;
  }
  .latest{
     margin: 1em 5em 1em 1rem;
  }
  .scroll-1{
     margin: 1rem 0rem 3rem 0rem;
  }

}
@media screen and (max-width:600px) {

  .oth-details .name .app-name{
     font-size: 1.3rem;   
  }
  .oth-details .name{
    flex-wrap: wrap;
  }

}