
/* Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Box Model

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 */

/* Basic */


h2, h3, h4, h5, h6  {
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 1em 0;
}

a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h2 {
    font-size: 1.5em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.3em;
    line-height: 1.5em;
}

h4 {
    font-size: 1.1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

/* Image */

.image {
    border-radius: 0;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    border-radius: 0;
    display: block;
}

.image.left, .image.right {
    max-width: 50%;
}

.image.left img, .image.right img {
    width: 100%;
}

.image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

.image.main {
    display: block;
    margin: 0 0 3em 0;
    width: 100%;
}

.image.main img {
    width: 100%;
}

/* Feature */

.feature {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 6em;

}

.feature:last-child {
    margin-bottom: 2em;
}

.feature.left {
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 65px auto 35px auto;
}

.feature .image {
    width: 30%;
}

.feature .image img {
    max-width: 100%;
}

.feature .content {
    padding: 2em 3em 0.1em 3em;
    width: 100%;
}


.feature {
    background-color: rgba(144, 144, 144, 0.075);
}



/* Wrapper */

.wrapper {
    position: relative;
}

.wrapper > .inner {
    margin: 0 auto;
    width: 100em;
}

.wrapper.style1 {
    background-color: #fff;
    color: #000000;
    font-weight: normal;
}

.wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
    color: #555;
}

.wrapper.style1 a {
    color: #51BAA4;
}

.wrapper.style1 strong, .wrapper.style1 b {
    color: #555;
}

.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
    color: #ff0015;
}

.wrapper.style1 blockquote {
    border-left-color: rgba(144, 144, 144, 0.25);
}

.wrapper.style1 code {
    background: #fff;
    border-color: rgba(144, 144, 144, 0.25);
}

.wrapper.style1 hr {
    border-bottom-color: rgba(144, 144, 144, 0.25);
}

.wrapper.style1 header p {
    color: #555;
}

.wrapper.style1 .feature {
    background-color: #fff;
}

.wrapper.style1 label {
    color: #555;
}

.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="email"],
.wrapper.style1 select,
.wrapper.style1 textarea {
    background-color: #fff;
    border-color: rgba(144, 144, 144, 0.25);
    color: inherit;
}

.wrapper.style1 input[type="text"]:focus,
.wrapper.style1 input[type="password"]:focus,
.wrapper.style1 input[type="email"]:focus,
.wrapper.style1 select:focus,
.wrapper.style1 textarea:focus {
    border-color: #51BAA4;
    box-shadow: 0 0 0 1px #51BAA4;
}

.wrapper.style1 .select-wrapper:before {
    color: rgba(144, 144, 144, 0.25);
}

.wrapper.style1 input[type="checkbox"] + label,
.wrapper.style1 input[type="radio"] + label {
    color: #000000;
}

.wrapper.style1 input[type="checkbox"] + label:before,
.wrapper.style1 input[type="radio"] + label:before {
    background-color: #fff;
    border-color: rgba(144, 144, 144, 0.25);
}

.wrapper.style1 input[type="checkbox"]:checked + label:before,
.wrapper.style1 input[type="radio"]:checked + label:before {
    background-color: #fff;
    border-color: #51BAA4;
    color: #555;
}

.wrapper.style1 input[type="checkbox"]:focus + label:before,
.wrapper.style1 input[type="radio"]:focus + label:before {
    border-color: #51BAA4;
    box-shadow: 0 0 0 1px #51BAA4;
}

.wrapper.style1 ::-webkit-input-placeholder {
    color: #fff !important;
}

.wrapper.style1 :-moz-placeholder {
    color: #fff !important;
}

.wrapper.style1 ::-moz-placeholder {
    color: #fff !important;
}

.wrapper.style1 :-ms-input-placeholder {
    color: #fff !important;
}

.wrapper.style1 .formerize-placeholder {
    color: #fff !important;
}

.wrapper.style1 form.alt input[type="text"],
.wrapper.style1 form.alt input[type="password"],
.wrapper.style1 form.alt input[type="email"],
.wrapper.style1 form.alt select,
.wrapper.style1 form.alt textarea {
    background-color: transparent;
}

.wrapper.style1 ul.alt > li {
    border-top-color: rgba(144, 144, 144, 0.25);
}

.wrapper.style1 table tbody tr {
    border-color: rgba(144, 144, 144, 0.25);
}

.wrapper.style1 table tbody tr:nth-child(2n + 1) {
    background-color: #fff;
}

.wrapper.style1 table th {
    color: #fff;
}

.wrapper.style1 table thead {
    border-bottom-color: rgba(144, 144, 144, 0.25);
}

.wrapper.style1 table tfoot {
    border-top-color: rgba(144, 144, 144, 0.25);
}

.wrapper.style1 table.alt tbody tr td {
    border-color: rgba(144, 144, 144, 0.25);
}

.wrapper.style1 input[type="submit"],
.wrapper.style1 input[type="reset"],
.wrapper.style1 input[type="button"],
.wrapper.style1 button,
.wrapper.style1 .button {
    background-color: #555;
    box-shadow: none;
    color: #fff !important;
}

.wrapper.style1 input[type="submit"].icon:before,
.wrapper.style1 input[type="reset"].icon:before,
.wrapper.style1 input[type="button"].icon:before,
.wrapper.style1 button.icon:before,
.wrapper.style1 .button.icon:before {
    color: #bbb;
}

.wrapper.style1 input[type="submit"]:hover,
.wrapper.style1 input[type="reset"]:hover,
.wrapper.style1 input[type="button"]:hover,
.wrapper.style1 button:hover,
.wrapper.style1 .button:hover {
    background-color: #626262;
}

.wrapper.style1 input[type="submit"]:active,
.wrapper.style1 input[type="reset"]:active,
.wrapper.style1 input[type="button"]:active,
.wrapper.style1 button:active,
.wrapper.style1 .button:active {
    background-color: #484848;
}

.wrapper.style1 input[type="submit"].special,
.wrapper.style1 input[type="reset"].special,
.wrapper.style1 input[type="button"].special,
.wrapper.style1 button.special,
.wrapper.style1 .button.special {
    background-color: #51BAA4;
    box-shadow: none;
    color: #fff !important;
}

.wrapper.style1 input[type="submit"].special:hover,
.wrapper.style1 input[type="reset"].special:hover,
.wrapper.style1 input[type="button"].special:hover,
.wrapper.style1 button.special:hover,
.wrapper.style1 .button.special:hover {
    background-color: #63c1ae;
}

.wrapper.style1 input[type="submit"].special:active,
.wrapper.style1 input[type="reset"].special:active,
.wrapper.style1 input[type="button"].special:active,
.wrapper.style1 button.special:active,
.wrapper.style1 .button.special:active {
    background-color: #45ad97;
}

.wrapper.style1 input[type="submit"].alt,
.wrapper.style1 input[type="reset"].alt,
.wrapper.style1 input[type="button"].alt,
.wrapper.style1 button.alt,
.wrapper.style1 .button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #51BAA4;
    color: #51BAA4 !important;
}

.wrapper.style1 input[type="submit"].alt:hover,
.wrapper.style1 input[type="reset"].alt:hover,
.wrapper.style1 input[type="button"].alt:hover,
.wrapper.style1 button.alt:hover,
.wrapper.style1 .button.alt:hover {
    background-color: #fff;
}

.wrapper.style1 input[type="submit"].alt:active,
.wrapper.style1 input[type="reset"].alt:active,
.wrapper.style1 input[type="button"].alt:active,
.wrapper.style1 button.alt:active,
.wrapper.style1 .button.alt:active {
    background-color: rgba(144, 144, 144, 0.2);
}

/* defaults */

body {
  --light: hsl(220, 50%, 90%);
  --primary: hsl(255, 30%, 55%);
  --focus: hsl(210, 90%, 50%);
  --border-color: hsla(0, 0%, 100%, 0.2);
  --background: linear-gradient(
    to right,
    hsl(210, 30%, 20%),
    hsl(255, 30%, 25%)
  );
  --shadow-1: hsla(236, 50%, 50%, 0.3);
  --shadow-2: hsla(236, 50%, 50%, 0.4);
  color: var(--light);
  background: var(--global-background);
}

a,
a:link {
  font-family: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

/* box */
.box {
 padding-top: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box__title {
  font-size: 10rem;
  font-weight: normal;
  letter-spacing: 0.8rem;
  margin-bottom: 2.6rem;
}

.box__title::first-letter {
  color: var(--primary);
}

.box__p,
.box__info,
.box__note {
  font-size: 1.6rem;
}

.box__info {
  margin-top: 6rem;
}

.box__note {
  line-height: 2;
}

/* modal */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

  /* --m-background is set as inline style */
  background: var(--m-background);
}

/* using :target */
/*
when users will click/enter button(link) browser will add a #id in a url and when that happens we'll show our users the modal that contains that id.
*/
.modal-container:target {
  display: flex;
}

.modal {
  width: 60rem;
  padding: 4rem 2rem;
  border-radius: 0.8rem;
  color: var(--light);
  background: var(--background);
  box-shadow: var(--m-shadow, 0.4rem 0.4rem 10.2rem 0.2rem) var(--shadow-1);
  position: relative;
  overflow: hidden;
}

.modal__title {
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.modal__title1{
    font-size: 20px;

}

.modal__text {
  padding: 0 4rem;
  margin-top: 4rem;

  font-size: 1.6rem;
  line-height: 2;
}

.modal__btn {
  margin-top: 4rem;
  padding: 1rem 1.6rem;
  border: 1px solid var(--border-color);
  border-radius: 100rem;

  color: inherit;
  background: transparent;
  font-size: 1.4rem;
  font-family: inherit;
  letter-spacing: 0.2rem;

  transition: 0.2s;
  cursor: pointer;
}

.modal__btn:nth-of-type(1) {
  margin-right: 1rem;
}

.modal__btn:hover,
.modal__btn:focus {
  background: var(--focus);
  border-color: var(--focus);
  transform: translateY(-0.2rem);
}

/* link-... */
.link-1 {
  color: #fff;
  font-size: 20px;
  color: var(--light);
  background: var(--background);
  box-shadow: 0.4rem 0.4rem 2.4rem 0.2rem var(--shadow-1);
  border-radius: 100rem;
  padding: 0.8rem 1.8rem;
  transition: 0.2s;
}

.link-1:hover,
.link-1:focus {
  transform: translateY(-0.2rem);
  box-shadow: 0 0 4.4rem 0.2rem var(--shadow-2);
}

.link-1:focus {
  box-shadow: 0 0 4.4rem 0.2rem var(--shadow-2),
    0 0 0 0.4rem var(--global-background), 0 0 0 0.5rem var(--focus);
}

.link-2 {
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--border-color);
  border-radius: 100rem;

  color: inherit;
  font-size: 2.2rem;

  position: absolute;
  top: 2rem;
  right: 2rem;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: 0.2s;
}

.link-2::before {
  content: "×";

  transform: translateY(-0.1rem);
}

.link-2:hover,
.link-2:focus {
  background: var(--focus);
  border-color: var(--focus);
  transform: translateY(-0.2rem);
}

.abs-site-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: hsla(0, 0%, 1000%, 0.6);
  font-size: 1.6rem;
}




@media screen and (max-width: 980px) {

    input[type="submit"].big,
    input[type="reset"].big,
    input[type="button"].big,
    button.big,
    .button.big {
        font-size: 1em;
    }

}

@media screen and (max-width: 1280px) {

    .feature {
        margin-bottom: 4em;
    }

    .feature .content {
        padding: 1em 2em 0.1em 2em;
    }

}

@media screen and (max-width: 980px) {

    .feature.left, .feature.right {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .feature .image {
        width: 100%;
    }

    .feature .image img {
        width: 100%;
    }

    .feature .content {
        padding: 1em 2em 0.1em 2em;
        width: 100%;
    }

}

@media screen and (max-width: 736px) {

    .feature {
        margin-bottom: 2em;
    }

    .feature .content {
        padding: 2em 1em 0.1em 1em;
    }

}

/*pagina responsiva*/

@media screen and (max-width: 1280px) {

    .wrapper {
        padding: 2em 0 2em 0;
    }

    .wrapper > .inner {
        width: 65em;
    }

}

@media screen and (max-width: 980px) {

    .wrapper {
        padding: 5em 3em 3em 3em;
    }

    .wrapper > .inner {
        width: 100%;
    }

}

@media screen and (max-width: 736px) {

    .wrapper {
        padding: 2em 2em 1em 2em;
    }

}

@media screen and (max-width: 480px) {

    .wrapper {
        padding: 2em 1em 0.1em 1em;
    }

}

