@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500;700&family=Roboto:wght@400;500;700;900&display=swap');
html,
body {
    /* max-width: 414px;
    max-height: 650px; */
    margin: auto;
    font-family: 'Roboto', 'Hind Siliguri', sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
a {
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
    color: #000;
}
.btnlng:focus,
.btnverify:focus {
    outline: none;
    /* visibility: hidden; */
}
.error {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
}
.none {
    display: none;
}

.hero {
    width: 100%;
    height: 20vh;
    /* background: #000; */
    position: relative;
    background: rgb(128,193,102);
    background: -moz-linear-gradient(90deg, rgba(128,193,102,1) 0%, rgba(52,191,203,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(128,193,102,1) 0%, rgba(52,191,203,1) 100%);
    background: linear-gradient(90deg, rgba(128,193,102,1) 0%, rgba(52,191,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80c166",endColorstr="#34bfcb",GradientType=1);
}

.hero-img {
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.hero-items {
    text-align: center;
    z-index: 2 !important;
    position: absolute;
    width: 100%;
    top: 15%;
}

.logo-1 {
    width: 63%;
    padding-bottom: .5rem;
}
.logo-2 {
    width: 43%;
}

.mark {
    width: 35%;
    height: auto;
    background-color: transparent;
    margin-top: 1.5rem;
    /* margin-bottom: 1rem; */
}

.content {
    position: relative;
    display: block;
    text-align: center;
    height: 75vh;
    margin-top: -5px;
    /* background-color: #5c0000; */
    background: rgb(128,193,102);
    background: -moz-linear-gradient(90deg, rgba(128,193,102,1) 0%, rgba(52,191,203,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(128,193,102,1) 0%, rgba(52,191,203,1) 100%);
    background: linear-gradient(90deg, rgba(128,193,102,1) 0%, rgba(52,191,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80c166",endColorstr="#34bfcb",GradientType=1);
}

.response-box {
    padding-bottom: 25px;
    display: none;
    color: #FFFFFF;
}
.response-box h6{
    color: #5c0000;
    padding-bottom: 15px;
}
.content input {
    font-size: 22px;
    padding: 10px 20px;
    margin: 10px;
    -webkit-appearance: none;
    display: block;
    background: transparent;
    /* background: #ffffff; */
    color: #FFFFFF;
    width: 65%;
    text-align: center;
    border: none;
    border-bottom: 1px solid #ffffff;
    line-height: 23px;
}

.content input:focus {
    outline: none;
}

.input-lebel {
    font-size: 24px;
    font-weight: bold !important;
    color: #5c0000;
    text-align: center;
}

.content h6 {
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.content .info {
    margin-top: 15px;
    color: #FFFFFF;
}

.content .info .bold-title {
    font-weight: 900;
}

.content .info p {
    font-size: 19px;
    font-weight: 500;
    /* line-height: .7; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.content .warning {
    display: flex;
    text-align: start;
    margin: auto;
    padding: 10px;
    width: 90%;
    border: 1px solid #35174F;
    border-radius: 10px;
    color: #FFFFFF;
}

.content .warning p {
    line-height: 1.2;
    font-size: 19px;
    font-weight: 500;
    /* width: 250px; */
    /* color: #5c0000; */
    color: #FFFFFF;
    text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.4);
    margin: 0px;
}

.warning img {
    margin-left: 10px;
    margin-bottom: 10px;
}

.btnlng {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    /* width: 75px; */
    /* width: 70px; */
    border: 0;
    border-radius: 20px;
    padding: 5px 15px;
    /* padding: 10px 40px; */
    background: #862888;
    /* background: linear-gradient(354.07deg, #0098a6 36.05%, #FFFFFF 233.47%); */
    /* background-color: #5c0000; */
    letter-spacing: 0.25px;
}

.btnverify {
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    /* width: 130px; */
    padding: 5px 20px;
    border: 0px;
    border-radius: 20px;
    background: #862888;
    /* background: linear-gradient(354.07deg,  #0098a6 36.05%, #FFFFFF 233.47%); */
    /* background: linear-gradient(354.07deg,  #005670 36.05%, #FFFFFF 233.47%); */
}

.warranty {
    width: 140px;
    margin-top: 2rem;
    z-index: 5;
}

.warranty_desktop {
    width: 130px;
    margin-top: 2rem;
    z-index: 5;
    display: none;
}


footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20vh;
}
.footer_product {
    width: 100% !important;
}
.footer_item {
    margin: 0px 10px;
    text-align: center;
    display: inline-block;
    /* background-color: red; */
    color: #4267B2 !important;
    font-size: 40px;
}

.footer-logo-1 {
    width: 120px;
    margin-top: -12rem;
}
.footer-logo-2 {
    width: 130px;
    margin-top: -15rem;
    margin-left: -1rem;
}
.footer-logo-3 {
    width: 110px;
    margin-top: -12rem;
}
.logo-4 {
    background-color: transparent;
    width: 40px !important;
    height: 40px !important;
}


.classname {
    -webkit-animation-name: cssAnimation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 1rem;
  }

  @-webkit-keyframes cssAnimation {
    from {
      -webkit-transform: scale(0);
    }
    to {
      -webkit-transform: scale(1);
    }
  }



/* @media only screen and (max-width: 580px) { */
    /* .footer_item {
        font-size: 30px;
    }

    .footer-items-logo-1 {
        width: 90px;
        height: 90px;
    }
    .footer-items-logo-2 {
        width: 90px;
        height: 70px;
    } */
  /* } */



  @media only screen and (min-width: 576px) {
    .logo-1 {
        width: 25% !important;
    }
    .logo-2 {
        width: 18% !important;
    }
    .mark {
        width: 15% !important;
        margin-top: 0 !important;
    }
    .content {
        height: 75vh;
    }
    .warranty {
        width: 150px;
        display: none !important;
    }
    .warranty_desktop {
        width: 150px;
        display: block !important;
    }
    .footer_product {
        display: none !important;
    }
    .footer-logo-1 {
        margin-top: 0 !important;
    }
    .footer-logo-2 {
        margin-top: 0 !important;
    }
    .footer-logo-3 {
        margin-top: 0 !important;
    }
  }

  @media only screen and (min-width: 1024px) {
    .content {
        height: 60vh;
    }
  }
