nav{
  margin: 2%;
}

.header{
  background-image: url('../images/background-images/header-background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  width: 100%; 
  height: 100vh;
}

#explore-now{
  width: 0.7%;
}

#long-line{
  position: absolute;
  height: 5625px;
  overflow: hidden;
  top:170%;
  left:30%;
  z-index: -2;
}

.our-world{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;

}

.img-right{
  object-fit: cover;
  max-width: 45vw;
  height: auto;
  border-radius: 20px;
  float: right;
  background-color: #01204b;

}

.img-left{
  object-fit: cover;
  max-width: 40vw;
  border-radius: 20px;
  float: left;
  background-color:#01204b;
  margin-right: 10vh;
}   

.info-card{
  width:  35%;  
} 


.info-card-left{
  width: 90%;
  margin: 12vh;
}


.small-cap-text{
  border: solid;
  border-color: #d2b48c;
  box-shadow: 0 0.5vh 2vw rgba(210, 180, 140, 0.6);
  border-radius: 50px;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: white;
  font-size: 1vw;

}

.strip{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: white;
  width: 100%;
  height: 15vh;
}

.strip img{
  width: 7%;
}

.learn-more{
  text-decoration: none;
  padding-top: 10px;
  color:#d2b48c;
  font-size: 0.8vw;
}

.learn-more:hover{
  color:white;
  cursor: pointer;
}
.big-word{
  margin: 10px;
  font-weight: bold;
  font-size: 4vw;
  color:rgb(255, 255, 255);
  z-index: 1;
}

.field-left{
  width: 500px;
  height: 700px;
  padding-top: 20px;
  padding-left: 70px;
}

.field-right{
  font-size: 22px; 
  word-wrap: normal;
  width:500px;
  height: 700px;
  padding-top: 20px;
  padding-left: 800px;
}

.info-deck{
  display: inline;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  width: 90%;
}

.info-deck h1{
  padding-top: 30px;
  color: white;
  font-size: 2.3vw;
}

.info-deck p{
  color:rgb(197, 196, 196);
  padding-bottom: 30px;
  font-size: 1vw;
}

.field-right h1{
  padding: 10px;
  color: white;
}

.field-right p{
  color:gray;
  font-size: 232x;
  word-wrap: normal;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #d2b48c;
  border-radius: 50%;
  display: inline-block;
  align-items: baseline;
}


.info-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(9, 28, 55) ;
  width: 95%;
  border-radius: 12px;
  z-index: 2;
}

.info-box2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(9, 28, 55) ;
  width: 95%;
  border-radius: 12px;
  z-index: -2;
}
.testimonial-grid {
  display: flex;
  grid-template-rows: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 90%;
  padding: 20px;
  overflow-y: hidden;
  overflow-x: auto;
  z-index: 2;
  margin: 10vh;
}

/* This class is defining the styling for the container element that holds each
testimonial in a testimonial grid. */
.testimonial-container {
  user-select: none;  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  min-width: 15rem;
  min-height: 20rem;
  background-color: rgb(34, 38, 46);
  border-radius: 12px;
  padding: 15px;

}

.testimonial-container h1{
  font-size: 13px;
  font-weight: bold;

}
.testimonial-container :hover{
  cursor: pointer ;
}

.testimonial-container :active{
  cursor: grabbing;
  cursor: -webkit-grabbing;

}

/* This class is defining the styling for the avatar image */
.testimonial-avatar {
  width: 200px;
  height: 50px; 
  display: grid;
  grid-template-rows: 50px;
  grid-template-columns: 50px 100px;
  justify-content: space-evenly;
}
  

.testimonial-avatar img {
  border-radius: 50%;
  grid-row: 1 / 1;
  grid-column: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-text {
  user-select: none;
  color: rgb(199, 197, 197);
  margin-bottom: 20px;
}

.testimonial-name {
  user-select: none;  
  grid-row: 1 / 1;
  grid-column: 2 / 2;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  color: white;
}

.testimonial-grid::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.testimonial-grid {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

 /* Style the buttons that are used to open and close the accordion panel */
 .accordion {
  background-color: #062046;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.25);
  border-top: 1px solid rgba(255,255,255,.25);;
  border-right-style:none;
  border-left-style:none;
  outline: none;
  transition: 0.4s;
  font-size:20px;
}

.tabs{
  width: 90%;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #01204b;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  color: gray;
  padding: 0 18px;
  background-color: #011B40;
  display: none;
  overflow: hidden;
} 


.accordion span{
  float: right;
  width: 1px;
  display: flex;
  justify-content: flex-end;
  color:gray;
  font-size: 25px;
}

.accordion span:hover{
  color:white;
}

.two-button{
  display: flex;
  justify-content: space-evenly;
  width: 25vw;
}

