@charset "UTF-8";
/* mghportofolio copyright 2021 react theme  */
body,
p,
h1,
h2,
h3,
h4,
h6,
h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.navbar-nav a {
  font-size: 14px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

.text-bold h1 {
  text-transform: uppercase;
  font-weight: 800;
  color: #fbf7ff;
  font-size: 92px;
  position: absolute;
  left: 0;
  z-index: -1;
  text-align: left;
}
@media (max-width: 768px) {
  .text-bold h1 {
    font-size: 52px;
    text-align: left;
  }
}

.scroll-strip {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #69478b;
  right: 0;
  border-radius: 53px;
}
@media (max-width: 767px) {
  .scroll-strip {
    display: none;
  }
}

.common-title h1 {
  color: #69478b;
  font-size: 23px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 0 30px 0;
  letter-spacing: 2px;
}

.text-right h3 {
  color: #555;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 15px 0;
}

.pos-relative {
  position: relative;
}

.heart {
  fill: #69478b;
  position: relative;
  top: -10px;
  right: 5px;
  width: 13px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.main-nav {
  justify-content: flex-end;
  align-items: center;
}

.main-navmenu {
  background-color: transparent;
  height: auto;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: opacity 50s ease-in;
}
@media (max-width: 830px) {
  .main-navmenu {
    background-color: #fff;
  }
}

.main-nav {
  padding: 0;
}
@media (max-width: 830px) {
  .main-nav {
    background-color: #fff;
  }
  .main-nav .navbar {
    flex-wrap: nowrap;
  }
  .main-nav .navbar-toggler {
    width: 55px;
  }
  .main-nav #basic-navbar-nav {
    position: fixed;
    top: 80px;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    right: 0;
    text-align: left;
    padding: 20px;
    height: 100vh;
    transition-delay: 0.1s;
  }
}

.about-section {
  background: linear-gradient(90deg, #69478b 50%, #fff 50%);
  padding-top: 100px;
  width: 100%;
  height: 50%;
}
.about-section::after {
  content: "";
  background: url(../images/heart-block-bg.png) no-repeat;
  background-size: contain;
  background-position: right top;
  opacity: 0.4;
  top: 50%;
  right: 0;
  width: 10%;
  height: 38%;
  z-index: 1;
  position: fixed;
  z-index: 1;
}
@media (max-width: 768px) {
  .about-section {
    background: linear-gradient(90deg, #69478b 50%, #69478b 50%);
  }
  .about-section::after {
    width: 30%;
    height: 30%;
    top: 80%;
    opacity: 0.4;
  }
}
@media (max-width: 1024px) {
  .about-section::after {
    content: "";
    background: url(../images/heart-block-bg.png) no-repeat;
    background-size: contain;
    background-position: right top;
    opacity: 0.4;
    top: 50%;
    right: 0;
    width: 30%;
    height: 30%;
    z-index: 1;
    position: fixed;
    z-index: 1;
  }
}

.expe-section {
  background: linear-gradient(90deg, #fbf7ff 95%, #fbf7ff 10%);
}
.expe-section h3 {
  color: #333;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
}
.expe-section h6 {
  color: #404040;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  margin: 15px 0;
}

.expe-section ul,
.aboutm-section ul {
  padding-left: 0;
  margin: 0;
}
.expe-section ul li,
.aboutm-section ul li {
  list-style: none;
  margin-bottom: 12px;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  color: #555;
  font-weight: 300;
}
.expe-section ul li::before,
.aboutm-section ul li::before {
  content: "❥";
  color: #69478b;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 10px;
}

.info-box {
  margin-bottom: 15px;
  margin-top: 15px;
}

.about-section img {
  max-width: 60%;
  left: 0;
  right: 0;
  margin: auto;
}

.about-imgbox {
  position: relative;
  display: flex;
  margin: 50px 0;
  justify-content: space-evenly;
  align-items: center;
}

.right-img {
  position: absolute;
  right: 20px;
  width: 50%;
  top: -60px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .right-img {
    right: -20px;
  }
}

.right-img img {
  z-index: -1;
}

.left-img {
  position: absolute;
  width: 50%;
  bottom: -20px;
  left: -60px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .left-img {
    left: -30px;
  }
}

.center-img {
  z-index: 11;
}
.center-img img {
  max-width: 70%;
  box-shadow: -30px -30px 0px -5px #b5b5b5;
  border: 8px solid transparent;
  outline: 8px solid #593c76;
  transform: translate(-25px, 0px);
}
@media (max-width: 768px) {
  .center-img img {
    transform: translate(0, 0);
  }
}

.about-cont-section {
  position: relative;
}

.about-cont-section .about-content {
  position: absolute;
  bottom: 80px;
  padding: 0.5rem 1rem;
}
.about-cont-section .about-content h1,
.about-cont-section .about-content h2 {
  font-weight: 200;
  color: #404040;
}
.about-cont-section .about-content h1 span {
  color: #fff;
  color: #69478b;
  font-weight: 300;
  letter-spacing: 3px;
}
.about-cont-section .about-content h2 span {
  color: #69478b;
  background-color: #fbf7ff;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  padding: 3px 8px;
}
@media (max-width: 768px) {
  .about-cont-section .about-content {
    position: relative;
    padding: 6em 1em 0;
  }
  .about-cont-section .about-content p,
.about-cont-section .about-content h2,
.about-cont-section .about-content h1 {
    color: #fff;
  }
  .about-cont-section .about-content h1 span,
.about-cont-section .about-content h2 span {
    color: #c7a0f1;
  }
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.skill-section .card {
  position: relative;
  height: auto;
  margin: 20px 0 20px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(225deg, #fbf7ff 30%, #fff 60%);
  box-shadow: 0px 0px 7px 2px #f7f7f7;
  border-radius: 0;
  border: none;
  background-clip: border-box;
  cursor: pointer;
  transition: all ease 0.5s;
}
@media (max-width: 767px) {
  .skill-section .card {
    margin: 39px 0;
    padding-top: 0;
  }
}
.skill-section .card:hover {
  box-shadow: 0 10px 20px rgba(85, 85, 85, 0.15);
  transition: all ease 0.1s;
  transform: scale3d(0.9, 0.9, 1.1);
}
.skill-section .card p {
  text-align: start;
  padding: 15px 30px 30px 60px;
  min-height: 125px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .skill-section .card p {
    padding: 20px;
    text-align: center;
    min-height: 120px;
  }
}

.CircularProgressbar {
  position: absolute;
  width: 25% !important;
  left: -45px;
}
@media (max-width: 767px) {
  .CircularProgressbar {
    position: initial;
    margin-top: 20px;
  }
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #69478b !important;
  stroke-width: 3px;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #69478b !important;
}

.vertical-strip {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #69478b;
  right: 0;
  border-radius: 53px;
  top: 28px;
}

.vertical-strip .heart {
  fill: #69478b;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 13px;
}

.card-title {
  display: flex;
  width: 100%;
  padding: 20px 40px 0;
  justify-content: flex-end;
}

.card-title h5 {
  font-size: 14px;
  text-align: left;
  color: #69478b;
  text-transform: uppercase;
}

.proj-section .card {
  position: relative;
  width: 300px;
  height: 450px;
  margin: 50px auto 50px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s linear;
  z-index: 111;
}
@media (max-width: 767px) {
  .proj-section .card {
    width: 250px;
    height: 350px;
  }
}
.proj-section .proj-card {
  position: relative;
}
.proj-section .proj-card::after {
  content: "";
  position: absolute;
  background-image: url(../images/heart-block-bg.png);
  background-repeat: no-repeat;
  width: 40%;
  height: 40%;
  bottom: 50%;
  left: 0;
  z-index: 1;
  background-size: contain;
  bottom: 15px;
  /* border-radius: 100%; */
  transform: rotate(0deg);
  opacity: 0.6;
}
.proj-section .card .content-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.proj-section img {
  width: 100%;
  transition: all 0.2s linear;
}
.proj-section .card-content {
  position: absolute;
  bottom: 3rem;
  right: 100%;
  width: 100%;
  text-align: center;
  background-color: #fbf7ff;
  transition: all 0.2s linear;
}
.proj-section a {
  text-decoration: none;
}
.proj-section .card-category {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  margin: 15px;
  color: #000;
}
.proj-section i {
  margin-left: 5px;
}
.proj-section .card:hover {
  box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.22);
}
.proj-section .card:hover .content-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.proj-section .card:hover .card-content {
  right: 0;
}
.proj-section .card:hover img {
  transform: scale(1.1);
}

.accordion {
  border: none;
  border-radius: 0;
  margin-bottom: 50px;
}
.accordion .accordion-button {
  background-color: #f7f3ff;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 20px;
  color: #69478b;
}
.accordion .accordion-button::after {
  color: #69478b;
  display: none;
}
.accordion .accordion-button :not(.collapsed)::after {
  color: #69478b;
  display: none;
}
.accordion .accordion-item {
  border: none;
}

.cont-form input,
textarea,
button {
  width: 100%;
  outline: none;
}

.cont-me {
  z-index: 111;
}

.foot-section {
  background-color: #69478b;
  text-align: left;
}
.foot-section .foot-cont p {
  margin: 30px 0;
  width: 50%;
  color: #fff;
  font-family: "Work Sans", sans-serif;
}
.foot-section .foot-cont a {
  color: #c7a0f1;
}
.foot-section h4 {
  color: #f7f3ff;
  font-weight: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.foot-section a {
  color: #fff;
}
.foot-section a:hover {
  color: #fdfcff;
}
.foot-section .navbar-nav a {
  font-size: 14px;
  padding: 5px 0;
}
.foot-section a.nav-link:focus,
.foot-section a.nav-link:hover {
  color: #c7a0f1;
}
@media (max-width: 767px) {
  .foot-section {
    text-align: center;
  }
  .foot-section .social-icon {
    justify-content: center;
    display: flex;
  }
  .foot-section .foot-cont p {
    width: 100%;
  }
  .foot-section h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 830px) and (orientation: landscape) {
  .foot-section {
    text-align: center;
  }
  .foot-section .social-icon {
    justify-content: center;
    display: flex;
  }
  .foot-section .foot-cont p {
    width: 100%;
  }
}

.contact-box h5 .fa {
  color: #c7a0f1;
  margin: 5px;
  font-size: 14px;
  margin-right: 15px;
}
.contact-box h5 a {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  color: #c7a0f1;
  font-weight: 300;
  padding: 10px 0;
}
.contact-box h5 .sc-ic {
  margin-right: 10px;
}

.aboutm-section .heart {
  top: 40px;
}

.skill-section .scroll-strip .heart {
  top: 50px;
}

.proj-section .heart,
.edu-section .heart {
  top: 45px;
}

.social-icon ul {
  display: flex;
  list-style: none;
  padding: 15px 0;
}
.social-icon ul li {
  margin-right: 15px;
  background-color: #c7a0f1;
  padding: 5px 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icon ul li:hover {
  background-color: #f7f3ff;
}
.social-icon ul li:hover svg {
  color: #69478b;
}

.head-trans {
  background-color: transparent;
}
@media (max-width: 830px) {
  .head-trans {
    background-color: #fff;
  }
}

.head-clr {
  background-color: #fff;
  box-shadow: 5px 0px 10px 0 #dbdbdb;
}
@media (max-width: 830px) {
  .head-clr {
    background-color: #fff;
  }
}

.basic-navbar-nav {
  width: 50px;
}

.accordion-body {
  background-color: #fdfcff;
}

.btn {
  outline: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-mgh {
  background-color: #69478b;
  border-radius: 30px;
  padding: 5px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: solid 2px #fff;
  width: 200px;
}
.btn-mgh:hover {
  background-color: #c7a0f1;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .navbar-nav a {
    font-size: 12px;
    margin: -2px;
  }
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #69478b;
  font-weight: 400;
}

.modal-body input,
.modal-body textarea {
  width: 100%;
}
.modal-body .container {
  padding: 0;
}

.get-cv {
  z-index: 9999;
}

#contact_form label {
  font-size: 12px;
  margin: 5px 0;
  text-transform: uppercase;
}

.btn-pop {
  background-color: #69478b;
  border-radius: 30px;
  padding: 5px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: solid 2px #fff;
}
.btn-pop:hover {
  background-color: #c7a0f1;
  color: #fff;
}

.btn-pop-cls {
  background-color: #c7a0f1;
  border-radius: 30px;
  padding: 5px 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: solid 2px #fff;
  width: 100px;
}
.btn-pop-cls:hover {
  background-color: #f7f3ff;
  color: #69478b;
}

.modal-body input:focus,
.modal-body textarea:focus {
  outline: none;
}
.modal-body .border-1 {
  border-color: #dbdbdb;
}

.modal-header .modal-title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  color: #333;
  letter-spacing: 2px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.success-box p {
  background-color: #f7f3ff;
  color: #69478b;
}

@media (max-width: 767px) {
  .modal-footer {
    text-align: center;
    justify-content: center;
  }
}

.get-cv.modal {
  top: 100px;
}

/*# sourceMappingURL=mgh.css.map */
/*# sourceMappingURL=mgh.scss.map */

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