html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

.body {
  margin-left: 0 auto;
  margin-right: 0auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  overflow-x: hidden;
}

.container {
  margin-left: 0 auto;
  margin-right: 0 auto;
  position: absolute;
  width: 1440px;
  height: 3735px;
  display: flex;
  background-image: url("./assets/garrett-parker-DlkF4-dbCOU-unsplash 1.jpg");
  background-repeat: no-repeat;
  justify-content: center;
  z-index: 2;
}

.header {
  display: flex;
  height: 90px;
  width: 1440px;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  background: rgba(242, 120, 92, 0.7);
  border: 1px solid #000000;
  box-shadow: 0px 4px 4px rgba(13, 96, 111, 0.5);
  justify-content: center;
}

.vector {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  left: 118px;
  top: 25px;
  bottom: 34px;
  margin-right: 6px;
  border-radius: 50%;
}

.travelportal {
  display: flex;
  position: absolute;
  height: 31px;
  left: 157px;
  top: 24px;
  font-family: "Magra", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.3px;
}

.menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 373px;
  padding: 0;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.navbar-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.navbar.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.navbar-wrap.menu {
  display: flex;
  position: absolute;
}

.list-item {
  list-style: none;
}

.ancors {
  display: flex;
  text-decoration: none;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  align-items: center;
}

.ancors:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.hamb {
  display: none;
}

.popup {
  display:none;
}

.popup.open{
  display: none;
}

.list-item.acount {
  display: none;
}
.list-item.social {
  display: none;
}

.cross {
  display: none;
}

.list-item.how-it-works {
  height: 21px;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 42px;

  /* margin-top:34px;
  margin-left: -226px; */
}

.list-item.how-it-works:hover {
  cursor: pointer;
  color: grey;
}

.list-item.plan-your-trip {
  height: 21px;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 42px;
  /* flex: none;
  order: 1;
  flex-grow: 0; */
}

.list-item.plan-your-trip:hover {
  cursor: pointer;
  color: grey;
}

.list-item.destin {
  /* position: absolute;
  left: 779px;
  top: 35px;
  bottom: 34px; */
  height: 21px;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  width: auto;
  margin-right: 42px;
  /* flex: none;
  order: 2;
  flex-grow: 0; */
}

.list-item.destin:hover {
  cursor: pointer;
  color: grey;
}

.list-item.travel-stories {
  /* position: absolute;
  left: 916px;
  top: 35px;
  bottom: 34px; */
  height: 21px;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  flex: none;
  /* order: 3;
  flex-grow: 0;
  text-align: left; */
}

.list-item.travel-stories:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.list-item.social {
  height: 21px;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}

.list-item.social:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.list-item_acount {
  height: 21px;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}

.list-item.acount:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.button1 {
  /* left: 1215px;
  top: 25px;
  bottom: 24px; */
  background: #0d606f;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 2px 3px rgba(13, 96, 111, 0.16);
  border-radius: 10px;
  /* position: absolute; */
  width: 103px;
  height: 41px;
  color: #ffffff;
  font-family: "Red Hat Text", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  margin-left: 198px;
}
.ancors.acount {
  display: none;
}

.button1:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.shadow {
  justify-content: center;
   width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  background-color: rgba(27, 27, 27, 0.3);
  z-index: 2;
  right: -150%;
  
}

.shadow.active {
  right: 0;
}

.login_popup{
  top:-800px;
  position: absolute;
  /* position: fixed; */
  display: flex;
  width: 650px;
  height: 660px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(177.09deg, #FFFFFF 6.15%, #0D606F 202.69%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 16px;
z-index: 100;

transition: 1s;
}

.login_popup_open{
  top:0px;
  transition: 1s;
  }

  .login_popup_content{
  display: flex;
  width: 560px;
 }

 .login_text{
  position: absolute;
width: 328px;
height: 38px;
left: 161px;
top: 25px;
font-family: 'Aleo';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
color: #0D606F;
 }

.facebook_field{
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px;
gap: 15px;
position: absolute;
width: 560px;
height: 56px;
left: 45px;
top: 93px;
background: #1877F2;
box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
border-radius: 10px;
padding: 0;
}

.facebook_field:hover{
  cursor: pointer;
}

.sign_with_facebook{
font-family: 'Red Hat Text';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 26px;
color: #FFFFFF;
}

.google_field{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  gap: 15px;
  position: absolute;
  width: 560px;
  height: 56px;
  left: 45px;
  top: 169px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
  border-radius: 10px;
  padding: 0;
}

.google_field:hover{
  cursor:pointer;
}


.sign_with_google{
  font-family: 'Red Hat Text';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 26px;
color: #0D606F;
}

.line {
  display: flex;
  height: 24px;
}

.line1{
  position: absolute;
width: 261px;
height: 0px;
left: 45px;
top: 267px;
border: 1px solid rgba(13, 96, 111, 0.5);
}

.line_text{
  position: absolute;
width: 20px;
height: 24px;
left: 315px;
top: 255px;
font-family: 'Aleo';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 24px;
color: rgba(13, 96, 111, 0.5);
}

.line2{
  position: absolute;
width: 261px;
height: 0px;
left: 344px;
top: 267px;
border: 1px solid rgba(13, 96, 111, 0.5);
}

.label_email{
  position: absolute;
width: 47px;
height: 19px;
left: 45px;
top: 289px;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #0D606F;
}

.input_email{
  position: absolute;
width: 560px;
height: 54px;
left: 45px;
top: 313px;
background: #FFFFFF;
box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
border: none;
border-radius: 10px;
padding-left: 20px;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 16px;
}

.label_password{
  position: absolute;
width: 69px;
height: 19px;
left: 45px;
top: 387px;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #0D606F;
}

.input_password{
  position: absolute;
width: 560px;
height: 54px;
left: 45px;
top: 411px;
background: #FFFFFF;
box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
border-radius: 10px;
border: none;
padding-left: 20px;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 16px;
}

.sign_in{
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px 229px;
gap: 10px;
position: absolute;
width: 560px;
height: 54px;
left: 45px;
top: 490px;
background: #0D606F;
box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
border-radius: 10px;
font-family: 'Red Hat Text';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 26px;
color: #FFFFFF;
border: none;
}

.alertOut{
  padding-left: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  width: 500px;
  height: 200px;
  background: linear-gradient(177.09deg, #FFFFFF 6.15%, #0D606F 202.69%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 16px;
z-index: 100;
top:-600px;
font-family: 'Red Hat Text';
font-style: normal;
font-weight: 400;
font-size: 26px;
}

.alertOut_active{
top:0;
}

.sign_in:hover{
  cursor:pointer;
}

.forgot_password{
  position: absolute;
width: 159px;
height: 18px;
left: 246px;
top: 554px;
font-family: 'Aleo';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 18px;
text-decoration-line: underline;
color: #0D606F;
text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
}

.line_bottom{
  position: absolute;
width: 560px;
height: 0px;
left: 45px;
top: 598px;
border: 1px solid rgba(13, 96, 111, 0.5);
transform: rotate(0.1deg);
}

.dont_have{
  position: absolute;
  width: 219px;
  height: 18px;
  left: 216px;
  top: 619px;
    font-family: 'Aleo';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: rgba(13, 96, 111, 0.5);
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
  }

  .register{
    color: #0D606F;
      }

.signup_popup{
  display: flex;
  justify-content: center;
  align-items: center;
position: absolute;
width: 650px;
height: 436px;
background: linear-gradient(177.09deg, #FFFFFF 6.15%, #0D606F 202.69%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 16px;
z-index: 100;
top:-600px;
}

.signup_popup_active{
top: 110px;
}


.signup_popup_content{
  width: 560px;
  display: flex;
}

.create_account{
position: absolute;
width: 219px;
height: 38px;
left: 215px;
top: 25px;
font-family: 'Aleo';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 38px;
color: #0D606F;
}

.label_email_signup{
  position: absolute;
width: 47px;
height: 19px;
left: 44px;
top: 93px;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #0D606F;
}

.input_email_signup{
position: absolute;
width: 560px;
height: 54px;
left: 44px;
top: 117px;
background: #FFFFFF;
box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
border-radius: 10px;
border: none;
padding-left: 20px;
}

.label_password_signup{
  position: absolute;
width: 69px;
height: 19px;
left: 44px;
top: 191px;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #0D606F;
}

.input_password_signup{
  position: absolute;
width: 560px;
height: 54px;
left: 44px;
top: 215px;
background: #FFFFFF;
box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
border-radius: 10px;
border: none;
padding-left: 20px;
}

.sign_up_button{
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 10px 229px;
gap: 10px;
position: absolute;
width: 560px;
height: 54px;
left: 44px;
top: 294px;
background: #0D606F;
box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
border-radius: 10px;
font-family: 'Red Hat Text';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 26px;
color: #FFFFFF;
border: none;
}

.line_bottom2{
  position: absolute;
width: 560px;
height: 0px;
left: 45px;
top: 374px;
border: 1px solid rgba(13, 96, 111, 0.5);
transform: rotate(0.1deg);
}

.have_account{
position: absolute;
width: 225px;
height: 18px;
left: 216px;
top: 395px;
font-family: 'Aleo';
font-style: normal;
font-weight: 700;
font-size: 15px;
line-height: 18px;
color: rgba(13, 96, 111, 0.5);
text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
}

.login{
  color: #0D606F;
}

.main {
  position: absolute;
  height: auto;
  width: 1440px;
  display: flex;
  justify-content: center;
}

.preview {
  width: 892px;
  height: 422px;
  position: absolute;
  left: 120px;
  top: 122px;
  right: 428px;
  bottom: 301px;
}

.text1 {
  font-family: "Aleo", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 96px;
  color: #ffffff;
}

.text2 {
  position: absolute;
  font-family: "Aleo", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  width: 730px;
  height: 24px;
  top: 224px;
  bottom: 174px;
  text-align: right;
  position: absolute;
  color: #ffffff;
  left: -17.5px;
  letter-spacing: -0.2px;
}

.frame1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 892px;
  height: 95px;
  top: 294px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  bottom: 3224px;
}

.text3 {
  position: absolute;
  left: 37px;
  top: 32px;
  right: 291px;
  width: 560px;
  height: 22px;
  font-family: "Aleo";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #f2785c;
  justify-content: space-around;
}

.button2 {
  position: absolute;
  gap: 10px;
  width: 228px;
  height: 59px;
  left: 645px;
  top: 18px;
  right: 18px;
  bottom: 18px;
  background: #0d606f;
  box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08),
    0px 2px 3px rgba(13, 96, 111, 0.16);
  border-radius: 10px;
  border: none;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

.button2:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.startplanning:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.steps {
  width: 1177px;
  height: 247px;
  display: flex;
  position: absolute;
  top: 845px;
  left: 131px;
  right: 132px;
  bottom: 2643px;
  justify-content: center;
}

.text4 {
  width: 611px;
  height: 53px;
  left: calc(50% - 611px / 2);
  top: 0;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;
  color: #f2785c;
  position: absolute;
  left: 283px;
  right: 283px;
  bottom: 194px;
}

.frame2 {
  display: flex;
  position: absolute;
  width: 1177px;
  height: 154px;
  left: 0px;
  top: 93px;
}

.bicycle {
  display: flex;
  position: absolute;
  justify-content: center;
  width: 247px;
  height: 154px;
  right: 930px;
}

.bicycle1 {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 54px;
}

.text5 {
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0d606f;
  position: absolute;
  width: 247px;
  height: 24px;
  top: 130px;
  text-align: left;
}

.calendar {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 222px;
  height: 154px;
  right: 477px;
  left: 478px;
}

.calendar1 {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 54px;
}

.text6 {
  width: 222px;
  height: 24px;
  top: 130px;
  font-family: "Aleo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0d606f;
  text-align: center;
  position: absolute;
  text-align: left;
}

.airplane {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 317px;
  height: 154px;
  left: 860px;
}

.airplane1 {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 54px;
}

.text7 {
  width: 317px;
  height: 24px;
  top: 130px;
  font-family: "Aleo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #0d606f;
  text-align: left;
  position: absolute;
  text-align: left;
}



.destinations {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 1440px;
  height: auto;
}

.mobile-slides{
  display:none;
}

.dotsmobile{
  display: none;
}

.text8 {
  left: 470px;
  position: absolute;
  width: 501px;
  height: 53px;
  top: 1189px;
  bottom: 2493px;
  font-family: "Red Hat Text", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;
  color: #f2785c;
}

.slider {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
left:-28px;
  position: absolute;
  width: 1440px;
  height: 800px;
  /* right: -540px; */
  top: 1288px;
  /* overflow-x: hidden; */
  transition: 0.2s;

  justify-content: center;
}

.slider-track{
  display: flex;
  transform: 0.2s;
  /* width: 3750px; */
  height: 800px;
  position: relative;
  transition: left 500ms linear;
  left:28px;
  justify-content: center;
  overflow: hidden;
  }

  .mobile.slider-item{
display: none;
  }

.mobile{
  display: none;
}

.slider-item:hover{
  cursor: pointer;
}

.picture1{
  position: relative;
  left: 179px;
  top: 0px;
}
.spain-img {
  position: relative;
  width: 800px;
  height: 800px;
  left: 0px;
  top: 0px;
  border-radius: 16px;
  margin-right: 60px;
}

.spain {
  position: relative;
  width: 95px;
  height: 42px;
  left:15px;
  top: -88px;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}

.japan-img {
  position: relative;
  width: 800px;
  height: 800px;
  left: 0px;
  top: 0px;
  border-radius: 16px;
  margin-right: 60px;
}

.picture2{
  position: relative;
  left: 179px;
  top: 0px;
}
.japan {
  position: relative;
  width: 108px;
  height: 42px;
  left:15px;
  top: -87px;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}

.usa-img {
  position: relative;
  width: 800px;
  height: 800px;
  left: 0px;
  top: 0px;
  border-radius: 16px;
}

.picture3{
  position: relative;
  left: 180px;
  top: 0px;
}

.usa {
  position: relative;
  width: 66px;
  height: 42px;
  left:15px;
  top: -88px;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}

.desktopdots{
  display: flex;
  position: absolute;
  width: 100px;
  height: 20px;
margin-left: 72px;
margin-top:824px;
}

.dot1 {

  width: 20px;
  height: 20px;
  padding-right: 11px;
}

.dot1:hover{
  cursor:pointer;
}

.dot2 {
  
 width: 20px;
  height: 20px;
  padding-right: 11px;

}

.dot2:hover{
  cursor:pointer;
}

.dot3 {
 
  width: 20px;
  height: 20px;
  padding-right: 5px;

}

.dot3:hover{
  cursor:pointer;
}


.left {
  display: none;
}
.right {
  display: none;
}

.button3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  width: 228px;
  height: 59px;
  left: 607px;
  top: 2172px;
  right: 605px;
  background: #0d606f;
  box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08),
    0px 2px 3px rgba(13, 96, 111, 0.16);
  border-radius: 10px;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  position: absolute;
  border: none;
  text-align: center;
}

.button3:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.findmore {
  position: absolute;
  left: 81px;
  top: 13.5px;
}

.findmore:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.arrow {
  position: absolute;
  left: 32px;
  width: 40px;
  height: 40px;
}

.container2 {
  display: flex;
  height: 1331px;
  top: 2404px;
  position: absolute;
  width: 1440px;
  background: url("./assets/Rectangle33.jpg");
  background-repeat: no-repeat;
}

.all-stories {
  width: 1440px;
  height: 1270px;
  background: rgba(255, 255, 255, 0.7);
}

.stories {
  position: absolute;
  width: 1201px;
  height: 1322px;
  left: 119px;
  top: -93px;
  display: flex;
  justify-content: space-around;
}

.text9 {
  position: absolute;
  left: 430px;
  width: 335px;
  height: 53px;
  top: 0px;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 53px;
  color: #f2785c;
  text-align: center;
}

.story-1 {
  top: 133px;
  position: absolute;
  width: 1200px;
  height: 250px;
  display: flex;
}

.text10 {
  position: absolute;
  width: 760px;
  height: 42px;
  left: 440px;
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  color: #0d606f;
}

.span1 {
  display: none;
}

.text11 {
  position: absolute;
  width: 760px;
  height: 184px;
  left: 440px;
  top: 66px;
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #0d606f;
}

.story1 {
  position: absolute;
  width: 400px;
  height: 250px;
  filter: drop-shadow(0px 4px 4px #0d606f);
  border-radius: 16px;
}

.boat {
  display: none;
}

.span2 {
  display: none;
}

.road {
  display: none;
}

.story-2 {
  position: absolute;
  width: 1200px;
  height: 250px;
  top: 413px;
}

.text12 {
  top: 0px;
  position: absolute;
  width: 760px;
  height: 42px;
  left: 440px;
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  color: #0d606f;
}

.text13 {
  position: absolute;
  width: 760px;
  height: 184px;
  left: 440px;
  top: 66px;
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #0d606f;
}

.story2 {
  position: absolute;
  width: 400px;
  height: 250px;
  filter: drop-shadow(0px 4px 4px #0d606f);
  border-radius: 16px;
}

.span3 {
  display: none;
}

.story-3 {
  position: absolute;
  width: 1200px;
  height: 250px;
  top: 693px;
}

.mountain {
  display: none;
}

.text14 {
  top: 0px;
  position: absolute;
  width: 760px;
  height: 42px;
  left: 440px;
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  color: #0d606f;
}

.text15 {
  position: absolute;
  width: 760px;
  height: 184px;
  left: 440px;
  top: 66px;
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #0d606f;
}

.story3 {
  position: absolute;
  width: 400px;
  height: 250px;
  filter: drop-shadow(0px 4px 4px #0d606f);
  border-radius: 16px;
}

.story-4 {
  position: absolute;
  width: 1200px;
  height: 250px;
  top: 973px;
}

.bus {
  display: none;
}

.text16 {
  top: 0px;
  position: absolute;
  width: 760px;
  height: 42px;
  left: 440px;
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  color: #0d606f;
}

.span4 {
  display: none;
}

.text17 {
  position: absolute;
  width: 760px;
  height: 184px;
  left: 440px;
  top: 66px;
  font-family: "Aleo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #0d606f;
}

.spanlink {
  text-decoration: underline;
  font-weight: bolder;
  font-family: "Aleo";
  color: #0d606f;
}

.spanlink:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.story4 {
  position: absolute;
  width: 400px;
  height: 250px;
  filter: drop-shadow(0px 4px 4px #0d606f);
  border-radius: 16px;
}

.arrowmobile {
  display: none;
}

.button4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  width: 228px;
  height: 59px;
  top: 1263px;
  background: #0d606f;
  box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08),
    0px 2px 3px rgba(13, 96, 111, 0.16);
  border-radius: 10px;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  border: none;
}

.button4:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.seemore {
  position: absolute;
  left: 81px;
  top: 13.5px;
}

.seemore:hover {
  cursor: pointer;
  color: grey;
  transition: 0.5s linear;
}

.footer {
  position: absolute;
  width: 1440px;
  height: 33.65px;
  top: 3688px;
  display: flex;
}

.socials {
  list-style: none;
  display: flex;
  position: absolute;
}

.rss1 {
  width: 80px;
  height: 33px;
}

.rss {
  position: absolute;
  left: 100px;
}

.rss:hover {
  cursor: pointer;
  opacity: 0.8;
  box-shadow: 5px 5px 5px black;
  border-radius: 5px;
  transition: 0.5s linear;
}

.git1 {
  width: 33.65px;
  height: 33.65px;
  border-radius: 50px;
}

.git {
  position: absolute;
  left: 200px;
}

.git:hover {
  cursor: pointer;
  opacity: 0.8;
  box-shadow: 5px 5px 5px black;
  border-radius: 5px;
  transition: 0.5s linear;
}

.copyright {
  top: 8px;
  left: 590px;
  bottom: 19px;
  position: absolute;
  width: 260px;
  height: 21px;
  font-family: "Red Hat Text";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
}

.instagram {
  left: 1178px;
  position: absolute;
}

.instagram:hover {
  cursor: pointer;
  opacity: 0.8;
  box-shadow: 5px 5px 5px black;
  border-radius: 5px;
  transition: 0.5s linear;
}

.insta1 {
  width: 33.65px;
  height: 33.65px;
}

.youtube1 {
  width: 33.65px;
  height: 33.65px;
}

.youtube {
  left: 1232px;
  position: absolute;
}

.youtube:hover {
  cursor: pointer;
  opacity: 0.8;
  box-shadow: 5px 5px 5px black;
  border-radius: 5px;
  transition: 0.5s linear;
}

.twitter1 {
  width: 33.65px;
  height: 33.65px;
}

.twitter {
  left: 1285px;
  position: absolute;
}

.twitter:hover {
  cursor: pointer;
  opacity: 0.8;
  box-shadow: 5px 5px 5px black;
  border-radius: 5px;
  transition: 0.5s linear;
}

@media screen and (max-width: 1440px) {
  .container {
    overflow-x: hidden;
  }
  html {
    scroll-behavior: smooth;
  }
}

@media screen and (max-width: 390px) {
  .container {
    position: absolute;
    display: block;
    margin-left: 0 auto;
    margin-right: 0 auto;
    width: 390px;
    height: 1472px;
    background-image: url("./mobileassets/bgr.jpg");
    background-repeat: no-repeat;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    box-sizing: border-box;
  }

  .header {
    display: block;
    height: 32px;
    width: 91.7%;
    box-sizing: border-box;
    position: absolute;
    top: 43px;
    left: 16px;
    justify-content: center;
    background: none;
    border: none;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .menu {
    margin-top: 0px;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 106px;
    height: 176px;
    right: -100%;
    margin-left: 0px;
    z-index: 100;
    /* transition: 0.5s; */
  }

  .menu.active {
    right: 0;
    /* transition: 0.5s; */
  }

  .shadow {
       width: 100%;
    height: 100%;
    display: flex;
        background-color: rgba(27, 27, 27, 0.5);
    z-index: 2;
    right: -100%;
    top:0;
    position: absolute;
  }

  .login_popup{
    top:-600px;
       width: 340px;
    height: 360px;
  display: block;
  position:fixed ;
 margin-left: 8px;
 margin-right: auto 0;
   }

   .login_popup_open{
    top:0px;
    /* transition: 1s; */
    }
  
.login_popup_content{
  width: 340px;
    height: 360px;
    display: block;
    position:fixed ;
    
   
}
.login_text{
  position: absolute;
justify-content: center;
left: 95px;
top: 10px;
font-family: 'Aleo';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 38px;
color: #0D606F;
 }

.facebook_field{
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 15px;
gap: 15px;
position: absolute;
width: 260px;
height: 30px;
left: 40px;
top: 55px;
background: #1877F2;
box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
border-radius: 10px;
padding: 0;
}

.facebook_field:hover{
  cursor: pointer;
}

.sign_with_facebook{
font-family: 'Red Hat Text';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #FFFFFF;
}

.google_field{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  gap: 15px;
  position: absolute;
  width: 260px;
  height: 30px;
  left: 40px;
  top: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
  border-radius: 10px;
  padding: 0;
}

.google_field:hover{
  cursor:pointer;
}

.sign_with_google{
  font-family: 'Red Hat Text';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #0D606F;
}

.line {
  display: flex;
  height: 12px;
}

.line1{
  position: absolute;
width: 122px;
height: 0px;
left: 40px;
top: 145px;
border: 1px solid rgba(13, 96, 111, 0.5);
}

.line_text{
  position: absolute;

height: 12px;
left: 170px;
top: 133px;
font-family: 'Aleo';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 24px;
color: rgba(13, 96, 111, 0.5);
}

.line2{
  position: absolute;
width: 112px;
height: 0px;
left: 188px;
top: 145px;
border: 1px solid rgba(13, 96, 111, 0.5);
}

.label_email{
  position: absolute;
width: 47px;
height: 19px;
left: 40px;
top: 160px;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 19px;
color: #0D606F;
}

.input_email{
  position: absolute;
width: 245px;
height: 30px;
left: 40px;
top: 178px;
background: #FFFFFF;
box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
border: none;
border-radius: 10px;
padding-left: 20px;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 16px;
}

.label_password{
  position: absolute;
left: 40px;
top: 210px;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 19px;
color: #0D606F;
}

.input_password{
  position: absolute;
width: 245px;
height: 30px;
left: 40px;
top: 228px;
background: #FFFFFF;
box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
border-radius: 10px;
border: none;
padding-left: 20px;
font-family: 'Aleo';
font-style: normal;
font-weight: 400;
font-size: 16px;
}

.sign_in{
  display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
/* padding: 10px 229px;
gap: 10px; */
position: absolute;
width: 265px;
height: 30px;
left: 40px;
top: 265px;
background: #0D606F;
box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
border-radius: 10px;
font-family: 'Red Hat Text';
font-style: normal;
font-weight: 400;
font-size: 12px;
text-align: center;
color: #FFFFFF;
border: none;
padding: 0;
}

.alertOut{
  padding-left: 40px;
  display: block;
  margin-left: 8px;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  width: 330px;
  height: 50px;
  background: linear-gradient(177.09deg, #FFFFFF 6.15%, #0D606F 202.69%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 16px;
z-index: 100;
/* top:-600px; */
font-family: 'Red Hat Text';
font-style: normal;
font-weight: 400;
font-size: 16px;
text-align: left;
padding-left:10px;
padding-top: 5px;

}

.alertOut_active{
top:0;
}

.sign_in:hover{
  cursor:pointer;
}

.forgot_password{
  position: absolute;
width: 159px;
height: 18px;
left: 110px;
top: 300px;
font-family: 'Aleo';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 18px;
text-decoration-line: underline;
color: #0D606F;
text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
}

.line_bottom{
  position: absolute;
width: 260px;
height: 0px;
left: 40px;
top: 330px;
border: 1px solid rgba(13, 96, 111, 0.5);
transform: rotate(0.1deg);
}

.dont_have{
  position: absolute;
  width: 219px;
  height: 18px;
  left: 90px;
  top: 335px;
    font-family: 'Aleo';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: rgba(13, 96, 111, 0.5);
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
  }

  .register{
    color: #0D606F;
      }

      .signup_popup{
        display: block;
        justify-content: center;
        align-items: center;
      position: fixed;
      width: 360px;
      height: 310px;
      background: linear-gradient(177.09deg, #FFFFFF 6.15%, #0D606F 202.69%);
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 16px;
      z-index: 100;
      top:-600px;
      }
      
      .signup_popup_active{
      top: 20px;
      }
            
      .signup_popup_content{
        width: 80%;
        display: flex;
      }
      
      .create_account{
      position: absolute;
      width: 219px;
      height: 38px;
      left: 130px;
      top: 10px;
      font-family: 'Aleo';
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 38px;
      color: #0D606F;
      }
      
      .label_email_signup{
        position: absolute;
      width: 47px;
      height: 19px;
      left: 30px;
      top: 65px;
      font-family: 'Aleo';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #0D606F;
      }
      
      .input_email_signup{
      position: absolute;
      width: 295px;
      height: 40px;
      left: 30px;
      top: 85px;
      background: #FFFFFF;
      box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
      border-radius: 10px;
      border: none;
      }
      
      .label_password_signup{
        position: absolute;
      width: 69px;
      height: 19px;
      left: 30px;
      top: 140px;
      font-family: 'Aleo';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      color: #0D606F;
      }
      
      .input_password_signup{
        position: absolute;
      width: 295px;
      height: 40px;
      left: 30px;
      top: 165px;
      background: #FFFFFF;
      box-shadow: inset 0px 0px 3px rgba(13, 96, 111, 0.08), inset 0px 2px 3px rgba(13, 96, 111, 0.16);
      border-radius: 10px;
      border: none;
      }
      
      .sign_up_button{
        display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 10px 229px;
      gap: 10px;
      position: absolute;
      width: 295px;
      height: 40px;
      left: 30px;
      top: 220px;
      background: #0D606F;
      box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08), 0px 2px 3px rgba(13, 96, 111, 0.16);
      border-radius: 10px;
      font-family: 'Red Hat Text';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      color: #FFFFFF;
      border: none;
      padding: 0;
      }
      
      .line_bottom2{
        position: absolute;
      width: 295px;
      height: 0px;
      left: 30px;
      top: 270px;
      border: 1px solid rgba(13, 96, 111, 0.5);
      transform: rotate(0.1deg);
      }
      
      .have_account{
      position: absolute;
      width: 225px;
      height: 18px;
      left: 90px;
      top: 280px;
      font-family: 'Aleo';
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      line-height: 18px;
      color: rgba(13, 96, 111, 0.5);
      text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.16);
      }
      
      .login{
        color: #0D606F;
      }

  .login_popup_open{
    top:0px;
    display: flex;
    /* transition: 1s; */
    }
  .shadow.active {
    right: 0;
    /* z-index: 100; */
  }
  .menu > li.list-item > a {
    cursor: pointer;
  }
  .menu > li.list-item {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
    margin-top: 5.5px;
    margin-right: 40px;
    padding-bottom: 5px;
    transition: 0.5s;
  }

  .menu > .list-item > a {
    transition: 0.5s;
  }

  .navbar {
    display: flex;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
  }

  .hamb {
    display: flex;
    position: absolute;
    top: -6px;
    align-items: center;
  }

  .hamb-field {
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 315px;
    margin-top: -30px;
  }
  .bar {
    display: block;
    width: 26px;
    height: 2.6px;
    margin: 4px auto;
    background-color: white;
    transition: 0.3s;
    border-radius: 20px;
  }

  .popup {
    position: fixed;
    display: flex;
    top: 0px;
    right: -100%;
    width: 165px;
    height: 250px;
    background: #f2785c;
    box-shadow: 0px 4px 3px rgba(13, 96, 111, 0.25);
    border-radius: 10px;
    z-index: 100;
    transition: 0.2s;
    flex-direction: column;
  }

  .popup.open {
    right: 0;
    display: flex;
  }

  .social {
    display: flex;
  }

  .cross {
    display: flex;
    margin-right: 50px;
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
    cursor: pointer;
  }

  .crossimg {
    margin-right: 110px;
    margin-top: 5px;
    cursor: pointer;
  }

  .crossimg:hover {
    cursor:pointer;
  }

  .acount {
    display: flex;
  }

  .popup.menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }

  .menu > li > a:hover {
    background-color: rgba (122, 82, 179, 0.1);
  }

  .vector {
    position: absolute;
    left: 0%;
    right: 91.9%;
    top: -28px;
    bottom: 0%;
    height: 30px;
    width: 29px;
  }

  .button1 {
    display: none;
  }

  .travelportal {
    display: none;
  }

  .text2 {
    display: none;
  }

  .text1 {
    display: none;
  }

  .preview {
    display: flex;
    width: 360px;
    height: 48px;
    /* position: absolute; */
    left: 15px;
    top: 142px;
    justify-content: center;
  }

  .frame1 {
    display: flex;
    /* position: absolute; */
    width: 360px;
    height: 48px;
    left: 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    align-items: center;
  }

  .text3 {
    position: absolute;
    left: 14.55px;
    top: 17.17px;
    width: 226.01px;
    height: 11.12px;
    font-family: "Aleo";
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #f2785c;
    word-spacing: -1.4px;
  }

  .button2 {
    position: absolute;
    width: 92px;
    height: 30px;
    left: 259px;
    top: 9px;
    background: #0d606f;
    box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08),
      0px 2px 3px rgba(13, 96, 111, 0.16);
    border-radius: 10px;
    font-family: "Red Hat Text";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }

  .steps {
    width: 360px;
    height: 153px;
    display: flex;
    position: absolute;
    top: 271px;
    left: 15px;
    justify-content: center;
  }

  .text4 {
    position: absolute;
    width: 214px;
    height: 19px;
    left: 73px;
    font-family: "Red Hat Text";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #f2785c;
  }

  .frame2 {
    width: 360px;
    height: 111px;
    display: flex;
    position: absolute;
    top: 39px;
    justify-content: center;
  }

  .bicycle {
    display: flex;
    position: absolute;
    width: 92px;
    height: 111px;
    left: 0px;
    top: 0px;
  }

  .bicycle1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    background: #f2785c;
    border-radius: 16px;
  }

  .text5 {
    position: absolute;
    width: 94px;
    height: 22px;
    top: 90px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #0d606f;
    left: 0px;
  }

  .calendar {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 111px;
    height: 111px;
    left: 125px;
  }

  .calendar1 {
    position: absolute;
    left: 20px;
    top: 0px;
    width: 70px;
    height: 70px;
    background: #f2785c;
    border-radius: 16px;
  }

  .text6 {
    position: absolute;
    width: 111px;
    height: 12px;
    left: 0px;
    top: 90px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #0d606f;
    text-align: left;
  }

  .airplane {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 98px;
    height: 111px;
    left: 262px;
  }

  .airplane1 {
    position: absolute;
    left: 27px;
    top: 0px;
    width: 70px;
    height: 70px;
    background: #f2785c;
    border-radius: 16px;
  }

  .text7 {
    position: absolute;
    width: 98px;
    height: 24px;
    top: 90px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #0d606f;
    text-align: right;
  }

  .destinations {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 360px;
    height: 289px;
    top: 444px;
    left: 15px;
    /* background: url(./mobileassets/Rectangle23.png); */
    background-position-y: 39px;
    background-repeat: no-repeat;
  }

.slider {
    position: relative;
display: flex;
    width: 360px;
    height: 240px;
    top: 39px;
    left: 0px;
	  overflow: hidden;
     }
   
  .slider-track{
  display: flex;
  transform: 0.2s;
    height: 240px;
  position: relative;
  transition: left 500ms linear;
  left:0px;
  justify-content: center;
  overflow: hidden;
  } 

.slider.mobile.slider-item{
  object-fit: cover;
  width: 100%;
  height: 210px;
}

 .spain-img-mobile{
  /* position: absolute; */
  width: 360px;
  height: 210px;
  /* left: -240px; */
  /* top: 0px; */
  /* display: flex; */
  background: url(.jpg), #FFFFFF;
  border-radius: 16px;
}

.spain-mobile{
  /* position: absolute; */
  width: 60px;
  height: 26px;
  /* left: -210px;
  top:8px; */
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-left: 15px;
  margin-top: -205px;
  }


.japan-img-mobile{

  /* position: absolute; */
  width: 360px;
  height: 210px;
  /* left: 0px; */
  top: 0px;
  /* display: flex; */
  background: url(.jpg), #FFFFFF;
  border-radius: 16px;
}
.japan-mobile{
 
  /* position: absolute; */
  width: 60px;
  height: 26px;
  /* left: 15px;
  top:48px; */
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  margin-left: 15px;
  margin-top: -205px;
}

.usa-img-mobile{

  /* position: absolute; */
  width: 360px;
  height: 210px;
  /* left: -120px; */
  top: 0px;
  /* display: flex; */
  background: url(.jpg), #FFFFFF;
  border-radius: 16px;
}

.usa-mobile{
 
  /* position: absolute; */
  width: 60px;
  height: 26px;
  /* left: 15px;
  top:48px; */
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
    color: #FFFFFF;
    margin-left: 15px;
  margin-top: -205px;
}

  .text8 {
    position: absolute;
    width: 214px;
    height: 19px;
    left: 92px;
    top: 0px;
    font-family: "Red Hat Text";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #f2785c;
  }


  .left {
    display: flex;
    position: relative;
    left: 0px;
    top: 3px;
    width: 25px;
    height: 25px;
  }

  .right{
    display: flex;
    position: relative;
    top: 3px;
    display: flex;
    position: absolute;
    width: 25px;
    height: 25px;
  }
  
   
.leftBtn{
	display: flex;
    position: absolute;
	 width: 30px;
    height: 30px;
	left:6px;
  top:89px;
		}


.leftBtn:hover{
	cursor:pointer;
}

.rightBtn{
	display: flex;
    position: absolute;
	 width: 30px;
    height: 30px;
	left:331px;
    top: 89px;
	}
	
.rightBtn:hover{
	cursor:pointer;
}
	
.active,
.dots:hover {
    color: #aaa;
}

.slider-track .mobile-slides {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
      opacity: .4
  }
  to {
      opacity: 1
  }
}
@keyframes fade {
  from {
      opacity: .4
  }
  to {
      opacity: 1
  }
}

.desktopdots{
  display: block;
  /* position: absolute; */
 width: 80px;
    height: 8px;
margin-left: 44.5px;
margin-top:182.5px;
}


.dot1 {
  width: 8px;
  height: 8px;
  padding-right: 2px;
}

.dot1:hover{
  cursor:pointer;
}

.dot2 {
   width: 8px;
  height: 8px;
  padding-right: 3px;

}

.dot2:hover{
  cursor:pointer;
}

.dot3 {
   width: 8px;
  height: 8px;
  

}

.dot3:hover{
  cursor:pointer;
}
  .spain-img {
    display: none;
  }

  .spain {
   display: none;
  }

.japan{
  display: none;
}

.usa{
  display: none;
}
  .japan-img {
    display: none;
  }

  .japan {
    display: none;
  }

  .usa-img {
    display: none;
  }

  .usa {
    display: none;
  }

  .button3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 32px;
    gap: 6px;
    position: absolute;
    width: 92px;
    height: 30px;
    left: 134px;
    top: 259px;
    background: #0d606f;
    box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08),
      0px 2px 3px rgba(13, 96, 111, 0.16);
    border-radius: 10px;
    border: none;
    text-align: center;
  }

  .button3:hover {
    cursor: pointer;
    color: grey;
    transition: 0.5s linear;
  }

  .arrowmobile {
    display: flex;
    position: absolute;
    width: 8.75px;
    height: 5.63px;
    top: 12.19px;
    left: 12.5px;
  }
  .findmore {
    position: absolute;
    width: 52px;
    height: 15px;
    font-family: "Red Hat Text";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    width: 52px;
    height: 15px;
    left: 28px;
    top: 7.5px;
  }

  .findmore:hover {
    cursor: pointer;
    color: grey;
    transition: 0.5s linear;
  }

  .arrow {
    display: none;
  }

  .container2 {
    display: flex;
    justify-content: center;
    position: absolute;
    height: 693px;
    left: 0px;
    top: 782px;
    width: 390px;
    background: url(./mobileassets/bg.jpg);
    background-repeat: no-repeat;
  }

  .all-stories {
    display: flex;
    width: 390px;
    top: 0px;
    left: 0px;
    height: 628px;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
  }

  .stories {
    position: absolute;
    width: 390px;
    height: 628px;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
  }

  .text9 {
    position: absolute;
    width: 118px;
    height: 19px;
    top: -29px;
    font-family: "Red Hat Text";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #f2785c;
    left: 135px;
  }

  .spanlink-mobile1 {
    display: flex;
    text-decoration: underline;
    font-weight: bolder;
    font-family: "Aleo";
    color: #0d606f;
    position: absolute;
    top: 87px;
  }

  .spanlink-mobile1:hover {
    cursor: pointer;
    color: grey;
    transition: 0.5s linear;
  }
  .story-1 {
    top: 10px;
    left: 15px;
    position: absolute;
    width: 360px;
    height: 130px;
    display: flex;
  }

  .text10 {
    position: absolute;
    width: 164px;
    height: 13px;
    left: 165px;
    top: 4px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #0d606f;
  }

  .text11 {
    display: none;
  }

  .span1 {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 195px;
    height: 102px;
    left: 165px;
    top: 29px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 10.8px;
    color: #0d606f;
  }

  .story1 {
    display: none;
  }

  .boat {
    display: flex;
    position: absolute;
    width: 155px;
    height: 130px;
   
    filter: drop-shadow(0px 4px 4px #0d606f);
    border-radius: 16px;
  }

  .story-2 {
    top: 155px;
    left: 15px;
    position: absolute;
    width: 360px;
    height: 130px;
    display: flex;
  }

  .spanlink-mobile2 {
    display: flex;
    text-decoration: underline;
    font-weight: bolder;
    font-family: "Aleo";
    color: #0d606f;
    position: absolute;
    top: 88px;
  }

  .spanlink-mobile2:hover {
    cursor: pointer;
    color: grey;
    transition: 0.5s linear;
  }

  .text12 {
    position: absolute;
    width: 170px;
    height: 13px;
    left: 165px;
    top: 5px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #0d606f;
  }

  .text13 {
    display: none;
  }

  .span2 {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 195px;
    height: 102px;
    left: 165px;
    top: 28px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #0d606f;
  }

  .road {
    display: flex;
    position: absolute;
    width: 155px;
    height: 130px;
    left: 0px;
    top: 0px;
  
    filter: drop-shadow(0px 4px 4px #0d606f);
    border-radius: 16px;
  }

  .story2 {
    display: none;
  }

  .story-3 {
    top: 300px;
    left: 15px;
    position: absolute;
    width: 360px;
    height: 130px;
    display: flex;
  }

  .spanlink-mobile3 {
    display: flex;
    text-decoration: underline;
    font-weight: bolder;
    font-family: "Aleo";
    color: #0d606f;
    position: absolute;
    top: 88px;
  }

  .spanlink-mobile3:hover {
    cursor: pointer;
    color: grey;
    transition: 0.5s linear;
  }
  .text14 {
    position: absolute;
    width: 165px;
    height: 13px;
    left: 165px;
    top: 5px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #0d606f;
  }

  .text15 {
    display: none;
  }

  .span3 {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 195px;
    height: 102px;
    left: 165px;
    top: 28px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #0d606f;
  }

  .story3 {
    display: none;
  }

  .mountain {
    display: flex;
    position: absolute;
    width: 155px;
    height: 130px;
    left: 0px;
    top: calc(50% - 130px / 2);
   
    filter: drop-shadow(0px 4px 4px #0d606f);
    border-radius: 16px;
  }

  .story-4 {
    top: 445px;
    left: 15px;
    position: absolute;
    width: 360px;
    height: 130px;
    display: flex;
  }

  .spanlink-mobile4 {
    display: flex;
    text-decoration: underline;
    font-weight: bolder;
    font-family: "Aleo";
    color: #0d606f;
  }

  .spanlink-mobile4:hover {
    cursor: pointer;
    color: grey;
    transition: 0.5s linear;
  }

  .text16 {
    position: absolute;
    width: 165px;
    height: 13px;
    left: 165px;
    top: 5px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #0d606f;
  }

  .text17 {
    display: none;
  }

  .span4 {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 195px;
    height: 102px;
    left: 165px;
    top: 28px;
    font-family: "Aleo";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #0d606f;
  }

  .story4 {
    display: none;
  }

  .bus {
    display: flex;
    position: absolute;
    width: 155px;
    height: 130px;
    left: 0px;
    top: calc(50% - 130px / 2);
    border-radius: 16px;
    
    filter: drop-shadow(0px 4px 4px #0d606f);
  }

  .button4 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 32px;
    gap: 6px;
    position: absolute;
    width: 92px;
    height: 30px;
    left: 149px;
    top: 585px;
    background: #0d606f;
    box-shadow: 0px 0px 3px rgba(13, 96, 111, 0.08),
      0px 2px 3px rgba(13, 96, 111, 0.16);
    border-radius: 10px;
  }

  .button4:hover {
    cursor: pointer;
    color: grey;
    transition: 0.5s linear;
  }

  .seemore {
    position: absolute;
    width: 49px;
    height: 15px;
    font-family: "Red Hat Text";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #ffffff;
    left: 29.5px;
    top: 7.5px;
  }

  .seemore:hover {
    cursor: pointer;
    color: grey;
    transition: 0.5s linear;
  }

  .footer {
    position: absolute;
    width: 390px;
    height: 65px;
    display: flex;
    justify-content: center;
    top: 1408px;
    align-items: center;
  }

  .socials {
    list-style: none;
    position: absolute;
    width: 140.96px;
    height: 33.65px;
    left: 129px;
    top: 15px;
    align-items: center;
  }

  .copyright {
    display: none;
  }

  .rss1 {
    display: none;
  }

  .git1 {
    display: none;
  }

  .instagram {
    position: absolute;
    position: absolute;
    left: 0.7px;
    top: 1.4px;
  }

  .instagram:hover {
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 5px 5px 5px black;
    border-radius: 5px;
    transition: 0.5s linear;
  }

  .insta1 {
    width: 33.65px;
    height: 33.65px;
  }

  .youtube1 {
    width: 34.65px;
    height: 33.65px;
  }

  .youtube {
    top: 1px;
    position: absolute;
    left: 53.5px;
    bottom: 16.67%;
  }

  .youtube:hover {
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 5px 5px 5px black;
    border-radius: 5px;
    transition: 0.5s linear;
  }

  .twitter1 {
    width: 33.65px;
    height: 33.65px;
  }

  .twitter {
    left: 106.71px;
    position: absolute;
    top: 2px;
  }

  .twitter:hover {
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 5px 5px 5px black;
    border-radius: 5px;
    transition: 0.5s linear;
  }
}

