
 body{
    margin: 0px;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;
}
#navbar{
    width: 100%;
    height: 75px;
    border: 1px solid #d0d3d8;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
}
#logo{
    margin-left: 12%;
    margin-top: 0px;
    line-height: 0px;
}
#logo>img{
    margin-top: 0px;
    line-height: 0px;
    width: 120px;
    height: 60px;
    border-radius: 5px;
}
#log-sig{
    margin-right: 12%;
}
#log{
    width: 75px;
    height: 38px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1A2E44;
}
:hover>#log{
    background-color: #566583;
    color: #fff;
    border: 0px;

}


#sig{
    width: 85px;
    height: 39px;
    border-radius: 7px;
    border: 0px;
    background-color: #22D172;
    color: #fff;
    font-size: 14px;
    font-weight: 600;

}
:hover>#sig{
    background-color: #45e890;
}

.chil{
    width: 370px;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #1A2E44;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
#account>.chil>i{
    margin-right: 15px;
}
#account{
    margin-left: 18%;
}
#head{
    margin-left: 18%;
    margin-top: 75px;
    
}
#cret{
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--black-color);
    font-family: Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

#account>:nth-child(1):hover{
    background-color: #566583;
    color: #fff;

}
#account>:nth-child(2):hover{
    background-color: #566583;
    color: #fff;

}
#account>:nth-child(3):hover{
    background-color: #566583;
    color: #fff;

}
#OR{
    margin-left: 40%;
    margin-top: 50px;
}
.sig{
    width: 370px;
    height: 50px;
    border-radius: 7px;
    border: 0px solid #1A2E44;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-left: 18%;
    background-color: #22D172;
    color: #fff;
    font-weight: 600; 

}
.sig:hover{
    background-color: #45e890;

}
#detail{
    margin-left: 22%;
    width: 340px;
    font-size: 15px;
}
.term{
    color: #4C83EE;
    margin-left: 10px;
}
#bloc{
    display: block;
}
#big-img{
    margin-left: 17%;
    margin-top: 20%;
}
.cred{
  margin-left: 1%;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    border: 0px solid red;
}
.cred-det{
    width: 60%;
    margin-left: 14%;
    font-weight: 600;
    font-size: 17px;
    border: 0px solid red;

}
#sch{
    margin-left: 16%;
}







#contanir{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
    border: 0px solid blue;
    margin: auto;
}
.c2{
    border: 0px solid red;
    height: 800px;

}





/* Footer Part */
#contanir2{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border: 0px solid red;
    margin: auto;
    width: 80%;
    color: #1A2E44;

}
#Footer{
    background-color: #f9f9f7;
}
.chil2{
  border: 0px solid blue;
  width: 70%;
  height: 300px;
  margin-left: 10px;
  
  
 
}
#contanir2>div{
    line-height: 13px;
    color: #1A2E44;
}
.socl-icon{
    margin-left: 8px;
}

#about-details{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border: 0px solid red;
    width: 100%;
    color: #1A2E44;
}
.about-mail{
    border: 0px solid blue;
    height: 35px;
}
#ab1{
    width: 200px;
    margin-left: 24%;
    margin-top: 133px;
}
#ab2{
    width: 720px;
    margin-right: 340px;
}




.use-inp{
    width: 355px;
    height: 43px;
    border-radius: 7px;
    border: 1px solid #d0d3d8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
#hide-div{
    margin-left: 35%;
    margin-top: 10px;
    margin-left: 18%;
}
.names{
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 0px;
}
#detail{
    text-align: center;
}
#res{
    color: #4C83EE;
}


#box-1{
    margin-left: 23%;
}
#cchi-2{
    margin-top: 13px;
}


.use-inp{
    outline: none;

}
.use-inp:focus {
    
    border: 2px solid #45e890;

}
.sig:active{
    transform: scale(0.98);
}