/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#section1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("images/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    font-family: poppins;
}

#header {
    width: 100%;
    height: auto;
}

#header a .social {
  width: 40%; 
}

nav {
    background: none;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

nav a {
    color: white;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px;
    width: 20%;
    text-align: center;
}

nav a,
nav a:after,
nav a:before {
  transition: all .5s;
}
nav a:hover {
  color: #ffffff;
}

nav a {
  position: relative;
}

nav a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #ffffff;
  height: 1px;
}

nav a {
  transition: all 2s;
}

nav a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav a:hover {
  color: #fff;
  z-index: 1;
}
nav a:hover:after {
  z-index: -10;
  animation: fill 0.9s forwards;
  -webkit-animation: fill 0.9s forwards;
  -moz-animation: fill 0.9s forwards;
  opacity: 1;
}

@-webkit-keyframes fill {
  0% {
    width: 0%;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
}

#logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo img {
    width: 100px;
}

#textbox1 {
    margin-top: 50vh;
    margin-left: auto;
    margin-right: auto;
    background-color: none;
    width: 30%;
    color: white;
    text-align: center;
}

#textbox1 p {
  margin-top: 10px;
  font-size: 1.5rem;
  margin-bottom: 50px;
  font-weight: 300;
}

#slogan img {
    max-width: 100%;
}

.btn1 {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6rem;
  color: #e74c3c;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin: auto;
  padding: 1.2rem 3.25rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
}
.btn1:hover, .btn1:focus {
  color: black;
  outline: 0;
}

.btn1 {
  border-color: white;
  color: #fff;
  background-image: -webkit-linear-gradient(45deg, #ffffff 50%, transparent 50%);
  background-image: linear-gradient(45deg, #ffffff 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 400ms ease-in-out;
  transition: background 400ms ease-in-out;
}
.btn1:hover {
  background-position: 0;
}

.navbar {
  display: none;
}

.navbar {
  width: 100%;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
}

.navbar .logo img {
  width: 50px;
  height: auto;
  margin-right: 50%;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .menu-items img {
  width: 30%;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 120px;
  box-shadow: inset 0 0 2000px rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 1.2rem;
  color: #ffffff;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}

#section2 {
  background-image: url(images/background2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  font-family: poppins;
  display: flex;
  justify-content: center;
  align-items: center;
}

#section2 #wrap {
  width: 100%;
  min-width: auto;
}

#section2 #text1,
#section3 #text1,
#section4 #text1,
#section5 #right {
  width: 100%;
  text-align: center;
}

#section2 #text1 h1,
#section3 #text1 h1,
#section4 #text1 h1,
#section5 #right h1 {
  color: white;
  font-weight: 700;
  font-size: 2rem;
 
  display:inline-block;
  position:relative;
}

#section2 #text1 h1 {
  padding-top: 0vh;
  color: white;
  font-weight: 700;
  font-size: 2rem;
  display:inline-block;
  position:relative;
}

#section2 #text1 h1::after,
#section3 #text1 h1::after,
#section4 #text1 h1::after,
#section5 #right h1::after {
  content:'';
  height:2px;
  width:20%;
  background:#ffffff;
  position:absolute;
  left:calc(50% - 10%);
  bottom:-15px;
}

#section2 #imgbox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

#imgbox a {
  width: 25%;
  position: relative;
  padding: 0;
} 

#imgbox a img {
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  filter: brightness(100%);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .6s ease;
  background-color: rgba(0, 0, 0, 0.75)
}

#imgbox a:hover .overlay {
  opacity: 1;
}

#imgbox .text {
  color: white;
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#section2 .btn1 {
  margin-top: 5vh;
}

#section3 {
  background-image: url(images/background3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  font-family: poppins;
}

#section3 #container {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#section3 #container #left {
  width: 50%;
  height: 100vh;
  background-image: url(images/find.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#section3 #container #right,
#section4 #container #left {
  width: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section3 #container #right #text1 p {
  margin-top: 30px;
  font-size: 1.75rem;
  margin-bottom: 30px;
}

#section3 #container #right img {
  width: 9%;
  margin-top: 100px;
  margin-bottom: 100px;
}

#section3 #container #right #text2,
#section3 #container #right #text3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
  margin: auto;
}

#section3 #container #right #text2 h1,
#section3 #container #right #text3 h1 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 600;
}

#section3 #container #right #text2 p,
#section3 #container #right #text3 p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300;
}

#section3 #container #right #text3 #text3-1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 7vh; 
}

#section4,
#section5 {
  width: 100%;
  min-height: 100vh;
  font-family: poppins;
}

#section4 #container,
#section5 #container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  color: white;
}

#section4 #container #left {
  width: 50%;
  min-height: 100vh;
  background-image: url(images/about.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section4 #container #right {
  width: 50%;
  height: 100vh;
  background-image: url(images/about2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#section4 #container #left #text1 h1 {
  margin-top: 0;
}

#section4 #container #left #text1 #text1-1 {
  text-align: left;
  margin-top: 5vh;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

#section4 #container #left #text1 #text1-1 p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 5vh;
}

#section5 #container #left {
  width: 50%;
  height: 100vh;
  background-image: url(images/contact.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#section5 #container #right {
  width: 50%;
  height: 100vh;
  background-image: url(images/contact2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#section5 #container #right h1 {
  margin-top: 10vh;
}

#section5 #container #right #text1 {
  margin-top: 10vh;
}

#section5 #container #right #text1 #text1-1 p,
#section5 #container #right #text1 #text1-2 p {
  margin-top: 20px;
  margin-bottom: 100px;
  font-size: 1.5rem;
  font-weight: 300;
}

#section5 #container #right #text2 p {
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 10vh;
  margin-bottom: 20px;
}

input {
  padding: .8rem 1rem;
  width: 40%;
  border-radius: 0;
  outline: none;
  border: 0.1rem solid #d1d1d1;
  font-size: 1.25rem;
  font-family: poppins;
  background-color: none;
}

::placeholder {
  color: #5d5d5d;
}

.subscribe-btn {
  padding: .8rem 2rem;
  border-radius: 0;
  background: none;
  color: #ffffff;
  font-size: 1.25rem;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: poppins;
  font-weight: 500;
  border: 0.1rem solid #ffffff;
}

#section5 #container #right #text4 {
  margin-top: 10vh;
}

#section5 #container #right #text4 i {
  padding: 10px;
}

#section5 #container #right #text5 {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 300;
}

#menu {
  width: 100%;
  min-height: 70vh;
  background-image: url(images/menu1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: poppins;
}

#menu #text1,
#about #text1,
#contact #text1 {
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#menu #text1 h1,
#about #text1 h1,
#contact #text1 h1 {
  color: white;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
}

#menu #text2,
#about #text2,
#contact #text2 {
  text-align: center;
  margin-top: 20vh;
  padding-bottom: 5vh;
}

#menu2 {
  background-image: url(images/menu-background.jpg);
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: poppins;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: white;
}

#menu2 #column1,
#menu2 #column2,
#menu2 #column3 {
  width: 33.33%;
  min-height: auto;
}

#menu2 #column1 #box1,
#menu2 #column2 #box1,
#menu2 #column3 #box1 {
  width: 100%;
  min-height: auto;
}

#menu2 #column1 #box1 img,
#menu2 #column2 #box1 img,
#menu2 #column3 #box1 img {
  width: 100%;
  min-height: auto;
}

#menu2 #column1 #box2,
#menu2 #column2 #box2,
#menu2 #column3 #box2 {
  width: 60%;
  margin-top: 5vh;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

#menu2 #column1 #box2,
#menu2 #column2 #box2,
#menu2 #column3 #box2 {
  width: 60%;
  margin-top: 7vh;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9vh;
}

#menu2 #column1 #box2 #text,
#menu2 #column2 #box2 #text,
#menu2 #column3 #box2 #text {
  margin-top: 5vh;
}

#menu2 #column1 #box2 #text h2,
#menu2 #column2 #box2 #text h2,
#menu2 #column3 #box2 #text h2 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 500;
}

#menu2 #column1 #box2 #text p,
#menu2 #column2 #box2 #text p,
#menu2 #column3 #box2 #text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

#about {
  width: 100%;
  min-height: 70vh;
  background-image: url(images/about3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: poppins;
}

#contact {
  width: 100%;
  min-height: 70vh;
  background-image: url(images/contact3.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: poppins;
}

@media screen and (max-width: 1920px) {
  #logo img {
    width: 90px;
}

  #header a .social {
    width: 60%;
}

  #section2 .btn1 {
    margin-top: 10vh;
}

  #section2 #imgbox {
    margin-top: 100px;
}

  #section3 #container #right #text2 h1,
  #section3 #container #right #text3 h1 {
    font-size: 1.5rem;
}

  #section3 #container #right #text2 p,
  #section3 #container #right #text3 p {
    font-size: 1.5rem;
}

  #section4 #container #left #text1 h1 {
    margin-top: 0vh;
}

  #section4 #container #left #text1 #text1-1 p {
    font-size: 1.25rem;
}

#menu #text1 #slogan h1,
#about #text1 #slogan h1,
#contact #text1 #slogan h1 {
  font-size: 2.5rem;
}

}

@media screen and (max-height: 1080px) {
  #section2 #text1 h1,
  #section3 #text1 h1,
  #section4 #text1 h1,
  #section5 #right h1 {
    padding-top: 5vh;
  }

  #section2 .btn1 {
    margin-top: 6vh;
    margin-bottom: 5vh;
}

#section2 #imgbox {
  margin-top: 90px;
}

#section3 #container #right #text3 #text3-1 {
  padding-bottom: 5vh;
}

#section3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#section3 #container #right img {
  margin-top: 50px;
  margin-bottom: 50px;
}

#section3 #container #right #text2,
#section3 #container #right #text3 {
  width: 70%;
}

#section5 #container #right #text4 {
  margin-top: 7vh;
}

#section2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#section5 #container #right #text1 {
  margin-top: 7vh;
}

#section5 #container #right #text1 #text1-1 p,
#section5 #container #right #text1 #text1-2 p {
  margin-bottom: 5vh;
}

#section5 #container #right #text2 p {
  margin-top: 7vh;
}

#section5 #container #right #text5 {
  font-size: 1.25rem;
}

}

@media screen and (max-width: 900px) {
  nav {
    display:none;
  }

  .navbar {
    display: block;
  }

  #textbox1 {
    width: 70%;
}

  #textbox1 p {
    margin-top: 15px;
    font-size: 1.25rem;
    margin-bottom: 45px;
}

.btn1 {
  font-size: 1rem;
}

#section2 #text1 h1,
#section3 #text1 h1,
#section4 #text1 h1,
#section5 #right h1 {
  font-size: 1.75rem;
}

#section2 #imgbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

#section2 #imgbox a {
  width: 100%;
}

#section2 #imgbox a .text {
  font-size: 1.5rem;
}

#section2 #wrap {
  padding-bottom: 7vh;
}

#section3 #container,
#section5 #container {
  display: flex;
  flex-direction: column;
}

#section3 #container #left {
  width: 100%;
  background-image: url(images/find-tablet.jpg);
  height: 35vh;
}

#section3 #container #right {
  width: 100%;
  height: auto;
}

#section3 #container #right,
#section4 #container #text1-1 {
  margin-bottom: 7vh;
}

#section3 #container #right #text2,
#section3 #container #right #text3 {
  width: 60%;
  margin: auto;
}

#section4 #container #right {
  width: 100%;
  background-image: url(images/about-tablet.jpg);
  height: 35vh;
}

#section4 #container {
  flex-direction: column-reverse;
}

#section4 #container #left,
#section5 #container #right {
  width: 100%;
  height: auto;
}

#section5 #container #left {
  width: 100%;
  background-image: url(images/contact-tablet.jpg);
  height: 35vh;
}

#section5 #container #text5 {
  margin-bottom: 10vh;
}

#menu #text1 #slogan h1,
#about #text1 #slogan h1,
#contact #text1 #slogan h1 {
  font-size: 2rem;
}

#menu #text2 img,
#about #text2 img,
#contact #text2 img
 {
  width: 15%;
}

#menu2 {
  flex-direction: column;
  align-items: center;
}

#menu2 #column1,
#menu2 #column2,
#menu2 #column3 {
  width: 100%;
}

#menu2 #column1 #box2,
#menu2 #column2 #box2,
#menu2 #column3 #box2 {
  width: 65%;
}

#menu2 #column1 #box2 #text h2,
#menu2 #column2 #box2 #text h2,
#menu2 #column3 #box2 #text h2 {
  line-height: 1.5;
}

input {
  font-size: 1rem;
}

::placeholder {
  color: #5d5d5d;
}

.subscribe-btn {
  font-size: 1rem;
}

}
@media screen and (max-width: 600px) {

  #textbox1 {
    width: 65%;
}

  #textbox1 p {
    margin-top: 15px;
    font-size: 1rem;
    margin-bottom: 20px;
}

#section2 #text1 h1,
#section3 #text1 h1,
#section4 #text1 h1,
#section5 #right h1 {
  font-size: 1.5rem;
}

#section2 #text1 h1,
#section3 #text1 h1 {
  margin-top: 5vh;
}

#section2 #imgbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

#section2 #imgbox a {
  width: 100%;
}

#section2 #imgbox a .text {
  font-size: 1.25rem;
}

#section2 #wrap {
  padding-bottom: 7vh;
}

#section3 #container,
#section5 #container {
  display: flex;
  flex-direction: column;
}

#section3 #container #right #text1 p {
  font-size: 1.25rem;
}

#section3 #container #right img {
  width: 15%;
}

#section3 #container #right #text2,
#section3 #container #right #text3 {
  width: 80%;
}

#section3 #container #right #text2 p,
#section3 #container #right #text2 h1,
#section3 #container #right #text3 p,
#section3 #container #right #text3 h1 {
  font-size: 1.25rem;
}

#section4 #container #left #text1 h1 {
  margin-top: 10vh;
}

#section4 #container #left #text1 #text1-1 {
  width: 80%;
  margin-bottom: 15vh;
}

#section4 #container #left #text1-1 p {
  font-size: 1rem;
}

#section5 #container #right #text1 #text1-1 p,
#section5 #container #right #text1 #text1-2 p {
  font-size: 1.25rem;
}

#section5 #container #right #text2 p {
  font-size: 1.25rem;
}

#section5 #container #right #text5 p {
  font-size: 1rem;
  margin-bottom: 15vh;
}



}