/* 
:root{
  --bg :#222831;
  --sbg:#393E46;
  --txt:#EEEEEE;
  --brand: #FFD369;
} */


/* :root{
  /* --bg :#F7F1E5; */
  /* --bg :#FFFFFF;
  --sbg:#fff2bc;
  --txt:#222831;
  --brand:#FBC135;
} */
:root{
  --bg: #fafdf6;
  --sbg: #f8f6b4;
  --txt: #222831;
  --brand: #ffc300;
  
}


*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Ubuntu', sans-serif;
  color:var(--txt);
  scroll-behavior: smooth;
  border-radius: 4px;
}

body{
  background: var(--bg);
  overflow-x: hidden;
}
/* 
header{
  padding: 0 2rem;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(33, 31, 31);
}

header .logo{
  color: rgb(208, 205, 195);
  text-decoration: none;
}

.navItems{
  display: flex;
  gap: 1rem;
  list-style: none;
}
.itemLink:link,
.itemLink:visited {
  display:inline-block;
  color: rgb(208, 205, 195);
  text-decoration: none;
  transition: all 0.3s;
}

.itemLink:hover,
.itemLink:active{
  color:rgb(155, 255, 222);
} 

.search{

  display: none;
} */

.svg svg{
  height: 10px;
  width: 10px;
}

.historyAndForm{
  padding: 2rem 0 0.5rem 0;
  display: grid;
  grid-template-columns: 2fr 5fr ;
  gap: 1rem;
}

.journyHistory{
  margin: 0 0.5rem 0 2rem;
}
.journyForm{
  /* margin: 0 2rem 2rem 0.5rem; */
  /* padding: 2rem; */
  height: fit-content;
  /* box-shadow: -3px 5px 10px rgb(199, 191, 191) , 3px 0 10px rgb(197, 189, 189) , 0 -3px 10px rgb(211, 202, 202); */
  border-radius: 1rem;

}
.formHeading{
  display: flex;
  justify-content: center;
  letter-spacing: 1px;
}

.doneVisit{
  padding: 0.3rem;
}
.notDoneVisit{
  padding: 0.3rem;
}

.doneVisit .item{
  display: flex;
  margin: 0.2rem;
}
.notDoneVisit .item{
  display: flex;
  margin: 0.2rem;

}
.fromTo{
display: flex;
padding: 2rem;
padding-bottom: 0.4rem;
justify-content: space-between;
}

.comment{
  width: 100%;
  height:4rem;
  border: 1px solid gray;
  border-radius: 0.3rem;
}
.commentLabel{
  
  padding-left:2rem;
}
.commentContainer{
  padding: 2rem;
  padding-top: 0.2rem;
  display:flex;
  justify-content: center;
}
.time{
  height: 1.7rem;
  border: 1px solid #DDD;
  width: fit-content;
  /* border-radius: 0.3rem; */
}
.source{
  height: 1.7rem;
  border: 1px solid gray;
  border-radius: 0.3rem;
}
.destination{
  height: 1.7rem;
  border: 1px solid gray;
  border-radius: 0.3rem;
}
.date{
  height: 1.7rem;
  border: 1px solid gray;
  border-radius: 0.3rem;
}

.buttonContainer{
  display: flex;
  justify-content: end;
  padding-right: 2rem;
}
.formButton{
  width: 6rem;
  height: 2rem;
 


  color: black;
  font-size: 16px;
  font-weight: bolder;
  background-color: var(--brand);
  border: 1px solid var(--brand);
}

/* gone */
/* .journyHistory{
  margin: 0 0.5rem 2rem 2rem;
  padding: 0.3rem;
  padding-bottom: 2rem;
  height: auto;
  box-shadow: -3px 5px 10px rgb(199, 191, 191) , 3px 0 10px rgb(197, 189, 189) , 0 -3px 10px rgb(211, 202, 202);
  border-radius: 1rem;
  position: relative;
  display: grid;
  grid-template-rows: 1fr 1fr;
  
}

.doneVisit{

border-radius: 1rem;
background-color: rgb(217, 213, 212);
margin: 0.3rem;
margin-bottom: 0.5rem;
}
.notDoneVisit{
  border-radius: 1rem;
  background-color: rgb(226, 237, 227);
  margin-top: 0;
  margin: 0.3rem;
  margin-bottom: 0;
  
}
.item{
  color : black;
text-decoration: none;
padding-bottom: 0.5rem;
}
.moreBtn{
  margin-bottom: .3rem;
  margin-left: 36.8px;
  width: 92%;
  height: 2rem;
  background-color: rgb(126, 181, 245);
  border: 1px solid rgb(126, 181, 245);
  border-radius: 0.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0px;
  right: 10px;

}
.moreBtn a{
  text-decoration: none;
  color: black;
}
.moreBtnLink{
  display:flex;
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  padding-right: 0;

} */
/* i think it end here */



.frequentVisits{
  margin: 2rem;
  margin-top: 0;
  padding: 8px;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  
}


.cardImg img{

  /* margin: 1rem; */
  /* border-radius: 8px 8px 0 0; */
  width: 100%;
  height: 300px;
  object-fit: cover;

  /* box-shadow: -3px 5px 10px rgb(199, 191, 191) , 3px 0 10px rgb(197, 189, 189) , 0 -3px 10px rgb(211, 202, 202);
   */
   border-radius: .5rem;
  /* opacity: 0.9; */
}


/* .cardImg img:hover{
  width: 25.2rem;
  height: 13rem;
  opacity: 1;
  margin: 0.5rem;
  
} */

.cardContent{
  margin: 20px;
  /* margin-bottom: 0; */
  height: calc(100% - 340px);
  /* width: ; */
  /* margin: 1rem; */
}
.cardPlaces{
  display: flex;
  /* justify-content: space-between; */
  
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  height: 40px;
  /* display: flex;
  justify-content: center; */
  /* padding: .3rem; */
}
.cardDesc{
  /* display: flex;
  justify-content: center; */
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  height: 60px;

  /* text-decoration: none; */
  /* align-items: center; */
  /* padding: .3rem; */
  /* height: 6rem; */
  /* border: 1px solid rgb(212, 207, 207) ; */
  /* border-radius: 1rem; */
}

/* .formbutton{
  position: relative;
  bottom: 0;
  border: 1px solid red;
} */
/* .cardBtn{
  display: flex;
  justify-content: center;
  align-items: end;
} */
.cardBtn button{
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 100%;
  height: 32px;
  color: black;
  font-size: 16px;
  font-weight: bolder;
  background-color: var(--brand);
  border: 1px solid var(--brand);
  /* border-radius: 0.4rem; */
}
.card{

  height: 100%;
 
  background: var(--sbg);
  
}

/* ------------------------------visiting place------------------------------------------ */

.cardPlacesN{
  
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  height: 20px;
  /* display: flex;
  justify-content: center; */
  /* padding: .3rem; */
}

.cardDescN{
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  height: 120px;
  /* text-overflow: ellipsis; */
  text-overflow: ellipsis " [..]";
  overflow: hidden;
/* white-space:pre-wrap ; */

}

.detailPlace a{
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--brand);
}
.detailPlace{
  text-align: center;
  margin: 16px;
}

/* .detailPlace {
  background-color: rgb(146, 220, 119);
  border-radius: 0.5rem;
  width: 4.5rem;
  height: 2rem;
  position: absolute;
  bottom: 8px;
  right: 6.2rem;
  padding-top: 0;
  padding: 0.5rem;

} */


.VisitingPlaces{
  margin: 2rem; 
  margin-top: 0;
  padding: 0.5rem;
  padding-bottom: 2rem; 
  height: auto;
  /* box-shadow: -3px 5px 10px rgb(199, 191, 191) , 0 -3px 10px rgb(211, 202, 202); */
  /* border-radius: 1rem; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  
}
.placeCard{
  /* box-shadow: -1px 2px 5px rgb(199, 191, 191) , 2px 0 5px rgb(197, 189, 189) , 0 -2px 5px rgb(211, 202, 202); */
  border-radius: 1rem;
  margin: .5rem;
  display: grid;
  grid-template-columns: 1.3fr 1.8fr;
  justify-content: space-between;
  position: relative;
  height: max-content;
}


.placeImg img{
  /* box-shadow: -1px 2px 5px rgb(199, 191, 191) , 2px 0 5px rgb(197, 189, 189) , 0 -2px 5px rgb(211, 202, 202); */
  /* width: 17rem; */
  /* height: 12rem; */
  /* margin: 0; */
  /* margin-right: 0.5rem; */
  /* border-radius: 1rem; */
  width: 400px;
  height: auto;
  object-fit: cover;
  
}
.placeImg {
margin: 0;
padding: 0;
height: 300px;
width: 400px;
/* object-fit: cover; */
}

.content{
   margin: 1rem;
   /* padding-right: .4rem; */
   /* padding-left: 0;
   margin-left: 0; */
}

.placeName{
/* display: flex;
justify-content: center; */
/* margin: 0; */
/* margin-bottom: 0.5rem; */
font-size: 32px;
margin: 12px;
}

.placeDesc{
  /* display: flex;
  justify-content: center; */
  /* height: 6.6rem; */
  /* overflow-x: scroll; */
  text-decoration: none;
  /* color: black; */
  line-height: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
  height: 120px;

}

.placeGoBtn button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2rem;
  background-color: rgb(126, 181, 245);
  border: 1px solid rgb(126, 181, 245);
  border-radius: 0.4rem;
  
}
.placeGoBtn{
  display: flex;
  justify-content: end;
  align-items: end;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0.5rem;
  padding-top: 0;

}

.toViewPage{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px;
  margin-bottom: 0;
  padding: 12px;
  letter-spacing: 1px;
}

.toViewPageO{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px;
  letter-spacing: 1px;
}

.toViewPageO a{
  font-family: 'Rubik', Courier;
  text-decoration: none;
  padding: 0.4rem;
  color:var(--brand);
  font-size: 24px;
  font-weight: bolder;
}

.toViewPageO p{
  letter-spacing: 1px;
  font-size: 28px;
  font-family: 'Poppins', serif;

}



.toViewPage a{
  font-family: 'Rubik', Courier;
  text-decoration: none;
  padding: 0.4rem;
  color:var(--brand);
  font-size: 24px;
  font-weight: bolder;
}

.toViewPage p{
  letter-spacing: 1px;
  font-size: 28px;
  font-family: 'Poppins', serif;

}


/* ================================================================================================
  ------------------------------------ Select Driver Page -----------------------------------------
  ============================================================================================== */


.driverHeading{
  display: flex;
  justify-content: center;
  margin: 24px;

}
.driverHeading p{
  /* text-shadow: 1px 1px 1px black; */
  font-family:'Courier New', Courier, monospace;
  letter-spacing: -2px; 
  word-spacing: 3px;
  font-size: 40px;
  font-weight: 900;

}

.driverImg img{
  width: 224px;
  height: 225px;
  /* border-radius: 1rem; */
}

.driverImg{
  /* border-right: 4px solid var(--txt); */
/* margin: 12px;
margin-right: 0; */
width: 224px;
height: 225px;
  /* object-fit: cover;
  overflow: hidden; */
}
/* 
.driverContent{
  padding: 1rem;
  padding-top: 0;
} 
*/


.driverName p{
  /* text-transform: capitalize; */
  letter-spacing: 1px;
  word-spacing: 2px;
  font-size: 28px;
  font-weight: 500;
}
.driverDesc{
  margin: 0;
  margin-top: 4px;
  height: 84px;
}
.driverDesc p{
  /* border: 1px solid red; */

  /* padding: .5rem; */

  /* box-shadow: 2px 2px 4px rgb(214, 206, 206),-2px -2px 4px rgb(214, 206, 206); */
  /* border-radius: 1rem; */
  
  /* font-style: oblique; */
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 20px;

}


.driverBtn button{
  background-color: var(--brand);
  color: black;
  border: 0;
  border-radius: 0;
  padding: 8px;
  width: 8rem;
  font-weight: bold;
  font-size: 16px;
  /* font-style: oblique; */
  letter-spacing: 1px;
  /* box-shadow:  2px 2px 4px rgb(148, 148, 238); */
  /* background-color: skyblue; */
}
.driververified{
  margin-top: 8px;
}
.driververified p{
  font-weight: 500;
  color: var(--brand);
}

/* .driverBtn p{
  color: black;
  font-style: italic;
  padding: 0;
} */
.space{
  margin: 16px;
  margin-bottom: 0px;
}
.driverBtn{
  /* display: flex;
  align-items: end;
  justify-content: end; */
  height: 36px;
  margin: 48px 0;
margin-bottom: 0px;
  /* margin: 1rem; */
  /* border: 1px solid red; */

}

.driverCard{
  /* border: 1px solid red; */
  width: 60%;
  /* display:grid;
  grid-template-columns: 1.32fr 3.68fr 1fr; */
  display: flex;
  margin:24px auto;
  background: var(--sbg);
  /* margin-bottom: 2rem;
  margin-top: 2rem; */
  /* border: 1px solid gray; */
  /* border-radius: 1rem; */
  /* padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding: 1.5rem; */
  /* box-shadow: 5px 5px 8px gray,-5px -5px 8px gray; */
}


/* ================================================================================================
  ------------------------------------ Review Journy Page -----------------------------------------
  ============================================================================================== */


.reviewMainContainer{
  margin: 32px auto;
  /* margin: 12rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 1rem; */
  /* box-shadow: 5px 5px 8px gray,-5px -5px 8px gray; */
  border-radius: 4px;
  width: 600px;
  background:var(--sbg);
  /* backdrop-filter: blur(5px); */
  padding: 24px;

}

.srcDest{
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}

.src h3{
  padding-bottom: .3rem;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.mid p{
  color: var(--txt);
}

.dest h3{
  padding-bottom: .3rem;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.dateTime{
  /* padding: 2rem; */
  /* padding-bottom: 1rem; */
  /* padding-top: 1rem; */
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

.desc{
  /* height: 15vh; */
  /* border: 1px solid black; */
  /* border-radius: 1rem; */
  width: 100%;
  height: 60px;
  max-height: fit-content;
  margin: 12px 24px;

  
}
.desc p{
  /* padding: .4rem; */
  line-height: 20px;

}

.confMsg{
  display: flex;
  justify-content: center;
  padding-top: 1.2rem;
}
.confMsg p{
  color: var(--brand);
  font-size: 28px;
}
.confMsg0{
  display: flex;
  justify-content: center;
  padding-top: 1.2rem;
}

.confMsg0 p{
  color: var(--brand);
  font-size: 24px;
}

.back a{
  text-decoration: none;
  color: black;
}
.back{
  display:flex;
  justify-content: center;
  height: 2rem;
  width: 8rem;
  /* border-radius: 1rem; */
  letter-spacing: 1px;
  background-color: var(--brand);
  padding: .5rem 0;
  margin: 12px;

}
.mainBack{
  display:flex;
  justify-content: center;
  /* padding: 1rem; */
}


.aboutdriver{
  display:flex;
  /* grid-template-columns: 1fr 2fr; */
  margin:32px 240px;
  /* margin-bottom: 2rem; */
  /* margin-top: 2rem; */
  /* border: 1px solid gray; */
  border-radius: 4px;
  background-color: var(--sbg);
  /* padding: 1rem; */
  /* padding-left: 2rem; */
  /* padding-right: 2rem; */
  /* padding: 1.5rem; */
  /* box-shadow: 5px 5px 8px gray,-5px -5px 8px gray; */
}
.driverContent{
  padding: 16px;
  width: 600px;
}

.else{
margin: 16px;
padding: 16px;
text-align: center;
}
.else p{
  font-size: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
}

/* ================================================================================================
  ------------------------------------ added dest Page -----------------------------------------
  ============================================================================================== */

.addedDest{
  margin: 6rem;
}
.cmnt{
  padding-top: 1rem;
}


/* ================================================================================================
  ------------------------------------ Perticular Journy Page -----------------------------------------
  ============================================================================================== */

.status{
  padding-left: 2rem;
}
.status p{
  color: lightgreen;
  font-weight: bolder;
  font-style: oblique;
}


/* ================================================================================================
  ------------------------------------ All Journy Page -----------------------------------------
  ============================================================================================== */

.fl2{
  margin: 12px 64px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-evenly; */
  gap: 32px;
}

.cover{
  box-shadow: 5px 5px 8px gray,-5px -5px 8px gray;
  margin: 2rem 4rem 2rem 4rem;
  border: 1px solid black;
  border-radius: 1rem ;
}

.srcDt{
  padding: 0 2rem 0 2rem;
  display: flex;
  justify-content: space-between;
}

.ajsrcDest{
  display: flex;

}
.ajdateTime{
  display: flex;

}


.ajdesc{
  height: 4rem;
  border: 1px solid rgb(144, 144, 144);
  border-radius: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ajdesc h4{
  padding: .4rem;
}
.ajdisc0{
  width: 85%;
  padding: 2rem;
  display: flex;
  justify-content: center;
}

.descBtn{
  display: flex;
justify-content: space-between;
align-items: center;

}


.ajmainBack{
  padding: 1rem;
  padding-bottom: 0px;
  padding-top: 2rem;
}

.bgd{
  background-color: rgb(211, 211, 223);
}
.bgn{
  background-color: rgb(200, 219, 212);
}

.mt-2{
  margin-top: 2rem;
}

.mt-0{
  margin-top: 0;
}

.m4{
  margin: 4rem;
  margin-top: 1rem;

}

.dateTimeGo{
  padding: 2rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}


.SplaceCard{
  display:flex;
  /* grid-template-columns: 1.32fr 3.46fr 1.4fr; */
  margin: 32px 8rem;
  /* margin-bottom: 2rem;
  margin-top: 2rem; */
  /* border: 1px solid gray; */
  border-radius: 4px;
  background-color: var(--sbg);
  /* padding: 1rem; */
  /* padding-left: 2rem;
  padding-right: 2rem;
  padding: 1.5rem; */
  /* box-shadow: 5px 5px 8px gray,-5px -5px 8px gray; */
}


.SplaceGoBtn button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 2rem;
  border: 1px solid var(--brand);
  background-color: var(--brand);
  color: #111;
  font-weight: bold;
  font-size: 16px;
  /* border-radius: 0.4rem; */
  
}
.SplaceGoBtn{
  /* display: flex;
  justify-content: end;
  align-items: end; */
  /* position: absolute;
  bottom: 0px;
  right: 0px; */
  /* padding: 0.5rem;
  padding-top: 0; */

  display: flex;
justify-content: end;
align-items: end;

}

.SdetailPlace a{
  display: flex;
  justify-content: center;
  /* padding-bottom: 0.5rem; */
  text-decoration: none;
  color: var(--brand);
  font-size: large;
  font-weight: bolder;
}

.SdetailPlace {
  color: var(--brand);
  /* border-radius: 0.5rem; */
  width: 6rem;
  height: 2rem;
  display: flex;
justify-content: center;
align-items: center;
  /* position: absolute;
  bottom: 8px;
  right: 6.2rem; */
  /* padding-top: 0;
  padding: 0.5rem; */

  /* display: flex;
justify-content: end;
align-items: end; */

}
.btns{
  display: flex;
  justify-content: end;
  height: 87px;
}

.spdc{
  display: flex;
  align-items: end;
  /* padding-bottom: .5rem; */
}
.padding32{
  height: 32px;
  background-color: transparent;
}

.box{
  background-color: var(--sbg);
  display: flex;
  justify-content: space-between;
  padding: 32px;

}
.lbar{
  background-color:  	var(--sbg);
  display: flex;
  border-top:2px solid #d0d0d0;
  justify-content: space-between;
  padding: 8px 108px;
  font-size: 14px;
border-radius: 0;
}
.lbar p{
 color: #5a5a5a;

}
.box1{
  width: 280px;
}
.box1 p{
  margin: 8px;
  line-height: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.llinks{
  margin: 16px;
  font-size: 20px;
  /* font-weight: 700; */
  line-height: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.litems{
  margin: 8px;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.litems a{
  text-decoration: none;
  font-weight: bold;
  color: var(--brand);

}
.box3 div{
  margin: 16px;
  font-size: 20px;
  
}
.box3 p{
  margin: 8px;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.box4 div{
  margin: 16px;
  font-size: 20px;
  
}
.box4 p{
  margin: 8px;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.box4 a{
  color: var(--brand);
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.box4 span{
  font-size: 16px;
}
/* -----------------------------  logout  --------------------------------- */

.logout{
  height: 330px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con{
  background-color: var(--sbg);
  text-align: center;
  padding: 24px;
  /* padding */
  /* margin: 32px; */
}
.con h3{
  font-size: 32px;
  margin-bottom: 8px;
}
.con form p{
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin-bottom: 16px;
}
.linel{
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  /* gap: 12px; */
}
.linel a{
  color: #111;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  /* margin: 4px; */
}
.btnl{
height: 2rem;
width: 6rem;
background-color: var(--brand);
display: flex;
align-items: center;
justify-content: center;

}
.linel button{
  position:relative;
  left: 16px;
  height: 2rem;
width: 6rem;
color: var(--brand);
background-color: var(--sbg);
border: 0;
font-size: 16px;
line-height: 20px;
letter-spacing: 1px;
font-weight: bold;

}

input:required{
  background: #EEEEEE;
  color: #FFD369;
}
input:invalid{
  background: #EEEEEE;
  color: #FFD369;
  padding: 12rem;
}

.detailPlace {
  display: none;
}

.error{
  width: 100vw;
  /* padding: 0.8rem 1rem ; */
  text-align: center;
  background-color: rgba(255, 0, 0, 0.2);
  color: var(--txt);
  font-size: 18px;
}
.going , .return{
  border-radius: 4px;
  padding: 1rem;
  background-color: var(--bg);
  margin: 1rem;
  /* width: 42%; */
}

/* .bgw{
  border-radius: 4px;
  background-color: var(--bg);
} */
/* #timing{
  margin: 8px;
  margin-top: 8px;
margin-top: 4px;
height: 32px;
width: 400px;
background: var(--sbg);
border: 1px solid var(--brand);
font-size: 18px;
padding: 0 8px;
color: var(--brand);
} */


@media screen and (max-width : 500px){
  
/* body{
  width: 100vw;
  overflow-x: hidden;
} */
.going , .return{
  margin: 0;
  padding-left: 0.5rem;
}
.navItems li a p{
  color:#f6f5f4;
  font-style: italic;
}
  .toViewPageO p{
    font-size: 18px;
  }

  .toViewPageO a{
    font-size: 18px;
  }


  .toViewPage p{
    font-size: 18px;
  }

  .toViewPage a{
    font-size: 18px;
  }

  .toViewPageO{
    margin: 12px;
    margin-top: 24px;
    padding: 0;
  }
  .toViewPage{
    margin: 12px;
    margin-top: 24px;
    padding: 0;
  }

  .frequentVisits{
    width: calc(100vw - 24px);
    margin: 12px;
    padding: 0;
    /* transform: scale(0.55); */
    
    transform-origin: 0 0;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }


.nj{
  height: fit-content;
  margin-top: 24px;
}
.cardBtn button{
height: 32px;
font-size: 16px;

}
.cardBtn{
  height: 32px;
  width: 100%;
  margin-bottom: 12px;
}
.cardDesc{
  height: calc(5 * 20px);
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 12px;
}
.cardPlaces{
  font-size: 16px;
  /* height: calc(40px); */
  margin-bottom: 4px;


}
.cardDescN{
  height: calc(5 * 20px);
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 12px;
}
.cardPlacesN{
  font-size: 18px;
  /* height: calc(20px); */
  margin-bottom: 4px;

}
.detailPlace a{
  font-size: 18px;
  margin:0;
}
.detailPlace{
  margin:0;

}

.nj2{
  height: fit-content;
  margin-top: 24px;
}

body{
  overflow-x: hidden;
}
.card{
  width: calc((100vw - 36px)/2);
  height: auto;
}
.cardImg img{
  object-fit: cover;
  height: 100px;
  width: calc((100vw - 36px)/2);
  z-index: -1;
}
.cardImg{
  position: relative;
  height: 94px;
  /* z-index: -1; */
  /* overflow: hidden; */
}
.cardContent{
  border-radius: 6px 6px 0 0;
  padding: 12px;
  margin: 0;
  height: fit-content;
  background-color: var(--sbg);
}
.rounded{
  position: relative;
  z-index: 1;
  border-radius: 6px 6px 0 0;

  height: calc(100% - 80px);
  width: 100%;
}
.cardContent form{
  height: fit-content;
}






/* ---------------------review journey--------------------------------------------- */



.reviewMainContainer{
  margin: 12px;
  /* margin: 12rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  padding: 1rem; */
  /* box-shadow: 5px 5px 8px gray,-5px -5px 8px gray; */
  /* border-radius: 4px; */
  width: calc((100vw - 24px));
  /* background: rgba(255, 255, 255, 0.1); */
  /* backdrop-filter: blur(5px); */
  padding: 0;


}
.confMsg p{
  margin: 12px;
  margin-bottom: 0;
}

.confMsg{
 
  padding-top: 12px;
}
.aboutdriver{
  margin: 12px;
  padding: 0;
}
.srcDest{

  padding: 12px;
}

.dateTime{
  /* padding: 2rem; */
  /* padding-bottom: 1rem; */
  /* padding-top: 1rem; */
 
  padding: 12px;
}

.confMsg p{
  color: var(--brand);
  font-size: 24px;
}
.confMsg0{
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

.confMsg0 p{
  /* color: var(--brand); */
  font-size: 24px;
}

.driverImg{
  /* height: 140px;
  width: 140px; */
  height: 38vw;
  width: 38vw;
}
.driverDesc{
height: auto;
  margin: 4px 0 8px 0;
}
.driverImg img{
  /* height: 140px;
  width: 140px; */
  height: 38vw;
  width: 38vw;
  border-radius: 4px 0 0 4px;
}
.driverContent{
  padding: 8px;
  /* width: 600px; */
}

.else{
margin: 12px;
padding: 12px;
text-align: center;
}
.else p{
  font-size: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.desc{
  margin: 12px;
  margin-top: 0;
  width: calc(100% - 24px);
  
}
.srcDest{
  padding-bottom: 0;
}

.back{
  margin-top: 0;
}

.fl2{

 margin: 12px;
}
.driverCard{
  margin: 12px;
  width: auto;
}
.driverBtn{
  margin: 0;
  height: 28px;
  
}
.driverBtn button{
  padding: 0;
  margin: 0;
  height: 28px;
  letter-spacing: normal;
  font-size: 14px;
}

/* ----------------------------------------search result for city------------------------------------ */

.SplaceCard{
  margin: 12px;
  padding: 0;
}
.m4{
  margin: 0;
  padding: 0;
}
.placeImg{
  height: 38vw;
  width: 38vw;
  overflow: clip;

}

.placeImg img{
  width: auto;
  height: 144px; 
  object-fit: cover;

}
.placeName{
  font-size: 16px;
  margin: 0;
  /* margin-bottom: 4px; */
}
.content{
  margin: 8px;
  font-size: 14px;
  line-height: 16px;
  width: calc(62vw - 16px);
}
.btns{
  height: 36px;
  margin-right: 24px;
}
.placeDesc{
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(62vw - 40px);

}

/* ---------------------------------added dest ------------------------------- */

.addedDest{
  margin: 0;
  padding: 0;
}
.cmnt{
  padding: 12px;
  padding-top: 0;
}

/* --------------------------------------- tour---------------------------- */
/* 
.container{
  margin: 0;
  width: auto;
} */

.alpha{
  overflow-x: scroll;
  height: calc(100vh - 70px - 50px);
  max-width: 100vw;
}


.bottomIcon{
  display: block;
  position: absolute;
  bottom: 0;
  /* width: 100%; */
  z-index: 3;
  /* top: 90vh; */
  height: 50px;
  width: 100%;
  background-color: red;
}



/* .return{
  padding: 1rem;

  background-color: var(--bg);
  */
} 