body {
  position: relative;
  background-color: black;
  margin: 0;
  width: 100%;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.navbar {
  font-family: arial;
  color: silver;

  width: 100%;
  font-size: 12.5px;
  font-weight: bold;
  line-height: 50px;
  padding-top: 20px;
  height: 70px;
  position: fixed;
  background: black;
  margin: 0 auto;
}
.textover i {
  cursor: pointer;
}

.more-info i {
  cursor: pointer;
}
.logo {
  float: right;
  padding-right: 5%;
}
i:hover {
  color: #daa520;
}
.table{
  min-width: 400px;

  
}
.table2{
  color: white;
  font-family: arial;

  
}
.submit{
margin-top: 20px;
 font-family: arial;;

  
}
.Sidebar {
  background-color: whitesmoke;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.Sidebar a {
  display: flex;
  padding-left: 2vh;
  margin: 0;
  font-family: arial;
  color: black;
  font-size: 20px;
  text-decoration-line: none;
}
.Sidebar a:hover {
  padding-left: 10px;
}
.mainpic img {
  position: relative;
  z-index: -1;
  width: 100%;
  display: none;
}

.bgtext {
  margin-top: -18%;
  color: white;
  width: 100%;
  text-align: center;
  font-family: Poppins;
}
p {
  margin: 0 auto;
  font-size: 85%;
  width: 70%;
}
.discover {
  font-size: 60%;
  font-family: arial;
  color: silver;
  margin-bottom: 0;
}
.aboutus {
  margin: 0 auto;
  text-align: center;
  align-items: center;
  padding-bottom: 50px;
}
.aboutus h1 {
  color: white;
  font-family: Poppins;
  font-weight: lighter;
  font-size: 28px;
}
.aboutus p {
  color: white;
  font-family: Montserrat;
  font-weight: lighter;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 20em;
  padding-bottom: 15px;
  padding-top: 5px;
  text-align: left;
}
.keenLogo {
  width: 13em !important;
}
.flex-container {
  display: flex;
  color: black;
  padding: 5%;
  font-size: 14px;
}
.flex-container p {
  max-width: 70%;
  font-size: 30px;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
}
.switch-logo {
  min-width: 160px;
  height: 60px;
  

  padding-left: 15%;
}
.myslide {
  box-shadow: 0 9px 9px rgba(0, 0, 0, 0.7);
  min-width: 100%;
}
.flex-container h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  align-content: center;
  text-align: left;
  padding-left: 15%;
  font-size: 60px;
  margin: 0;
}
.dot {
  cursor: pointer;
  height: 35px;
  width: 35px;
  margin: 2% auto;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #daa520;
}
.whitebackground {
  width: 100%;
  background: white;
}
#nexticon {
  transform: scale(0.6);
}
.transparent-container {
  background: rgba(189, 195, 192, 0.2);
  width: 40px;
  height: 30px;
  border-radius: 50%;
  padding-top: 10px;
  text-align: center;
  justify-content: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
}
.transparent-container-box {
  background: rgba(0, 0, 0, 0.4);
  max-width: 40%;
  margin-left: 3%;
  padding-bottom: 2%;
  padding-left: 1%;
}

.film {
  position: relative;
  z-index: -1;
  width: 100%;
  display: none;
}
.copyright {
  font-family: Arial;
  color: gray;
  text-align: center;
}

.learnMoreVideo {
  color: white;
  
  font-family: Oswald;
 width: 100%;
 


  margin-left: 2%;
}

.learnMoreVideo button:hover {
  padding-left: 10px;
}
.container {
  max-width: 1170px;
  margin: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
ul {
  list-style: none;
}
.footer {
  background-color: black;
  padding: 70px 0;
  
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footer-col ul {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
  font-family: Montserrat;
}
.footer-col ul li {
  font-size: 18px;
  padding-top: 5%;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 0.1px;
  background-color: #daa520;
  box-sizing: border-box;
  width: 100%;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col h4 {
  color: white;
  font-family: Poppins;
  padding-left: 8%;
  font-size: 24px;
}
.footer-col p {
  color: white;
  font-family: Montserrat;
  font-size: 18px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-copyright {
  color: grey;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
}
.footer-hr {
  color: white;
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
}
.content {
  display: block;
}
.social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}
.footer-col p {
  color: white;
  font-family: Arial;
  font-size: 18px;
  padding-left: 8%;
}
.footer-logo {
  padding-left: 8%;
  transform: scale(1.5);
}
.social-links {
  display: block;
}
.social-links h4 {
  color: white;
  font-family: Poppins;
  padding-left: 8%;
  font-size: 24px;
}
.more-info {
  color: white;
  text-align: center;
  align-content: center;
  display: flex;
  padding-bottom: 50px;
  padding-top: 90px;
}

.mi-part {
  margin: 0 auto;
  width: 25%;
  font-weight: lighter;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 10px;
}
.mi-part h2 {
  padding-top: 5%;
  font-family: poppins;
  font-weight: lighter;
}
.mytext {
  font-family: Montserrat;
  font-weight: lighter;
  text-align: left;
}
.h1dream {
  font-family: Poppins;
  padding-top: 5%;
  color: black;
  text-align: center;
  font-weight: lighter;
  text-align: center;
  font-size: 80px;
  font-weight: 500;
}
#title {
 
  text-decoration-skip: ink;
}
.videop {
  font-family: "Merriweather Sans", sans-serif;
  color: white;
  font-weight: lighter;
  font-size: 15px;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.5s ease;
  z-index: 1000;
}
.container {
  width: 100%;
  max-width: 220rem;
}
.nav {
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;

  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  transition: height 0.5s ease;
  background: rgb(242 179 23 / 80%);
}
.nav h1 {
  padding-left: 35px;
  padding-right: 10%;
  font-style: ITALIC;
  font-family: 'Montserrat';
}
.nav ul {
  padding-right: 13%;
  margin: 0 auto;
}
.nav a {
  text-decoration: none;
  color: black;
  font-size: 12.5px;
  font-family: arial;
}

.nav-list {
  list-style: none;
  display: flex;
     
}

.nav-link {
  margin: 0 1rem;
  position: relative;
}

.nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

#nav-cta {
  display: inline-block;
  background-color: #fff;
  color: #313131;
  padding: 1rem 2rem;
  border-radius: 2rem;
  transition: background-color 0.5s ease;
}

#nav-cta:hover {
  background-color: #d3d3d3;
}

/*Apply styles after scroll*/
.scrolling-active {
  background-color: white;
  box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
}

.scrolling-active .nav {
  height: 6.6rem;
}

.scrolling-active .nav a {
  color: #313131;
}

.scrolling-active #nav-cta {
  background-color: #313131;
  color: #fff;
}

.scrolling-active #nav-cta:hover {
  background-color: #151515;
}

.scrolling-active .nav-link::after {
  background-color: #313131;
}

.collapsible {
  display: none;
}
@media screen and (max-width: 560px) {
  .bgtext {
    margin-top: -32%;
  }
  .aboutus p {
    text-align: center;
  }
  .mainpic {
    padding-top: 15%;
  }
}
@media screen and (max-width: 1500px) {
  .nav h1 {
    padding-right: 4%;
  }
}
@media screen and (min-width: 700px) {
  p {
    font-size: 150%;
  }
  .aboutus h1 {
    font-size: 150%;
  }
  .textover {
    font-size: 150%;
  }
  .x {
    display: inline-flex;
    font-size: 20px;
    padding-top: 2%;
    padding-right: 1%;
    padding-bottom: 10%;
  }
  .transparent-container {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1000px) {
  header {
    display: none;
  }
  .more-info {
    transform: scale(0.8);
  }
  .mi-part {
    width: 100%;
    padding-top: 25%;
    font-size: 18px;
  }
  .mi-part h2 {
    font-size: 50px;
  }
  .mi-part p {
    font-size: 25px;
    width: 100%;
  }
  .more-info {
    display: block;
  }
  .myslide {
    width: 100%;
    max-width: 100%;
  }
  .flex-container P {
    font-size: 20px;
  }
  .switch-logo {
    padding-left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 1000px) {
  p {
    font-size: 200%;
  }
  .aboutus h1 {
    font-size: 200%;
  }
  .aboutus {
    margin-top: 10%;
  }
  .textover {
    font-size: 200%;
  }
  .transparent-container-box {
    max-width: 20%;
  }
  .transparent-container {
    margin-right: 20px;
  }
  .navbar {
    display: none;
  }
  .more-info {
    padding-top: -3%;
  }
  .keenLogo {
    width: 9em !important;
  }
}

@media screen and (max-width: 700px) {
  .flex-container {
    display: block;
    margin: auto;
  }
  .flex-container h3 {
    text-align: center;
    margin-left: -15%;
    font-size: 30px;
  }
  .flex-container p {
    font-size: 15px;
    margin-bottom: 10%;
    max-width: 100%;
  }
  .flex-container img {
    padding: 1%;
    min-width: block;
  }
  .flex-container i {
    display: none;
  }
  .h1dream {
    font-size: 30px;
  }
  .dot {
    height: 15px;
    width: 15px;
  }
  .row {
    display: block;
  }

  .footer-col {
    width: 90%;
    text-align: left;
    padding-left: 5%;
  }

  .footer-col p {
    width: 50%;
    font-size: 12px;
    text-align: center;
    margin: auto;
  }
  .footer-hr {
    display: none;
  }

  .collapsible {
    margin-top: 5%;
    display: block;
    background-color: #080808;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    font-family: poppins;
  }
  .footer-logo {
    padding-left: 35%;
  }
  .content {
    display: none;
    padding-top: 5%;
    padding-left: 0%;
  }
  .content p {
    font-size: 20px;
    padding-left: 0%;
    width: 80%;
  }
  .social-links {
    width: 50%;
    margin: 0 auto;
  }
  .socialicons {
    width: 100%;
    margin: auto;
  }
  .footer h4 {
    display: none;
  }
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black url("1.gif") no-repeat center center;
  z-index: 99999;
}

@media screen and (max-width: 1513px) {
  .aboutus {
    width: 88%;
  }
  .mainpic {
    padding-top: 15%;
  }
}
@media screen and (max-width: 1500px) {
  .aboutus {
    margin-top: 6%;
  }
  .keenLogo {
    width: 9em !important;
  }
}
