* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

/* navigation bar */
.navi {
  background: rgba(33, 33, 33, 0.116) !important;
}

.name {
  color: rgb(202, 243, 244) !important;
  font-weight: bold !important;
  text-align: center !important;
  /* float: left; */
}

/* banner */
.ban {
  height: 120vh;
}

.body {
  margin: 0;
  font-family: Arial;
  font-size: 27px;
}

#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
}

.content {
  position: relative;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  margin-top: -35rem;
  text-align: center;
  /* padding-left: 400px; */
  /* font-size: 30px; */
}

.content h1 {
  color: blue;
  font-size: 45px;
}

/* Modal */

/* The Modal (background) */
.modal {
  display: flex;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  overflow: auto;
  background-color: blue;
  background-color: rgba(0, 0, 0, 0.4);
  color: blue;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
}

/* Modal Content */
.modal-content {
  background-color: black;
  margin: auto;
  padding: 20px;
  border: 100px solid black;
  width: 80%;
}

/* The Close Button */
.close {
  color: #ee3c3c;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Banner1
.ban1 {
  height: 100vh;
  width: 100%;
  background-color: rgb(0, 0, 0);
}

.banrap1 {
  height: 100vh;
  width: 80%;
  background-color: rgb(0, 0, 0);
}
.box{
  
}

.content1 {
  position: relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 100px;
  margin-top: -35rem;
  text-align: center;
  padding-left: 400px;
   font-size: 30px; 
}

.content1 h1 {
  color: blue;
  font-size: 50px;
}

.content1 p{
  color: #ee3c3c;
  font-size: 20px;
}
.content1 li{
  color: white;
  font-size: 30px;
  text-decoration: none;
}

#pic1 {
  height: 100vh;
  width: 125%;
} */

.ban1 {
  width: 100%;
  background-image: url(./opener-w-Bugatti-3.webp);
  height: 100vh;
  background-size: 100%;
  background-repeat: no-repeat;
}

.banrap1 {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.banrap2 {
  width: 50%;
  margin: auto;
  /* border: 2px solid white; */
  padding-top: 200px;
}

.content1 h1 {
  color: blue;
  font-size: 50px;
}

.content1 p {
  color: #ee3c3c;
  font-size: 20px;
}

/* Middle */
.mid {
  width: 100%;
  height: 80vh;
  text-align: center;
  background-color: #181818;
}

.mid h1 {
  color: red;
  font-size: 30px;
}

.mid p {
  color: aliceblue;
  font-size: 20px;
}

.midrap {
  width: 80%;
  margin: auto;
  padding-top: 80px;
  /* display: grid;
  grid-template-columns: auto auto  ;
  grid-column-gap: 20px;
  grid-row-gap: 30px; */

}
.box{
  display: grid;
  grid-template-columns: auto auto auto;
  border-radius: 20px;
}


body {
  font-family: Arial, Helvetica, sans-serif;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 150%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /* background-color: #bbb; */
  color: black;
}

.flip-card-back {
  /* background-color: #2980b9; */
  color: white;
  transform: rotateY(180deg);
}

#myVideo1 {
  position: relative;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 110%;
  padding-bottom: 20px;
}

/* Footer */
.foot{
  width: 100%;
  height: 50%;
  text-align: center;
  background-color: #000;
  color: #f1f1f1;
}