/*

Tooplate 2122 Nano Folio

https://www.tooplate.com/view/2122-nano-folio

*/
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U100-2AF, U304, U308, U329, U1E -1E 9F, U1EF 1EFF, U2020, U20A -20AB, U20AD-20C 0, U2113, U2C 58C 7F, UA720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U304, U308, U329, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/pxiGyp8kv8JHgFVrJJLufntAOvWDSHFF.woff2) format("woff2");
  unicode-range: U100-2AF, U304, U308, U329, U1E -1E 9F, U1EF 1EFF, U2020, U20A -20AB, U20AD-20C 0, U2113, U2C 58C 7F, UA720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2) format("woff2");
  unicode-range: U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U304, U308, U329, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD; }

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U100-2AF, U304, U308, U329, U1E -1E 9F, U1EF 1EFF, U2020, U20A -20AB, U20AD-20C 0, U2113, U2C 58C 7F, UA720-A7FF; }

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format("woff2");
  unicode-range: U0-0FF, U131, U152-153, U2BB-2BC, U2C 6, U2DA, U2DC, U304, U308, U329, U2000-206F, U2074, U20AC, U2122, U2191, U2193, U2212, U2215, UFEFF, UFFFD; }

/* Colors */
/* basic */
html {
  overflow-x: hidden;
  font-size: 18px; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2em;
  overflow-x: hidden; }

a {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: #5d1994; }

a:hover {
  color: #5d1994; }

h2, p, i, address {
  color: #333333; }

.tm-text-white {
  color: #fff; }

.color-purple {
  color: #5d1994; }

/* custom */
.logo {
  margin: 0;
  width: auto;
  height: 100px; }

h1 {
  color: #fff;
  font-size: 9em;
  line-height: 0.8;
  text-transform: uppercase;
  text-align: center;
  margin: 0; }

h2 {
  line-height: 1.1em;
  font-size: 2rem;
  margin: 0; }

button {
  background: #ff0000;
  color: #fff;
  padding: 15px 30px;
  border: none;
  font-size: 1.3em;
  border-radius: 5px;
  margin: 0 auto;
  font-family: 'Poppins', Arial, sans-serif;
  cursor: pointer; }

/* template */
.tm-about {
  gap: 40px; }

.tm-about-header {
  background: #ff0000;
  padding: 10px 0; }

.tm-about-text p {
  font-weight: 700;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-top: 0; }

.tm-link-gray {
  color: #999999; }

.tm-link-white {
  color: white; }

.tm-footer {
  color: #999999;
  text-align: center; }

.tm-container-fluid {
  width: 100%;
  max-width: 970px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px 15px; }

.tm-site-header {
  height: 100px; }

.tm-flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.tm-about {
  display: flex; }

.tm-contact {
  flex-direction: row-reverse; }

.tm-about > div {
  flex: 1 1; }

.tm-contact-form-container,
.tm-contact {
  padding: 40px 20px; }

.tm-contact > div {
  box-sizing: border-box; }

input,
textarea,
button {
  display: block; }

input,
textarea {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  background: transparent;
  border: 0;
  border-bottom: 1px solid white;
  color: white;
  padding: 15px 0;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%; }

::-webkit-input-placeholder {
  color: white; }

/* Edge */
:-ms-input-placeholder {
  color: white; }

/* Internet Explorer 10-11 */
::placeholder {
  color: white; }

.tm-right {
  margin-right: 0;
  margin-left: auto; }

.tm-btn-submit {
  background: none;
  color: white;
  font-size: 1rem;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease; }

.tm-btn-submit:hover {
  color: #000000; }

.tm-social-link {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center; }

.tm-social-link i {
  color: #99CCCC;
  transition: all 0.3s ease; }

.tm-social-link:hover i.fa-facebook {
  color: #3b5998; }

.tm-social-link:hover i.fa-twitter {
  color: #00acee; }

.tm-social-link:hover i.fa-instagram {
  color: #3f729b; }

.tm-flex {
  display: flex; }

address {
  font-style: normal; }

.filters-button-group {
  text-align: right;
  padding: 0;
  margin: 0; }

.filters-button-group li {
  display: inline-block;
  list-style: none;
  margin-left: 40px; }

.filters-button-group li a.active {
  color: #F96699; }

.tm-gallery {
  margin: -10px; }

.tm-gallery-item {
  border-radius: 12px;
  margin: 10px;
  overflow: hidden; }

.tm-gallery-item a {
  display: block;
  line-height: 0; }

.tm-gallery-item img {
  width: 220px;
  height: 220px; }

@media (max-width: 940px) {
  .filters-button-group {
    text-align: left; }
  .tm-about-text p {
    font-size: 1.25rem;
    line-height: 1.5em; } }

@media (max-width: 680px) {
  .tm-about {
    flex-direction: column; }
  .tm-contact {
    flex-direction: column; } }

@media (max-width: 489px) {
  .tm-gallery-item {
    width: 48%;
    margin: 1%;
    height: auto; }
  .tm-gallery-item img {
    width: 100%;
    height: auto; } }

.tm-p-50 {
  padding: 50px; }

.tm-mb-0 {
  margin-bottom: 0; }

.tm-mb-20 {
  margin-bottom: 20px; }

.tm-mb-30 {
  margin-bottom: 30px; }

.tm-mb-40 {
  margin-bottom: 40px; }

.tm-mb-50 {
  margin-bottom: 50px; }

.tm-mb-80 {
  margin-bottom: 80px; }

.tm-bgcolor-green {
  background-color: #aedbd2; }

.tm-bgcolor-purple {
  background-color: #5d1994; }

.tm-bgcolor-yellow {
  background-color: #ffe7ae; }
