@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {

    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}

body {
    margin: 0;
    padding: 0;

}


.topbar {

    background-color: #4BD2CE;

    color: white;
    font-family: Arial, Helvetica, sans-serif;
    justify-self: center;
    margin: 0;
    padding: 0;



}

.topbarcontent {

    height: 100%;
    display: flex;
    flex-direction: row;
    font-size: 2.5vmin;
    justify-content: center;
    text-wrap: nowrap;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 11vmin;
    margin-bottom: 15px;
    position: relative;
    border: none;

}



.navbar2 {
    background-color: rgb(255, 255, 255);
    display: flex;
    border: none;
    height: 12vmin;
    justify-content: space-evenly;

    align-items: center;
}

.navbar2 li {
    list-style: none;

}

.navbar2 input {

    width: 8vmin;
    padding: 4px;

}

.imgcontainer input {
    width: 100%;

}

.imgcontainer {
    background-image: url(bgimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: aliceblue;
}

.midlogo {

    padding: 0 20px;
    margin-top: 6vmin;
    margin-bottom: 10vmin;

}

.heading {
    font-size: 1.8vmin;
    text-wrap: nowrap;
    padding: 0 10px;
}

.desc {
    font-size: 3.6vmin;
}

.btn {
    margin-top: 30px;
}

.btn input {
    width: 35vmin;
    height: 5.8vmin;
    background-color: rgb(70, 214, 209);
    border: none;
    border-radius: 25px;


}

.btn input:hover {
    background-color: transparent;
    color: white;
    transition: 0.3s;
}













.navbar3 {

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 13vmin;
    margin-bottom: 15px;
    color: midnightblue;

}



li {

    list-style: none;

}

a {
    text-decoration: none;
    color: midnightblue;

}


.logo {

    text-wrap: nowrap;



}

.logo:hover {
    color: rgba(128, 128, 128, 0.685);
    transition: 0.3s;
}

.section1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    text-align: justify;


}

.section1 li {
    list-style: none;


}


.section2 li {
    list-style: none;
}

.section2 {
    display: flex;


}

.section2 input {
    width: 2em;
    margin: 0 2px;
    padding: 5px;
    border-radius: 50%;
}

.uk {
    display: flex;
    margin-left: 1.6vmin;
    font-size: 4.7vmin;
    margin-right: 10px;
}

.d {
    display: flex;
    align-items: center;

}

.d {
    margin-left: 20px;

}

.hover1:hover a:hover {
    color: rgba(128, 128, 128, 0.685);
    transition: 0.3s;
}









.prodcontainer {

    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    margin-top: 30px;
}

.prodheading {
    font-size: 7vmin;
    padding: 10px;
    -webkit-text-stroke: 0.3px white;
}

.proddesc {
    font-size: 5vmin;
    word-spacing: 0.8vw;
    padding: 5px;
    font-weight: lighter;
    color: gray;
    -webkit-text-stroke: 0.2px white;
}

.prodbarcontainer {

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.item1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    margin: 0 10px;


}

/*  this way you can use 2 diff elements of   same class */
.itemimg input {
    height: 260px;
    width: 260px;
    cursor: pointer;
}

.itemimg img {
    height: 260px;
    width: 260px;
    cursor: pointer;
}

.itemname {
    display: block;
    width: 260px;
    height: 40px;
    font-size: 15px;
    color: black;
}

.price {
    display: block;

}







.section3 {
    display: flex;
    margin-top: 100px;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
    flex-wrap: wrap;
    border-bottom: solid rgba(131, 128, 128, 0.2);
    border-width: 1px;
}

.maintext {
    height: 100%;
    width: 100vmin;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.25px;
    color: black;

}


#heading h3 {
    font-size: 32px;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.subheading h5 {
    font-size: 20px;
    font-weight: bold;
    color: #9f7be9;
    display: inline-block;
    margin: 0;
    padding-bottom: 20px;
}

.mainpara p {
    text-align: center;
    color: grey;
    padding: 10px 15px;
}

.btn2 input {
    width: 150px;
    height: 45px;
    border: none;
    border-radius: 25px;
    background-color: #9573D9;
    color: white;

}

.btn2 input:hover {

    background-color: transparent;
    color: black;
    transition: 0.4s;
    cursor: pointer;

}

.mainimg {

    width: 80vmin;
    height: 50vmin;

    display: flex;
    justify-content: center;

}

.mainimg img {
    width: 50vmin;
    height: 50vmin;

}







#section4 {
    margin-top: 60px;
    padding-top: 20px;

}

#btn3 input {
    background-color: #A7D830;
}

#btn3 input:hover {

    background-color: transparent;
    color: black;
    transition: 0.4s;
    cursor: pointer;

}

.sub2 h5 {
    color: rgba(167, 216, 48, 0.8) !important;
}








.certicontainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 40px 0;
}

.certileft {
    display: flex;
    align-items: center;

}

.tick1 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.tick1 img {
    width: 6.8vmin;
    height: 6.8vmin;

}

.text {
    padding-left: 10px;
}

.headingtick {
    color: #4BD2CE;
    font-weight: bold;
    font-size: 3.5vmin;
    word-spacing: 1px;
}

.desctick {
    padding-top: 5px;
    font-size: 2.3vmin;
    color: black;
}

.certiright {

    display: flex;
    align-items: center;
}

.certiright img {
    height: 10vmin;
    width: 17vmin;
    background-color: red;
}









.footercontainer {

    display: flex;
    margin: 25px 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid rgba(131, 128, 128, 0.2);
    padding-bottom: 20px;

}

.l1 {
    margin-right: 10vmin;
}

.h1 {
    font-weight: 600;
    font-size: 3.6vmin;

    color: black;
}

.h1 span {
    color: #4BD2CE;
}

.desc1 {
    color: rgba(130, 127, 127, 0.7);
    font-size: 2.7vmin;
    padding-top: 5px;
}

.m1 {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100px;



}














#email {
    height: 40px;
    border-radius: 5px;
    width: 350px;
    padding-left: 20px;
    border: solid rgba(131, 128, 128, 0.2);
    border-width: 1px;

}

#email:focus {

    outline: none;
    border: 1px solid rgba(128, 128, 128, 0.396);

}






#sub2 {
    height: 45px;
    border: none;
    width: 100px;
    text-align: center;
    border-radius: 25px;
    background-color: #46D6D1;
    color: white;

}

#sub2:hover {

    background-color: transparent;
    color: black;
    transition: 0.3s;
}

.r1 {
    margin-left: 10px;
}


.footer1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
    margin: 0 auto;



}

.linkhead {
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 20px;
    color: black
}

.reallinks {
    list-style: none;
}

.reallinks a,
.reallinks li {
    color: rgba(128, 128, 128, 0.678);
    padding: 0.25rem;

}

.realcontact {
    display: flex;
    align-items: center;
}

.realcontact img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


#reallinks a {
    color: black !important;
    text-decoration: underline;
}

.cats {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.freehead li {
    color: #46D6D1;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 5px 0;

}


#freelink {
    color: grey !important;

}

.free {
    margin-top: 20px;
}

.realpay img {
    height: 23px;
    width: 150px;
}

.socialhead {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 4px 0 5px 0;
    color: #46D6D1;
}

.socailicons {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100px;


}

.socailicons img {
    width: 45px;
    height: 45px;

}







/* media queries start from here */

@media (max-width:600px) {

    .footer1 {

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-top: 0;


    }

}



@media (max-width:390px) {

    .logo {

        text-wrap: nowrap;
        font-size: 5vw;


    }

}




@media (max-width:1111px) {
    .section1 {
        display: none;
    }

}





@media (min-width:500px) {

    .navbar3 {
        width: 100%;
    }

    .logo {

        text-wrap: nowrap;
        font-size: 5vmin;
        margin-left: 15px;
    }

    .section1 {
        font-size: 3.8vmin;
        margin: 0px 2.2vmin;

    }

    .section2 input {
        width: 6vmin;
        height: 6vmin;
        margin: 0 4px;
        padding: 5px;
        background-color: rgb(90, 91, 91);
        border-radius: 50%;
    }

    .uk {
        display: flex;
        align-items: center;
        font-size: 4.3vmin;

    }
}


@media (max-width:780px) {
    .mainimg {
        order: 1;
        margin: 0;
        padding: 0;
        margin-bottom: 65px;
    }

    .maintext {
        padding: 0;
        margin: 0;
        order: 2;
    }

}

@media (max-width:460px) {
    #email {

        width: 200px;

    }

    #sub2 {
        width: 100%;
        font-size: 12px;
    }

    .l1 {
        margin: 0;
    }



}

@media (max-width:850px) {
    .l1 {
        margin: 0;
    }


}

@media (max-width:601px) {


    .pay {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .realpay img {
        height: 23px;
        width: 150px;
    }

    .socialhead {
        font-size: 18px;
        font-weight: 600;

        color: #46D6D1;
    }



    .socailicons img {
        width: 87px;
        height: 24px;

    }






    .footer1 {
        display: flex;
        flex-wrap: wrap;
    }

    .links {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .linkhead {
        padding: 20px 0;
    }

    .reallinks {
        list-style: none;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .contact {

        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }



    .realcontact img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }


    #reallinks a {
        color: black !important;
        text-decoration: underline;
    }

    .cats {

        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .freehead li {
        color: #46D6D1;
        font-size: 18px;
        font-weight: 600;
        padding: 0;

    }


    #freelink {
        color: grey !important;

    }

    .free {
        margin-top: 20px;
    }

    .realpay img {
        height: 23px;
        width: 150px;
    }

    .socialhead {
        font-size: 18px;
        font-weight: 600;
        margin-top: 20px;
        padding: 4px 0 5px 0;
        color: #46D6D1;
    }

    .socailicons {
        display: flex;
        justify-content: center;
        align-items: center;

        width: 100%;


    }

    .socailicons img {
        width: 40px;
        margin: 10px 5px;
        height: 44px;

    }

}