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


/* ConactUs code */

.ContactUS {
    /* border: 2px solid; */
    background-image: url(/assets/people-working-call-center.jpg);
    height: 90vh;
    background-repeat: no-repeat;
    background-position: right center;
    /* background-attachment:fixed; */
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.form {
    /* border: 2px solid green; */
    background-color: #ffffff3b;
    backdrop-filter: blur(5px);
    font-size: larger;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    width: 50vw;
    height: 50vh;
    padding: 10px 25px 10px 25px;
    position: relative;
    box-shadow: 10px 7px 20px 10px #00000075;
}

form {
    font-size: larger;
}

.head {
    /* border: 2px solid; */
    /* background-color: #17285611; */
    color: #6f00ff;
    text-align: center;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: xx-large;
    font-weight: 600;
    box-shadow: 0 0 0 0;
    text-shadow: #FC0 0px 0 10px;
}

.fhead {
    width: 100%;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: xx-large;
    font-weight: 600;

}

form>input {
    border-radius: 5px;
    border: 1px solid rgb(137, 148, 137);
    height: 25px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 80%;

}

form>label {
    color: rgb(0, 0, 0);
    font-size: larger;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

.cusname {
    background-image: url(/assets/srename.svg);
    background-repeat: no-repeat;
    background-position: start;
    background-size: contain;
}

.cusmail {
    background-image: url(/assets/smail.svg);
    background-repeat: no-repeat;
    background-position: start;
    background-size: contain;
}

.cusnum {
    background-image: url(/assets/sphone.svg);
    background-repeat: no-repeat;
    background-position: start;
    background-size: contain;
}

.cusname:focus,
.cusmail:focus,
.cusnum:focus {
    background-image: none;
    border: #c0072c;
}

button {
    margin-top: 10px;
    background-color: rgb(222, 27, 65);
    border: none;
    border-radius: 100px;
    width: 200px;
    padding: 10px;
}

button a {
    font-size: x-large;
    color: white;
    text-decoration: none;
}

button:active {
    background-color: black;
    transform: scale(1.2);
    transition: all .3s ease-out;
}

.right>label {
    /* border: 2px solid; */
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: xx-large;
}

.box {
    /* border: 2px solid; */
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
    margin-left: 20px;
    color: rgb(0, 0, 0);
    font-size: larger;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.formleft {
    width: 60%;
    color: black;

}

.follow {
    /* border: 2px solid; */
    /* height: 30vh; */
    padding: 30px;
    background-color: #f8f3f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.us {
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-size: 3rem;
    font-weight: bolder;
}

.followlogo {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 40%;
}

.additional {
    margin-top: 100px;
    /* border: 2px solid; */
    display: flex;
    height: auto;
    width: 80%;
    justify-content: space-around;
    align-items: center;
}

.ring,
.drop,
.see {
    /* border: 2px solid; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tell {
    margin-top: 5px;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: x-large;
    font-weight: 600;
}

.ohh {
    margin-top: 5px;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: larger;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.ohh:hover {
    margin-top: 5px;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: larger;
    font-weight: 600;
    text-decoration: none;
    color: rgb(177, 29, 29);
}


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