* {
  font-family: "Nunito", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f8fcff !important;
  color: #474242;
}

/* cross icon */

.cross {
  display: none;
}

#cross {
  color: #474242 !important;
}

.nav-bg {
  background-image: linear-gradient(
    to left,
    rgb(229, 241, 255),
    white,
    rgb(242, 228, 255)
  );
}

.sign-up {
  background-color: rgba(255, 42, 67, 0.879);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-up:hover {
  background-color: #ff5757;
}

.sign-up a {
  color: white;
  text-decoration: none;
}

.section {
  padding: 4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.heading {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom:1rem;
}

.sub-heading {
  font-size: 1.1rem;
}

.hero-main {
    position: relative;
    min-height: 800px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 0;
}


    .hero-main video {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg); /* Safari and Chrome */
        -moz-transform: rotateY(180deg); /* Firefox */
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        z-index: 0;
        display:block;
    }

    .hero-main .hero-content {
        width: 400px;
        position: absolute;
        top: 24%;
        left: 9%;
        z-index: 9;
        text-align: center;
    }

    .hero-content img{
        margin-bottom:-38px;
        
    }

    .store-links{
        margin-top:-1.3rem;
    }

    .hero-content p {
        font-size: .8rem;
        font-weight: 700;
        color:white;
        border-radius:6px;
        width:100%;
        background-color:rgba(0, 0, 0, 0.55);
        padding:.6rem;
    }

    .hero-text {
        text-align: left;
        margin-top: 0.25rem;
        background-color: rgba(255,255,255, 0.8);
        padding: 1.25rem;
    }

        .hero-text h3 {
            text-align: center;
            letter-spacing: 0 !important;
            line-height: 1.25 !important;
            font-size: 1.2rem;
            font-weight: 700;
        }

        .hero-text p {
            letter-spacing: 0 !important;
            line-height: 1.25 !important;
            font-size: 1.1rem;
            margin-top: 8px;
        }

        .hero-text h5 {
            letter-spacing: 0 !important;
            line-height: 1.25 !important;
            font-size: 0.9rem;
            color: white;
            padding: 6px 12px;
            border-radius: 3px;
            background-color: #3c95d0;
            opacity:0.9;
        }

    

.logo-text {
  width: 200px;
  padding: 1rem;
}

.logo {
  display: none;
  width: 50px;
}

.navul {
  font-weight: 900;
}

.navul li {
  border: 3px solid transparent;
}

.navul li:hover {
  color: #ff5757 !important;
}


/*main signup */
.hero-heading {
    width: 85%;
    position: absolute;
    top: 64%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.hero-form {
    font-size: 1.1rem;
    width: 100%;
    bottom: 0;
    background: rgb(71, 66, 66);
    background: linear-gradient( 180deg, rgba(71, 66, 66, 0.7122199221485469) 0%, rgba(71, 66, 66, 0.8242647400757178) 54% );
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

label {
    font-size: 1rem;
}

.form-row {
    display: flex;
    gap: 1.5rem;
}

.age-btns {
    display: flex;
    gap: 1.5rem;
}

.age-btn {
    margin-top: 2px;
    color: white;
    display: flex;
    flex-direction: column;
}

    .age-btn select {
        width: 70px;
        padding: 3px;
        border-radius: 2px;
        color: #474242;
    }

.option {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .option select {
        width: 180px;
        padding: 3px;
        border-radius: 2px;
        color: #474242;
    }

.hero-submit button {
    margin-top: 24px;
    border: none;
    border-radius: 2px;
    min-width: 120px;
    background-color: #3c95d0;
    color: white;
    font-size: 1rem;
    padding: 6px 12px;
}

    .hero-submit button:hover {
        background-color: #007fd2;
    }

.logo-text {
    width: 200px;
    padding: 1rem;
}

.logo {
    display: none;
    width: 50px;
}

.navul {
    font-weight: 900;
}

    .navul li {
        border: 3px solid transparent;
    }

        .navul li:hover {
            color: #ff5757 !important;
        }


/*end of main signup*/



.quote-Sec quote {
    background-image: linear-gradient( to bottom right,white,white );
    width: 70vw;
    padding: 35px 40px;
    position: relative;
    font-size: 1.8rem;
    font-style: italic;
    border-radius: 30px 8px 8px 8px;
    text-align: center;
    transition: all .5s ease-in;
}


.quote-Sec {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3c95d0;
    height: 80px;
    margin-top: 100px;
}
    /* ---MODAL--- */
    .signup-modal {
        margin: auto;
        border: none !important;
        position: relative;
        background-color: white !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1.5rem .7rem;
    }

.main-modal {
    width: 80% !important;
    margin: auto;
    border: none !important;
    position: relative;
    background-color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.7rem;
}

.yes {
    background-color: #474242;
    border: none !important;
    color: white;
}

    .yes:hover {
        background-color: #474242;
        border: none !important;
        color: white;
    }

.main-modal {
  width: 70% !important;
}

.signup-modal {
  width: 90% !important;
  /* height: 92vh; */
}

.modal-cross {
  position: absolute;
  top: 10px !important;
  right: 8px;
  font-size: 10px;
}

.modal-logo {
  width: 15%;
  margin-top:1rem;
}

.modal-heading {
  text-align: center;
  padding: 1rem 0;
  /* color: #474242; */
}

.modal-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.email,
.pass, .email-s, .pass-s {
  /* width: 16rem; */
  padding: 0.4rem 0;
  text-align: left !important;
  display: flex;
  flex-direction: column;
}

.email, .pass {
  width: 16rem;
}

.email input, .email-s input, .pass-s input,
.pass input, .select3 select, .select2 select {
  padding: 6px;
  border: 0.5px solid gray;
  border-radius: 4px;
}

.email-l,
.pass-l {
  /* color: #474242; */
  padding: 0.25rem 0;
  /* font-weight: 500; */
}

.modal-submit {
  width: 16rem;
}

.modal-submit, .modal-submit-s {
  border: none;
  outline: none;
  border-radius: 4px;
  padding: 6px;
  margin: 1rem 0;
  color: white;
  background-color: #3c95d0;
}

.modal-signup {
  font-weight: bold;
}

.forgot {
  font-size: 0.8rem;
  padding: 0.3rem 0;
  text-align: right;
}

.modal-signup,
.forgot {
  text-decoration: none;
  color: #3c95d0;
}

.select-container {
  width: 22rem;
  padding: 0.4rem 0;
  text-align: left;
  display: flex !important;
  justify-content: space-between !important;
}

.email-s, .pass-s, .modal-submit-s {
  width: 22rem;
}

.select3, .select2 {
  display: flex;
  flex-direction: column;
}

.select3 select {
  width: 6rem;
}

.select2 select {
  width: 10rem;
}

/* --steps section-- */
.heading-sec {
  text-align: center;
  width: 80%;
  padding: 2rem;
  /* margin: 1rem 0; */
}

.steps-cards {
  margin-top: 1rem;
  padding-bottom: 3rem;
  display: flex;
  gap: 1rem;
}

.steps-card {
  width: 280px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem .9rem;
  background-color: white;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .steps-card:hover {
        transition: transform 0.2s ease-in-out;
        transform: scale(1.03);
        box-shadow: rgba(255, 87, 87, 0.2) 0px 7px 29px 0px;
        cursor: default;
    }

.steps-card i {
  font-size: 3.2rem;
  margin-bottom: 1rem;
  color: #3c95d0;
}

.steps-card h1 {
  font-size: 1.4rem;
}

.steps-card p {
  font-size: 1rem;
}

/* success stories section */
.success {
  background-image: url(../assets/stories_banner.jpg);
  /* height: 150vh; */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding: 2rem;
}

.success-card {
  background-color: rgba(255, 255, 255, 0.81);
  border-radius: 4px;
}

.midsuccess-card {
  background-color: rgba(255, 255, 255, 0.81);
  border-radius: 4px;
}

.stories {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-section {
  padding: 4rem;
}

.success-card {
  border-radius: 5px;
  padding: 1.1rem 1.5rem;
  gap: 1.5rem;
}

.midsuccess-card {
  gap: 1.5rem;
}

.success-img img {
  border-radius: 50%;
}

.content {
  text-align: justify;
}

.mid-content {
  text-align: center;
}

.contact-items span {
  margin-right: 0.5rem;
}

/* contact form */

.contact-section {
  padding: 2rem;
}

.contact-heading {
  text-align: center;
}

.contact-details {
  width: 40%;
}

.form-content {
  width: 40%;
  padding:4rem 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  background-color: white;
  text-align: center;
}

.abcd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-content input,
.form-content textarea,
.form-btn {
  width: 20rem;
  border-radius: 3px !important;
}

.form-btn {
  text-align: center;
}

.f-btn {
  background-color: rgba(255, 42, 67, 0.879);
  color: white;
}

.f-btn:hover {
  background-color: #ff5757;
  color: white;
}

/* social links */

.wrapper .icon {
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 10px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
  text-align: center;
}
.wrapper .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 4px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background-color: #46c1f6;
  color: #ffffff;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #ffffff;
}
.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background-color: #333333;
  color: #ffffff;
}
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background-color: #de463b;
  color: #ffffff;
}

/* footer section */


.footer-name {
    text-decoration: none;
    color: rgb(148, 146, 146) !important;
}

footer {
  background-image: url(../assets/bg-patterns/random-grey-variations.png);
  background-repeat: repeat;
  margin-top: 4rem !important;
}

.footer-text,
.footer-links p,
.footer-contact {
  font-size: 0.9rem;
}

.footer-links p a {
  text-decoration: none !important;
}

.footer-links p a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 1450px) {
    .hero-main {
        min-height: 630px;
    }
}
    @media screen and (min-width: 1450px) {

        .hero-main .hero-content {
            width: 460px !important;
        }
        .hero-content p{
            font-size:1rem;
        }

        .store-links{
            margin-top:0rem;
        }

        .store-links img{
            width:150px !important;
        }
    }


    /* =======SMALL LAPTOP LAYOUT======= */
    @media screen and (max-width: 1100px) {

        .hero-main .hero-content {
            top: 18%;
        }

        .hero-main {
            min-height: 700px;
        }

        .hero-text {
            margin-top: 0.5rem;
        }

        .steps-cards {
            gap: 1.2rem;
            padding: 0.75rem;
        }

        .steps-card {
            width: 225px;
        }
    }

    /* =========TABLET LAYOUT========= */
    @media screen and (max-width: 950px) {


        .hero-main .hero-content {
            left: 6%
        }
        /*hero-form*/
        /* hero form section */
        .hero-form {
            font-size: 0.8rem;
            gap: 0.25rem;
        }

        .form-row,
        .age-btns {
            gap: 0.25rem;
        }

        .option select {
            width: 150px;
        }

        .age-btn select {
            width: 50px;
        }

        .hero-submit button {
            margin-top: 25px;
            padding: 4px 8px;
            font-size: 0.8rem;
        }


        .navul {
            background-color: rgba(248, 252, 255, 0.8);
            border-radius: 4px;
        }

        .hero-content {
            top: 12%;
            width: 400px;
        }

        .heading {
            font-size: 1.75rem;
            text-align: center;
        }

        .sub-heading {
            font-size: 1rem;
            text-align: center;
        }

        .steps-card {
            width: 285px;
            height: 370px;
        }

            .steps-card h1 {
                font-size: 1.2rem;
            }

            .steps-card i {
                font-size: 3rem;
            }

            .steps-card p {
                font-size: 0.5rem;
            }

        /* steps section */
        .steps-cards {
            gap: 2rem;
            padding: 0.75rem;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }



        .steps-card h1 {
            font-weight: bold;
        }

        .steps-card p {
            font-size: 1rem;
        }

        /* contact us section */

        .form-content {
            width: 70%;
            margin-left: 3rem;
        }

            .form-content input,
            .form-content textarea,
            .form-btn {
                width: 18rem;
            }

        .quote-Sec quote {
            width: 60vw;
            font-size: 1rem;
            transition: all .5s ease-in;
        }
    }


    /* ======== PHONE LAYOUT ========= */
    @media screen and (max-width: 450px) {

        /*hero-form*/

        /* hero form section */
        .hero-form {
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            padding: 1rem 0.5rem;
        }

        .form-row {
            gap: 10px;
        }

        .hero-submit {
            margin-top: -12px;
        }

            .hero-submit button {
                width: 350px;
            }

        .option label,
        .age-btn label {
            font-size: 12px;
        }

        .hero-form > label {
            font-size: 0.75rem;
        }

        .option select {
            width: 170px;
        }

        .age-btn select {
            width: 83px;
        }

        .lowres {
            display: block !important;
        }

        .highres {
            display: none !important;
        }


        .section {
            padding: 4rem 0;
        }

        .quote-Sec quote {
            width: 90vw;
            font-size: 1rem;
            transition: all .5s ease-in;
        }


        .hero-main .hero-content {
            width: 80%;
            top: 38%;
            left: 0px;
            right: 0;
            margin: 0 auto;
        }


        .hero-content p {
            font-size: 0.9rem;
            padding: .9rem;
        }


        .store-links img {
            width: 140px
        }

        .hero-content img {
            margin-bottom: -31px;
        }

        .hero-content h1 {
            font-size: 3rem;
            letter-spacing: 2px;
        }

        .hero-text {
            margin-top: 0.1rem;
            padding: 15px 25px;
        }

            .hero-text h3 {
                font-size: 1rem;
                line-height: 1;
            }

            .hero-text p {
                margin-top: 2px;
                font-size: 0.9rem;
            }

            .hero-text h5 {
                font-size: 0.9rem;
            }

        .sub-heading {
            font-size: 0.75rem;
        }

        .hero-heading {
            top: 57% !important;
        }

        .nav-button {
            outline: none !important;
            border: none !important;
            font-size: 18px;
            color: transparent !important;
        }

            .nav-button:focus {
                border: none !important;
                outline: none !important;
            }

        .logo-text {
            display: none;
        }

        .logo {
            display: block;
        }

        .sign-up {
            background: none !important;
        }

            .sign-up a {
                color: rgba(0, 0, 0, 0.55);
            }

        .hero-heading {
            top: 56%;
        }

        .steps-card i {
            font-size: 3.2rem;
        }


        /* --- MODAL ---   */
        .main-modal, .signup-modal {
            width: 100% !important;
            padding: 0.2rem;
        }

        .modal-heading {
            padding: 0.5rem 0;
        }

        .modal-logo {
            width: 12%;
        }

        .signup-modal {
            height: 100% !important;
        }

        .select-container {
            width: 16rem;
        }

        .email-l, .pass-l {
            font-size: 14px;
        }

        #gender {
            width: 5rem !important;
        }

        .select3 select {
            width: 4rem;
        }

        .select2 select {
            width: 7.25rem;
        }

        .email-s, .pass-s, .modal-submit-s {
            width: 16rem;
        }


        /* steps section */

        .heading-sec {
            padding: 0;
            width: 80%;
        }

        .sub-heading {
            font-size: 1rem;
        }

        .steps-cards {
            flex-direction: column;
            gap: 2rem;
        }

        .steps-card {
            width: 290px;
            height: auto;
            padding: 2rem .9rem;
        }

            .steps-card h1 {
                font-size: 1.5rem;
            }

            .steps-card p {
                font-size: 1.1rem;
            }

        /* success stories section */

        .heading-section {
            padding: 3rem 0;
        }

        .success-card {
            display: flex;
            flex-direction: column !important;
        }

        .midsuccess-card {
            flex-direction: column-reverse;
        }

        .success-img {
            margin-bottom: 1rem;
        }

        .content,
        .mid-content .name {
            text-align: center !important;
        }

        /* contact us section */

        .contact-section {
            padding: 4rem 1rem 0 1rem;
        }

        .contact-heading {
            padding: 0.5rem 0;
        }

        .contact-items {
            text-align: center !important;
            margin-right: 0.3rem;
        }

            .contact-items .details {
                text-align: center !important;
                width: 290px;
            }

        .wrapper {
            text-align: center;
        }

        #contact-d {
            display: none;
        }

        #touch {
            /* display: none; */
            text-align: center;
            width: 100%;
            font-weight: bold;
        }

        .contact-content,
        .contact-details {
            display: flex !important;
            flex-direction: column;
            justify-content: center !important;
            align-items: center;
            width: 100%;
        }

        .contact-items {
            margin: 1.2rem 0 !important;
        }

        .form-content {
            width: 100%;
            margin: 1.5rem 0;
            text-align: center;
        }

        .abcd {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .form-content input,
        .form-content textarea,
        .form-btn {
            width: 15rem;
        }

        /* footer section */

        .footer-text {
            width: 100%;
            text-align: center;
        }

        .footer-links {
            margin-bottom: 1.5rem;
        }
    }

    @media screen and (max-width: 376px) {
        .hero-heading {
            top: 53%;
        }

        .hero-content img {
            margin-bottom: -28px;
        }

        .hero-content p {
            margin-bottom: 1.5rem;
        }
        #installButton {
            font-size: 9px !important;
            padding:0 8px!important;
        }

        .PWA_btn{
            display:flex;
        }

  
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }




#customInstallPrompt {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    gap: 5vw
}

#safariInstallPrompt {
    visibility: hidden;
    position: fixed;
    z-index: 100 !important;
    bottom: 0;
    left: 0;
    right: 0;
}

#promptImage {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .PWA-title strong {
        font-size: 12px;
    }

    .PWA-title small {
        font-size: 10px
    }

    #installButton {
        font-size: 12px;
    }
}