* {
    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 */

/* About us code */

.topbox {
    /* border: 2px solid; */
    height: auto;
    /* background-color: rgb(255, 255, 255); */
}

.combo {
    box-sizing: border-box;
    /* border: 2px solid; */
    display: flow-root;
    padding: 15px;
}

.combo > img {
    float: left;
    border-radius: 20px;
    margin: 20px;
   width: 40%;
}
.combo2 {
    box-sizing: border-box;
    /* border: 2px solid; */
    display: flow-root;
    padding: 15px;
}

.combo2 > img {
    float: right;
    border-radius: 20px;
    margin: 20px;
   width: 40%;
}

.aboutus1{
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3rem;
    color: rgb(212, 11, 11);

}
.intro{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Inter", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: rgb(158, 137, 20);
}
.descripition{
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: larger;

}


.collection{
    padding: 20px;
    /* border: 2px solid; */
    height: auto;

}
.frame{
    box-sizing: border-box;
    /* border: 2px solid; */
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.frame > div{
    box-sizing: border-box;
    /* border: 2px solid red;  */
    margin: 5px;
    width: 30%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-self: center;
}
.frame > div > img{
    /* border: 2px solid; */
   height: 100%;
}

.collection > h1{
    /* border: 2px solid; */
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: xx-large;
    color: purple;
}

.dealers{
    background-color: #fff9fa;
    padding: 20px;

}
.dealers h2 {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: xx-large;
    color: rgb(212, 11, 11);
    text-align: center;

}
.textarea{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.intro2{
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Inter", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: xx-large;
    font-weight: 600;
    color: rgb(0, 0, 0);
}
.descripition2{
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: larger;
    text-align: center;
    width: 80%;
    margin-bottom: 20px;
}
.dealerlogos{
    /* border: 2px solid; */
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dealer1, .dealer2, .dealer3, .dealer4, .dealer5, .dealer6{
    /* border: 2px solid; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
}
.dealer1 > img, .dealer2 > img, .dealer3 > img, .dealer4 > img, .dealer5 > img, .dealer6 > img{
    /* border: 2px solid; */
    height: 100%;
}

.row1{
    align-items: right;
    /* border: 2px solid; */
    width: 100%;
    display: flex;
    justify-content: center;
}

.row2{
    /* border: 1px solid; */
    /* height: 180px; */
    width: 90%;
    display: flex;
    justify-content: space-evenly;
}
.row3{
    /* border: 1px solid; */
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.enhance{
    text-decoration: none;
    color: rgb(167, 6, 6);
}
.enhance:hover{
    transition: all 1s ease-in;
    transform: translateX(50px);
}

/* ABOUT US CODE ENDS */


.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: 100%;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(rgb(14, 93, 184), rgb(221, 8, 221));
    animation: rotate 5s 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 */