@charset"utf-8"
    
@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto');

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #fff;
  font-family: montserrat, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 100%; 
  overflow: auto;
  margin: 0;
  padding: 0;
  clear: none;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}

h1 {
    font-family: Montserrat-Bold, "Helvetica Neue", sans-serif;
    color: #4A4A4A;
    font-size: 3em;
    line-height: 58px;
    letter-spacing: 0.89px;
    margin: 0;
}

h2 {
    font-family: Roboto-Semibold, sans-serif;
    font-size: 1.5em; /*24px/16px*/
    color: #FFFFFF;
    letter-spacing: 1.04px;
    text-align: center;
}

h3 {
    font-family: Roboto-Semibold, sans-serif;
    font-size: 3.375em;/*54px/16px*/
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
}

p {
    font-family: Roboto-Regular, Arial, sans-serif;
    font-size: 1em;
    color: #4A4A4A;
    line-height: 26px;
}

li {
    list-style: none;
    margin-bottom: 16px;
}


a { 
    font-family: Roboto-Regular, sans-serif;
    font-size: 1em;
    color: #4A4A4A;
    text-decoration: none;
    cursor: pointer;
}

button {
    background-image: linear-gradient(-222deg, #92EADF 0%, #4990FF 100%);
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 1em;
    color: white;
}

button:hover {
    cursor: pointer;
    background-image: linear-gradient(-224deg, #50F2DE 0%, #4990FF 100%);

}

form {
    width: 360px;
}

label {
    font-family: Montserrat-Medium;
    font-size: 0.8125em;/*13px/16px*/
    color: #4A4A4A;
    letter-spacing: 0.09px;
    line-height: 24px;
    margin-bottom: 9px;
}

input[type="text"],input[type="email"] {
	width: 250px;
	height: 28px;
	background: #FFFFFF;
    border: 1px solid #CCCCCC;
	border-radius: 3px 0 0 3px;
	padding-left: 8px;
	font-size: .9em;
    margin-top: 6px;
}

section {
    width: 100%;
    padding: 56px 36px;
}

section h1, section p {
    text-align: center;
}

header {
    height:674px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
}

footer {
    width: 100%;
    min-height: 205px; 
}

/*------------------    The home Page      -----------------------*/

.logo {
    position: absolute;
    left: 0;
    top: 0;
}

.headernav {
    width: 100%;
    height: 60px;
    max-height: 100px;
    margin: 0;
    padding: 0;
}

.headernav ul {
    float:right;
    padding: 0;
}

.headernav li {
    float:left;
    margin-right: 78px;
    list-style: none;
}

.headernav a {
    font-family: Montserrat-SemiBold, sans-serif;
    color: white;
}

.headernav a:hover {
    border-bottom: 2px solid #fff;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
}

header h1 {
    font-size: 3.375em;/*54px/16px*/
    color: #FFFFFF;
    letter-spacing: 1.35px;
    text-align: center;
    margin-top: 150px;
}

.slogan {
    font-family: Montserrat-ExtraLight, sans-serif;
    font-size: 1.25em;/*20px/16px*/
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 20px;
}

.selection {
    display: flex;
    justify-content: center;
    height: 38px;
    margin: 80px 16px;
}

.selection-options {
    width: 220px;
    height: 38px;
    background-color: #fff;
    padding: 10px;
}

.selection-options img {
    float: right;
    margin-top: -10px;
}

.selection-options:first-child {
     border-right: 1px solid #EBEBEB;
      border-radius: 4px 0 0 4px;
}

.selection-options p {
    color: #4A4A4A;
    margin:0;
    line-height: 16px;
    text-align: left;
}

.selection button {
    width: 124px;
    border-radius: 0 4px 4px 0;
    border: 0px;
}
#rocky {
    font-family: Montserrat-Medium;
    font-size: 0.9em;
    color: #FFFFFF;
    letter-spacing: 0.35px;
    text-align: center;
    position: absolute;
    top: 90%;
    left: 35%;
}

#sub-title {
    font-family: Montserrat-Regular,sans-serif;
    font-size: 1em;
    color: #9B9B9B;
    text-align: center;
}

.box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;  
}

.package {
    width: 325px;
    height: 338px;
    border-radius: 8px;
    background-color: #eee;
    padding: 48px;
    margin-top: 36px;
    margin-left: 16px;
}

.package:hover {
    box-shadow: 0 0 20px 0 rgba(168,168,168,0.50);
}

.label {
    width: 54px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 3px;
    margin: 0 auto 14px auto;
}

.label p {
    font-family: Roboto-Bold, sans-serif;
    font-size: 0.9em;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 18px;
}

.package h2 {
    margin-top: 16px;
} 

.package h3 {
    margin-top: 48px;
}

#newyorkcity, #iceland, #aurora, #southafrica,#tokyo, #spain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#newyorkcity {
    background-image: url(../images/newyork.png);
}

#iceland {
    background-image: url(../images/iceland.png);
}

#aurora {
    background-image: url(../images/aurora.png);
}

#southafrica {
    background-image: url(../images/southafrica.png);
}

#tokyo {
    background-image: url(../images/tokyo.png);
}

#spain {
    background-image: url(../images/spain.png);
}


.banner {
    height: 203px; 
    background:url(../images/banner.png) no-repeat center; 
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner button {
    width: 164px;
    height: 40px;
    border: 1px solid #1F6C6D;
    border-radius: 4px;
    background-image:none;
    background-color: rgba(0,0,0,0);
    color: #1F6C6D;
}

.destination {
    background-size: cover;
    width: 325px;
    height: 175px;
    border-radius: 8px;
    background-color: #eee;
    padding: 32px;
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.container1, .container2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
    padding: 0px 12px;
}

.container1 {
    flex-wrap: nowrap;
}

.container2 {
    flex-wrap: wrap;
}

.review {
    width: 750px;
    height: 392px;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(168,168,168,0.50);
    border-radius: 8px;
    margin: 16px;
    padding: 24px 95px;
    text-align: center;
}

.review h2 {
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 1.5em;/*24px/16px*/
    color: #4A4A4A;
    letter-spacing: 0.44px;
    text-align: center;
    line-height: 40px;
}

.review p {
    font-family: Montserrat-Regular, sans-serif;
}

.review p:first-of-type {
    margin-top: 32px;
    margin-bottom: 0;
}

.review p:last-of-type {
    margin: 0;
    font-size: 0.9em;
    color: #9B9B9B;
}


.newsletter {
    width: 300px;
    display: flex;
    align-items: flex-end;
}

.newsletter button {
    font-size: 0.8125em;/*13px/16px*/
    height: 28px;
    border-radius: 0 3px 3px 0;
    border: none;
}

.socialmedia {
    width: 240px;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.footerinfo {
    font-family: Montserrat-Medium, sans-serif;
    font-size: 0.75em;/*12px/16px*/
    color: #9B9B9B;
    letter-spacing: 0.08px;
    text-align: center;
    margin: 0;
}

/*------------   The Packagebox Page   -----------------*/

.packagebox {
    width: 385px;
    height: 428px;
    padding: 16px 34px;
    position: relative;
    background-color: white;
    margin-top: 86px;
    left: 4%;
}

.packagebox .label {
    background-color: #4BA2F9;
    float: right;
    text-align: center;
}

.packagebox .label p {
    color: #fff;
    margin: 0;
}

.packagebox h2 {
    color: #4A4A4A;
    letter-spacing: 0.26px;
    line-height: 32px;
    text-align: left;
    margin-top: 28px;
}

.packagebox p {
    font-family: Roboto-Light,sans-serif;
    line-height: 24px;
}

.packagebox h3 {
    color: #4A4A4A;
    text-align: left;
    margin: 24px 0;
}

.packagebox button {
    width: 154px;
    height: 40px;
    border-radius: 6px;
    border: 0;
}

.box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
/*    padding: 36px;*/
}

.expect-left {
    width: 502px;
    text-align: left;
}

.expect-left h1, .expect-left p {
    text-align: left;
}

.expect-right {
    width: 642px;
    clear: both;
/*
    display: flex;
    flex-direction: column;
*/
}

.imgbox {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#img1 {
    width: 420px;
    height: 403px;
    background-image: url(../images/expect1.png);
    float: left;
    margin-right: 10px;
}

#img2 {
    width:210px;
    height: 155px;
    background-image: url(../images/expect2.png);
    margin-bottom: 16px;
}

#img3 {
    width:210px;
    height: 232px;
    background-image: url(../images/expect3.png);
}

#img4, #img5, #img6 {
    width: 360px;
    height: 295px;
    margin-bottom: 40px;
}

#img4 {
    background-image: url(../images/hotel-1.png);
    margin-right: 32px;
}

#img5 {
    background-image: url(../images/hotel-2.png);
    margin-right: 32px;
}

#img6 {
    background-image: url(../images/hotel-3.png);
}

#img7, #img8 {
    width: 562px;
    height: 266px;
}

#img7 {
    background-image: url(../images/entertainment1.png);
}

#img8 {
    background-image: url(../images/entertainment2.png);
}

.sectioncontainner h2 {
    font-family: Montserrat-SemiBold, sans-serif;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.sectioncontainner p{
    text-align: left;
}

.introduction {
    width: 562px;
}

.introduction p {
    font-family: Roboto-Light, sans-serif;
}



@media (max-width:1336px) {
    wrapper {
        display: flex;
        align-items: center;
    }

}

@media (max-width: 1200px) and (min-width:798px) {
    wrapper {
        display: flex;
        align-items: center;
        }
    
    .expect-left {
        width: 642px;
    }
    
    .expect-left h1, .expect-left p, .introduction h1, .sectioncontainner h2, .introduction p {
        text-align: center !important ; 
    }
    
    .expect-left p {
        margin-bottom: 40px;
    }
    
    #img4, #img5, #img6 {
        width: 53.5%;/*642/1200px*/
    }
    
    #img6 {
        margin-left: -32px;
    }
    
    .introduction {
        margin-bottom: 48px;
    }
    

}

/*-------------  Home Page 798px-320px ---------------------------*/

@media (max-width:798px) and (min-width:320px) {
     wrapper {
        display: flex;
        align-items: center;
    }
    
    #rocky {
        font-size: 0.625em;
        line-height: 13px;
        left: 20%;
    }
    
    .selection button {
    font-size: 0.7em;
    }
    
    #sub-title {
        font-size: 0.9em;
        line-height: 21px;
        margin-top: 16px;
    }
    
    .review {
        padding: 24px 48px;
    }
    
    .review h2 {
        font-size: 18px;
        letter-spacing: 0.33px;
        line-height: 27px;
    }
    
    ul {
        text-align: center;
        padding: 0;
    }
    
    nav {
        align-items: center;
        width: 100%;
        padding: 0 15px;
    }
    
    form {
        margin-top: 20px;
    }
    
    label {
        margin-left: 64px;
    }
    
    .socialmedia {
        width: 340px;
        margin-top: 32px;
    }
    
    .footerinfo {
        margin-top: 24px;
    }
    
    
    .expect-left {
        width: 90.10025%;
        margin-bottom: 48px;
    }
    
    .expect-left h1, .expect-left p, .introduction h1, .sectioncontainner h2, .introduction p {
        text-align: center !important ; 
    }
    
    .introduction {
        margin-bottom: 48px;
    }
    
    .expect-right {
        display: flex;
        flex-direction:column;
        text-align: center;
/*        padding:0 120px;*/
    }

    
    #img1, #img2, #img3 {
        width: 100%;
        min-width: 254px;
        min-height: 207px;
        margin-bottom: 32px;
/*        text-align: center;*/
/*        margin-left: -40px;*/
    }

    
    
}



/*-----------------  Mobile navigation   -------------------------*/




@media only screen and (max-width: 798px) {
   .nav-mobile {
    display: block;
  }
    
    .headernav {
    width: 100%;
    padding: 70px 0 15px;
  }
  .headernav ul {
    display: none;
  }
  .headernav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }   
    
}

@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}



