@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
/* 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;
}
body {
  font-family: 'Open Sans', sans-serif;
}
.nav-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
nav {
  width: 400px;
  margin-right: 35px;
  display: flex;
  justify-content: space-around;
  padding-top: 25px;
}
@media (max-width: 768px) {
  nav {
    width: 100%;
    margin-left: 35px;
  }
}
nav a {
  flex-direction: row;
  text-decoration: none;
  color: #2c383f;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 10px;
}
.underline-from-left {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #b92929;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.underline-from-left:hover:before {
  right: 0;
}
footer {
  display: flex;
  justify-content: center;
}
footer .footer-container {
  font-size: 18px;
  color: #353e44;
  width: 67%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 3px solid rgba(204, 203, 203, 0.712);
  margin-top: 30px;
}
footer .footer-container .copyright {
  margin-right: 25px;
}
footer .footer-container .company-name {
  margin-right: 25px;
}
.middle-container {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .middle-container {
    flex-direction: column;
    min-width: unset;
    align-items: center;
  }
}
.middle-container .box {
  color: #353e44;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  border: 3px solid rgba(204, 203, 203, 0.712);
  width: 47%;
  min-height: 450px;
  height: auto;
}
@media (max-width: 768px) {
  .middle-container .box {
    height: auto;
    width: 94%;
    margin-bottom: 10px;
  }
}
.middle-container .box h2 {
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.middle-container .box .review-box {
  display: flex;
  border: 3px solid rgba(204, 203, 203, 0.712);
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 35px;
  padding-top: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .middle-container .box .review-box {
    padding-top: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.middle-container .box .review-box .icon {
  margin-left: 10px;
  margin-right: 10px;
}
.middle-container .box .review-box .rating {
  display: flex;
  margin-left: 8px;
}
.middle-container .box .review-box .review-text-container {
  margin-left: 35px;
  margin-right: 10px;
}
.middle-container .box .review-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.middle-container .box .review-box .review-description {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 10px;
}
.middle-container .adventure-container {
  line-height: 2;
  margin-left: 10px;
}
.middle-container .adventure-container p {
  margin-top: 35px;
  width: 90%;
}
@media (max-width: 768px) {
  .middle-container .adventure-container {
    margin-left: 0px;
  }
}
.bottom-content {
  color: #353e44;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  border: 3px solid rgba(204, 203, 203, 0.712);
  width: 96%;
  flex-direction: column;
  max-width: 1500px;
  align-items: center;
  height: auto;
}
@media (max-width: 768px) {
  .bottom-content {
    width: 94%;
  }
}
.bottom-content h2 {
  font-size: 32px;
  margin-top: 50px;
  margin-bottom: 55px;
}
.bottom-content p {
  font-size: 18px;
  margin-bottom: 25px;
  width: 83%;
  line-height: 2;
}
.index-header {
  width: 100%;
  height: 58vh;
  background-image: url("../images/banner1_optimized.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  margin-bottom: 40px;
}
.index-header .center-container {
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-header .center-container .content {
  display: flex;
  flex-direction: column;
}
.index-header .center-container .content h1 {
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 50px;
  margin-bottom: 15px;
}
.index-header .center-container .content span {
  color: white;
  font-size: 23px;
  margin-bottom: 8px;
  font-style: italic;
}
.index-header .center-container .content a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1AAE9F;
  color: white;
  font-size: 20px;
  font-family: inherit;
  text-decoration: none;
  border: none;
  cursor: pointer;
  outline: none;
  height: 48px;
  width: 90%;
  border-radius: 7px;
  margin-top: 18px;
  transition: background-color 0.35s ease;
}
.index-header .center-container .content a:hover {
  background-color: #59b34d;
}
.about-header {
  width: 100%;
  height: 40vh;
  background-image: url("../images/banner1_optimized.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* @media @tablet {
        display: flex;
    }*/
}
.title {
  height: 90%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  /* @media @tablet {
       justify-content: center;
       align-items: center;
       
       
   }*/
}
.title h1 {
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 50px;
}
