body {
  display: grid;
  /* background-color: #fff; */
  background-color: #051C32;
  background-size: cover;
  margin: 0;
}


.cont {
  display:flexbox;
  max-width: max-content;
  max-width: 100;
}

.box {
  overflow: hidden;
  background-color:white;
  border-radius:0.8vw;
  height:auto;
  width:95vw;
  margin-left: 1.8vw;
  margin-top:1.8vh;
  font-size:medium;
  font-family: 'CiscoSans', 'sans-seriff';
}
.box-img{
  overflow: hidden;
width:95vw;
height:85vh;

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #051C32;
  position: fixed;
  width: 100vw;
  height:8vh;
  z-index: 99;

}

/* .ulu {
  list-style-type: disc;
  color: black;
  font-family: 'CiscoSans', 'sans-seriff';
  margin-left: 25vw;
  padding: 2vh;
} */

li {
  float: left;
  margin-top:2vh;
  padding: 0.5vh;
  padding-bottom: 2vh;
  justify-content: center;
}

li a {
  display:flexbox;
  color: white;
  font-family: 'CiscoSans', sans-serif;
  text-align: center;
  padding: 1vh 1vw;
  text-decoration: none;
  font-size: 1.5em;
  margin-top:0.7vh;
}

/* li a:hover:not(.active) {
} */

.active {
  background-color: #d39e0b;
  padding:1vh;
  border-radius: 0.3vw;
}

.text-container {
  display: flex;
  align-items: center;
  color: #E1B129;
  font-family: 'CiscoSans', sans-serif;
  margin-left: auto;
  /* Align to the right */
  padding: 0 1vw;
  /* Add padding for better spacing */
  font-size: 1.2em;
}

text {
  color: #E1B129;
  font-family: 'CiscoSans', sans-serif;
  margin-left: 33vw;
  font-size: 1.2em;
}

.text2 {
  font-family: 'CiscoSans', sans-serif;
  margin-left: 35vw;
  font-size: 1em;

}

.textu {
  margin-right: 0.5vh;
  margin-top:2;
  
  /* Add a small gap between "hello" and "world" */
}

.custom-image {
  width: 70;
  height:50;
  /* Adjust the width of the image as a percentage of the viewport width */
  margin-left: 49vw;
  /* Add a gap between right border and the image */
  margin-top: -5.4vh;
}
.leftimage{
  height:50vh;
  width:40vw;
  margin-left: 2.5vw;
  border-radius: 2vh;
}

.rightimage{
  height:50vh;
  width:40vw;
  margin-right:2.5vw;
  border-radius:2vh;
}

.point {
  width: 30vw;
  height: 10vh;
  background-color: whitesmoke;
  border-radius: 5%;
  margin-left: 33vw;
  /* Adjust the spacing between points */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease-in-out;
}

.point:hover {
  transform: scale(1.2);
  /* Adjust the scale factor as needed */
}



.card {
  width: 50vw;
  height: 10vh;
  background: rgba(211, 211, 211, 0.199);
  position: absolute;
  transition: .3s ease-in-out;
  cursor: pointer;
  box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.3);
}


/* .flip-card-container {
  display: flex;
  margin-top: 8vh;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: center;
  overflow: auto;
} */

.flip-card {
  /* background-color: whitesmoke; */
  width: 75vw;
  height: 20vh;
  border-radius: 1rem;
  overflow: hidden;
  perspective: 1000px;
  font-family: 'CiscoSans', 'sans-serif';
  margin-bottom: 2vh;
  margin-top:4vh;
}

.title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  background-color: white;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid black;
  border-radius: 1rem;
  color: black;
}

.flip-card-back {
  transform: rotateY(180deg);
  background-color: #E1B129;
  color: white;
  font-size:medium;
}


.imageu {
  margin-left: 4vw;
  margin-top:7vh;
  margin-bottom:3vh;
  align-items: center;
  border-radius: 4vw;

}

.apply {
  align-self: auto;
  position: relative;
  overflow: auto;
  justify-content: center;
  background-color: white;
  max-width: 73vw;
  margin-left: 10vw;
  padding: 0.5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 5vh;
  border-radius: 0.5vw;
  font-size: 1.2em;
  font-family: 'CiscoSans', 'sans-seriff';
}

.container {
  width: 80%;
  max-width: 600px;
  margin: 50px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: 'CiscoSans', 'sans-seriff';
}

form {
  display: flex;
  flex-direction: column;
  font-family: 'CiscoSans', 'sans-seriff';
}

h2 {
  text-align: center;
  font-size:xx-large;
  margin-left: 2vw;
  color: #333;
  font-family: 'CiscoSans', 'sans-seriff';
}

label {
  margin-top: 10px;
  font-weight: bold;
}

input,
select,
textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

button {
  background-color: #E1B129;
  color: black;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: 'CiscoSans', 'sans-seriff';
}

button:hover {
  background-color: #051C32;
  color: white;
}

footer {
  animation: fade-in 1s ease-out;
  animation-delay: 0.6s;
  position: inherit;
}
.foot{
  background-color: #051C32;
  color: #fff;
  text-align: left;
  overflow:auto;
  padding: 0.8vh;
  position:static;
  column-span: all;
  bottom:0;
  right:0;
  margin-left:0vh;
  margin-right:0vh;
}
.footcopy{
  color:white;
  font-family: 'CiscoSans','sans-seriff';
  font-size: large;
  padding-bottom: 0.5vh;
  text-align: center;
  text-decoration: none;

}
.cmp-separator__horizontal-rule{
  background-color: white;
  border: none;
  height: 1px;
}
.footer-links a{
  color:white;
  font-family: 'CiscoSans','sans-seriff';
  text-align: left;
  font-size: large;
  text-decoration: none;
  margin-left:0.7vw;
  margin-right: 1.5vw;
}
.footer-links a:hover{
  text-decoration: underline;
}
.icons{
  flex-direction: row;
  color:white;
  margin-left:80vw;
  margin-top:-2.3vh;
}

.business{
  color:#051C32;
  font-size: small;
  font-family: 'CiscoSans','sans-seriff';
  align-content: center;
  text-align: center;
  margin-left:15.5vw;
}

.cardontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px;
}

.cardclass {
  width: 30%;
  height:auto;
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing:border-box;
}

.cardclass img {
  max-width: 100px;
}

.center-card {
  width: 30%;
  margin: 0 auto;
  margin-bottom:2vh;
}

.cardclass h3 {
  color: black;
  margin-top: 10px;
}

.ulu {
  list-style-type:disc;
  color:black;
  padding-left: 20px;
}

.li {
  list-style-type: disc;
  color: black;
  margin-bottom: 5px;
}