@import url(https://fonts.googleapis.com/css?family=Varela+Round);

body {
  font-family: sans-serif;
  font-size: 175%;
  background-color:#fff7ff;
}

h2 {
    text-align:center;
    vertical-align:middle
}

h3 {
    text-align:center;
    vertical-align:middle;
}

.trip_section {
    margin-top:5vh;
    margin-left:10%;
    width:80%;
    border:5px solid black;
    border-radius:2px;
    cursor: pointer;
}

.trip_under_section {
    display:flex;
    flex-direction: row;
    height: auto;
}

.image_section {
    width:45%;
    height:95%;
    border:1px solid blue;
    border-radius:2px;
    margin:1%;
    background-color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.text_section {
    width:45%;
    height:95%;
    border-radius:2px;
    margin:auto;
    text-align:center;
    vertical-align:middle;
    background-color:inherit;
}

.title_section {
    height:90%;
    margin-top:5%;
    margin-bottom:5%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4em;
}

svg {
  padding: 20px;
}

.land {
  fill: #ccc;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5;
  transition: 0.2s ease-out;
}

.land {
  fill: #cccccc;
  stroke: black;
  stroke-width: 1;
}

.visited {
    fill:purple;
}

.visited:hover {
    stroke: purple;
    stroke-width: 3;
}

.wrap {
  width: 70vw; 
  margin: auto auto; 
  display: flex;
  justify-content: center;
  align-items: center; 
  height: 70vh;
}

#map {
  width: 100%; 
  height: auto;
}

#path {
  stroke: black;
  stroke-width: 1;
}

.carroussel {
    max-height:20vh;
    width:50vw;
    margin-left:auto;
    margin-right:auto;
    margin-top:5vh;
}

.col-center {
	margin: 0 auto;
	float: none;
}
.carousel {
	margin: 0 0;
	padding: 0 70px;
}
.carousel .item {
	color: #999;
	font-size: 38px;
    text-align: center;
	overflow: hidden;
}
.carousel .item .img-box {
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding:0 0;
	margin:0 0;
	color: purple;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #0057a6;
}
.carousel .carousel-control {
	width: 5px;
    height: 40px;
	background: none;
	margin-left: -1.3vw;
	margin-top:0.5vh;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: 80px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.menu {
    padding: 0;
    margin: 0;
}

.hamburger {
  padding-left: 5vw;
  margin: 0 0;
  font-size: 30px;
  cursor: pointer;
  color:black;
  width:fit-content;
}

.menu-items {
  display: none;
  background-color: inherit;
  padding: 0;
  position: absolute;
  padding-left:5vw;
}

.menu-items a {
  display: block;
  margin: 10px 0;
  text-decoration: none;
  color: black;
  z-index: 1000;
}

.svg-icon {
    padding: 10 0 0 0;
    z-index: 1001;
    height:5vh;
}

#options {
  width: 100%;
}


.modal {
  display: none;
  position: fixed; 
  z-index: 1000; 
  margin:auto;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.7); 
}

.modal-content {
  background-color: rgba(20, 20, 20, 0.9);
  margin: 10vh auto; 
  padding: 5% 5%;
  border-radius: 12px;
  width: 35vw;
  max-height: 80vh;
  color: white; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
  border: 1px solid rgba(255, 255, 255, 0.1); 
  overflow-y: auto;
  text-align: center;
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

button {
  background-color: #444;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
}

button:hover {
  background-color: #555;
}

.close {
  float: right;
  font-size: 20px;
  cursor: pointer;
}

form button {
  margin-top: 15px;
}

select {
  background-color: #333; 
  color: white;
  border: 1px solid #555;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}

select option {
  background-color: #333; 
  color: white;
}

select:hover {
  background-color: #444;
}

select option:hover {
  background-color: #555;
}

#drop-area {
    border: 2px dashed #007bff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: border 0.3s;
    cursor: pointer;
}

#drop-area:hover {
    border-color: #0056b3;
}

#file-label {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

#drop-area {
    border: 2px dashed #007bff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: border 0.3s;
    cursor: pointer;
}

#drop-area.hover {
    border-color: #0056b3;
    background-color: rgba(0, 123, 255, 0.1); /* Light background on hover */
}

#file-label {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

img {
  pointer-events: none;
}

.temp_trip_cover {
    margin-top:5%;
    margin-bottom:5%;
}

.modalDatePicker {
    background-color: #333; 
    color: white;
    border: 1px solid #555;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.modalText {
    background-color: #333; 
    color: white;
    border: 1px solid #555;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    width:100%;
}

.modalSubmit {
    background-color: green;
    color:white;
}

.cover {
    height:100%;
    margin:auto;
    text-align:center;
}

.maincoversection {
    height:100vh;
    margin:auto;
}

.picture_section {
    max-height:100%;
}

.blur {
    filter: blur(3px);
}

._picture_section_ {
    max-width:100%;
}

.coverTitle {
    position: absolute; 
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
    color:white;
    font-family: 'Dancing Script';
    font-size:75px;
    background: rgba(0, 0, 0, 0.2);
}

.coverimageneat {
    top:25vh;
    left:20vw;
    height:50vh;
    position:absolute;
    border:10px solid white;
    background-color:transparent;
    color:black;
    text-align:center;
}

.covermap {
    top:25vh;
    right:20vw;
    height:50vh;
    position:absolute;
    background-color:transparent;
    color:black;
    text-align:center;
    z-index:500;
    width:20%;
    padding:0;
}

.coverbottom {
    position:absolute;
    bottom:10vh;
    left:20vw;
    text-align:center;
    display:flex;
    flex-direction:row;
    max-height:3vh;
}

.coverbottomtext {
    text-align:center;
    background-color:rgba(100,100,100,0.5);
    border:1px solid black;
    color:cyan;
    border-radius:5px;
}

.coverbottomimg {
    max-height:100%;   
    object-fit: contain;
    height:2vh;
    width:2vh;
    padding-right:2vw;
    padding-left:2vw;
    background-color:rgba(50,50,50,0.5);
}

.stopsection {
    display:block;
    margin:auto;
    width:90vw;
}

.stopcontainer {
    height:70vh;
    width:100%;
    border:1px solid cyan;
    position:relative;
}

.stopslides {
    padding: 0;
    width: 609px;
    height: 40vh;
    display: block;
    margin: 0 auto;
    position: relative;
}

.stopslides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.stopslides input { display: none; }

.stopslide-container {
    display: block; 
    width:100%;
    height:100%;
}

.stopslide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 40vh;
    display: block;
    position: absolute;

    transform: scale(0);
}

.stopslide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 10%;
    height: 100%;
    position: absolute;
    top:0;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.stopslide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

.nextstopslide {
    opacity:1;
    transform: scale(0.5) translateX(50vw);
}

.prevstopslide {
    opacity:1;
    transform: scale(0.5) translateX(-50vw);
}

.currentstopslide {
    opacity: 1; 
    transform: scale(1) translateX(0);
    z-index:5;
}

.stoptitle {
    position:absolute;
    text-align:center;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    z-index:-2;
}

.stoptextbox {
  width: 90%;
  height: 17vh;
  border: 2px solid #007acc;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 16px;
  overflow-y: auto;
  background-color: #f9f9f9;
  z-index: 5;
  margin-top:2vh;
  margin-left:5%;
}

.stoptextbox:empty:before {
  content: attr(data-placeholder);
  color: #999;
}

.stopdrop-area {
    position:relative;
    top:0;
    left:0;
    width:5%;
    height:10%;
    border: 2px dashed #007bff;
    border-radius: 10px;
    text-align: center;
    transition: border 0.3s;
    cursor: pointer;
}

.stopdrop-area:hover {
    border-color: #0056b3;
}