@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;300&display=swap");

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  background-color: #000;
  font-family: "Heebo", sans-serif;
}
.blank {
  width: 100%;
  max-width: 80rem; /*1280px;*/
  height: 3.125rem; /*50px*/
  margin: auto;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1 {
  font-size: 2.375em; /* 38px */
  font-weight: 100;
  text-align: left;
  color: #b8b7b1;
  margin-bottom: 0.6rem; /* 10px */
}
h2 {
  width: 100%;
  max-width: 80rem; /* 1280px */
  display: block;
  margin: auto;
  font-size: 1.75em; /* 28px */
  font-weight: 100;
  text-align: left;
  color: #fc0;
  padding: 1.875rem 1.3rem 1.3rem 2.5rem; /* 30px 20px 20px 40px; */
}
/* h2 top padding change */
.top {
  padding: 0.06rem 1.3rem 1.3rem 2.5rem; /* 1px 20px 20px 40px; */
}
.page-main-title {
  font-size: 3em;
  font-weight: 100;
  text-align: left;
  display: block;
  padding: 0.06rem 1.3rem; /*0px 20px 20px;*/
  color: #999;
}
figure {
  margin: 1.3rem; /*20px*/
}
figcaption {
  font-size: 0.875em;
  font-weight: 300;
  text-align: left;
  margin-top: 0.875rem;
  color: #999;
}

p {
  font-size: 1.125em; /* 18px */
  font-weight: 300;
  line-height: 1.5em; /* 24px; */
  text-align: justify;
  color: #999;
}
section {
  width: 100%;
  max-width: 80rem; /* 1280px */
  height: auto;
  margin: auto;
  display: block;
  /* background-color: #666; */
}
.btn {
  display: inline-block;
  width: 7.5rem; /*120px;*/
  height: 2.813rem; /*45px; */
  font-weight: 300;
  font-size: 0.875em; /* 14px; */
  line-height: 2.813rem; /*45px; */
  text-align: center;
  border-radius: 0.5rem; /* 8px; */
  border: 0.06rem solid #999; /*1px*/
  margin-top: 1.3rem; /* 20px */
}
.btn a {
  text-decoration: none;
  color: #999;
}
.btn a:hover {
  text-decoration: none;
  color: #ccc;
}
.dotted-line {
  width: 90%;
  max-width: 80rem; /*1280px; */
  height: 0.6rem; /* 10px; */
  display: block;
  margin: auto;
  background-image: url(../images/dot.gif);
  background-repeat: repeat-x;
  background-position: center;
}
.header {
  width: 100%;
  max-width: 80rem; /* 1280px; */
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.875rem auto 0rem; /*30px auto 0px;*/
}
.topnav {
  width: 100%;
}
.topnav ul {
  display: flex;
  justify-content: space-evenly;
}
.topnav li {
  list-style-type: none;
}
.topnav a {
  text-decoration: none;
  color: #999;
  font-size: 1.125em; /* 18px; */
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  letter-spacing: 0.063em; /* 1px; */
}
.topnav a:hover {
  color: #ccc;
  text-decoration: none;
}
.topnav .current {
  color: #ccc;
  text-decoration: none;
}
.logo {
  margin: 3rem auto 3rem; /* 40px auto 40px; */
}

/* mobile menu icon  */
.hamburger,
.hamburger::before,
.hamburger::after {
  content: "";
  display: block;
  background: #666;
  height: 0.19rem; /* 3 px */
  width: 1.875rem; /* 30px */
  border-radius: 0.19rem; /* 3 px */
  transition: all ease-in-out 500ms;
}

.hamburger::before {
  transform: translateY(-0.375em); /* 6 px */
}

.hamburger::after {
  transform: translateY(0.188em); /*3px*/
}

.open .hamburger {
  transform: rotate(45deg);
}

.open .hamburger::before {
  opacity: 0;
}

.open .hamburger::after {
  transform: translateY(-0.188em) rotate(-90deg); /* 3px*/
}

.menu-toggle {
  margin: 1.875rem 1.3rem 0rem 0rem; /* 30px 20px 0 0 */
  cursor: pointer;
  display: none; /* should be none */
  align-self: flex-end;
}

/* slider ruls */
.slider {
  width: 100%;
  height: auto;
  margin: auto;
}

.jssorb032 {
  position: absolute;
}
.jssorb032 .i {
  position: absolute;
  cursor: pointer;
}
.jssorb032 .i .b {
  fill: #fff;
  fill-opacity: 0.6;
  stroke: #000;
  stroke-width: 1200;
  stroke-miterlimit: 10;
  stroke-opacity: 0.75;
}
.jssorb032 .i:hover .b {
  fill: #000;
  fill-opacity: 1;
  stroke: #fff;
  stroke-width: 2000;
  stroke-opacity: 1;
}
.jssorb032 .iav .b {
  fill: #000;
  fill-opacity: 1;
  stroke: #fff;
  stroke-width: 2000;
  stroke-opacity: 0.6;
}
.jssorb032 .i.idn {
  opacity: 0.3;
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}
.jssora051:hover {
  opacity: 0.8;
}
.jssora051.jssora051dn {
  opacity: 0.5;
}
.jssora051.jssora051ds {
  opacity: 0.3;
  pointer-events: none;
}

/* about-home */

.abt-home {
  margin-top: 5rem; /*80px;*/
  margin-bottom: 3rem; /*40px;*/
}

.abt-home,
.ser-home {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.abt-home-text,
.ser-home-text {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 3.125rem; /*50px;*/
}
h1::before {
  content: "";
  display: inline-block;
  width: 111px;
  height: 111px;
  margin-right: 1.3rem; /*20px;*/
  background-repeat: no-repeat;
}
.abt-home-text h1 {
  color: #36f;
}
.abt-home-text h1::before {
  background-image: url(../images/icon_abt.jpg);
}
.website h1 {
  color: #f0f;
}
.website h1::before {
  background-image: url(../images/icon_web.jpg);
}

.presentations h1 {
  color: #f00;
}
.presentations h1::before {
  background-image: url(../images/icon_pres.jpg);
}

.animations h1 {
  color: #0c0;
}
.animations h1::before {
  background-image: url(../images/icon_ani.jpg);
}
.prints h1,
.page-main-title h1 {
  color: #fc0;
}
.prints h1::before,
.page-main-title h1::before {
  background-image: url(../images/icon_print.jpg);
}
.illustrations h1 {
  color: #f60;
}
.illustrations h1::before {
  background-image: url(../images/icon_illu.jpg);
}
.social_media h1 {
  color: rgb(129, 65, 247);
}
.social_media h1::before {
  background-image: url(../images/icon_video.jpg);
}

.abt-home-profile,
.ser-home-pic {
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.875rem 3.125rem 1.3rem; /*30px 50px 20px;*/
}

.profile-ss {
  width: 100%;
  height: 0; /* auto */
  display: flex;
  box-shadow: 0rem 0rem 1.625rem 0.813rem rgba(3, 78, 162, 1); /*26px 13px*/
  position: relative;
  padding-bottom: 75%;
}
.profile-ss iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.responsive {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.responsive iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem; /*20px;*/
}
.footer a {
  text-decoration: none;
  color: #999;
}
.footer a:hover {
  color: #ccc;
}
.social {
  display: flex;
  font-size: 1.25em; /*20px;*/
}
.social li {
  padding: 0rem 0.313rem; /*0px 5px;*/
  list-style: none;
}
.copyright {
  font-size: 0.75em; /*12px;*/
}

/* page press ads */

.page-visual {
  width: 100%;
  max-width: 1164px;
  height: auto;
  margin: auto;
  padding: 0px 20px;
  margin-bottom: 50px;
}

.page-main-title {
  font-size: 3em;
  font-weight: 100;
  text-align: left;
  display: block;
  padding: 0rem 1.3rem 1.3rem 2.5rem; /*0px 20px 20px 40px;*/
  color: #999;
}

.print-gallery {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* justify-content: space-evenly;
  gap: 50px; */
}
.print-gallery > * {
  margin: 1.3rem; /*20px*/
}

.print-gallery p {
  font-size: 0.75em; /* 12pt */
  text-align: left;
  margin-top: 0.6rem; /* 10px */
  margin-bottom: 3.125rem; /*50px;*/
}

.pagination {
  margin: 3.125rem auto; /*50px auto;*/
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.pagination a {
  font-weight: 300;
  font-size: 1em; /*16px;*/
  color: #b8b7b1;
  padding: 0.5rem 1rem; /*8px 16px;*/
  text-decoration: none;
  transition: background-color 0.3s;
  background-color: #333;
  border-radius: 0.313rem; /*5px;*/
  margin: 0rem 0.125rem; /* 0px 4px;*/
}

.pagination a.active {
  background-color: #666;
  color: #ccc;
  border-radius: 0.313rem; /*5px;*/
}
.pagination a:hover:not(.active) {
  background-color: #666;
}
.note {
  padding: 0.313rem 1.3rem; /*5px 20px;*/
  text-align: right;
  color: #666;
  width: 100%;
  max-width: 80rem; /*1280px;*/
  font-size: 0.75em; /*12px;*/
  font-weight: 300;
  display: block;
  margin: auto;
}

/* page brochure */
#print-pressads,
#print-brochures,
#print-websites,
#print-illustrations {
  margin-bottom: 3.125rem; /*50px;*/
}

#print-gallery-open-bro {
  padding-left: 1.3rem; /*20px;*/
  padding-right: 1.3rem; /* 20px;*/
}

/* page animation and presentation */

.video-gallery {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.clip {
  width: 50%;
  height: auto;
  display: block;
  padding: 0rem 1.3rem 3.75rem; /*0px 20px 60px;*/
}
#video-social > *,
#video-youtube > *,
#video-facebook > * {
  margin: 0.6rem; /* 10px*/
}
#video-instagram > *,
#video-whatsapp > * {
  margin: 1.3rem;
}
#video-whatsapp img {
  height: 169px;
  width: 169px;
}
#video-instagram video {
  height: 169px;
  width: 169px;
}

/* Media query start Here*/

/* Desktop*/
@media only screen and (max-width: 1136px) {
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 2.125em; /*34px;*/
  }
  p {
    font-size: 1em; /*16px;*/
    line-height: 1.25em; /*20px;*/
  }

  .print-gallery p {
    margin-bottom: 0rem;
  }
}
/* Breck Point for Menu*/
/*Smartphone*/
@media only screen and (max-width: 823px) {
  .logo {
    margin: 1.875rem auto; /*30px*/
  }
  .menu-toggle {
    display: block;
  }

  .topnav {
    margin-top: 1.3rem; /*20px;*/
    width: 60%;
    align-self: flex-end;
    height: 0;
    overflow: hidden;
  }
  .topnav--open {
    height: auto;
  }
  .topnav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
  }
  .topnav li {
    padding: 0.938rem 0rem; /*15px 0px;*/
    border-bottom: thin dotted #f00;
  }
  .topnav li:last-child {
    border-bottom: none;
  }

  p {
    font-size: 1.125em; /*18px;*/
    line-height: 1.5em; /*24px;*/
  }
  .abt-home {
    margin-top: 2.5rem; /*40px;*/
  }
  .dotted-line {
    height: 1.3rem; /*20px;*/
  }
  .abt-home-text,
  .ser-home-text {
    width: 100%;
  }

  .switch-col {
    flex-wrap: wrap-reverse;
  }
  .abt-home-profile,
  .ser-home-pic {
    width: 100%;
  }
  .footer {
    padding: 0.313rem 0rem; /*5px 0px;*/
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .footer p {
    padding: 0.313rem 0rem;
  }
  .clip {
    width: 100%;
    max-width: 560px;
  }
  .page-main-title {
    font-size: 2.25em;
  }
}
/*Smartphone*/
@media only screen and (max-width: 640px) {
  #video-social > *,
  #video-youtube > *,
  #video-facebook > * {
    margin: 1.3rem 0.6rem; /* 10px*/
  }
}

/* cover in 640 also iphone5 SE Landscape */
@media only screen and (max-width: 568px) {
  .abt-home {
    margin-top: 1.3rem; /*20px;*/
    margin-bottom: 1.3rem; /*20px;*/
  }
  .note {
    text-align: center;
  }
}
/*Smartphone*/
@media only screen and (max-width: 480px) {
  .page-main-title {
    font-size: 1.825em;
  }
  h1 {
    font-size: 1.875em; /*30px;*/
  }
  p {
    font-size: 0.875em; /*14px;*/
    line-height: 1.125em; /*18px;*/
  }
}

@media only screen and (max-width: 320px) {
  .btn {
    width: 6.25rem; /*100px;*/
    height: 2.5rem; /*40px;*/
    font-size: 0.8em; /*12px;*/
    line-height: 2.5em; /*40px;*/
  }

  h1 {
    font-size: 1.375em; /*22px;*/
  }

  .abt-home-text,
  .ser-home-text {
    padding: 1.875rem; /*30px;*/
  }
  .abt-home-profile,
  .ser-home-pic {
    padding: 1.875rem 1.875rem 1.3rem; /*30px 30px 20px;*/
  }

  .abt-home-text h1::before {
    background-image: url(../images/icon_abt_sm.jpg);
    width: 75px;
    height: 75px;
  }
  .website h1::before {
    background-image: url(../images/icon_web_sm.jpg);
    width: 75px;
    height: 75px;
  }
  .presentations h1::before {
    background-image: url(../images/icon_pres_sm.jpg);
    width: 75px;
    height: 75px;
  }
  .animations h1::before {
    background-image: url(../images/icon_ani_SM.jpg);
    width: 75px;
    height: 75px;
  }
  .prints h1::before {
    background-image: url(../images/icon_print_sm.jpg);
    width: 75px;
    height: 75px;
  }
  .illustrations h1::before {
    background-image: url(../images/icon_illu_sm.jpg);
    width: 75px;
    height: 75px;
  }
}
