You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

413 lines
6.2 KiB
CSS

body {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
.navbar {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 20px 40px !important;
}
.navLink {
color: #000033 !important;
}
.btn-primary {
padding: 8px 16px !important;
background-color: transparent !important;
border: 2px solid rgb(97, 97, 97) !important;
border-radius: 8px !important;
font-size: 16px !important;
color: black !important;
cursor: pointer !important;
outline: none !important;
}
.navLink::after {
content: '';
display: block;
width: 0;
height: 3px;
background: #E28527;
transition: width .4s ease-in;
}
.navLink:hover {
font-weight: 600;
}
.navLink:hover::after {
width: 100%;
}
.phone-number {
margin-top: 8px;
margin-left: -11px;
margin-right: 25px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
/* navbar */
.main-section {
padding: 2rem;
}
.navbar {
padding: 20px !important;
}
.logoImg {
width: 150px;
}
.contactBtn {
display: none !important;
}
.navList {
display: inline;
text-align: right;
}
}
.mentorHeading {
background-color: #FFF3E4;
padding: 2rem 0 2rem 0;
}
.mentorHeading h1 {
text-align: center;
}
.search-bar {
position: relative;
display: block;
margin-inline: auto;
width: 80%;
margin-top: 3rem;
}
.search-input {
width: 100%;
padding: 11px;
border: 2px solid #ccc;
border-radius: 5px;
outline: none;
}
.search-icon {
position: absolute;
top: 26px;
right: 26px;
transform: translateY(-50%);
cursor: pointer;
border: navajowhite;
background-color: snow;
}
.mentor-box {
border: 1px solid #ddd;
border-radius: 10px;
overflow: hidden;
position: relative;
text-align: left;
background: transparent;
}
.mb-4 {
margin-bottom: 1.5rem !important;
font-size: 60px;
}
.mentor-img {
width: 100%;
height: 50%;
object-fit: cover;
}
.mentor-info {
padding: 15px;
}
.mentor-name {
font-size: 18px;
font-weight: bold;
margin: 5px 0;
}
.mentor-designation {
font-size: 14px;
color: #555;
margin: 5px 0;
}
.mentor-specialist {
font-size: 16px;
font-weight: bold;
color: #333;
margin: 10px 0;
}
.mentor-buttons {
margin-top: 10px;
}
.mentor-buttons .btn {
margin: 5px;
}
.mentor-actions {
margin-top: -33px;
display: flex;
justify-content: center;
gap: 15px;
margin-left: 300px;
}
.icon-circle {
background-color: #ff8000;
color: #fff;
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
}
.mentorsContainer{
margin-inline: 1.5rem !important;
}
.row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 44px;
}
.mentor-box {
display: flex;
flex-direction: column;
}
.mentor-name{
font-size: 24px;
font-weight: bolder;
}
.mentor-designation{
font-size: 24px;
}
.mentor-specialist{
font-size: 16px;
}
.mentor-buttons .btn {
border: 2px solid orange !important;
color: orange !important;
background-color: transparent !important;
}
.mentor-buttons .btn:hover {
background-color: orange !important;
color: white !important;
}
.btn btn-primary rounded-pill{
font-size: 24px;
}
@media (max-width: 768px) {
.mb-4 {
font-size: 18px;
}
.row {
flex-direction: column;
align-items: center;
}
.mentor-box {
width: 90%;
margin-bottom: 20px;
}
.mentor-name {
font-size: 16px; /
}
.mentor-designation,
.mentor-specialist {
font-size: 12px;
}
.mentor-icons {
top: 340px;
right: 10px;
}
.mentor-designation{
font-size: 16px;
}
.btn btn-primary rounded-pill{
font-size: 16px;
}
.mentor-name{
font-size: 18px;
font-weight: bolder;
}
.mentor-specialist{
font-size: 16px;
}
.mentor-buttons {
margin-left: -9px;
}
.mentor-actions {
/* margin-top: 10px; */
display: flex;
justify-content: center;
gap: 10px;
margin-left: 0px;
margin-right: -200px;
align-items: center;
}
.icon-circle {
width: 34px;
height: 34px;
font-size: 0.9rem;
}
}
/* FooterSection */
.footerSection {
display: flex;
justify-content: space-between;
align-items: baseline;
background-color: #223545;
color: #fff;
padding: 2rem;
}
.footerLogoSection {
display: flex;
flex-direction: column;
column-gap: 1rem;
}
.footerLogoImg {
width: 235px;
height: 100%;
}
.mobileFooterSection{
display: none;
}
.socialSection {
list-style: none;
display: flex;
column-gap: 1rem;
padding: 0;
margin: 2rem 0;
}
.socialSection .socialIcons {
padding: 6px;
display: flex;
color: #FFF;
}
.socialSection .socialIcons:hover {
background: #fff;
border-radius: 50%;
color: #000;
}
.footerLogoSection p {
color: #D1D1D1;
margin-top: 0;
}
.courseSection h3,
.quickLinkSection h3 {
margin-top: 0;
font-size: 22px;
}
.courseSection ul,
.quickLinkSection ul {
padding: 0;
list-style: none;
display: flex;
flex-direction: column;
row-gap: 1rem;
}
.courseSection ul a,
.quickLinkSection ul a {
color: #fff;
text-decoration: none;
}
@media only screen and (max-width: 600px) {
/* Footer */
.mobileFooterSection {
padding-inline: 2rem;
}
.footerSection {
display: none;
}
.mobileFooterSection {
display: block;
background-color: #223545;
color: #fff;
padding-block: 1.5rem;
}
.mobileFooterSection .footerLogoSection {
margin-bottom: 2rem;
}
.linksSection {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.courseSection ul a,
.quickLinkSection ul a {
font-size: 14px;
}
.courseSection h3,
.quickLinkSection h3 {
font-size: 16px;
}
.socialSection {
margin: 1rem 0;
}
.footerContent p {
font-size: 14px;
}
}