body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

.container {
  position: fixed;
  background-color: white;
  width: 100vw;
  padding-top: 10px;
  z-index: 6;
}

.topnav {
  text-decoration: none;
  color: white;
  float: right;
  font-size: large;
  margin-right: 3rem;
}

.topnav > a {
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: bold;
  padding: 0 20px;
}

.app {
  display: inline-block;
  margin-left: 50px;
}
/* containter 2 */
.cotainer-2 {
  margin-top: 20px;
  background-color: #40b8ff !important;
  display: inline-block;
  width: 100%;
}

.combine {
  display: flex;
  padding: 50px;
}
.intro {
  color: white;
  text-align: center;
  width: 50vw;
  display: inline-block;
}

.intro > p {
  color: #fff;
  text-align: left;
}

.heading {
  font-size: 60px;
  text-align: left;
}

.paragraph {
  text-align: left;
}

.image-2 {
  width: 50%;
  margin-right: 0;
  padding: 0;
}

.phone {
  height: 500px;
  width: 500px;
}

.btn {
  color: black;
  padding: 10px 40px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
}

.btn:hover {
  background-color: #40b8ff;
  color: white;
  border: 1px solid white;
  cursor: pointer;
}
.button {
  text-align: left;
  margin-top: 30px;
}
/* container 3 */

.container-3 {
  padding: 10rem 5rem 6rem 5rem;
}

.categories {
  text-align: center;
}

h2 {
  font-size: 45px;
  padding: 10px 0;
}
.paragraph-2 {
  color: #808080;
}

.image-3 {
  height: 90px;
  width: 90px;
  margin-left: 100px;
  display: inline-block;
}

h3 {
  padding-left: 10px;
}

.behavior {
  margin: 10px;
}

.maintainence {
  text-align: center;
  margin: 40px;
}

.maintainence > i {
  color: lightgrey;
  padding: 10px;
}

.maintainence > i:hover {
  background: linear-gradient(to right, #3EA8FF, #42D0FF);
  color: #fff;
}

.service-box {
  display: flex;
  margin: 50px;
}

.image-4 {
  height: 80px;
  width: 80px;
  margin-left: 100px;
  display: inline-block;
}

.wallpapers {
  background-color: #f9f9ff;
  padding: 6rem;
}

.paragraph {
  color: #808080;
  padding-bottom: 30px;
}

.details {
  color: black;
}

.details > h1 {
  font-size: 3rem;
}

.btn-2 {
  background-color: #40b8ff;
  color: white;
  border: 1px solid white;
  padding: 10px 40px;
  border-radius: 30px;
  border: none;
  font-size: 20px;
}

.btn-2:hover {
  color: black;
  padding: 10px 40px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.unique {
  padding: 0 350px;
}

.friendly {
  margin-top: 0;
  padding-left: 450px;
  color: #808080;
}

.main {
  width: 75%;
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 200px);
  grid-gap: 20px;
}

.div-1 {
  padding-top: 50px;
  text-align: center;
  background-color: #f9f9ff;
}

.div-2 {
  padding-top: 50px;
  text-align: center;
  background-color: #f9f9ff;
}

.div-3 {
  padding-top: 50px;
  text-align: center;
  background-color: #f9f9ff;
}

.div-4 {
  padding-top: 50px;
  text-align: center;
  background-color: #f9f9ff;
}

.div-5 {
  padding-top: 50px;
  text-align: center;
  background-color: #f9f9ff;
}

.div-6 {
  padding-top: 50px;
  text-align: center;
  background-color: #f9f9ff;
}

.feature-boxes:hover {
  background-color: #40b8ff;
  cursor: pointer;
  color: white;
  box-shadow: 2px 4px 20px #888888;
}

.price-tag {
  background-color: #f9f9ff;
  box-sizing: border-box;
}

.price-content {
  justify-content: center;
  text-align: center;
  padding: 50px;
}

.price-para {
  color: #808080;
}

.top-left {
  display: inline-block;
}

.top-right {
  float: right;
}

.price-cover {
  color: gray;
}
.purchase-data {
  width: 28%;
  margin: auto;

  background-color: white;
}
.purchase-module {
  border-bottom: 2px solid #f9f9ff;
  padding: 50px 20px;
}

.bottom-sec {
  border-bottom: 2px solid #f9f9ff;
  padding: 50px 20px;
  line-height: 30px;
}

.purchase-para {
  margin: 0 !important;
  padding: 0;
}

.purchase-list {
  list-style-type: none;
  line-height: 50px;
}

.purchase-button {
  text-align: center;
  margin: 10px;
}

.button-end {
  padding: 20px 70px;
  margin-bottom: 1rem;
  background-color: black;
  color: white;
}

.standard {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.price-money {
  margin-top: 0;
}

.purchase-data:hover {
  cursor: pointer;
}

.purchase-data:hover .price-cover {
  background-color: #409ce1 !important;
  box-shadow: 2px 4px 20px #888888;
  color: white;
}

.purchase-data:hover .button-end {
  background-color: white;
  color: black;
  border: none;
}

.button-end:hover {
  border: 1px solid black !important;
  cursor: pointer;
}

.card-container {
  display: flex;
  padding: 2rem;
}


/*  Video Section  */

.video-container {
    position: relative;
}

.img-container {
    background-image: url(images/video-img.jpg);
    background-size: cover;
    height: 70vh;
}

.img-overlay {
    background-color: rgba(64, 184, 255, 0.5);
    height: 70vh;
    position: absolute;
    top: 0;
    width: 100%;
}

.playbtn-img {
    position: relative;
    left: 50%;
    top: 40%;
}

.video-section-text {
    color: white;
    position: relative;
    left: 70%;
    top: 50%;
}

.video-section-text > p, h2 {
    margin: 0;
}

.video-section-text {
    max-width: fit-content;
}

/* FAQ section */

.container-faq {
    text-align: center;
}

.projects{
    width: 30%;
    text-align: right;
    padding: 2rem;
}

.project-items > h1, p {
    margin: 0;
}

.project-items {
    margin-top: 1.5rem;
}
.question-section {
    width: 70%;
    text-align: left;
    padding: 2rem;
}

.faq-main-container {
    display: flex;
}

.number-heading {
    font-size: 3rem;
    color: #4CCAF5;
}

.question-section-para {
    color: #808080;
}

.question-section-heading {
    font-size: 1.2rem;
}

.question-section-items {
    padding: 1.2rem;
}

.faq-heading-1 {
    font-size: 2rem;
}

.faq-para {
    color: #808080;
}

/* Download-section */

.download {
    padding: 7rem 5rem;
    text-align: center;
    background: linear-gradient(to right, #3EA8FF, #42D0FF);
    color: #fff;
    margin-bottom: 0%;
}

.download-heading {
    font-size: 2.5rem;
}

.download-buttons {
    display: flex;
    padding-left: 15rem;
}   

.donwload-btn {
    display: flex;
    padding: 1rem 1.3rem;  
    margin-left: 2rem;
}

i {
    font-size: 3rem;
    color: #409ce1;
}

.btn-heading, .btn-para {
    margin: 0;
    padding: 0 20px;
}

.btn-heading {
    font-size: 1.5rem;
}

.download-para {
    margin-bottom: 3.5rem;
}

.download-btn-text {
    text-align: left;
    padding-top: 8px;
}

.donwload-btn:hover {
    background-color: #40C0FF;
    color: #fff;
    cursor: pointer;
    border: 1px solid white;
}

.donwload-btn:hover i {
        color: white;
}
/* FOOTER section */

.top-footer-section {
  display: flex;
}

.footer {
  background-color: black;
  padding: 1.5rem;
  color: #fff;
}

.footer-left {
  padding: 2rem;
}

.footer-left > ul {
  margin-top: -27px;
}

.footer-left > ul > li > h4 {
  font-size: 1.3rem;
}

.footer-left > ul > li {
  padding: 0.4rem 0;
  list-style: none;
}

.footer-left > ul > li > a {
  text-decoration: none;
  color: white;
}

.footer-left > ul > li > a:hover {
  color: #42D0FF;
}

.middle-footer {
  padding: 2rem;
}

.middle-footer > h4 {
  margin-top: 0;
  font-size: 1.3rem;
}

.email-input {
  padding: 10px 20px;
  outline: none;
  border-radius: 20px;
  width: 60%;
  border: none;
}

.email-btn {
  padding: 10px 20px;
  margin-left: 10PX;
  border-radius: 20px;
  background: linear-gradient(to right, #86c6fa, #42D0FF);
  color: WHITE;
  border: none;
}

.email-btn:hover {
  cursor: pointer;
  opacity: 0.9;
}

.email-box {
  padding: 1.5rem 0;
}

.footer-right {
  text-align: center;
  padding: 1rem;
}

.footer-right > h4 {
  font-size: 1.3rem;
}

.footer-right > ul {
  list-style: none;
  margin: 0;
}

.footer-image {
  display: inline-block;
}

.footer-image2 {
  display: inline-block;
}

.bottom-footer-section {
  padding: 2rem 1rem;
  display: flex;
}

.colorlib {
  text-decoration: none;
  color: #40C0FF;
}

.heart-icon {
  font-size: 16px;
  color: #40C0FF;
}

.social-icons {
  margin-left: auto;
}

.social-icons > i {
  color: lightgray;
  font-size: 16px;
  background-color: black;
  padding: 0.6rem;
  transition: 0.3s;
}

.social-icons > i:hover {
  background-color: #42D0FF;
  color: white;
}