@media(min-width:64em){
  
}
@import "/styles/responsiveness.css";
@import "/animations.css";

/*DEFINING VARIABLES IN CSS*/
:root {
  --breakpoint-up:("medium": "40em", "large":"64em","xlarge:" "87.5em");
  --breakpoint-down:("small": "39.937em", "medium": "63.937","large": "83.4375")
  --size 
  --pall{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-right:1.5rem;
    padding-left:1.5rem;
  }
  --py{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  --px{
    padding-right:1.5rem;
    padding-left:1.5rem;

  }
  --pt{
    padding-top: 2.25rem;
  }
  --pb{
    padding-bottom: 2.25rem;
  }
  --pr{
    padding-right:1.5rem;
  }
  --pl{padding-right:1.5rem;
  }
}
*, *::before *::after{
  box-sizing: inherit;
}
*{   
    box-sizing: border-box;}
    
/* body{
  font-size: 1.125rem;/*18px   18/16
    padding: 0;
    margin: 0;
    line-height: 1.3;
    font-family: 'public sans',sans-serif;
   color:  hsl(233, 8%, 62%);
    font-weight: 300;}

  /*CODE FOR THE NAVIGATION BAR*/

   .span1,.span2,.span3{
    display: block;
    background-color: black;
    height: 2px;
    width: 26px;
    margin-bottom: 5px;
  }



 /* .header__menu{
    float: right;
    position: relative;
    right:69%; 
    padding: 15px;
    
    
  }*/
  

   
  .box1{
    background-color:hsl(233, 26%, 24%);
    color: beige;
    border-radius: 8px;
    width:100%;
    height:60px;
    text-align: justify;
    position: sticky;
    padding: 8px;
    top:0;
  }



  .link::before{
    content:"";
    display:block;
    position: absolute;
    height:5px;
    background: linear-gradient(to right,hsl(136, 65%, 51%),hsl(192, 70%, 51%));
    left: 0;
    right: 0;
    bottom: -30px;
    border-radius: 4px;
    opacity: 0;
    
  }
  .link:hover::before{
    opacity: 1;
    transition: opacity 300ms ease-in-out;
  }
  
  .link:hover{
  color: hsl(233, 26%, 24%);
  transition: color 300ms ease-in-out;
  }
  .link,.link:visited{
    text-decoration: none;
    font-size: 0.875rem; /*14px*/
    /*color:hsl(233, 8%, 62%);*/
    margin: 5px;
  }
  h4{
    display: inline-block;
    margin: 15px;
    font-weight: 600;
    font-size:1.4rem;
    position: relative;
    top: -14px;
    color: black;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }

 .button{
    padding: 0.675rem 2.1875rem;
     float:right;
     mask-position:right ;
     cursor: pointer;
    border-radius: 40px;
    background:linear-gradient(to right,hsl(136, 65%, 51%),hsl(192, 70%, 51%));
    border: none ;
    color: hsl(0, 0%, 100%);
    font-weight: 400;
    
  }
  .button:hover{
    opacity: 0.7;
    transition: opacity 200ms ease-in-out;
  }
  .button_case{
    
    position: absolute;
    float: right;
    left: 85%;
    top:20px ;}


  
    
  /*CODE FOR IMAGE AND TEXT FOR BELOW THE NAVIGATION BAR...NAMED(HERO)*/
  

  /*.hero{
    text-align: center;
    background-color: azure;
    height: 500px;
   
  }*/

  /*.hero__text{
    padding-top: 90px;
   color: hsl(233, 26%, 24%);
   padding-right: 900px;
   padding-left: 100px;
   font-family: 'Public Sans', sans-serif;
font-family: 'Shantell Sans', cursive;
  }*/

  /*CODING FOR THE FEATURE SECTION*/

  
.features{
  padding-top: 2rem;
  padding-bottom: 2.25rem;
  padding-right:4rem;
  padding-left:4rem;
}
.feature__grid{
  display: flex;

}
.feature__item{
  padding: 0.9375rem;
  flex: 1;

}
.feature__icon{
display: flex;
justify-content: center;
}
.feature__titlel:hover{
  font-size: 105%;

  }

/*.feature__description{
  text-align: left;
  padding-top: 28px;
  padding-left: 15px;

}
.feature__title{
  text-align: center;
  padding-bottom: 40px;

}
/*.feature__titleM{
 text-align:center;
 color: hsl(233, 26%, 24%);


}*/
.feature__titlel{  
  color: hsl(233, 26%, 24%);
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  font-size: 90%;
  text-decoration: none;

}
.feature__item>a{
  text-decoration: none;
}
/*CODING FOR SECTION WITH BENEFIT OF TRAVELLING*/

.benefits{
  height: 550px;
  width: 100%;
  background-color: azure;
}
/*.nature3{
  display: block;
  float: left;
  position: relative;
  left: 30px;
  padding-left: 30px;
  
  
}

.nature1{
  display: block;
  float: left;
  position: absolute;
  left: 270px;
}
.nature2{
  display:inline-block;
 
  position:relative;
  top: 185px;
  right: -43px;
   /*1575 for chrome 1415 for edge
 
  
}
.benefit__image{
  padding-top: 100px;
height: 100%;
}
/*.ullist{
  display: block;
  float: right;
  padding-right:170px;
  padding-bottom: 20px;
  
}

/*FOOTER CODE*/
.footer {
  position: relative;
  width: 100%;
  background:linear-gradient(to right,hsl(136, 65%, 51%),hsl(192, 70%, 51%));
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}

/*.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("https://i.ibb.co/wQZVxxk/wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}*/

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}
/*responsiveness*/

