:root{
    --headerClr:#164e63;
    --sidebar:#e2e8f0;
    --sidebardropdown:#ecf0f5;
    --dashboardbg:#f1f5f9;
    --white:#fff;
    --textclr: #444;
    --orange: #ff6363;
    --headerbg:#ffffffde;
    --text:#222;
    --primary:#63F3FF;
    --dark:#3a3a3a;
    --bluebg:#eefeff;
}
body{
    font-family: 'Jost', sans-serif;
}
.primary-clr{
    color: var(--primary);
}
.gap30{
    gap: 30px;
}
h1{
font-size:47px;
margin-bottom:15px;
}
h2{
    font-weight: 700;
    color: var(--text);
    font-size: 35px;
margin-bottom:15px;
}
h3{
    font-size: 30px;
margin-bottom:15px;
}
p{
  font-size:17px;
margin-bottom:30px;
}
.pd50{
    padding: 50px;
}
.pb50{
padding-bottom: 50px;
}
.h-100{
    height: 100%;
}
.pt50{
    padding-top: 50px;
}
.pt100{
padding-top:100px;
}
.pb100{
padding-bottom:100px;
}
.py-100{
    padding: 100px 0;
}
.width100{
    width: 100%;
}
.gap10{
    gap: 10px;
}
.gap20{
    gap: 20px;
}
.pt10{
    padding-top: 10px;
}
.textcenter{
    text-align: center;
}
.align-items-end{
    align-items: end;
}
.fixed{
    position: fixed;
}
.fl-right{
    float: right;
}
.mt20{
margin-top:20px;
}
.btn-login-mentor {
    border: 1px solid #c5c5c5;
    padding: 10px 30px;
    transition: all 0.3s;
    scale: 1;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 30px;
}
.btn-login-mentor a{
    font-weight: 500;
    color: var(--dark);
}
.btn-login-mentor:hover{
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}
@media only screen and (max-width: 986px) {
    h2 {
        font-size: 50px;
    }

    p {
        font-size: 18px;
    }
}