@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400&family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap");
.red {
  color: #ff014f;
}

.bg-red {
  background-color: #ff014f;
}

.white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.light-white {
  color: #c4cfde;
}

.bg-light-white {
  background: #c4cfde;
}

.black {
  color: #050e1d;
}

.bg-black {
  background-color: #050e1d;
}

.deep-black {
  color: #000814;
}

.bg-deep-black {
  background-color: #000814;
}

.footer,
.map,
.contact,
.portfolio,
.education,
.skill,
.service,
.sassStructure,
.htmlStructure,
.chose,
.about {
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

.contact__head,
.portfolio__head,
.education__head,
.skill__head,
.service__head,
.sassStructure__head,
.htmlStructure__head,
.chose__head,
.about__head {
  color: #ff014f;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.portfolio__head::before,
.education__head::before,
.skill__head::before,
.service__head::before,
.sassStructure__head::before,
.htmlStructure__head::before,
.chose__head::before,
.about__head::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #ff014f;
}

.banner__btn {
  position: relative;
  display: inline-block;
  color: #ffffff;
  padding: 8px 25px;
  border: 2px solid #ff014f;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  transition: all 1s ease;
  z-index: 10;
}

.banner__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #ff014f;
  transition: all 0.6s cubic-bezier(0.73, 0.24, 0.54, 0.99);
  z-index: -1;
}

.banner__btn:hover::before {
  height: 400%;
}

.font-mont {
  font-family: "Montserrat", sans-serif;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-45 {
  font-size: 45px;
}

.font-size-2rem {
  font-size: 2rem;
}

.font-size-3rem {
  font-size: 3rem;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-17 {
  margin-left: 17px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-19 {
  margin-left: 19px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-11 {
  margin-right: 11px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-13 {
  margin-right: 13px;
}

.mr-14 {
  margin-right: 14px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-17 {
  margin-right: 17px;
}

.mr-18 {
  margin-right: 18px;
}

.mr-19 {
  margin-right: 19px;
}

.mr-20 {
  margin-right: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background: #ff014f;
  color: #ffffff;
}

body {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
}

a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 575px) {
  .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-11 {
  padding-left: 11px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-13 {
  padding-left: 13px;
}

.pl-14 {
  padding-left: 14px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-17 {
  padding-left: 17px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-19 {
  padding-left: 19px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-11 {
  padding-right: 11px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-13 {
  padding-right: 13px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-18 {
  padding-right: 18px;
}

.pr-19 {
  padding-right: 19px;
}

.pr-20 {
  padding-right: 20px;
}

.header {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  padding: 5px 0px;
  z-index: 999;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #000814;
  z-index: 111;
  border-bottom: 1px solid #c4cfde;
}
@media only screen and (max-width: 767px) {
  .header {
    background-color: #050e1d;
  }
}
.header .nav-link {
  color: #c4cfde !important;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0px 0px 2px 0px !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.header .nav-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #ff014f;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .nav-link:hover::before {
  width: 100%;
}
.header .nav-link:hover {
  color: #ff014f !important;
}
@media only screen and (max-width: 767px) {
  .header .nav-link {
    text-align: center;
    margin: 6px 0px;
  }
  .header .nav-link::before {
    display: none;
  }
}
.header__bar {
  color: #ff014f;
}

.banner {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/banner/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #050e1d;
  color: white;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner {
    height: auto;
  }
}
.banner__content {
  margin-top: 200px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .banner__content {
    margin-top: 150px;
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .banner__content {
    margin-top: 220px;
    margin-bottom: 100px;
  }
}
.banner__wlc {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5rem;
  color: #c4cfde;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .banner__wlc {
    font-size: 12px;
  }
}
.banner__head {
  font-size: 2.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .banner__head {
    font-size: 1.5rem;
  }
}
.banner__para {
  line-height: 1.4rem;
  color: #c4cfde;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .banner__para {
    font-size: 1rem;
  }
}
.banner__btn {
  font-size: 16px;
}
.banner__btn:hover {
  color: #ffffff;
}
.banner__btn:hover::before {
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .banner__btn {
    font-size: 12px;
  }
}
.banner__styles1 {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  bottom: -30px;
  left: 0;
  background: linear-gradient(to right, rgb(253, 48, 157), rgb(63, 255, 242));
}
.banner__styles2 {
  position: absolute;
  content: "";
  width: 170px;
  height: 2px;
  bottom: -40px;
  left: 0;
  background: linear-gradient(to right, rgb(242, 41, 41), rgb(63, 255, 242));
}
.banner__right {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 225px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__right {
    margin-top: 225px;
  }
}
@media only screen and (max-width: 575px) {
  .banner__right {
    margin-top: 220px;
  }
}
.banner__img {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 50%;
  height: 400px;
  width: auto;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 575px) {
  .banner__img {
    height: 300px;
  }
}
@media only screen and (max-width: 300px) {
  .banner__img {
    height: 100%;
  }
}

.about {
  background-color: #000814;
}
.about__head {
  margin-bottom: 50px;
}
.about__me {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
}
.about__skillHead {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ff014f;
}
.about__skillUl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about__skillImgLi {
  margin: 0px 15px 15px 0px;
}
.about__skillImg {
  width: 50px;
  height: auto;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .about__me,
  .about__skillHead {
    font-size: 1.5rem;
  }
}
.about__para {
  line-height: 2.2;
  color: #c4cfde;
}
@media only screen and (max-width: 575px) {
  .about__para {
    font-size: 16px;
  }
}

.chose {
  background-color: #050e1d;
  color: #ffffff;
  border-bottom: 1px solid black;
}
.chose__head {
  margin-bottom: 50px;
}
.chose__box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 10px;
  margin: 30px 0px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.chose__box-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: rgba(255, 76, 69, 0.25) 0px 50px 100px -20px,
    rgba(235, 55, 55, 0.3) 0px 30px 60px -30px;
}
.chose__box-wrapper:hover .chose__box-icon {
  font-size: 2.4rem;
}
.chose__box-icons {
  padding: 15px;
}
.chose__box-icon {
  font-size: 2rem;
  color: #ff014f;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.chose__box-head {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
}
.chose__box-para {
  color: #c4cfde;
  font-size: 1rem;
}

.htmlStructure {
  background-color: #050e1d;
}
.htmlStructure__head {
  margin-bottom: 50px;
}
.htmlStructure__img {
  border-radius: 10px;
}

.sassStructure {
  background-color: #050e1d;
}
.sassStructure__head {
  margin-bottom: 50px;
}
.sassStructure__img {
  border-radius: 10px;
}

.service {
  background-color: #000814;
  color: #ffffff;
}
.service__head {
  margin-bottom: 10px;
}
.service__subhead {
  color: #c4cfde;
  font-size: 1rem;
}
@media only screen and (max-width: 575px) {
  .service__subhead {
    font-size: 16px;
  }
}
.service__box-wrapper {
  text-align: center;
  margin: 30px 0px;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service__box-wrapper:hover {
  box-shadow: rgba(255, 76, 69, 0.25) 0px 50px 100px -20px,
    rgba(235, 55, 55, 0.3) 0px 30px 60px -30px;
  transform: translateY(-10px);
}
.service__box-icon {
  font-size: 1.8rem;
  color: #ff014f;
  margin-bottom: 0.5rem;
}
.service__box-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
}
.service__box-para {
  font-size: 0.9rem;
  color: #c4cfde;
}

.skill {
  background-color: #050e1d;
}
.skill__head {
  margin-bottom: 50px;
}
.skill__singleItem {
  margin-bottom: 40px;
  text-align: center;
}
.skill svg.radial-progress {
  max-width: 200px;
  height: auto;
  margin: 1em;
  transform: rotate(-90deg);
}
.skill svg.radial-progress circle {
  fill: rgba(255, 45, 227, 0);
  stroke: rgb(255, 45, 45);
  stroke-dashoffset: 219.9114857513;
  stroke-width: 5;
}
.skill svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}
.skill svg.radial-progress text.percentage {
  fill: #ff014f;
  text-anchor: middle;
  font-family: "Poppins", sans-serif;
  font-size: 0.6rem;
}

.education {
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
    url("../images/home/6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.education__head {
  margin-bottom: 50px;
}
.education__college {
  text-transform: uppercase;
  color: #ff014f;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .education__college {
    font-size: 1.6rem;
  }
}
.education__department {
  font-size: 1.4rem;
  color: #c4cfde;
  font-style: italic;
}
@media only screen and (max-width: 575px) {
  .education__department {
    font-size: 1rem;
  }
}
.education__cgpa {
  font-size: 1.4rem;
  color: #c4cfde;
  font-style: italic;
}
@media only screen and (max-width: 575px) {
  .education__cgpa {
    font-size: 1rem;
  }
}
.education__add {
  font-size: 1.4rem;
  color: #c4cfde;
  font-style: italic;
}
@media only screen and (max-width: 575px) {
  .education__add {
    font-size: 1rem;
  }
}

.portfolio {
  background: #050e1d;
}
.portfolio__feedback {
  font-size: 0.9rem;
  color: #c4cfde;
  margin-bottom: 50px;
}
.portfolio__singleItem {
  padding: 20px;
  margin-bottom: 50px;
  background: linear-gradient(#050e1d, #050e1d);
  border-radius: 10px;
  box-shadow: 0px 0px 25px 0px #361e1e;
}
.portfolio__overflow {
  border-radius: 10px;
  overflow: hidden;
}
.portfolio__img {
  border-radius: 10px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 2;
}
.portfolio__img:hover {
  transform: scale(1.2);
}
.portfolio__love {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.portfolio__heart {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio__heart:hover {
  color: #ff014f;
}
.portfolio__serviceHead {
  font-size: 1.5rem;
  font-weight: bold;
  color: #c4cfde;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio__serviceHead:hover {
  color: #ff014f;
}
.portfolio__serviceHead:hover .portfolio__arrow {
  bottom: 0;
  left: 0;
  opacity: 1;
  color: #ff014f;
}
.portfolio__arrow {
  margin-left: 10px;
  font-size: 20px;
  transform: rotate(40deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  bottom: -20px;
  left: -20px;
  opacity: 0;
}

.contact {
  background: #000814;
}
.contact__head {
  margin-bottom: 20px;
  text-align: center;
}
.contact__head::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 1px;
  background: #ff014f;
}
.contact__subhead {
  text-align: center;
  font-size: 16px;
  color: #c4cfde;
  margin-bottom: 60px;
}
.contact__form {
  max-width: 450px;
  height: auto;
  margin: 0px auto 80px auto;
}
@media only screen and (max-width: 575px) {
  .contact__form {
    padding: 0px 15px;
  }
}
.contact__input {
  width: 100%;
  height: auto;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #ff014f;
  color: #ff014f;
  margin: 10px 0px;
  font-size: 16px;
}
.contact__input::placeholder {
  color: #ff014f;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
}
.contact__message {
  width: 100%;
  height: auto;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ff014f;
  color: #ff014f;
  margin: 10px 0px;
}
.contact__message::placeholder {
  color: #ff014f;
  font-weight: 300;
  opacity: 1;
}
.contact__btn {
  display: inline-block;
  margin: auto;
  text-align: center;
  border: 2px solid #ff014f;
  background: transparent;
  color: #ff014f;
  padding: 5px 35px;
  margin: 10px 0px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact__btn:hover {
  background: #ff014f;
  color: #000814;
  font-weight: bold;
}
.contact__address {
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}
.contact__address-head {
  color: #ff014f;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}
.contact__address-para {
  color: #ff014f;
  font-size: 0.9rem;
  font-weight: bold;
}
.contact__address-f {
  color: #ff014f;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.contact__address-number {
  color: #ff014f;
}
.contact__facebook {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
  color: #ffffff;
  background: #1873eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact__facebook:hover {
  color: #ffffff;
}
.contact__linkedin {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
  color: #ffffff;
  background: #1873eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact__linkedin:hover {
  color: #ffffff;
}
.contact__github {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.8rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact__github:hover {
  color: #ffffff;
}

.map {
  background: #050e1d;
}
.map iframe {
  border-radius: 5px;
}

.footer {
  background: #000814;
}
.footer__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ff014f;
  margin-bottom: 5px;
}
.footer__name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff014f;
  margin-bottom: 15px;
}
.footer__copyright {
  color: #ff014f;
  font-size: 0.9rem;
} /*# sourceMappingURL=style.css.map */
