* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  /*background: beige;*/
  /*display: flex;*/
  /*justify-content: right;
  align-items: right;*/
  /*min-height: 100vh;*/
}

/* .imgData{
  border: 1px solid #969191;
} */
.firstLine{
  font-style: italic;
  font-size: 28px;
  color: #8d8b8b;
  padding-bottom: 12px;
}

.secondLine{
  font-weight:600;
  font-size: 26px;
  color: #717070;
  padding-left: 24%;
  padding-top:12px;
}
 
.thirdLine{
  font-size: 26px;
  color: #8d8b8b;
  padding-left: 24%;
  
}

.line1{
  font-size: 45px;
  font-weight: bolder;
  color: black;
}
.line2{
  font-size: 30px;
  font-weight: 500px;
  color: black;
}
.line3{
  font-size: 20px;
  font-style: italic;
  color: #8d8b8b;
}
.lastDiv{
  padding-top: 80px;
}
.txtArea{
  background-color:hsl(90, 33%, 99%);
  border: 2px solid hsl(71, 44%, 85%);
  font-size: 20px; 
}
textarea {
  max-width:95%;
}

.btnContact{
  background-color: #00AE8E !important;
  color: white;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  margin-top: 10px;
  margin-bottom: 100px !important;
  font-size: 20px !important;
}

.signupmodelbtn1, .signupmodelbtn3, .signupmodelbtn3{
  text-decoration:none !important;
}

.signinmodelbtn1, .signinmodelbtn3, .signinmodelbtn3{
  text-decoration:none !important;
}


.menu-btn {
/*  position: relative;
  display: flex;*/
  /*justify-content: right;
  align-items: right;*/
  height: 64px;
  cursor: pointer;
  /*transition: all .5s ease-in-out;
  border: 3px solid rgb(59,173,154);
  border-radius: 8px;*/  
}
.menu-btn_tablet {
/*  position: relative;
  display: flex;*/
  /*justify-content: right;
  align-items: right;*/
  height: 64px;
  cursor: pointer;
  /*transition: all .5s ease-in-out;
  border: 3px solid rgb(59,173,154);
  border-radius: 8px;*/  
}
.bg{
  padding-top: 30px;
}
.ul{
  display: none;
  width: 260px;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 20px;
}
li{
  list-style-type: none;
  padding-top: 10px;
  padding-left: 45px;
  align-items: center;
  font-size: 14px;
}
.top_menu{
  position: relative;
  width: 260px;
  /*justify-content: center;
  align-items: right;*/
  /*background-color: beige;*/
  /*margin-right: 48px;*/
}
.top_menu_tablet{
  position: relative;
  width: 260px;
  /*justify-content: center;
  align-items: right;*/
  /*background-color: beige;*/
  /*margin-right: 48px;*/
}
.top_menu_mobile{
  position: relative;
  width: 0px;
  /*justify-content: center;
  align-items: right;*/
  /*background-color: beige;*/
  /*
.menu-btn__burger {
  width: 42px;
  height: 43px;
  margin-left: 105px;
  margin-right: 60px;
  /*background: rgb(59,173,154);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;*/
  background-image: url(images_orange/menu_icon.png);
}
.menu-btn__burger_mobile{
  width: 30px;
  height: 30px;
  margin-right: 0px;
  background-image: url(images_orange/menu_icon-mobile.png);
  background-size: cover;
  margin-right: 0px;
  /*background: rgb(59,173,154);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;*/
}
.menu-btn__burger {
  width: 42px;
  height: 43px;
  margin-left: 105px;
  margin-right: 60px;
  /*background: rgb(59,173,154);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;*/
  background-image: url(images_blue/menu_icon.png);
}
.menu-btn__burger_tablet {
  width: 42px;
  height: 43px;
  margin-left: 105px;
  margin-right: 60px;
  /*background: rgb(59,173,154);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;*/
  background-image: url(images_orange/menu_icon.png);
}
/*.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 6px;
  background: rgb(59,173,154);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(255,101,47,.2);
  transition: all .5s ease-in-out;
}*/
/*.menu-btn__burger::before {
  transform: translateY(-16px);
}
.menu-btn__burger::after {
  transform: translateY(16px);
}*/
/* ANIMATION */
.menu-btn.open .ul {
  display:block;
  background-color:white;
  position: absolute;
  z-index: 1;
}
.menu-btn_tablet.open .ul {
  display:block;
  background-color:white;
  position: absolute;
  z-index: 1;
}
.menu-btn_mobile.open .ul {
  display:block;
  background-color:white;
  position: absolute;
  z-index: 1;
}
.menu-btn.open .bg{
  background-color:white;
  padding-top: 30px;
}
.menu-btn.open_tablet .bg{
  background-color:white;
  padding-top: 30px;
}
.menu-btn_mobile.open .bg{
  background-color:white;
  /*padding-top: 50px;*/
}
/*.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}*/
.logo{
  width: 25%;
  margin-top: 10px;
}
nav{
  background-image: url(./images/bottom_header.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.back-img{
  background-image: url(./images/bottom_header.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mainpage_photo{
  width: 100%; 
}
.section{
    border-top: 63px solid white;
}
/*.parent{
    position: relative;
}
.over-img{
    position: absolute;
    top: 0%;
    left: 0%;
}*/
img{
  background-size: cover;
  -webkit-box-showdow : 0px 2px 6px 2px rgba(0,0,0,0.75); 
}
.img1:hover{
   filter: sepia(100%);
}
.img2:hover{
   filter: sepia(100%);
}
.explore{
  color: rgb(236,105,7);
}
.button{
  background-color: #00AE8E;
  color: white;
  border: none;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}
.carousel{
    color: white;
    margin-top: 0px;
}
.carousel-item{
    text-align: center;
    min-height: 280px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.brush{

  background-image: url(./images/brush_stroke.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.vcenter{
  top: 16rem !important;
}
.footer{
  background-image: url(./images/footer.png); 
}
.link { color: black !important; } /* CSS link color (red) */
.link:hover { color: rgb(154,137,107) !important; }
div.box{
      position: relative;
}
div.background{
  position: absolute;
  background-color: rgb(94,180,154);
  border-radius: 5px;
  height: 400px;
  z-index: 1;
} 
div.background_tablet{
  position: absolute;
  background-color: rgb(94,180,154);
  border-radius: 5px;
  height: 290px;
  z-index: 1;
} 
div.background-orange{
  position: absolute;
  background-color: rgb(236,105,7);
  border-radius: 5px;
  height: 400px;
  z-index: 1;
} 
div.background-orange_tablet{
  position: absolute;
  background-color: rgb(236,105,7);
  border-radius: 5px;
  height: 290px;
  z-index: 1;
} 
div.text{
  /*position: absolute;*/
  background-color: rgb(254,242,223);
  width: 100%;
  height: 300px;
  /*margin-left: 1.5%;*/
  margin-top: -5%;
  z-index: 2;
  color: black;
}
div.text_tablet{
  /*position: absolute;*/
  background-color: rgb(254,242,223);
  width: 100%;
  height: 250px;
  /*margin-left: 1.5%;*/
  margin-top: -5%;
  z-index: 2;
  color: black;
}
div.img_bottom{
  position: absolute;
  margin-left: 5.6%;
  margin-top: -10%;
  background-image: url(./images_orange/bottom_img.png);
  background-repeat: no-repeat;
  /*background-size: cover;*/
  z-index: 3;
}
div.img_bottom_tablet{
  position: absolute;
  margin-left: 5.6%;
  margin-top: -10%;
  background-image: url(./images_orange/bottom_img.png);
  /*background-repeat: no-repeat;*/
  background-size: cover;
  z-index: 3;
}
div.img_bottom1{
  position: absolute;
  margin-left: 5.6%;
  margin-top: -10%;
  background-image: url(./images_orange/ikonazoomoranzcd.png);
  background-repeat: no-repeat;
  /*background-size: cover;*/
  z-index: 3;
}
div.upper_side{
    background-image: url(./images/bottom_header.png);  
    background-size: cover;    
}
h2,h2,h3,h4,h5,h6,p{
  font-family: Avenir;
}
#trip_i:hover {
    content: url('./images_orange/trip_icon_green.png');
}
#getaway_i:hover {
    content: url('./images_orange/getaway_icon_green.png');
}
#vacation_i:hover {
    content: url('./images_orange/vacation_icon_green.png');
}
#destinations_i:hover {
    content: url('./images_orange/destinations_icon_green.png');
}
.fa-facebook-square:hover {
  color: rgb(0,146,111)!important;
}
.fa-twitter:hover {
  color: rgb(0,146,111)!important;
}
.fa-instagram:hover {
  color: rgb(0,146,111)!important;
}
.fa-youtube-play:hover {
  color: rgb(0,146,111)!important;
}
.fa-pinterest-square:hover {
  color: rgb(0,146,111)!important;
}
.fa-linkedin-square:hover {
  color: rgb(0,146,111)!important;
}
div#mobile{
  display: none;
}
.loader-circle {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  position:fixed;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

body.offcanvas-active{
  overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
  height: 100%;
  width:0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
  z-index:10; 
  transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

@media (max-width: 750px){
  .offcanvas-header{ display:block; }

  .mobile-offcanvas{
    visibility: hidden;
    transform:translateX(-100%);
      border-radius:0; 
    display:block;
      position: fixed;
      top: 0; left:0;
      height: 100%;
      z-index: 1200;
      width:80%;
      overflow-y: scroll;
      overflow-x: hidden;
      transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show{
    visibility: visible;
      transform: translateX(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
    display: block;
  }
nav{
  background-image: unset;
}

  div#desktop{
    display: none;
  }
  div#tablet{
    display: none;
  }
  div#mobile{
    display: initial;
  }
}
@media (min-width: 750px){
  div#desktop{
    display: none;
  }
  div#tablet{
    display: initial;
  }
  div#mobile{
    display: none;
  }
} 
@media (min-width: 1024px){
  div#desktop{
    display: initial;
  }
  div#tablet{
    display: none;
  }
  div#mobile{
    display: none;
  }
}
.submenu a{
  color: black; 
  text-decoration: none !important;
}
.submenu span{
  font-size:18px;
}
.btn.btn-link{
  margin-top: 45px;
}
.iframe-tablet{
  margin-top: 100px;
}
.container-tablet{
  margin-left: 61px;
  margin-top: -78px;
}
.btn-tablet{
  margin-top: 36px;
}


.offcanvas-header{ display:none; }

.screen-darken{
  height: 100%;
  width:0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
  z-index:10; 
  transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

@media (max-width: 750px){
  .offcanvas-header{ display:block; }

  .mobile-offcanvas{
    visibility: hidden;
    transform:translateX(-100%);
      border-radius:0; 
    display:block;
      position: fixed;
      top: 0; left:0;
      height: 100%;
      z-index: 1200;
      width:80%;
      overflow-y: scroll;
      overflow-x: hidden;
      transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show{
    visibility: visible;
      transform: translateX(0);
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
    display: block;
  }

}
.row:before, .row:after {display: none !important;}

