@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* line 9, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
body {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  background: url("/front/images/bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

/* line 17, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
h2 {
  font-size: 2.2rem;
}

/* line 21, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
a {
  color: #251a1a;
}

/* line 25, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.nav-item > .active, .nav-item:hover .nav-link, .social-links .btn:hover, .p-info-icon:hover {
  background-image: linear-gradient(220deg, #e27b05 20%, #db0563 100%) !important;
  color: #fff !important;
}

/* line 40, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.user-img {
  width: 310px;
  height: 310px;
  position: relative;
  background-image: linear-gradient(220deg, #e27b05 20%, #db0563 100%) !important;
  background-size: 50%;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

/* line 51, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.user-img:hover {
  background-size: 100%;
}

/* line 56, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.user-img-inner {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/front/images/main.png");
  background-position: top;
  background-size: cover;
}

/* line 71, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.social-links .btn:hover {
  transition: all 0s;
}

/* line 78, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-rounded {
  border-radius: 1rem;
}

/* line 83, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.tab-title h2 {
  position: relative;
}

/* line 98, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.p-info-icon {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}

/* line 108, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.about-img {
  position: relative;
  z-index: 0;
}

/* line 112, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.about-img::before {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  background-image: linear-gradient(220deg, #e27b05 20%, #db0563 100%) !important;
  border-top-left-radius: 1rem;
  transition: width 0.5s, height 0.5s;
  z-index: -1;
  top: -2px;
  left: -2px;
}

/* line 128, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.about-img:hover::before {
  width: calc( 100% - 1rem);
  height: calc( 100% - 1rem);
}

/* line 135, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.about-img::after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  bottom: -2px;
  right: -2px;
  background-image: linear-gradient(220deg, #e27b05 20%, #db0563 100%) !important;
  border-bottom-right-radius: 1rem;
  transition: width 0.5s, height 0.5s;
  z-index: -1;
}

/* line 152, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.about-img:hover::after {
  width: calc( 100% - 1rem);
  height: calc( 100% - 1rem);
}

/* line 160, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services > .row {
  row-gap: 1rem;
}

/* line 166, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(1) .service-detail {
  background-color: #FFEEEB;
}

/* line 168, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(1) .service-detail > div {
  gap: 1rem;
}

/* line 172, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(1) .service-detail .service-icon {
  color: #FF6347;
}

/* line 181, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(2) .service-detail {
  background-color: #EBF5FF;
}

/* line 183, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(2) .service-detail > div {
  gap: 1rem;
}

/* line 186, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(2) .service-detail .service-icon {
  color: #1E90FF;
}

/* line 195, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(3) .service-detail {
  background-color: #EFFBEF;
}

/* line 197, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(3) .service-detail > div {
  gap: 1rem;
}

/* line 200, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(3) .service-detail .service-icon {
  color: #32CD32;
}

/* line 209, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(4) .service-detail {
  background-color: #fce7f9;
}

/* line 211, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(4) .service-detail > div {
  gap: 1rem;
}

/* line 214, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .services:nth-child(4) .service-detail .service-icon {
  color: #e811f0;
}

/* line 221, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.my-services .service-icon {
  font-size: 3.5rem;
  display: flex;
}

/* line 228, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.edu-detail .row {
  row-gap: 1rem;
}

/* line 232, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.edu-detail .col {
  background-color: #fce7f9;
}

/* line 238, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.exp-detail .row {
  row-gap: 1rem;
}

/* line 242, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.exp-detail .col {
  background-color: #EBF5FF;
}

/* line 248, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.edu-title .fa-solid {
  color: #e811f0;
}

/* line 254, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.exp-title .fa-solid {
  color: #cdcdce;
}

/* line 258, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
#skills {
  background: #f7f7f7;
}

/* line 261, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.skills-bar {
  position: relative;
  height: 6px;
  border-radius: 3px;
  background-color: #e5e4e4;
}

/* line 267, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.skills-bar.web::after {
  content: "";
  width: 60%;
  height: 100%;
  border-radius: 3px;
  background-color: #49c949;
  position: absolute;
}

/* line 277, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.skills-bar.data-manage::after {
  content: "";
  width: 80%;
  height: 100%;
  border-radius: 3px;
  background-color: dodgerblue;
  position: absolute;
}

/* line 287, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.skills-bar.data-quality::after {
  content: "";
  width: 70%;
  height: 100%;
  border-radius: 3px;
  background-color: crimson;
  position: absolute;
}

/* line 297, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.skills-bar.project::after {
  content: "";
  width: 50%;
  height: 100%;
  border-radius: 3px;
  background-color: #d48b02;
  position: absolute;
}

/* line 307, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.gallery-item-inner {
  overflow: hidden;
}

/* line 309, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.gallery-item-inner img {
  height: 500px;
  object-fit: cover;
  object-position: top;
}

/* line 315, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.gallery-item-inner:hover .item-preview {
  left: 0;
}

/* line 320, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.item-preview {
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: left 0.5s;
}

/* line 321, ../../../Documents/GitHub/mrizwan1070.github.io/front/sass/site.scss */
.item-preview a {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
}

/*# sourceMappingURL=site.css.map */