<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Montserrat";
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Bold";
  color: #05cc0f;
}

p {
  color: #8f8f8f;
  /* font-family: "Montserrat-Bold"; */
}

/* Headings */

.big-heading {
  font-family: "Montserrat-Black";
  font-size: 5rem;
  line-height: 1.2;
}
.small-heading {
  line-height: 1.8rem;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
  padding: 3rem 0 2rem;
  text-align: center;
}

/* Containers */

/* .container-fluid {
  padding: 7% 15%;
} */

/* Sections */

.colored-section {
  background-color: #0e9aa7;
  color: #fff;
}

.white-section {
  background-color: #fff;
}

/* Navigation Bar */

.navbar {
  padding: 0;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-item {
  padding: 0 8px;
}

.nav-link {
  font-size: 1.2rem;
  font-family: "Montserrat-Light";
}

/* Buttons */

.download-button {
  margin: 5% 3% 5% 0;
}

/* Title Section */

#title {
  background-color: #0e9aa7;
  color: #fff;
  text-align: center;
}

/* #title .container-fluid {
  padding: 3% 15% 0;
} */
.landing-text {
  display: flex;
  /* justify content for horizontal allignment */
  justify-content: center;
  /* align items for vertical allignment */
  align-items: center;
  /* vh extends for the whole page  */
  height: 100vh;
  /* text-align: center; */
}

/* projects */
.my-flip-container {
  padding: 20px 0;
}

a:hover {
  text-decoration: none;
}

.my-flip-inner-wrapper {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
}
.my-flip-side {
  display: block;
  height: auto;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: all 0.8s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.my-flip-back {
  transform: rotateY(180deg);
  color: #fff;
  position: absolute;
  z-index: -1;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  padding: 46px;
}

.my-flip-back-1 {
  background: linear-gradient(to right bottom, #ffb900, #ff7730);
}

.my-flip-back-2 {
  background: linear-gradient(to right bottom, #000428, #004e92);
}

.my-flip-back-3 {
  background: linear-gradient(to right bottom, #2998ff, #5643fa);
}

.my-flip-inner-wrapper:hover .my-flip-front {
  transform: rotateY(-180deg);
}

.my-flip-inner-wrapper:hover .my-flip-back {
  transform: rotateY(0);
}
.my-flip-image {
  height: 15rem;
  background-blend-mode: screen;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.my-flip-image img {
  width: 100%;
  height: 100%;
  background-blend-mode: screen;
  object-fit: cover;
}
.my-flip-heading {
  margin: 0 0 15px;
}
.my-flip-details {
  padding: 2rem;
}
.my-flip-details p {
  font-size: 15px;

  margin: 0;
  line-height: 2;
  color: #848484;
}
.my-flip-back-inner ul {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.my-flip-back-text ul li {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 0.8rem 0;
}
.my-flip-back-inner ul li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.my-flip-btn-box {
  text-align: center;
}
.my-flip-btn {
  text-transform: uppercase;
  padding: 1rem 1.8rem;
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  border-radius: 10rem;
  display: inline-block;
  transition: all 0.2s;
  color: initial;
  position: relative;
}
.my-flip-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  color: #000;
}

/* experience */
/******************* Timeline Demo - 9 *****************/
.main-timeline9 {
  position: relative;
}
.main-timeline9:after,
.main-timeline9:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline9:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #302124;
  position: absolute;
  top: 0;
  left: 50%;
}
.main-timeline9 .timeline {
  width: 50%;
  float: left;
  position: relative;
  z-index: 1;
}
.main-timeline9 .timeline:after,
.main-timeline9 .timeline:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline9 .timeline:first-child:before,
.main-timeline9 .timeline:last-child:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #cca872;
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
}
.main-timeline9 .timeline:last-child:before {
  top: auto;
  bottom: 0;
}
.main-timeline9 .timeline:last-child:nth-child(even):before {
  right: auto;
  left: -12px;
  bottom: -2px;
}
.main-timeline9 .timeline-content {
  text-align: center;
  margin-top: 8px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.main-timeline9 .timeline-content:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #cca872;
  position: absolute;
  top: 88px;
  left: 0;
  z-index: -1;
}
.main-timeline9 .circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
  border: 8px solid #cca872;
  float: left;
  margin-right: 25px;
  position: relative;
}
.main-timeline9 .circle span:after,
.main-timeline9 .circle span:before,
.main-timeline9 .circle:before {
  content: "";
  margin: auto;
  position: absolute;
  right: -33px;
  bottom: 0;
  z-index: -1;
}
.main-timeline9 .circle:before {
  width: 26px;
  height: 30px;
  background: #cca872;
  top: 0;
  box-shadow: inset 7px 0 9px -7px #444;
}
.main-timeline9 .circle span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 160px;
  border: 3px solid #adabab;
  font-size: 80px;
  color: #454344;
}
.main-timeline9 .circle span:after,
.main-timeline9 .circle span:before {
  width: 28px;
  height: 50px;
  background: #fff;
  border-radius: 0 0 0 21px;
  top: -54px;
}
.main-timeline9 .circle span:after {
  border-radius: 21px 0 0;
  top: 0;
  bottom: -56px;
}
.main-timeline9 .content {
  display: table;
  padding-right: 40px;
  position: relative;
}
.main-timeline9 .year {
  display: block;
  padding: 10px;
  margin: 10px 0 50px;
  background: #cca872;
  border-radius: 7px;
  font-size: 25px;
  color: #fff;
}
.main-timeline9 .title {
  font-size: 25px;
  font-weight: 700;
  color: #cca872;
  margin-top: 0;
}
.main-timeline9 .icon span:after,
.main-timeline9 .icon span:before,
.main-timeline9 .icon:before {
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: -15px;
}
.main-timeline9 .description {
  font-size: 14px;
  color: #a6a6a6;
  text-align: justify;
}
.main-timeline9 .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #cca872;
  position: absolute;
  top: 78px;
  right: -14px;
}
.main-timeline9 .icon:before {
  width: 15px;
  background: #cca872;
  top: -1px;
}
.main-timeline9 .icon span:after,
.main-timeline9 .icon span:before {
  width: 21px;
  background: #fff;
  border-radius: 0 0 21px;
  top: -30px;
}
.main-timeline9 .icon span:after {
  border-radius: 0 21px 0 0;
  top: 0;
  left: -15px;
  bottom: -30px;
}
.main-timeline9 .timeline:nth-child(2n) .circle,
.main-timeline9 .timeline:nth-child(2n) .timeline-content {
  float: right;
}
.main-timeline9 .timeline:nth-child(2n) .circle {
  margin: 0 0 0 25px;
}
.main-timeline9 .timeline:nth-child(2n) .circle:before {
  right: auto;
  left: -33px;
  box-shadow: -7px 0 9px -7px #444 inset;
}
.main-timeline9 .timeline:nth-child(2n) .circle span:after,
.main-timeline9 .timeline:nth-child(2n) .circle span:before {
  right: auto;
  left: -33px;
  border-radius: 0 0 21px;
}
.main-timeline9 .timeline:nth-child(2n) .circle span:after {
  border-radius: 0 21px 0 0;
}
.main-timeline9 .timeline:nth-child(2n) .content {
  padding: 0 0 0 40px;
  margin-left: 2px;
}
.main-timeline9 .timeline:nth-child(2n) .icon {
  right: auto;
  left: -14px;
}
.main-timeline9 .timeline:nth-child(2n) .icon span:after,
.main-timeline9 .timeline:nth-child(2n) .icon span:before,
.main-timeline9 .timeline:nth-child(2n) .icon:before {
  left: auto;
  right: -15px;
}
.main-timeline9 .timeline:nth-child(2n) .icon span:before {
  border-radius: 0 0 0 21px;
}
.main-timeline9 .timeline:nth-child(2n) .icon span:after {
  border-radius: 21px 0 0;
}
.main-timeline9 .timeline:nth-child(2) {
  margin-top: 180px;
}
.main-timeline9 .timeline:nth-child(odd) {
  margin: -175px 0 0;
}
.main-timeline9 .timeline:nth-child(even) {
  margin-bottom: 80px;
}
.main-timeline9 .timeline:first-child,
.main-timeline9 .timeline:last-child:nth-child(even) {
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .main-timeline9:before {
    left: 100%;
  }
  .main-timeline9 .timeline {
    width: 100%;
    float: none;
    margin-bottom: 20px !important;
  }
  .main-timeline9 .timeline:first-child:before,
  .main-timeline9 .timeline:last-child:before {
    left: auto !important;
    right: -13px !important;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle {
    float: left;
    margin: 0 25px 0 0;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle:before {
    right: -33px;
    left: auto;
    box-shadow: 7px 0 9px -7px #444 inset;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle span:after,
  .main-timeline9 .timeline:nth-child(2n) .circle span:before {
    right: -33px;
    left: auto;
    border-radius: 0 0 0 21px;
  }
  .main-timeline9 .timeline:nth-child(2n) .circle span:after {
    border-radius: 21px 0 0;
  }
  .main-timeline9 .timeline:nth-child(2n) .content {
    padding: 0 40px 0 0;
    margin-left: 0;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon {
    right: -14px;
    left: auto;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon span:after,
  .main-timeline9 .timeline:nth-child(2n) .icon span:before,
  .main-timeline9 .timeline:nth-child(2n) .icon:before {
    left: -15px;
    right: auto;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon span:before {
    border-radius: 0 0 21px;
  }
  .main-timeline9 .timeline:nth-child(2n) .icon span:after {
    border-radius: 0 21px 0 0;
  }
  .main-timeline9 .timeline:nth-child(2),
  .main-timeline9 .timeline:nth-child(even),
  .main-timeline9 .timeline:nth-child(odd) {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .main-timeline9:before {
    left: 0;
  }
  .main-timeline9 .timeline:first-child:before,
  .main-timeline9 .timeline:last-child:before {
    left: -12px !important;
    right: auto !important;
  }
  .main-timeline9 .circle,
  .main-timeline9 .timeline:nth-child(2n) .circle {
    width: 130px;
    height: 130px;
    float: none;
    margin: 0 auto;
  }
  .main-timeline9 .timeline-content:before {
    width: 99.5%;
    top: 68px;
    left: 0.5%;
  }
  .main-timeline9 .circle span {
    line-height: 115px;
    font-size: 60px;
  }
  .main-timeline9 .circle span:after,
  .main-timeline9 .circle span:before,
  .main-timeline9 .circle:before,
  .main-timeline9 .icon {
    display: none;
  }
  .main-timeline9 .content,
  .main-timeline9 .timeline:nth-child(2n) .content {
    padding: 0 10px;
  }
  .main-timeline9 .year {
    margin-bottom: 15px;
  }
  .main-timeline9 .description {
    text-align: center;
  }
}
/* education */
.education-description {
  background-color: #e0dede;
  padding: 3rem;
}

.education-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* social icons */
#social-media {
  margin-bottom: 0px;
}

.social {
  position: relative;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */

  display: flex;
  /* margin: auto; */
  padding: 2rem;
  justify-content: center;
}

.social li {
  list-style: none;
  /* margin: auto auto; */
  /* padding-top: 3rem; */
}

.social li .fa {
  font-size: 40px;
  color: #262626;
  line-height: 80px;
  transition: 0.5s;
}

.social li .fab {
  font-size: 40px;
  color: #262626;
  line-height: 80px;
  transition: 0.5s;
}

.social li a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0, 0);
  transition: 0.5s;
  box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}

.social li a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  height: 100%;
  width: 20px;
  background: #b1b1b1;
  transition: 0.5s;
  transform: rotate(0deg) skewY(-45deg);
}

.social li a::after {
  content: "";
  position: absolute;
  top: 80px;
  left: -11px;
  height: 20px;
  width: 100%;
  background: #b1b1b1;
  transition: 0.5s;
  transform: rotate(0deg) skewX(-45deg);
}

.social li a:hover {
  transform: perspective(1000px) rotate(-30deg) skew(25deg)
    translate(20px, -20px);
  box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

.social li:hover .fa {
  color: #fff;
}

.social li a:hover {
  transform: perspective(1000px) rotate(-30deg) skew(25deg)
    translate(20px, -20px);
  box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

.social li:hover:nth-child(1) a {
  background: #06f0f8;
}

.social li:hover:nth-child(1) a:before {
  background: #06f0f8;
}

.social li:hover:nth-child(1) a:after {
  background: #06f0f8;
}

.social li:hover:nth-child(2) a {
  background: #55acee;
}

.social li:hover:nth-child(2) a:before {
  background: #4184b7;
}

.social li:hover:nth-child(2) a:after {
  background: #4d9fde;
}

.social li:hover:nth-child(3) a {
  background: #0077b5;
}

.social li:hover:nth-child(3) a:before {
  background: #036aa0;
}

.social li:hover:nth-child(3) a:after {
  background: #0d82bf;
}
/* 
.social li:hover:nth-child(4) a {
  background: linear-gradient(#400080, transparent),
    linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

.social li:hover:nth-child(4) a:before {
  background: linear-gradient(#400080, transparent),
    linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
}

.social li:hover:nth-child(4) a:after {
  background: linear-gradient(#400080, transparent),
    linear-gradient(200deg, #d047d1, #ff0000, #ffff00);
} */
.social li:hover:nth-child(4) a {
  background: #05cc0f;
}

.social li:hover:nth-child(4) a:before {
  background: #05cc0f;
}

.social li:hover:nth-child(4) a:after {
  background: #05cc0f;
}

.social li:hover:nth-child(5) a {
  background: #0d0d0e;
}

.social li:hover:nth-child(5) a:before {
  background: #0d0d0e;
}

.social li:hover:nth-child(5) a:after {
  background: #0d0d0e;
}
/* art
.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
} */
</pre></body></html>