* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.first {
  color: black;
}
.list {
  display: flex;
}

.list .tick li {
  list-style: none;
}

.list .tick li:before {
  content: "\2713";
  color: #0096ff;
}
#btn-back-to-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  left: 1450px;
  background-color: dodgerblue;
  border: none;
  color: white;
}

.bg-image{
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding-bottom: 5%;
  padding-left: 5%;
}
.buy-btn{
  display: flex;
  /* align-items: center; */
  gap: 1rem;
}
/* .nav-outer {
  position: sticky;
  display: flex;
  align-items: center;
  height: 85px;
  width: 100%;
  top: -34px;
  background-color: white;
  -webkit-box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0px 18px -7px rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.navbar {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding-left: 140px;
  height: 51px;
  padding-right: 150px;
  width: 100%;
}
.headlinks ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.headlinks li {
  list-style: none;
  padding-right: 0px;
}
.headlinks li a {
  text-decoration: none;
  color: rgb(105, 102, 102);
  padding-right: 22px;
  padding-top: 20px;
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.headlinks li a:hover {
  color: rgb(145, 132, 132);
}
.toggle-button {
  position: absolute;
  top: 1.5rem;
  right: 8em;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}
.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #0096ff;
  border-radius: 10px;
} */

#width {
  width: 135%;
}
/* #search1 {
  font-size: 22px;
  color: #666;
  padding-top: 35px;
  padding-right: 76px;
}
@media (min-width: 1000px) {
  #search1 {
    display: none;
  }
} */
@media (max-width: 1000px) {
  /* .toggle-button {
    display: flex;
    top: 2.2em;
    right: 7em;
  }
  .headlinks {
    display: none;
    width: 100%;
  }
  .nav-outer {
    position: absolute;
    top: 0;
  }
  .navbar {
    position: absolute;
    left: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .headlinks ul {
    flex-direction: column;
  } */
  .search {
    display: none;
  }
  /* .headlinks.active {
    display: flex;
    background-color: white;
    width: 100%;
    margin-top: 550px;
    padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    border-top: 10px;
    border-top-color: rgb(92, 153, 177);
  } */
  /* .head-title {
    padding-top: 40px;
  } */
  #search {
    display: none;
  }
}
img {
  width: 140px;
  height: 60px;
}
.first {
  background: #f1f1f1;
  padding: 60px 140px 0px 140px;
}
.lic-head {
  background: #fff;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 140px;
  z-index: 1;
}

.lic-name {
  font-size: 40px;
  font-weight: bold;
}

.buy-btn button {
  background-color: #0096ff;
  color: #fff;
  padding: 10px 30px;
  margin-left: 20px;
  cursor: pointer;
  font-weight: bold;
  height: auto;
  font-size: 20px;
  border: none;
  border-radius: 5px;
}
.title1 {
  text-align: left;
  font-size: 55px;
  font-weight: bold;
}
.title2 {
  font-size: 36px;
  font-weight: bold;
}
.data {
  padding: 30px 0px;
  font-size: 18px;
  line-height: 25px;
}
/* .end {
  display: flex;
  justify-content: center;
  background-color: black;
  color: white;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-left: 80px;
  margin-right: 80px;
}
.end1 {
  width: 25%;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.end2 {
  width: 25%;
  margin-left: 0.2em;
  margin-right: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.end3 {
  width: auto;
  margin-left: 0.2em;
  padding-left: 30px;
  padding-right: 30px;
} */
.signup button {
  cursor: pointer;
  background-color: #0096ff;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 15px 30px;
}

#line {
  margin: 80px 0px;
}
.space-pad {
  padding-top: 60px;
}
@media (max-width: 1000px) {
   .buy-btn button {
    font-size: 16px;
    padding: 12px 18px;
  }
  .space-pad {
  padding-top: 40px;
}
  .bg-image{
    padding-bottom: 10%;
  }
  .lic-name {
    /* padding: 0px 95px; */
  }
  .first {
    padding: 60px 95px 0px 95px;
  }
  /* .end {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 100px;
    padding-right: 100px;
  }

  .end1 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .end2 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .end3 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  } */
}
@media (max-width: 575px) {
  .buy-btn button {
    font-size: 14px;
    padding: 8px 16px;
  }
  .buy-btn{
    flex-direction: column;
  }
  .lic-name {
    /* padding: 0px 75px; */
  }
  .first {
    padding: 60px 75px 0px 75px;
  }
  /* .end {
    padding-left: 75px;
    padding-right: 75px;
  } */
}
@media (max-width: 450px) {
  .lic-name {
    /* padding: 0px 30px; */
  }
  .first {
    padding: 60px 30px 0px 30px;
  }
  /* .end {
    padding-left: 30px;
    padding-right: 30px;
  }

  .end1 {
    width: 100%;
  }

  .end2 {
    width: 100%;
  }

  .end3 {
    width: 100%;
  } */
}
