/*
Theme Name: Mazvil
Author: Mara Zildra Viloria
Author URI: https://mazvil.com/
Description: Mara's Personal Website
Version: 1.0.0
*/
/*  --------- Custom Style ---------  */
body {
  background-color: #fff;
  font-family: "Quicksand", sans-serif;
  color: #212020;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5 {
  color: #212020;
}

p {
  color: #212020;
}

a, a:active, a:visited {
  /* color: #9e5cc5; */
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: rgba(233, 30, 99, 0.4509803922);
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 900px;
}

#floating-menu {
  position: fixed;
  right: 15%;
  top: 10%;
  z-index: 3;
}

.menu-icon button {
  float: right;
  background: url(./images/menu-icon.png) center center no-repeat;
  width: 50px;
  height: 50px;
  border: none;
  background-size: 90%;
}

.menu-list {
  display: none;
}

button.launch, button.change, button:active, button:focus {
  border: none;
  outline: none;
}

#floating-menu ul {
  list-style-type: none;
  margin-right: 70px;
}

#floating-menu ul li {
  text-align: right;
}

#floating-menu ul li a {
  padding: 10px 20px;
  border-radius: 50px;
  border: #e3d9e9 solid 3px;
  margin-bottom: 6px;
  display: inline-block;
  text-decoration: none;
  color: rgba(52, 50, 53, 0.8196078431);
  font-weight: 700;
  font-size: 19px;
  background: #fff;
}

#floating-menu ul li a:hover {
  background: #e3d9e9;
  color: #212020;
}

.title-section {
  position: fixed;
  z-index: 1;
  background: transparent url("./images/title-bg.png") center bottom;
  background-position-y: -45px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  top: 0;
}

.namebox {
  text-align: center;
  padding: 3% 0 4%;
}

.name-title {
  margin: 5px auto;
  display: block;
}

.wtitle {
  font-size: 15px;
  font-weight: 600;
}

.content-section {
  padding: 10% 0;
}

.content-section.s1 {
  margin-top: 30%;
}

.content-section.s2 {
  margin-top: 15%;
}

.content-section.s3 {
  margin-top: 8%;
  padding-bottom: 5%;
}

.content-section.s4 {
  margin-top: 15%;
}

.content-section.s5 {
  margin-top: 17%;
  padding-bottom: 12%;
}

.content-section p {
  font-size: 17px;
  line-height: 1.7;
}

.imgcont {
  display: block;
  background: #e3d9e9;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.imgcont img {
  width: 100%;
}

.pbutton, .pbutton:active, .pbutton:visited {
  display: inline-block;
  background: #e3d9e9;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #212020;
  text-transform: uppercase;
  border: #e3d9e9 solid 2px;
  text-decoration: none;
}

.pbutton:hover {
  background: transparent;
  color: #212020;
  border: #e3d9e9 solid 2px;
  text-decoration: none;
}

.arrow {
  text-align: center;
}

.quote-section {
  text-align: right;
  padding: 35% 12% 25%;
}

.quote-section img {
  display: block;
  margin: 0 auto;
}

.ft-cpright {
  padding: 30px 0 5px;
  font-size: 14px;
}

.logo {
  text-align: center;
}

.logo .title5 {
  display: block;
  margin: 0 auto 30px;
}

/* image overlay */
.imgcontainer {
  position: relative;
  width: 73%;
  margin-bottom: 25px;
  border: #f3f3f3 solid 5px;
  border-radius: 4px;
  overflow: hidden;
}

.imgcontainer .image {
  opacity: 0.8;
}

.imgcontainer .image:hover {
  opacity: 1;
}

.ltright {
  float: right;
}

.ltleft {
  float: left;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.imgcontainer:hover .image {
  opacity: 0.3;
}

.imgcontainer:hover .middle {
  opacity: 1;
}

.text {
  background-color: #e3d9e9;
  color: #212020;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 20px;
  text-decoration: none;
}

.text:hover {
  color: #212020;
  text-decoration: none;
}

/* The Modal (background) */
.modal, .modal2 {
  display: none;
  position: fixed;
  z-index: 4;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9098039216);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 900px;
  overflow: hidden;
}

/* The Close Button */
.close {
  color: #5e2e7b;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides, .mySlides2 {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 8px 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 8px 8px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
  background: rgba(221, 221, 221, 0.431372549);
}

.modal .prev, .modal .next {
  position: fixed;
  z-index: 1;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 8px 0 0 8px;
}

.modal .next {
  right: 24%;
  border-radius: 8px;
}

.modal .prev {
  left: 23%;
  border-radius: 8px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #e3d9e9;
  color: white;
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #fff;
  font-size: 13px;
  /* font-weight: 700; */
  padding: 5px 8px;
  position: absolute;
  top: -3px;
  left: 6px;
  background: rgba(10, 10, 10, 0.2705882353);
  border-radius: 3px;
  /* display: none; */
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo, .demo2 {
  opacity: 0.6;
}

.active,
.demo:hover, .demo2:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.7s;
}

.hover-shadow:hover {
  box-shadow: none;
}

.title4, .title3 {
  margin-bottom: 30px;
}

.webdesign .wdthumbs img, .logo .lgthumbs img {
  margin-bottom: 20px;
  border-radius: 4px;
  border: #ececec solid 5px;
  opacity: 0.6;
}

.webdesign .wdthumbs img:hover, .logo .lgthumbs img:hover {
  border: #e3d9e9 solid 5px;
  opacity: 1;
}

.wdthumbs .col-4, .lgthumbs .col-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.latest {
  padding-right: 4%;
}

.webdesign {
  padding-left: 4%;
}

.latest .text, .latest .text:hover {
  color: #212020;
}

.gmaillogo {
  background: url("./images/gmail-icon-purple.png") center center;
  display: block;
  width: 55px;
  height: 42px;
  transition: 0.7s;
}

.gmaillogo:hover {
  background: url("./images/gmail-icon.png") center center;
}

.mobile {
  display: none !important;
}

/* Unavailable Page */
.unavailable-page .content-section {
  padding: 20% 0 0;
}

.mytext {
  background: url(./images/me-and-munchy.png) no-repeat top left;
  background-position-x: 25px;
  background-position-y: 25px;
  background-size: 85px;
  padding: 30px 30px 30px 135px;
  border: #e9e0ef solid 1px;
  border-radius: 25px;
}

.mytext strong {
  margin-bottom: 15px;
  display: inline-block;
  font-size: 18px;
}

.unavailable-page .imgcont {
  margin-top: 10px;
  border: #e3d9e9 solid 12px;
}

/* ---- Mobile View ---- */
@media (max-width: 1024px) {
  .unavailable-page .content-section {
    padding: 10% 0 0;
  }
  .unavailable-page .imgcont {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 800px) {
  .unavailable-page .imgcont {
    width: 350px;
    height: 350px;
  }
  .unavailable-page .footer {
    text-align: center;
  }
  .unavailable-page .imgcont {
    margin-top: 30px;
  }
  .mytext {
    margin: 0 10%;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: 100%;
    padding: 0 10%;
  }
  .name-title {
    width: 90%;
    margin: 20px auto 5px;
  }
  .wtitle {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: rgba(2, 2, 2, 0.6705882353);
  }
  .quote-section img {
    width: 85%;
  }
  .title-section {
    position: relative;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .content-section.s1, .content-section.s2, .content-section.s3, .content-section.s4, .content-section.s5 {
    margin-top: 0;
  }
  .content-section.s5 {
    padding-bottom: 0;
  }
  .imgcont {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
  }
  .arrow a {
    display: block;
    border-bottom: #ddd dotted 1px;
    pointer-events: none;
    width: 120px;
    margin: 10% auto 5%;
  }
  .arrow img {
    display: none;
  }
  .ltright, .ltleft {
    float: none;
    width: 100%;
  }
  .latest .imgcontainer {
    background: #e3d9e9;
  }
  .latest .middle {
    opacity: 1;
  }
  .title4 {
    margin-top: 50px;
  }
  .webdesign .wdthumbs img, .logo .lgthumbs img {
    opacity: 0.8;
  }
  #sct3 {
    display: none;
  }
  .latest, .webdesign {
    text-align: center;
  }
  .logo .title5 {
    margin-bottom: 20px;
  }
  .gmaillogo {
    margin-bottom: 20px;
  }
  .quote-section {
    padding: 15% 12% 20%;
  }
  .numbertext {
    background: #af97be;
  }
  .modal, .modal2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .modal .next {
    right: 5%;
    border-radius: 6px 0 0 6px;
    background-color: #af97be;
  }
  .modal .prev {
    left: 5%;
    border-radius: 0 6px 6px 0;
    background-color: #af97be;
  }
  .prev, .next {
    background-color: #af97be;
  }
  .next {
    border-radius: 6px 0 0 6px;
  }
  .prev {
    border-radius: 0 6px 6px 0;
  }
  #floating-menu {
    right: 20px;
    top: 133px;
  }
  .menu-icon button {
    border: rgba(255, 255, 255, 0.6784313725) solid 3px;
    border-radius: 50%;
    background-size: 100%;
    /* -webkit-box-shadow: 5px 5px 7px -5px rgb(0 0 0 / 0.36); */
    /* box-shadow: 5px 5px 7px -5px rgb(0 0 0 / 25%); */
  }
  .mytext {
    background: url(./images/me-and-munchy.png) no-repeat top left;
    background-position-x: 50%;
    background-position-y: 25px;
    background-size: 85px;
    padding: 130px 20px 11px;
    border: #e9e0ef solid 1px;
    border-radius: 25px;
    margin: 0 -15px;
  }
  .unavailable-page .imgcont {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 320px) {
  .imgcont {
    width: 250px;
    height: 250px;
  }
  .title3, .title4, .title5 {
    width: 85%;
  }
  .latest .text {
    font-size: 15px;
    padding: 13px 17px;
  }
}
/* ------------- Portfolio v0.2.0 Styles ------------- */
.page-template-portfolio-2 p {
  font-size: 18px;
}
.page-template-portfolio-2 #header {
  text-align: center;
  padding: 20px 0;
}
.page-template-portfolio-2 .title {
  margin-bottom: 15px;
}
.page-template-portfolio-2 .down-arrow {
  padding-top: 10%;
  display: block;
  margin: 0 auto;
}
.page-template-portfolio-2 #header .namebox {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 47%, rgba(0, 212, 255, 0) 100%);
}
.page-template-portfolio-2 #intro-section {
  padding-top: 12%;
}
.page-template-portfolio-2 #intro-section .profile-photo {
  width: 100%;
  padding-right: 30px;
}
.page-template-portfolio-2 #latest-projects-section {
  padding-top: 10%;
}
.page-template-portfolio-2 #latest-projects-section .title {
  display: block;
  margin: 0 auto 10%;
}
.page-template-portfolio-2 #latest-projects-section .imgcontainer {
  width: 100%;
}
.page-template-portfolio-2 #latest-projects-section .imgcontainer .middle .text {
  padding: 13px 15px;
}
.page-template-portfolio-2 #web-designs-section {
  padding-top: 10%;
}
.page-template-portfolio-2 #web-designs-section .title {
  display: block;
  margin: 0 auto 10%;
}
.page-template-portfolio-2 #web-designs-section .wdthumbs img {
  margin-bottom: 20px;
  border-radius: 4px;
  border: #ececec solid 5px;
  opacity: 0.6;
}
.page-template-portfolio-2 #web-designs-section .wdthumbs img:hover {
  border: #e3d9e9 solid 5px;
  opacity: 1;
}
.page-template-portfolio-2 #logo-designs-section {
  padding-top: 10%;
}
.page-template-portfolio-2 #logo-designs-section .title {
  display: block;
  margin: 0 auto 10%;
}
.page-template-portfolio-2 #logo-designs-section .lgthumbs img {
  margin-bottom: 20px;
  border-radius: 4px;
  border: #ececec solid 5px;
  opacity: 0.6;
}
.page-template-portfolio-2 #logo-designs-section .lgthumbs img:hover {
  border: #e3d9e9 solid 5px;
  opacity: 1;
}
.page-template-portfolio-2 #contact-section {
  padding-top: 10%;
  text-align: center;
}
.page-template-portfolio-2 #contact-section .title {
  display: block;
  margin: 0 auto 10%;
}
.page-template-portfolio-2 #contact-section .contact-img {
  width: 135px;
  margin-bottom: 20px;
}
.page-template-portfolio-2 #contact-section .gmaillogo {
  background: url(./images/gmail-icon-purple.png) center center;
  display: block;
  width: 55px;
  height: 42px;
  transition: 0.7s;
  margin: 0 auto;
}
.page-template-portfolio-2 #contact-section .gmaillogo:hover {
  background: url(./images/gmail-icon.png) center center;
}
.page-template-portfolio-2 #footer-section {
  padding-top: 20%;
  text-align: center;
}
.page-template-portfolio-2 #footer-section .footer-quote {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
.page-template-portfolio-2 #footer-section .author {
  padding-bottom: 40%;
  display: block;
  font-size: 18px;
}
.page-template-portfolio-2 #footer-section .copyright {
  font-size: 15px;
}

@media (max-width: 1024px) {
  .page-template-portfolio-2 #floating-menu {
    right: 5%;
  }
  .page-template-portfolio-2 #intro-section {
    padding-top: 20%;
  }
}
@media (max-width: 991px) {
  .page-template-portfolio-2 #latest-projects-section,
  .page-template-portfolio-2 #web-designs-section,
  .page-template-portfolio-2 #logo-designs-section,
  .page-template-portfolio-2 #contact-section {
    padding-top: 18%;
  }
  .page-template-portfolio-2 #footer-section {
    padding-top: 25%;
  }
  .page-template-portfolio-2 #footer-section .quote {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  #footer-section .quote {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-template-portfolio-2 #intro-section {
    text-align: center;
  }
  .page-template-portfolio-2 #intro-section .profile-photo {
    width: auto;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .page-template-portfolio-2 .container {
    max-width: 100%;
  }
  .page-template-portfolio-2 #intro-section .profile-photo {
    width: 100%;
  }
  .page-template-portfolio-2 #latest-projects-section .title,
  .page-template-portfolio-2 #web-designs-section .title,
  .page-template-portfolio-2 #logo-designs-section .title,
  .page-template-portfolio-2 #contact-section .title {
    width: 100%;
  }
  .page-template-portfolio-2 #footer-section {
    padding-top: 250px;
  }
  .page-template-portfolio-2 #footer-section .author {
    padding-bottom: 250px;
  }
}
@media (max-width: 320px) {
  .page-template-portfolio-2 #intro-section .title {
    width: 100%;
  }
}
/* -------- 404 Page -------- */
.error404 .entry-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.error404 .entry-content h1 {
  font-size: 200px;
}
.error404 .entry-content h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.error404 .entry-content p {
  width: 60%;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 30px;
}
.error404 .entry-content a {
  display: block;
  background: #d7c5df;
  width: 150px;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  color: #212020;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */