body {
  font-size: 14px;
}
/* Menu */
#menu-btn {
  position: fixed;
  z-index: 11;
  right: 5%;
  top: 20px;
  height: 30px;
  cursor: pointer;
  display: inline;
  transition: .2s;
}
#menu-btn:active, #close-btn:active {
  transform: scale(.9);
}
/* Menu */
menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 85%;
  height: 100%;
  max-width: 310px;
  padding: 40px;
  z-index: 12;
  transition: .5s;
  overflow: hidden;
  margin: 0;
  display: block;
  backdrop-filter: blur(20px);
  background-color: rgb(0, 0, 0, 0.3);
}
menu a.link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  font-size: 1em;
  text-transform: uppercase;
}
menu a.link:first-of-type {
  margin-top: 40px;
}
menu .social-links {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 40px;
}
menu a.link:hover {
  color: #e7be30 !important;
}
menu .social-links a {
  margin-right: 15px;
}
menu .social-links a img {
  height: 24px;
}
menu .social-links a:last-of-type {
  margin-right: 0;
}
#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  cursor: pointer;
  transition: .2s;
}
body, section, header, footer, main {
  min-width: 0;
}
form .row {
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 20px;
}
form .half, form .third {
  width: 100%;
}
input, textarea, select {
  font-size: .9em;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  width: 50px;
  min-width: 0;
  max-width: 50px;
  height: 50px;
  overflow: hidden;
}
form button {
  width: 100%;
  margin-bottom: 10px;
}
input, textarea, select {
  font-size: .9em;
}
#modal1 {
  min-width: 100%;
}

header .logo-link img {
	height: 40px;
}
header .logo-link span.text .top {
	font-size: 1.1em;
}
header .logo-link span.text .bottom {
	font-size: .7em;
}

.home .sec1 {
  padding: 80px 5% 50px;
  flex-wrap: wrap;
  row-gap: 0;
}
.home .sec1 .left {
  width: 100%;
  overflow: hidden;
}
.home .sec1 .left {
  text-align: center;
  order: 2;
  margin-top: -20px;
}
.home .sec1 .left p {
  font-size: 1.2em;
}
.home .sec1 h1 {
	font-size: 3.2em;
	margin-bottom: 30px;
	line-height: 50px;
  row-gap: 20px
}
.home .sec1 h1 span {
	font-size: .5em;
	margin-bottom: -10px;
}
.home .sec1 h1 span:first-of-type {
  font-size: .5em;
  margin-bottom: -20px;
}
.home .sec1 h1 span:last-of-type {
  font-size: .7em;
  line-height: 100%;
}
.home .sec1 .right, #srvBT {
  pointer-events: all;
  order: 1;
  width: 100%;
}
#srvBT {
  width: auto;
  pointer-events: all;
}
.home .sec1 .triangle {
  width: 50%;
}
.home .sec1 #quoteBT {
  display: flex;
  width: auto;
  display: inline;
}
.home .sec1 button {
  min-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.home .sec2 h2 {
	margin-top: 0;
  font-size: 2.5em;
}
.home .sec2 .grid {
	flex-wrap: wrap;
  flex-direction: column;
  row-gap: 40px;
}
.home .sec2 .grid > div {
  width: 100%;
}
.home .sec2 .grid h3 {
  margin-bottom: 15px;
}
.home .sec2 .grid .img {
	filter: grayscale(0);
}

.home .sec3 {
	padding: 70px 0 40px;
  height: auto;
}
.home .sec3 h2 {
  width: 100%;
  font-size: 2em;
  margin-top: 10px;
}
.home .sec3 .inner {
    top: 0;
    transform: none;
  flex-direction: column;
}
.home .sec3 .item {
  filter: grayscale(.3);
}
.home .sec3 .scroller {
  margin-top: 30px;
}

.home .sec4 {
	display: flex;
	flex-wrap: wrap;
	padding: 70px 5% 40px;
  text-align: center;
  row-gap: 40px;
}
.home .sec4 .left, .home .sec4 .right {
	width: 100%;
}
.home .sec4 .left h3,
.home .skills h2 {
	font-size: 2.5em;
}
.home .sec4 .left .line {
  margin-left: auto;
  margin-right: auto;
}
.home .sec4 .left .item {
	flex-wrap: wrap;
  flex-direction: column;
  row-gap: 10px;
}
.home .sec4 .left .social-links {
  justify-content: center;
}

.home .skills .flexbox {
  flex-direction: column;
  row-gap: 40px;

  .left {

    p {
      font-size: 1.1em;
    }
  }
}
.home .skills .flexbox > div {
  width: 100%;
}
.home .skills .flexbox > div:first-of-type {
  width: 100%;
}
.home .skills .flexbox .grid {
	grid-template-columns: repeat(2, 1fr);
	row-gap: 40px;
}


/* footer */
footer .legal {
	flex-direction: column;
  row-gap: 10px;
  font-size: .9em;
}

/* Header */
header {
  padding: 10px 5%;
}
header nav, header > div {
  display: none;
}
header .logo {
  height: 40px;
}

.flip-box {
  width: 200px;
  height: 200px;
  pointer-events: none;
}
.home .sec1 .right img.pp {
  width: 200px;
  height: 200px
}

.home .sec3 {
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
}
.home .sec3 .inner .left, .home .sec3 .inner .right {
  width: 100%;
  text-align: center;
}

.home .sec3 .inner .left p {
  font-size: 2em;
}

.container .cat-title {
  font-size: 1.2em;
}
