body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;

  font-size: 15px;
  line-height: 1.6;
  color: rgb(255, 255, 255);
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/*Container*/
.container {
  width: 100%;
  margin: 0 auto;
}

.w-container {
margin-left: auto;
margin-right: auto;
max-width: 100%;
}

/*nav*/

.nav-toggle__item:before,
.nav-toggle__item:after {
    content: "";
    width: 100%;
    height: 3px;

    background-color: #A5414E;

    position: absolute;
    left: 0;
    z-index: 1;

    transition: transform .2s linear;
}

.nav-toggle__item:before {
  top: -8px;
}

.nav-toggle__item:after {
  bottom: -8px;
}

.nav-toggle {
  left: 25px;
  width: 35px;
  padding: 26px 0;
  font-size: 0;
  color: transparent;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 24px;
  z-index: 1;
}

.nav-toggle__item {
  display: block;
  width: 100%;
  height: 3px;

  background-color: #A5414E;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

  transition: background .2s linear;
}

.nav {
  padding-right: 50px;
  margin-top: 50px;
  position: absolute;
  text-align: right;
  font-size: 16px;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight:normal;
}

.nav_link {
  color: rgb(0, 0, 0);
  text-decoration: none;
  margin: 0 10px;
  font-family: 'Montsserat', sans-serif;
}

/*header*/

.header {
  width: 100%;
  position: absolute;
  top: 0;
  right: 10;
  left: 0;
  z-index: 1000;
}

.header_inner {
  margin-top: 10px;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: start;
  justify-items: end;
}

.content {
  padding-left: 6%;
  font-family: 'Montsserat', sans-serif;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin-top: 15%;
}

.title {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #000000;
}

.subtitle {
  -webkit-text-stroke: thin;
  text-shadow: #a65b4c;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000000;
}


.text {
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

button {
  height: 45px;
  margin-top: 10px;
  font-family: "Montsserat", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #a65b4c;
  width: 229px;
  border: 0;
  color: #FFFFFF;
  font-size: 15px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
button:hover,.form button:active,.form button:focus {
background: #ffc516;
}

a.button {
display: block;
height: 45px;
margin-top: 10px;
font-family: "Montsserat", sans-serif;
text-transform: uppercase;
outline: 0;
background: #a65b4c;
width: 229px;
border: 0;
color: #FFFFFF;
font-size: 15px;
-webkit-transition: all 0.3 ease;
transition: all 0.3 ease;
cursor: pointer;
text-decoration: none;
text-align: center;
padding-top: 12px;
}
a.button:hover,.form button:active,.form button:focus {
background: #222a29;
}


.text_logo {position: absolute;left: 6%;color: #222a29;text-decoration: none;/* padding-left: 60px; */}

.contact_button {
  height: 45px;
  margin-top: 10px;
  font-family: "Montsserat", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #a65b4c;
  width: 229px;
  border: 0;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
}

a.contact_button {
  display: block;
  height: 45px;
  margin-top: 10px;
  font-family: "Montsserat", sans-serif;
  text-transform: capitalize;
  outline: 0;
  background: #a65b4c;
  width: 150px;
  border: 0;
  color: #FFFFFF;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding-top: 12px;
 }

a.contact_button:hover {
  background: #aa5646;
}

.info_footer {
  grid-gap: 10px;
  display: flex;
  flex-direction: column;
}

.footer {
  display: flex;
  grid-gap: 100px;
  flex-direction: column;
}

h2, h3 {
  font-size: 16px;
}

.trans-item {

  height: 22px;
  padding-top: -10px;
  width: 400px;
  border-bottom: 1px solid #C8C8C8;
  color: black;
  margin-top: 18px;
}


.trans-value {
  font-family: "Montsserat", sans-serif;
  font-size: 0.9rem;
  font-weight: lighter;
  margin-bottom: 8px;
  margin-left: 2px;
}

.result {
  margin-top: 10px;
  color: black;
  font-family: "Montsserat", sans-serif;
  font-size: 28px;
  font-weight: lighter;
  margin-bottom: 8px;
  margin-left: 2px;
}

.icons {
  margin-top: -65px;
  display: inline-block;
  float: right;
  padding-right: 50px;
}




footer {
  margin-top: 230px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montsserat', sans-serif;
  position: relative;
  z-index: 1;
  padding: 30px 0 40px;
  background: #222a29;
  color: #fff;
}


footer .wrapper {
  padding-left: 6%;
}

footer nav {
display: flex;
flex-direction: column;
}

footer nav a {
font-size: 1rem;
line-height: 2.2rem;
text-decoration: underline;
}


.text_footer {
  line-height: normal;
  font-size: 50px;
  color: rgb(215, 219, 214);
  font-family: "Garamond", sans-serif;
  letter-spacing: normal;
  font-weight: 400;
}

input[type=search] {
box-sizing: border-box;
padding-right: 40px;
background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4Ljk3IDE3LjgzN2wtNC44Mi01LjA0MWE4LjExMiA4LjExMiAwIDAwMS40NDMtNC42NGMwLTQuMzYtMy4zOS03LjkwNi03LjU1Ny03LjkwNkMzLjg3LjI1LjQ4IDMuNzk3LjQ4IDguMTU2YzAgNC4zNiAzLjM5IDcuOTA1IDcuNTU2IDcuOTA1IDEuNTggMCAzLjA0Ni0uNTEgNC4yNi0xLjM4bDQuODQ1IDUuMDY5IDEuODI4LTEuOTEzek0yLjY5NSA4LjE1NmMwLTMuMDgxIDIuMzk2LTUuNTg4IDUuMzQtNS41ODggMi45NDUgMCA1LjM0MSAyLjUwNyA1LjM0MSA1LjU4OCAwIDMuMDgtMi4zOTYgNS41ODctNS4zNCA1LjU4Ny0yLjk0NiAwLTUuMzQtMi41MDYtNS4zNC01LjU4N3oiIGZpbGw9IiNCMEIwQjAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==) 96% no-repeat;
}

input{
width: 100%;
padding: 10px;
font: 1rem Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
color: #000;
background: #fff;
border: 1px solid #d8d8d8;
}

@media (max-width: 900px) {
  .nav-toggle__item {
    display: block;
  }

  .text_logo {
    padding-left: 0;
  }

  .nav {
    padding-right: 0px;
    margin-top: 10px;
    position: relative;
    text-align: center;
  }

  .header_inner {
    justify-content: end;
    align-items: center;
    justify-items: center;
  }

}


@media (max-width: 736px) {

footer {
    padding: 20px 0 30px;
    text-align: center;
}



}


@media (max-width: 600px) {
  .icon {
      width: 85px;
  }
  
  
  .content {
      font-size: 26px;
      margin-top: 200px;
  }
  
  .text {
      font-size: 15px;
  }
  
  .text_footer {
    font-size: 32px;
  }
  
  .icon {
    width: 85px;
  }
  
  .content {
    font-size: 26px;
    margin-top: 200px;
  }
  
  .info_footer {
  align-items: center;
  }

  footer .wrapper {
    padding-left: 0;
  }
  
  }
  
  
  @media (max-width: 550px) {
    .title {
      font-size: 30px;
    }
  
    .trans-item {
      width: 280px;
    }
  
    .icons {
    padding-right: 0px;
  }

  .footer {
    grid-gap: 50px;
  }
  
  }

