* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/* Top Navbar Code Start */

.navbar {
    box-sizing: border-box;
    height: 10vh;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 3px solid #f7dfe3;
    padding: 3px 3px 3px 3px;
    display: flex;
    justify-content: space-around;
}

.left {
    /* border: 2px solid black; */
    /* align-items: center; */
    width: 20%;
    height: 90%;
    object-fit: contain;
    display: flex;
    justify-content: center;
}

.left>a>img {
    height: 100%;
    min-width: auto;
}

.right {
    /* border: 2px solid red; */
    width: 60%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right>nav {
    /* border: 2px solid; */
    height: 100%;
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.right>nav>li>a {
    /* border: 2px solid; */
    text-decoration: none;
    color: black;
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: larger;
    font-weight: 600;
}

.right>nav>li>a:hover {
    /* padding-top: 5px; */
    color: #c0072c;
    font-weight: bold;
    font-size: 20px;
    transition: all .2s ease-in-out;
    transform: scale(1.25);
}

.userlogin {
    /* border: 2px solid; */
    width: 12%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.userlogin>.user>img {
    height: 35px;
}

.userlogin>.user {
    color: black;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: larger;
    font-weight: 600;
}

.userlogin>.user:hover {
    /* padding-top: 5px; */
    color: #c0072c;
    font-weight: bold;
    font-size: 20px;
    transition: all .2s ease-in-out;
    transform: scale(1.2);
}

/* Top Navbar Code Ends */

/* Index Code */

.adv {
    /* border: 2px solid black; */
    position: relative;
    height: 80vh;
    background-color: #fcf0f2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pic {
    /* border: 2px solid; */
    position: absolute;
    z-index: 1;
    height: 80vh;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.pic img {
    /* border: 2px solid; */
    height: 110%;
}

.box {
    /* border: 2px solid; */
    height: 50vh;
    width: 30vw;
}

.box1 {
    width: 30%;
    /* z-index: 2; */
}

.up {
    /* border: 2px solid; */
    display: flex;
    flex-direction: row;
    height: 80%;
    justify-content: center;
    align-items: center;

}

.text {
    /* border: 2px solid; */
    width: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    row-gap: 10px;
}

.underline {
    border: 1px solid;
    border-radius: 5px;
}

.text :nth-child(2) {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-size: 3vh;

}

.text :nth-child(3) {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 8vh;
    font-weight: 800;
    font-style: italic;
}

.text :nth-child(4) {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 4vh;
}

.off {
    font-size: 15vh;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: rgb(185, 1, 1);
}

.location {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30%;
    /* border: 2px solid; */
}

.location img {
    position: relative;
    width: 100%;
}

.location :nth-child(2) {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.box2 {
    position: relative;
    background-color: #b4c4f750;
    border-radius: 100%;
    width: 30%;
    height: 80%;
}

.box3 {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    z-index: 2;


}

.box3 :first-child {
    /* height: 15%; */
    /* position: relative; */
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: x-large;
    font-weight: 600;
    text-align: center;
}

.box3 :nth-child(2) {
    /* height: 70%; */
    /* position: relative; */
    text-align: center;
    align-items: center;
    font-family: 'Lemon', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13vh;


}

.box3 :nth-child(3) {
    /* height: 15%; */
    color: red;
    font-family: 'Cookie', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: absolute;
    left: 35%;
    bottom: -15%;
    transform: rotate(0.95turn);
    font-weight: bolder;
    font-size: 15vh;

}

.trust {
    /* border: 2px solid; */
    /* height: 55vh; */
    padding-top: 80px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.qp,
.bp,
.support {
    /* border: 2px solid; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.frame {
    /* border: 2px solid; */
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
}

.frame img {
    margin-bottom: 15px;
    border: 2px solid rgba(128, 0, 128, 0.548);
    border-radius: 30px;
    width: 150px;

}

.weee {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

.desc {
    /* border: 2px solid; */
    margin-top: 10px;
    text-align: center;
    width: 80%;
    /* font-size: large; */
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}


.OS {
    width: 100%;
    /* height: 94vh; */
    background-color: #fcf0f2;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}

.os {
    /* border: 2px solid; */
    margin-top: 20px;
    text-align: center;
    color: rgb(185, 1, 1);
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
}

.💜 {
    /* height: 20%; */
    text-align: center;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    font-style: italic;
}

.👀 {
    /* border: 2px solid rgb(0, 0, 0); */
    color: rgb(56, 56, 56);
    width: 90%;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}

.demopictures {
    /* border: 2px solid; */
    /* background-color: rgb(255, 255, 255); */
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: auto;
    position: relative;
}

.demopictures div {
    /* border: 5px solid; */
    position: relative;
}

.title {
    /* border: 2px solid; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 99%;
}

.title div a {
    font-size: larger;
    text-decoration: none;
    color: rgb(66, 62, 62);
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
}

.demomen {
    position: absolute;
    left: -25px;
    top: -20px;
}

.demowomen {
    position: absolute;
    left: -25px;
    top: -20px;

}

.demokid {
    position: absolute;
    left: -25px;
    top: -20px;
}

.more {
    margin: 30px;

}

.more a {
    /* border: 2px solid; */
    width: 100%;
    text-align: center;
    color: rgb(175, 57, 57);
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
}

.more a:hover {
    color: rgb(146, 0, 146);
}

.hehe {
    text-align: center;
    font-size: xx-large;
    font-weight: bolder;
    color: rgb(185, 1, 1);
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

.💜💜 {
    /* height: 20%; */
    text-align: center;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 40px;
}

.TC {
    padding: 20px;
    /* border: 2px solid; */
    /* background-color: rgb(246, 240, 250); */
    /* background-image: url(/assets/Cover.svg); */
}

.customer {
    display: flex;
    position: relative;

}

.face img {
    /* border: 2px solid; */
    border-radius: 100%;
    background-color: aliceblue;
    z-index: 10;

}

.srk {
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    position: relative;
    z-index: 10;
}

.kat {
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
    position: relative;
    z-index: 10;
}

.ayush {
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    position: relative;
    z-index: 10;
}

.cmnt {
    border: 2px solid rgba(170, 134, 134, 0.774);
    border-radius: 80px;
    width: 40%;
    padding: 60px 15px;
    height: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;

    font-weight: 600;

}

.cmnt :first-child {
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    text-align: center;
    z-index: 8;
}

.cmnt :nth-child(2) {
    z-index: 8;
}

.cmnt :nth-child(4) {
    /* border: 2px solid; */
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: large;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 8;
}

.cart {
    position: absolute;
    right: 15%;
    top: 10%;
    width: 300px;
}



.deliver {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(0.95turn);
    width: 500px;
}

.fast {
    position: absolute;
    width: 500px;
    /* transform: rotate(0.95turn); */
    top: 0;
    right: 10%;
}

.fast2 {
    position: absolute;

}

.rightstar {
    position: absolute;
    right: 0;
    top: 0;

}

.leftstar {
    /* border: 2px solid; */
    position: absolute;
    left: 15%;
    top: 0;
    /* z-index: 0; */
}



/* Downnavbar Code  */


.downnavbar {
    /* background-color: #b4b1b159; */
    background-color: #FFF8F9;
    margin-top: auto;
    box-sizing: border-box;
    border-top: 2px solid rgb(177, 105, 105);
    border-bottom: 2px solid rgb(177, 105, 105);
    width: 100%;
    height: 40vh;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.lowleft {
    box-sizing: border-box;
    /* border: 2px solid; */
    height: 100%;
    width: 27%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 5px 5px;
}

.firstone {
    /* border: 2px solid; */
    height: 23%;
    display: flex;
    justify-content: flex-start;
}

.lowleft>div>a>img {
    /* border: 2px solid; */
    height: 100%;
    box-sizing: border-box;
}

.slogan {
    /* box-sizing: border-box; */
    margin-top: 10px;
    /* border: 2px solid; */
    height: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* width: 60%; */
    font-weight: 800;
    font-family: 'Diphylleia', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
    color: purple;
}

.information {
    margin-top: 10px;
    /* border: 2px solid; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    /* padding: 10px; */
}

.gaping {
    margin-left: 15px;
}

.same {
    /* border: 2px solid; */
    display: flex;
    height: 30%;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: large;
    flex-wrap: wrap;
}

.same>a {
    /* border: 2px solid; */
    display: flex;
    /* width: 55%; */
    justify-content: space-between;
    align-items: center;
    color: black;
    text-decoration: none;
}

.same>a:hover {
    color: rgb(153, 69, 69);
    text-decoration: underline;
}

.gaping {
    margin-left: 10px;
}

.ourteam {
    /* border: 2px solid; */
    width: 40%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.teamheader{
    /* border: 2px solid; */
    font-family: 'Poppins', 'Diphylleia', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
}
.codercard {
    /* border: 2px solid; */
    box-sizing: border-box;
    height: 92%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;

}

.coder {
    /* border: 2px solid; */
    height: 100%;
    width: 32%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beforecodercard {
    /* border: 2px solid; */
    height: 200%;
    width: 80%;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(rgb(14, 93, 184), rgb(221, 8, 221));
    animation: rotate 3s ease-in-out infinite;
    z-index: 1;
    border: none;
}

@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.aftercodercard {
    /* border: 2px solid; */
    height: 95%;
    width: 95%;
    background-color: #f8d9db;
    /* background-color: #f7dd98; */
    border-radius: 10px;
    position: absolute;
    z-index: 6;
    border: none;
}

.incoder {
    /* border: 2px solid red; */
    border: none;
    height: 95%;
    width: 95%;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.incoders {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid;
    width: 100%;
}

.incoder {
    /* backdrop-filter: blur(2px); */
    box-sizing: border-box;
    /* border: 2px solid rgb(255, 255, 255); */
    border: none;
    height: 95%;
    border-radius: 10px;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.PP {
    /* border: 2px solid; */
    margin-top: 5px;
    height: 45%;
    border-radius: 50%;
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PP>img {
    height: 100%;
    /* border: 2px solid; */
    /* width: 90%; */
}

.codername {
    margin-top: 5px;
    width: 100%;
    /* border: 2px solid; */
    height: 30%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-size: large;
    font-family: 'Poppins', 'Diphylleia', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
}

.coderpp {
    box-sizing: border-box;
    /* border: 2px solid; */
    padding: 5px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 45%;
    width: 100%;
}

.coderpp>a {
    /* border: 2px solid; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.coderpp>a>img {
    width: 70%;
    transition: all .18s ease-in-out;
}

.coderpp>a>img:hover {
    transform: scale(1.2);
}

.lowright {
    box-sizing: border-box;
    /* border: 2px solid; */
    height: 100%;
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.lowest {
    box-sizing: border-box;
    /* border: 3px solid; */
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.uplow {
    /* margin-top: 10px; */
    margin-right: 30px;
    /* border: 2px solid; */
    height: 30%;
    width: 15%;
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    top: -12%;
    right: 0;
}

.uplow>a>img {
    height: 70%;

}

.uplow:nth-child(1) {
    right: 0%;

}

.downlow {
    padding-top: 5px;
    /* border: 2px solid; */
    height: 78%;
}

.lowest {
    /* border: 2px solid red; */
    height: 100%;
}

.lowest>.box {
    /* border: 2px solid rgb(99, 41, 41); */
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.lowest>.box21 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    /* border: 2px solid rgb(99, 41, 41); */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.quickhead {
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #a8102e;
}

.quicklinks {
    /* border: 2px solid; */
    color: black;
    text-decoration: none;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
    font-weight: 600;
}

.quicklinks:hover {
    padding-top: 5px;
    color: #DE1B41;
    font-size: x-large;
    transition: all .15s ease-in;
    transform: translateX(65px);

}

footer {
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #2e3a58;
    color: white;
    height: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Footer Code  Ends */