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

/* login code  */

.we{
    height: 85vh;
    width: 100%;
    background-color: rgb(252, 247, 242);
    display: flex;
    justify-content: center;
    align-items: center;
}
.inputarea{
    height: 85%;
    width: 70%;
    /* padding: 10px; */
    background-image: url(assets/loginbg.jpeg);
    background-size: cover;
    border-radius: 20px 20px;
    /* border: 2px solid black; */
    display: flex;
    position: relative;
    overflow: hidden;
}
.loleft{
    border-radius: 10px;
    /* border: 2px solid; */
    width: 50%;
    height: 100%;
    display: flex; 
    position: relative;
    overflow: hidden;
}
.wimg{
    /* border: 2px solid; */
    width: 79%; 
    height: 110%;
    position: relative;
    display: flex;
    object-fit: contain;
    left: -19%;
    top: -8%;
    z-index: 10;
}
.wimg > img{
    width: 110%;
}
.plogin{
    /* border: 2px solid rgb(0, 255, 0); */
    height: 100%;
    width: 21%;
    position: relative;
    left: -19%;
    color: rgb(138, 7, 7);
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    font-family: 'Abril Fatface', serif;
    font-size: 8vh;
    font-weight: bolder;
    -webkit-text-stroke: .1px rgb(0, 0, 0);
}
.L {
    position: absolute;
    /* z-index: 1; */
    top: 5%;
    left: -25%;
}

.O {
    position: absolute;
    z-index: 11;
    top: 23%;
    left: 0;
}

.G {
    position: absolute;
    /* z-index: 11; */
    top: 43%;
    left:  30%;
}

.I {
    position: absolute;
    bottom: 22%;
    left:  22%;
    z-index: 11;
}

.N {
    position: absolute;
    /* z-index: 11; */
    bottom: 3%;
    left: 10%;
}
.bright{
    /* border-radius: 10px; */
    width: 50%;
    /* border: 2px solid; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container{
    /* border: 2px solid; */
    border-radius: 20px;
    height: 90%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.rbefore{
    /* border: none; */
    /* border: 2px solid; */
    position: absolute;
    background: linear-gradient(rgb(0, 238, 255), rgb(241, 11, 241));
    border-radius: 20px;
    height: 150%;
    width: 50%;
    box-shadow: 7px 7px 12px 0px rgba(194, 194, 194, 0.452);
    z-index: 1;
    /* animation: rotate 3s linear infinite; */
    animation: rotate 3s cubic-bezier(0.82, 0.02, 0.58, 1) infinite;

}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    } 
}
.afright {
    /* border: 2px solid rgb(255, 0, 0); */
    background-image: url(assets/loginbg2.jpg);
    background-size: cover;
    background-position: center;
    border: none;
    border-radius: 20px;
    height: 97%;
    width: 97%;
    z-index: 10;
    position: absolute;
}
.forright {
    border: 2px solid rgba(255, 255, 255, 0.164);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgba(124, 116, 116, 0.116);
    align-items: center;
    border-radius: 20px;
    /* background-color: rgba(253, 253, 253, 0.137); */
    backdrop-filter: blur(2px);
    height: 97%;
    width: 97%;
    /* box-shadow: 7px 7px 12px 0px rgba(56, 56, 56, 0.452); */
    z-index: 11;
    position: relative;
    border: none;

}

.blogin {
    font-family: 'Abril Fatface', serif;
    /* color: rgb(176, 79, 221); */
    color : #413939;
    font-size: 2.8rem;
    font-weight: bolder;
}

.simple {
    /* border: 2px solid; */
    width: 80%;
    color: rgb(0, 0, 0);
    border: dotted 2px;
}

.dotted {
    /* border: 2px solid; */
    width: 80%;
    color: rgb(32, 32, 32);
    border: dotted 2px;
}

.form {
    /* border: 2px solid black; */
    box-sizing: border-box;
    width: 70%;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}
.form > div {
    /* border: 2px solid; */
    display: flex;
    justify-content: center;
    width: 80%;
    height: 6vh;
}
.form > div > input {
    /* border: 2px solid; */
    position: relative;
    /* padding-left: 5px; */
    border-radius: 5px;
    color: rgb(151, 0, 0);
    width: 100%;
    font-size: large;
    border: 2px solid rgba(131, 126, 126, 0.329);
    background-color: rgba(202, 196, 196, 0.253);
    box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.637);
}

.form > div > input::placeholder {
    font-family: 'Inter', 'Diphylleia', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(151, 0, 0);
    font-weight: 400;
    font-size: 18px;
}
.form > div > input::placeholder {
    font-family: 'Inter', 'Diphylleia', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: rgb(151, 0, 0);
    font-weight: 400;
    font-size: 18px;
}

.passforget {
    /* border: 2px solid; */
    display: flex;
    justify-content: end;
    align-items: center;
    font-family: 'Kanit', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    font-weight: 400;
    width: 90%;
    height: 20%;
    font-size: 18px;
    text-align: end;
    color: rgb(255, 255, 255);
    
}
.passforget:hover {
    color: black;

}
button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 10%;
    width: 60%;
    box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.452);
    background-color: rgb(129, 19, 19);
    border: none;
    color: maroon;
    font-family: 'Diphylleia', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-weight: 600;
    font-size: 25px;
    cursor: pointer;
    transition: all .3s cubic-bezier(0.82, 0.02, 0.58, 1);
}

button:active {
    /* border: 2px solid ; */
    border-radius: 10px;
    transform: scale(1.2);
    color: maroon;
    background-color: rgba(255, 255, 255, 0.5);
}

.lastpart {
    /* border: 2px solid; */
    width: 60%;
    height: 28%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.create {
    padding-top: 5px;
    font-family: 'Kanit', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-decoration: none;
    text-align: end;
    color: white;
    font-size: large;
}
.create:hover {
    color: black;
}

.or {
    color: white;
    font-size: 20px;
    font-family: 'Kanit', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.orelse {
    /* border: 2px solid; */
    width: auto;
    height: auto;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    align-items: center;
    height: 40%;
    width: 80%;
}

.way1 {
    height: 70px;
}
.way1:hover {
    transition: all .15s ease-in-out;
    transform: scale(1.3);
}

.way2 {
    height: 60px;
}
.way2:hover {
    transition: all .15s ease-in-out;
    transform: scale(1.3);
}

/* Footer Code  Start */

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