@charset "UTF-8";
@import "./animate.css"; /*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #838383;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 32px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 88px;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.3px;
}

h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
}

h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h5 span {
  color: #D9A417;
}

h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.3px;
}

p {
  letter-spacing: 0.2px;
}

.button {
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 21px 48px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 50px;
}
.button:hover {
  opacity: 0.8;
}
.button.primary {
  background: #000000;
  color: #ffffff;
}
.button.secondary {
  background: #D9A417;
  color: #000;
}

.wrapper {
  overflow: hidden;
}

.footer {
  background: #000000;
  color: #ffffff;
  padding: 100px 0 50px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer__outer {
  position: relative;
  overflow: hidden;
}
.footer-top {
  width: 45%;
  max-width: 640px;
  top: -15%;
  left: -10%;
  position: absolute;
}
.footer-top span {
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background: linear-gradient(222.84deg, #f46c88 9.78%, rgba(251, 165, 189, 0.2) 136.5%);
  opacity: 0.3;
}
.footer-bot {
  width: 22%;
  max-width: 320px;
  bottom: -5%;
  right: -4%;
  position: absolute;
}
.footer-bot span {
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background: linear-gradient(222.84deg, #f46c88 9.78%, rgba(251, 165, 189, 0.2) 136.5%);
  opacity: 0.3;
}
.footer__inner {
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.footer h5 {
  margin-bottom: 20px;
}
.footer h2 {
  margin-bottom: 50px;
}

.copy {
  background: #000000;
  color: #ffffff;
  padding: 100px 0 50px 0;
}
.copy__inner {
  text-align: center;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 36px 0;
  width: 100%;
  z-index: 10;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 172px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.header__inner-logo img {
  width: 100%;
}
.header__inner-logo .mob {
  display: none;
}
.header.sticky {
  position: fixed;
  background: #fff;
  padding: 20px 0;
  -webkit-animation: 0.2s linear sticky;
          animation: 0.2s linear sticky;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.header.sticky .header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.sticky .header__inner-logo {
  width: 120px;
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.anchor {
  position: relative;
  top: -100px;
}

#top {
  top: -200px;
}

.nav__inner {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #838383;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-left: 45px;
}
.nav__inner-link.active {
  color: #222222;
}

.burger {
  display: none;
}

.hero {
  color: #222222;
  padding: 250px 0 130px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero__inner-content {
  max-width: 470px;
  width: 100%;
}
.hero__inner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__inner-btns .button {
  margin-right: 34px;
}
.hero__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
}
.hero__link svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-left: 5px;
}
.hero__link:hover svg {
  margin-left: 10px;
}
.hero h5 {
  margin-bottom: 20px;
}
.hero p {
  /*color: #838383;*/
  color: #000;
  margin-bottom: 50px;
}
.hero h1 {
  margin-bottom: 30px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  overflow-y: auto;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-animation: 0.2s linear modal;
          animation: 0.2s linear modal;
}
.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__inner {
  background: #fff;
  width: 100%;
  margin: auto;
  max-width: 650px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  border-radius: 16px;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222222;
  margin-bottom: 24px;
}
.modal__header-close {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.modal__header-close svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes modal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.input__outer label {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #222222;
  display: block;
  margin-bottom: 5px;
}
.input input,
.input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #838383;
  border-radius: 8px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  padding: 11px 25px;
  width: 100%;
  background: transparent;
  color: #222222;
  resize: none;
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
  color: #838383;
  opacity: 1;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #838383;
  opacity: 1;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: #838383;
  opacity: 1;
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
  color: #838383;
  opacity: 1;
}
.input input::placeholder,
.input textarea::placeholder {
  color: #838383;
  opacity: 1;
}
.input__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 10px -10px;
}
.input__row .input__outer {
  width: calc(50% - 20px);
  margin: 10px;
}

.form .button {
  margin-top: 25px;
  width: 100%;
}

.intro {
  color: #222222;
  padding-top: 136px;
}
.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
  margin: 0 0 -7% 0;
}
.intro__inner-content {
  padding: 60px 0;
  width: 470px;
}
.intro__inner-image {
  width: calc(108% - 470px);
  margin-right: -8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.intro__inner-image img {
  width: 80%;
}
.intro__inner-image span {
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__inner-image span img {
  width: 100%;
}
.intro__inner-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro__inner-btns .button {
  margin-right: 34px;
}
.intro__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
}
.intro__link svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-left: 5px;
}
.intro__link:hover svg {
  margin-left: 10px;
}
.intro h5 {
  margin-bottom: 20px;
}
.intro p {
  color: #838383;
  margin-bottom: 50px;
}
.intro h1 {
  margin-bottom: 30px;
}

.about {
  padding: 150px 0;
  background: #D9A417;
  color: #000;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.about-top {
  width: 45%;
  max-width: 640px;
  top: -15%;
  left: -10%;
  position: absolute;
}
.about-top span {
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background: linear-gradient(222.84deg, #f46c88 9.78%, rgba(251, 165, 189, 0.2) 136.5%);
  opacity: 0.3;
}
.about-bot {
  width: 22%;
  max-width: 320px;
  bottom: -5%;
  right: -4%;
  position: absolute;
}
.about-bot span {
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background: linear-gradient(222.84deg, #f46c88 9.78%, rgba(251, 165, 189, 0.2) 136.5%);
  opacity: 0.3;
}
.about__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__inner-text {
  width: calc(50% - 25px);
}
.about__inner-text h5 {
  margin-bottom: 20px;
  color: white;
}
.about__inner-text h2 {
  margin-bottom: 20px;
}
.about__inner-text p {
  margin-bottom: 40px;
}
/*
.about__inner-text:last-child {
  max-width: 420px;
}*/
.about__inner-text:last-child p {
  margin-bottom: 30px;
}
.about__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
}
.about__link svg {
  width: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 20px;
  margin-left: 5px;
}
.about__link:hover svg {
  margin-left: 10px;
}
.about__web {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

.skills {
  padding: 50px 0;
}
.skills__inner-slider {
  margin: 0 -10px;
}
.skills .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.skills .slick-slide {
  height: inherit !important;
}
.skillsItem {
  margin: 0 10px;
  background: #fff;
  padding: 50px;
  color: #222222;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(206, 206, 206, 0.5);
  position: relative;
  overflow: hidden;
}
.skillsItem-top {
  width: 90%;
  max-width: 325px;
  top: -15%;
  left: -10%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  position: absolute;
  opacity: 0;
}
.skillsItem-top span {
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background: linear-gradient(222.84deg, #f46c88 9.78%, rgba(251, 165, 189, 0.2) 136.5%);
  opacity: 0.3;
}
.skillsItem:hover {
  background: #D9A417;
  border: 1px solid transparent;
}
.skillsItem:hover h3 {
  color: #000;
}
.skillsItem:hover p {
  color: #000;
}
.skillsItem:hover .skillsItem-top {
  opacity: 1;
}
.skillsItem:hover .skillsItem__link {
  color: #000;
}
.skillsItem h3 {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-bottom: 24px;
}
.skillsItem p {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #838383;
  margin-bottom: 40px;
}
.skillsItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #222222;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-top: auto;
}
.skillsItem__link svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-left: 5px;
}
.skillsItem__link:hover svg {
  margin-left: 10px;
}
.skills__arrows {
  display: none;
}
.skills h5 {
  margin-bottom: 20px;
  text-align: center;
  color: #222222;
}
.skills h2 {
  margin-bottom: 70px;
  text-align: center;
  color: #222222;
}

.portfolio {
  padding: 100px 0;
}
.portfolio__head {
  text-align: center;
  margin-bottom: 30px;
}
.portfolio__head h5 {
  margin-bottom: 10px;
  color: #222222;
}
.portfolio__head h2 {
  color: #222222;
  margin-bottom: 30px;
}
.portfolio__head-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio__head-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #838383;
  margin: 0 25px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.portfolio__head-btn.active {
  color: #222222;
}
.portfolio__inner {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-animation: 0.2s linear tabs;
          animation: 0.2s linear tabs;
}
.portfolio__inner.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portfolioItem {
  width: calc(33.3% - 30px);
  margin: 15px;
  overflow: hidden;
  position: relative;
}
.portfolioItem__content {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #fff;
  pointer-events: none;
}
.portfolioItem__content h4 {
  margin-bottom: 12px;
}
.portfolioItem__content p {
  margin-bottom: 12px;
}
.portfolioItem__content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
}
.portfolioItem__content-link:hover svg {
  margin-left: 10px;
}
.portfolioItem__content-link svg {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.portfolioItem__content::-webkit-scrollbar {
  display: none;
}
.portfolioItem__content {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.portfolioItem__image {
  position: relative;
  padding-bottom: 92%;
}
.portfolioItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.portfolioItem:hover .portfolioItem__content {
  top: 0;
  opacity: 1;
  pointer-events: unset;
}

@-webkit-keyframes tabs {
  0% {
    margin-top: 40px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes tabs {
  0% {
    margin-top: 40px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.testi {
  padding: 50px 0;
}
.testi__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testi__inner-slider {
  width: 58%;
}
.testi__inner-content {
  width: calc(42% - 30px);
  background: #fff;
  position: relative;
  z-index: 1;
}
.testi__inner-content::before {
  right: 100%;
  width: 2000px;
  height: 100%;
  position: absolute;
  background: #fff;
  content: "";
  z-index: 1;
}
.testi__inner-content p {
  color: #838383;
  margin-bottom: 100px;
}
.testi__inner-text {
  max-width: 315px;
}
.testi h5 {
  margin-bottom: 20px;
  color: #222222;
}
.testi h6 {
  font-family: "Montserrat", sans-serif;
}
.testi h2 {
  color: #222222;
  margin-bottom: 25px;
}
.testi__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testi__arrow {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border: 1px solid #000;
  margin-right: 30px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.testi__arrow:hover {
  background: #000;
  color: #fff;
}
.testi__arrow:last-child {
  margin-right: 0;
}
.testi__arrow svg {
  width: 18px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 18px;
}
.testiSlider {
  margin: 0 -30px;
}
.testiSlider .slick-list {
  overflow: visible;
}
.testiSlider__item {
  padding: 0 30px;
}
.testiSlider__item-head {
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #fff;
  max-width: 184px;
  margin-bottom: 30px;
}
.testiSlider__item-head span {
  width: 70px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D9A417;
  position: absolute;
  left: 20px;
  bottom: -12px;
}
.testiSlider__item-head span svg {
  width: 100%;
  height: 100%;
}
.testiSlider__item-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.testiSlider__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.testiSlider__item p {
  color: #838383;
  margin-bottom: 50px;
}
.testiSlider__item h5 {
  margin-bottom: 10px;
}

.partner {
  padding: 50px 0;
  margin-bottom: 50px;
}
.partner__inner {
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  justify-content: center;
}
.partnerItem {
  width: calc(20% - 30px);
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnerItem img {
  width: 100%;
}

@media (max-width: 1240px) {
  .header {
    padding: 24px 0;
  }
  .header__inner-logo {
    width: 140px;
  }
  h1 {
    font-size: 64px;
    line-height: 72px;
  }
  .intro__inner-image {
    margin-right: -6%;
    width: calc(106% - 470px);
  }
  .intro__inner-image span {
    right: 5%;
    width: 40%;
  }
  .about {
    padding: 100px 0;
    margin-bottom: 60px;
  }
  .about__inner-text h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .about__inner-text p {
    margin-bottom: 40px;
  }
  .partner {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .skillsItem {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 20px 0;
  }
  .header__inner-logo {
    width: 120px;
  }
  .portfolio {
    padding: 60px 0;
  }
  .portfolioItem {
    width: calc(50% - 30px);
  }
  .skills {
    padding: 60px 0;
  }
  .skills .slick-list {
    overflow: visible;
  }
  .intro__inner-content {
    width: 400px;
  }
  .intro__inner-image {
    width: calc(106% - 400px);
  }
  .intro__inner-image img {
    width: 100%;
  }
  .hero {
    color: #fff;
  }
  .hero p {
    color: #fff;
  }
  .hero__image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .hero__image img {
    -o-object-position: 80% 0;
       object-position: 80% 0;
  }
  .hero__inner-content {
    width: 400px;
  }
  .hero__link {
    color: #fff;
  }
}
@media (max-width: 840px) {
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__inner-logo {
    width: 136px;
  }
  .header__inner-logo .pc {
    display: none;
  }
  .header__inner-logo .mob {
    display: block;
  }
  .header.sticky {
    padding: 20px 0;
  }
  .header.sticky .header__inner-logo {
    width: 136px;
  }
  .nav {
    position: fixed;
    top: 91px;
    left: 0;
    width: 100%;
    height: calc(100% - 91px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }
  .nav__inner-link {
    border: none;
    padding: 15px;
    display: block;
    text-align: left;
    width: unset;
    color: #000;
    margin-left: 0;
    font-size: 16px;
    line-height: 1;
  }
  .nav .btn {
    margin: 15px 0;
    text-align: center;
  }
  body.active {
    overflow: hidden;
  }
  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger::before {
    top: 10%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .burger::after {
    bottom: 10%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #000;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  .intro {
    padding-top: 91px;
  }
  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0 0 70px 0;
  }
  .intro__inner-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .intro__inner-image {
    width: 106%;
    max-width: 750px;
    margin: 0 auto 35px auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .intro__inner-image span {
    right: 0;
  }
  .intro__inner-image img {
    width: 80%;
  }
  .intro__inner-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro__inner-content {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .intro__inner-content h1 br {
    display: none;
  }
  .about {
    padding: 80px 0;
    margin-bottom: 40px;
  }
  .about__inner-text {
    width: 100%;
    text-align: center;
    margin-bottom: 86px;
  }
  .about__inner-text:last-child {
    margin-bottom: 0;
  }
  .about__inner-text:last-child p {
    margin-bottom: 20px;
  }
  .about__inner-text h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .about__inner-text h5 {
    margin-bottom: 10px;
  }
  .about__inner-text p {
    margin-bottom: 16px;
  }
  .about__inner-text:last-child {
    max-width: unset;
  }
  .about__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partner {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .partner__inner {
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partnerItem {
    margin: 15px;
    width: calc(33.3% - 30px);
  }
  .portfolio {
    padding: 40px 0;
  }
  .portfolio__inner {
    margin: 0 -8px;
  }
  .portfolioItem {
    margin: 8px;
    width: calc(50% - 16px);
  }
  .testiSlider {
    margin: 0 -20px;
  }
  .testiSlider__item {
    padding: 0 20px;
  }
  .testi .slick-list {
    overflow: hidden;
  }
  .testi__arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .testi__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-bottom: 100px;
  }
  .testi__inner-content {
    width: 100%;
    position: static;
  }
  .testi__inner-content::before {
    display: none;
  }
  .testi__inner-content p {
    margin-bottom: 82px;
  }
  .testi__inner-slider {
    width: 100%;
  }
  .testi__inner-text {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }
  .hero__inner-content {
    max-width: unset;
  }
  .hero__inner-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__inner-content {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .hero__inner-content h1 br {
    display: none;
  }
}
@media (max-width: 700px) {
  .portfolio .auto__container {
    padding: 0 14px;
  }
  .portfolio__head-btn {
    margin: 0;
  }
  .portfolio__head-btns {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .portfolio__inner {
    margin: 0;
  }
  .portfolioItem {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .portfolioItem:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 540px) {
  .nav__inner {
    max-width: unset;
  }
  .nav__inner-link {
    text-align: center;
  }
  .copy__inner p {
    font-size: 14px;
    line-height: 18px;
  }
  .auto__container {
    padding: 0 20px;
  }
  h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .modal__inner {
    padding: 40px 20px;
  }
  .input__row .input__outer {
    width: calc(100% - 20px);
  }
  .intro p {
    margin-bottom: 30px;
  }
  .intro__inner-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .intro__inner-btns .button {
    margin: 0 0 14px 0;
  }
  .about {
    padding: 66px 0;
  }
  .partner__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partnerItem {
    width: calc(50% - 30px);
  }
  .skills {
    padding: 40px 0;
  }
  .skills .auto__container {
    padding: 0 14px;
  }
  .skills h2 {
    margin-bottom: 40px;
  }
  .skillsSlider {
    margin-bottom: 46px;
  }
  .skillsItem {
    padding: 50px;
  }
  .skillsItem p {
    margin-bottom: 24px;
  }
  .skills__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .skills__arrow {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border: 1px solid #000;
    margin-right: 30px;
    color: #000;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .skills__arrow:hover {
    background: #000;
    color: #fff;
  }
  .skills__arrow:last-child {
    margin-right: 0;
  }
  .skills__arrow svg {
    width: 18px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    height: 18px;
  }
  .testi {
    padding-bottom: 30px;
  }
  .testiSlider__item {
    text-align: center;
  }
  .testiSlider__item p {
    padding: 0 16px;
  }
  .testiSlider__item-head {
    margin: 0 auto 30px auto;
  }
  .hero p {
    margin-bottom: 30px;
  }
  .hero__inner-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero__inner-btns .button {
    margin: 0 0 14px 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.white{
  color: white;
}
.mfp-content .modal{
  display: flex;
}
@media only screen and (min-width: 541px){
  .skillsSliderDesktop {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .skillsItem{
    max-width: 350px;
  }
}

section.skills.yellow-bg {
  background: #D9A417;
}

.yellow-bg .skillsItem:hover {
  background: #000;
  color: white;
}

.yellow-bg .skillsItem:hover h3{
  color: white;
}

.yellow-bg .skillsItem:hover p{
  color: white;
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}

.footer__social {
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 13px;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 540px){
  .footer__social {
      margin: 0 10px;
      width: 50px;
      height: 50px;
  }
}

.footer__social img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}

.copy h6 {
  margin-bottom: 26px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

a.footer__social.black {
  border: 1px solid black;
}

.footer__social.black img{
  filter: brightness(0);
}

.pt70 {
  padding-top: 70px;
  margin-bottom: 30px;
}
.footer__socials.align-left{
  justify-content: flex-start;
}
.footer__socials.align-left a {
  margin-left: 0px;
}
.mb-reset{
  margin-bottom: 0px;
}
.text-uppercase{
  text-transform: uppercase;
}
p.skills__inner-text {
  margin: 0 auto;
  margin-bottom: 45px;
  width: 90%;
  text-align: center;
}
.modal__body ul, .modal__body li {
  list-style: unset;
  margin-left: 10px;
}
.about__inner-text ul, .about__inner-text li {
  list-style: unset;
  margin-left: 10px;
}
.about.no-bg{
  background: none;
}

.blog-post{
  display:grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}
.blog__img{
  background-image:url("../files/images/blog1.png");
  background-position:center;
  background-size:cover
}
.blog__img--2{
  background-image:url("../files/images/blog2.png")
}
.blog__content{
  padding:90px 90px;
}
.blog__content h2{
  line-height:3.438rem;
  text-align:left;
  color: black;
}
.blog__content p.big{
  color:#3b3d40;
  /*font-family:"Montserrat",sans-serif;
  font-size:1rem;
  font-weight:400;*/
  line-height:1.625rem;
  text-align:left;
  margin-bottom:30px;
}
.blog__content p.big span{
  font-size:.875rem;
  font-weight:700;
  letter-spacing:.159rem;
  text-transform:uppercase;
  margin-bottom:14px;
  /*font-family:"Montserrat",sans-serif*/
}
.blog__content .button{
  margin:0
}
.blog-post--reverse .blog__content{
  grid-column:2/3
}
.blog-post--reverse .blog__img{
  grid-column:1/2;
  grid-row:1/2
}
@media only screen and (max-width: 768px){
  .blog-post{
      display: flex;
      flex-direction: column;
      margin-top: 40px;
  }

  .blog__img {
      max-height: 500px;
      height: 500px;
      width: 100%;
  }

  .blog-post--reverse .blog__content{
      grid-column:unset
  }
  .blog-post--reverse .blog__img{
      grid-column:unset;
      grid-row:unset
  }
  .blog__content{
      padding:40px 25px;
      text-align: center;
  }
  .blog__content h2,.blog__content p.big{
      text-align:center;
      margin-bottom: 20px;
  }
  .blog__content .button{
      margin:auto
  }
}
.pt-75{
  padding-top:75px;
}
.mb-75{
  margin-bottom: 75px;
}
ul.list, ul.list li{
  list-style: initial;
  margin-left: 10px;
}
@media only screen and (max-width: 840px){
  .about__inner-text ul, .about__inner-text li{
    margin-left: 20px;
    text-align: left;
  }
  
  ul.list, ul.list li{
    margin-left: 15px;
    text-align: left;
  }
}