html {
  overflow-x: hidden;
}

body {
  background-color: #f7f9fb;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  font-family: "Roboto", sans-serif;
}

svg {
  height: 40px;
  width: 40px;
}
a i {
  height: 30px;
  width: 30px;
}

p {
  color: #17252a;
  font-weight: 400;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

/* Navigation Section Start */
.navbar-brand {
  font-weight: 700;
  color: #feffff !important;
  font-size: 1.5rem;
}
.customNav {
  width: 100%;
  background-color: rgba(58, 175, 169, 0.8) !important;
  background-size: cover;
  z-index: 10;
}
.dropdown-menu {
  background-color: rgba(58, 175, 169, 0.8);
}
.navbar-nav {
  margin-left: auto;
  margin-right: 0 !important;
  color: #17252a !important;
}

.navbar-brand img {
  padding-right: 15px;
  width: 65px;
}

.nav-img {
  height: 75px;
}

.nav-item {
  margin: 0px 15px;
  font-weight: 700 !important;
  font-size: 1.2rem;
}

.nav-link:hover {
  color: #feffff;
}

/* Navigation Section End */

/* Hero Section Start */
/* ------------------------------------------------------------- */
.heroBackground {
  background-image: url("../images/pexels-photo-777001.webp");
  background-size: cover;
  background-position: center;
  border: 5px solid #3aafa9;
}
.heroOverLay {
  background-color: rgba(58, 175, 169, 0.8) !important;
  border: 5px solid #feffff;
}
.HeroheadingColour {
  color: #17252a !important;
  font-weight: 900;
  -webkit-text-stroke: 2px #feffff;
}

.headingColour {
  background-color: #17252a;
  border: 5px solid #2b7a78;
  color: #2b7a78 !important;
  font-weight: 900;
  -webkit-text-stroke: 2px #feffff;
}

.introLead {
  color: #17252a;
  font-weight: 500;
  font-size: 2rem;
}

.lead {
  color: #17252a;
  font-weight: 500;
  font-size: 1.5rem;
}

.lead-highlight {
  font-weight: 700;
  color: #feffff;
}

.btn-primary {
  background-color: #17252a;
  border: 2px solid #feffff;
}

.btn-primary:hover {
  background-color: #feffff;
  color: #17252a;
  border: 2px solid #17252a;
}

.btn-outline-secondary {
  border: 2px solid #17252a;
  color: #17252a;
}

.btn-outline-secondary:hover {
  background-color: #3aafa9;
  color: #feffff;
  border: 2px solid #feffff;
}

.contact-me-btn {
  background-color: #feffff;
  color: #2b7a78;
}
.contact-me-btn a {
  text-decoration: none;
  color: #2b7a78;
}
.contact-me-btn a:hover {
  color: #17252a;
}
/* Hero Section End */

/* About Me Section Start */
/* ------------------------------------------------------------- */
.aboutMeContainer {
  background-color: rgba(222, 242, 241, 0.8) !important;
  border: 5px solid #3aafa9;
}
.imgCon {
  border: 10px dotted #3aafa9;
  border-radius: 50%;
}

.aboutMeImg {
  height: 300px;
  width: 300px;
}

.card-title {
  font-weight: 700;
}

.card-text {
  font-weight: 500;
  font-size: 1.5rem;
}

.about-btn-2:hover {
  background-color: #3aafa9;
  color: #feffff;
  border: 2px solid #17252a;
}

/* About Me Section End */

/* Work Section Start */
/* ------------------------------------------------------------- */
.workBackground {
  background-color: rgba(222, 242, 241, 0.8) !important;
  border: 5px solid #3aafa9;
}
.projectBackground {
  color: #17252a;
  background-color: #3aafa9;
  border: 5px solid #2b7a78;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.projectBackground:hover {
  color: #feffff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  transform: scale(1.1);
}

.work-images {
  height: 50%;
}

.card-title {
  font-weight: 700;
}
.work-card-text {
  font-weight: 500;
  font-size: 1.2rem;
}

.project-links {
  list-style: none;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 1.2rem;
}
.project-links a {
  color: #17252a;
}
.project-links a:hover {
  color: #feffff;
}
/* Work Section End */

/* My Skill Section Start */
/* ------------------------------------------------------------- */
.skillContainer {
  background-color: rgba(222, 242, 241, 0.8) !important;
  border: 5px solid #3aafa9;
}

.feature {
  color: #17252a !important;
  background-color: #3aafa9 !important;
  border: 5px solid #2b7a78 !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px !important;
}

.feature:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  transform: scale(1.1);
}

.feature p:hover {
  color: #feffff !important;
}

.skillHeading {
  font-weight: 500;
}

.skill-text {
  font-weight: 500;
  font-size: 1.2rem;
}
/* My Skill Section End */

/* Footer Section Start */
/* ------------------------------------------------------------- */
.footerContainer {
  background-color: rgba(58, 175, 169, 0.8) !important;
  border: 5px solid #2b7a78;
}
.foot-icon:hover {
  box-shadow: rgba(0, 0, 0, 0.9) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
/* Footer Section End */
