/*
* ----------------------------------------------------------------------------------------
Author        : Rama Hardian
Template Name : Virux - Portfolio, CV, Resume, vCard
Version       : 1.0
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  main {
    padding-bottom: 0;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
}

@media only screen and (device-width: 812px) and (device-height: 375px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  main {
    padding-bottom: 80%;
  }
}

@media screen and (max-width: 2560px) {
  main {
    padding-bottom: 0;
  }

  .frame-poto {
    width: 750px;
    height: 1200px;
  }

  .virux-hero-image-wrap {
    height: 650px;
    /* clip-path: polygon(0px -100px, 0px 100%, 200% 0px); */
    padding-right: 10px;
  }

  .virux-hero-image-wrap:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 450px solid #660820;
    border-left: 1000px solid transparent;
    bottom: 0;
  }

  .word-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1.glicth::before,
  h1.glicth::after {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1800px) {
  main {
    padding-bottom: 200px;
  }

  .frame-poto {
    width: 450px;
    height: 700px;
  }

  .virux-hero-image-wrap {
    height: 350px;
    /* clip-path: polygon(0px -100px, 0px 100%, 200% 0px);*/
    padding-right: 10px;
  }

  .word-wrap {
    padding-left: unset;
    padding-right: unset;
  }

  h1.glicth::before,
  h1.glicth::after {
    padding-left: unset;
    padding-right: unset;
  }
}

@media screen and (max-width: 1366px) {
  .virux-hero-image-wrap:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 150px solid #660820;
    border-left: 350px solid transparent;
    bottom: 0;
  }

  .frame-poto {
    width: 380px;
  }
}

@media screen and (max-width: 1240px) {
  .title-h2 {
    letter-spacing: 3px;
    font-size: 30px !important;
  }

  .wrap-baseabout {
    width: 50%;
  }

  .frame-poto {
    width: 330px;
  }
}

@media screen and (max-width: 1024px) {
  .frame-poto {
    width: 250px;
    height: 250px;
    /*object-fit: cover;
        object-position: top;*/
    border-radius: 100%;
    border: 10px solid #f5f5f5;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -100px;
  }

  .wrap-baseabout {
    width: 100%;
    position: relative;
    text-align: center;
    padding-left: 50px;
    top: -50px;
    padding-right: 50px;
  }

  .wrap-about-content {
    position: relative;
    padding-top: 270px;
  }

  .wrap-about-content .title-h1 {
    top: 230px;
  }

  .masonry {
    columns: 2;
  }
}

@media (max-width: 980px) {
  .intro {
    height: 600px;
  }

  .slide-progress {
    display: none;
  }

  .word-wrap {
    padding-left: 100px;
    padding-right: 100px;
  }

  h1.glicth::before,
  h1.glicth::after {
    padding-left: 100px;
    padding-right: 100px;
  }

  .masonry {
    columns: 2;
    column-gap: 20px;
  }

  .masonry-item {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
  }

  .button-more {
    margin-top: 50px;
  }

  .hide-logo {
    display: flex;
  }

  .footer-title-sosmed {
    font-size: 15px !important;
  }

  .arrow {
    display: none !important;
  }

  .wrap-sosmed {
    padding-top: 20px;
    border-top: 1px solid #f5f5f5;
  }

  .wrap-baseabout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-contact-content .title-h1 {
    font-size: 10vw;
    top: -11px;
    left: 35%;
  }

  .virux-side-left {
    display: none;
  }

  .virux-side-right,
  .virux-side-right-frame {
    padding-left: 0;
    padding-right: 0;
  }

  .word-wrap p {
    font-size: 15px;
  }

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

  .wrap-resume-content,
  .wrap-service-content,
  .wrap-portfolio-content,
  .wrap-testimoni-content {
    padding-top: 150px;
    padding-right: 0;
    padding-left: 0;
  }

  .wrap-baseabout > p {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 20px;
  }

  .wrap-resume-content > p,
  .wrap-service-content > p,
  .wrap-testimoni-content > p,
  .wrap-portfolio-content > p {
    padding-right: 10%;
    padding-left: 10%;
  }

  .button-contact {
    margin: 0 auto;
  }

  .wrap-contact-content {
    padding-right: 10px;
  }

  .wrap-resume-content .title-h1,
  .wrap-service-content .title-h1,
  .wrap-portfolio-content .title-h1,
  .wrap-testimoni-content .title-h1 {
    top: 160px;
  }

  .quot {
    font-size: 5vw;
    right: 50px;
  }

  .quot h3 {
    font-size: 13vw;
  }

  main {
    padding-bottom: 100px;
  }
}

@media (max-width: 860px) {
  main {
    padding-bottom: calc(130% - 5em);
  }
}

@media (max-width: 768px) {
  .wrap-baseabout p {
    font-size: 15px;
  }

  .button-more {
    margin-top: 50px;
  }

  .masonry {
    columns: 1;
  }

  .masonry-item {
    display: block;
  }
}

@media only screen and (max-width: 580px) {
  .word-wrap {
    padding-left: unset;
    padding-right: unset;
  }

  h1.glicth::before,
  h1.glicth::after {
    padding-left: unset;
    padding-right: unset;
  }

  .virux-testimoni-desc {
    padding-left: 10%;
    padding-right: 10%;
  }

  .wrap-detailcontact {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .sosmeditem-wrap li a {
    width: 30px;
    height: 40px;
    padding-top: 5px;
    margin-top: 10px;
  }
  .sosmeditem-wrap li a .block-div {
    height: 30px;
    width: 30px;
  }
  .sosmeditem-wrap li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
  .sosmeditem-wrap li:nth-child(3) {
    margin-right: 20px;
  }
}
@media (max-width: 360px) {
  main {
    padding-bottom: calc(150% - 5em);
  }
}
@media (max-width: 320px) {
  main {
    padding-bottom: calc(165% - 5em);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .playme {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    line-height: 90px;
    background: rgba(255, 255, 255, 0.5);
  }

  .word-wrap h1 {
    position: relative;
  }

  .title-h1 {
    color: #f9f9f9;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  main {
    padding-bottom: 30%;
  }
}

.frame-poto {
  background: url('../images/user/faces.jpg') no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .frame-poto {
    background: url('../images/user/faces_sp.jpg') no-repeat;
    background-size: cover;
  }
}
