@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/********** Global Styles ***********/

ul,

a{
    text-decoration: none;
    opacity: 0.75;
    color: #FFF;
}

a:hover{
    opacity: 1;
}

.btn{
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    background-color: #BC4811;
    opacity: 1;
}

section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 80px;
}

section:not(.hero):nth-child(even){
    background-color: #f5f5f5;
}

section p{
    max-width: 775px;
    line-height: 2;
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: center;
}

.title{
    text-transform: capitalize;
    font: bold 32px "Open Sans";
    margin-bottom: 30px;
    text-align: center;
}

hr{
    width: 250px;
    height: 3px;
    background-color: #48313F;
    border: 0;
    margin-bottom: 50px;
}

/********** Grid **********/

.grid{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/********** Hero **********/

.hero{
    position: relative;
    justify-content: flex-start;
    text-align: center;
    min-height: 100vH;
    color: #FFF;
}

.hero .bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.hero-content{
    opacity: 0;
    margin-top: 300px;
    animation: 1s slide-up 1s forwards;
}

.hero h1{
    font: bold 60px "Open Sans";
    margin-bottom: 15px;
}

.hero h3{
    font: normal 28px "Open Sans";
    margin-bottom: 40px;
}

.hero .btn{
    padding: 20px 46px;
}

@keyframes slide-up{
    100% {
        opacity: 1;
        margin: 200px;
    }
}

/********** Tours **********/

#tours .grid li{
    height: 350px;
    padding: 20px;
    background-clip: content-box;
    background-size: cover;
    background-position: center;
}

#tours .grid li.small{
    flex-basis: 30%;
}

#tours .grid li.large{
    flex-basis: 70%;
}

/********** Packages **********/

#packages .grid li{
    padding: 50px;
    flex-basis: 50%;
    text-align: center;
}

#packages .grid li svg{
    color: rgba(72, 49, 63, 0.8);
}

#packages .grid li h4{
    font-size: 30px;
    margin: 25px 0;
}

/********** Reviews **********/

#reviews .quote{
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin: 40px 0 25px;
}






/*  */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:400,700');
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1583goods {
  font-family: 'Fira Sans Extra Condensed', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  font-size: 16px;
  background-color: #fff;
  color: #111;
  line-height: 1.2em;
  text-align: left;
}

.snip1583goods *,
.snip1583goods *:before,
.snip1583goods *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1583goods img {
  max-width: 100%;
  vertical-align: top;
}

.snip1583goods figcaption {
  padding: 10px;
}

.snip1583goods h3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 4px;
}

.snip1583goods .pricegoods {
  margin: 8px 0;
  font-weight: 700;
  color: #4da3e2;
  font-size: 1.5rem;
}

.snip1583goodsgoods .iconsgoods {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.snip1583goods .iconsgoods a {
  margin: 2px;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.snip1583goods .iconsgoods a i {
  display: block;
  font-size: 23.52941176px;
  line-height: 40px;
  width: 40px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}

.snip1583goods .iconsgoods a i:hover {
  background-color: #4da3e2;
  color: #ffffff;
  cursor: pointer;
}

.snip1583goods:hover a,
.snip1583goods.hover a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1583goods:hover a:nth-child(2),
.snip1583goods.hover a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.snip1583goods:hover a:nth-child(3),
.snip1583goods.hover a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

