html {
  scroll-behavior: smooth;
}

header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 1px 2px #ececec;
}
header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 40px 110px 35px 83px;
  border-bottom: 1px solid #ececec;

}
header nav{
  display: flex;,
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap:30px;
  padding-top: 0;
}
header nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 30px;
}
header nav ul li a{
  color:  #13162F;
  font-family: Inter;
  font-size: 16.5px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* text-transform: capitalize; */
  cursor: pointer;
}
header nav ul li a:hover{
  color: #13162F;
  font-weight: 600;
}
header button {
  border-radius: 10px;
  border: 0.7px solid #13162f;
  color: #13162f;
  background: #fff;
  font-family: Inter;
  font-size: 16.354px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* text-transform: capitalize; */
  padding: 8px 25px;
  cursor: pointer;
}
header button:hover {
  background: #f6f6f6fc;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
  margin: 10rem auto 5rem;
}
.main .left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.main h1 {
  color: #13162f;
  font-family: Inter;
  font-size: 48.082px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
}

.main img {
  height: 34px;
  width: 34px;
}
.main .left .left-button {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 2rem 0;
  border-radius: 10px;
  background-color: #13162f;
  padding: 15px 40px;
  transition: background-color 0.2s ease;
  text-decoration: none;
}
.main .left .left-button:hover {
  background: #13162feb;
}
.main .left .left-button img {
  width: 19px;
  height: 19px;
}
.main .left .left-button p {
  color: white;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* text-transform: capitalize; */
  margin-left: 10px;

}
.main .left .left-link {
  color: #000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  padding-right:8rem;
  letter-spacing: .2px;

}
.main .left .left-link a {
  color: #0085ff;
  text-decoration: none;
}
.main .main_text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  padding: 0;
}

.main .main_text img {
  width: 30px;
  height: 30px;
}
.main .main_text p {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* text-transform: capitalize; */

}
.main .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
.main .right .iphone {
  width: 317px;
  height: 350px;
  flex-shrink: 0;
  object-fit: cover;
}
.right-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.google img,
.apple img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.active {
  color: #13162F;
  font-weight: 600;
  transition: color 0.2s;
}
.features{
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
.features-head{
  padding-left: 5.5rem;
  text-align: none;
}
.features h5{
  color: #13162F;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* text-transform: capitalize; */
  margin-bottom: .5rem;

}
.features-head p{
  color: #13162F;
  font-family: Inter;
  font-size: 16.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* text-transform: capitalize; */
}
.features-head h4{
  color: #13162F;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /* text-transform: capitalize; */
  margin-bottom: .5rem
}

.features-main{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  justify-content: center;
  align-items: center;
}

.features-main-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 300px;
}
.features-main-item img{
  margin-right: 2rem;
}
.features-main-item p{
  color: #13162F;
  font-family: Inter;
  font-size: 16.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  text-align: left;
  height: 20vh;
  margin: 0;
}
.features-main-item h5{
  color: #13162F;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: none;
  width: 100%;
}
.features-main-item div{
  padding-left: 3rem;
}

.about{
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: justify;
  gap: 50px;
}
.about-item{
  display: flex;
  width: 570px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.about-item h4{
  color:  #13162F;
  font-family: Inter;
  font-size: 56.08px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.about-item h5{
  color: #13162F;
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  width: 100%;
  padding-bottom: .3rem;
}
.about-item p{
  color: #13162F;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  text-align: justify;
}
.about-item .icons{
 display: flex;
 justify-content: space-between;
 gap: 10px;
}
.about-item .contact {
 margin-top: 1rem;
 font-size: 17px;
 font-weight: bold;
 width: 600px;
 line-height: 23px;
 text-align: center;
}

.about-item .contact a{
 font-size: 17px;
 font-weight: bold;
}
select {
  border: none;
  background-color: transparent;
  padding: 8px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

#language-select option {
  padding: 10px 0;
}

select:hover {
  background-color: #f0f0f0;
}
select:focus {
  outline: none;
}
#features{
  margin-top: 100px;
}
@media (max-width: 768px) {
  header{
    position: relative;
  }
  header div {
    padding: 20px;
    flex-direction: column;
  }
  header nav{
    flex-direction: column;
    padding-top: 2rem;
  }
  header nav ul{
    flex-direction: column;
  }
  header nav ul li a{
    font-size: 18px;
  }
  header button {
    font-size: 16.354px;
    padding: 8px 30px;
  }

  .container {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }

  .main {
    flex-direction: column;
    gap: 3rem;
    margin: 2rem auto 3rem;
    padding: 0 3rem;
  }

   .main h1 {
    font-size: 30px;
    text-align: center;
  }
   .main_text {
    padding: 0;
  }
   .main_text img {
    width: 20px;
    height: 20px;
  }
   .main_text p {
    font-size: 13px;
  }
   .main .left {
    justify-content: center;
    align-items: center;
  }
  .main .left .left-link {
    padding-right: 0;


  }
   .main .left .left-button {
    border-radius: 8px;
    text-align: center;
  }
   .main .left .left-button img {
    width: 15px;
    height: 15px;
  }
   .main .left .left-button p {
    font-size: 14px;
  }
   .main .left .left-button a {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: capitalize; */
    margin-left: 10px;
  }
  .main .left .left-link {
    text-align: center;

  }
   .right .iphone {
    width: 290px;
    height: 320px;
    flex-shrink: 0;
    object-fit: cover;
  }
  .google img,
  .apple img {
    height: 100%;
    width: auto;
  }
  .features-head{
    text-align: center;
    padding: 0 1rem;
  }

  .features-main-item{
    padding: 0 .4rem;
    width: 500px;
  }
  .features-main-item h5{
    text-align: center;
    font-size: 1.3rem;
  }
  .features-main-item img{
    margin-right: -1.5rem;
  }
  .features-main-item p{
    font-size: 18px;
    text-align: center;
    padding: 0 1rem;
  }
  .about {
    flex-direction: column;
    gap: 3rem;
    padding-top: 2rem;
  }
  .about-item p{
    font-size: 16px;

  }
  .about-item{
    width: 438px;
  }
  .about-item h4{
    font-size: 36.08px;

  }
  .about-item img{
    margin-left: 0;
    padding-bottom: 1rem;
  }
}
@media (max-width: 568px) {
  header{
    position: relative;
  }
  header div {
    padding: 20px;
  }
  header button {
    font-size: 18.354px;
    padding: 7px 28px;
  }
  .container {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }

  .main {
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
  }

  .main h1 {
    font-size: 25px;
    text-align: center;
  }
  .main .main_text {
    padding: 0 10px;
  }
  .main .left {
    justify-content: center;
    align-items: center;
  }
  .main .left .left-button {
    border-radius: 8px;
    padding: 10px 12px;
  }
  .main .right .iphone {
    width: 200px;
    height: 220px;
    flex-shrink: 0;
    object-fit: cover;
  }
  .google img,
  .apple img {
    height: 100%;
    width: auto;
  }
  .google img,
  .apple img {
    height: 100%;
    width: auto;
  }
  .features-head{
    text-align: center;
    padding: 0 1rem;

   }
  .features-head h4{
    font-size: 2rem;

   }
   .features-main-item{
    padding: 0 .3rem;
    width: 500px;
   }
   .features-main-item p{
     font-size: 17px;

   }
   .about{
    padding-top: 2rem;
   }
   .about-item{
    width: 338px;
  }
  .about-item p{
    font-size: 17px;
    text-align: justify;
  }
  .about-item img{
    margin-left: 0;
    padding-bottom: 1rem;
  }
}

