/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 10px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.address{
  text-align: center;
  margin: 10px 0px;
}
.address > p{
  text-align: center;
  margin: 0px;
}
.close{
  font-family: 'Rajdhani', sans-serif;
  border: 1px solid black;
  padding: 10px;
  width: 100px;
  height: 50px;
  font-size: 20px;
  background: transparent;
  color: darkred;
  margin: auto;
}
.accent{
  background-color: wheat;
  width: 40px;
  height: 2px;
  margin: 30px auto;
}
.footer-logo1{
  margin: 10px 5px;
  width: 60px;
}
.footer-logo2{
  margin: 10px 5px;

  width: 45px;
}
.footer-logo3{
  margin: 10px 20px;
  width: 60px;
  border-radius: 50%;
}
.close:hover{
  background: darkred;
  color: white;
}
th{
  width: 450px;
  font-size: 18px;
  background-color: whitesmoke;
}
td, th{
  border: 1px solid lightgray;
}
table{
  margin-top: 30px;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 80%;
}
.p-h{
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}
.p-desc{
  text-align: left;

  font-size: 18px;
}

.flex-2{
  flex: 2;
  display: flex;
  place-items: center;
  flex-direction: column;
}
.oswald{
  font-family: 'Oswald', sans-serif !important;  
}
.w-300{
  font-weight: 300;
}
.flex-1{
  flex: 1;
}
.you{
  position: absolute;
  bottom:150px;
  right: 0px;
}
.you-img{
  width: 100px;
}
.main-div {
  background-image: url('../img/back_1.jpeg');
  background-size:cover;
  width: 100vw;
  display: flex;
}
.whitesmoke{
  background-color: grey  ;
}
.header{
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 25px;
  text-transform: uppercase;
}
.img-click-div > img{
  height: 75px;
}
.img-click-div > p{
  font-weight: bold;
}
.img-click-div{
  padding: 20px;
  width: 200px;
  text-align: center;
}
.img-click-div:hover{
  border-radius: 20px;
  background: grey;
  cursor: pointer;
}
.trophy{
  height: 320px;
}

.col{
  flex-direction: column;
  flex: 1;
  display: flex;
  place-items: center;
  justify-content: center;


}
.points{
  font-size: 18px;
}
.grey > *{
  color: white;
}

.grey{
  background-color: #212121;
}
.f30{
  font-size: 30px !important;
}
.form-in{
  width: 300px;
  height: 30px;
  border: 1px solid black;
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;

}
.form-btn{
  background-color: transparent !important;
  color: black !important; 
  border: 1px solid black !important;
}
.form-btn:hover{
  background-color: whitesmoke !important;
  color: black !important;
  font-weight: bold !important;
}
.f-header{
  padding: 0px 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.form-container{
  max-width: 750px;
  margin: auto  ;
}

body {
  /* background-color: #212121; */
  margin: 0px;
  font-family: 'Rajdhani', sans-serif;
}
.logo-spo{
  padding: 10px;
  margin-top: 30px;
  height: 200px;
  background-color: whitesmoke;
  box-shadow: 1px 1px 13px whitesmoke;
}
.logo-spo1{
  padding: 10px;
  margin-top: 30px;
  width: 90%;
  background-color: whitesmoke;
  box-shadow: 1px 1px 13px whitesmoke;
}
.sm-img{
  width: 200px !important;
}
.warn{
  color: goldenrod;
  font-weight: bold;
}
.as{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: white;
  border-bottom: 2px solid whitesmoke;
}
.address:hover{
  cursor: pointer;
}
.lable{
  text-align: justify !important;
}
.c-grey{
  color: grey;
  position: relative;
}
.input-cb{
  outline: dotted blue;
}
.logo {
  width: 150px;
}

.row{
  display: flex;
}

.white {
  color: white;
}
.title-div{
  margin: 0px 30px;
}
.title-div > p {
  margin: 3px;
  text-transform: uppercase;
  font-size: 25px;
}
.reg{
  font-family: 'Rajdhani', sans-serif;
  border: 2px solid white;
  padding: 10px;
  width: 200px;
  height: 70px;
  font-size: 24px;
  margin: auto;
  text-align: center;
  background: transparent;
  color: wheat;
}
.reg:hover{
  border: 1px solid dodgerblue;
  background: whitesmoke;
  color: black;
  cursor: pointer;

}
.lg > p{
    font-size: 36px ;
    margin: 0px !important;
    max-width: 600px;
}
.light{
    text-transform: uppercase;
    color: antiquewhite;
}
.center{
    text-align: center;
}
.mid{
    font-size: 20px !important;
    color: wheat;
    font-weight: 300;
}
.bold{
    font-weight: 600 !important;
}
.white-line{
    background-color: wheat;
    height: 2px;
    width: 50px;
    margin: auto;
    margin: 10px;
}
.p-mid > p{
  font-size: 18px;
}
.compact{
    max-width: 200px;
    text-align: center;
    font-weight: 300;
}
.round{
    width: 5px !important;
    height: 5px !important  ;
    border-radius: 50%;
}
.flex{
    display: flex;
    justify-content: center;
    place-items: center;
}
.flex-center{
    flex: 1;
    margin-left: 20px ;
}
.lg-d > p{
    font-size: 33px !important;
    max-width: 500px !important;
}
.red{
  color: crimson;
  position: relative;
  top: 12px
}
.f18{
  font-size: 18px !important;
}
.f20{
  font-size: 18px !important;
}
.f24{
  text-align: center;
  font-weight: 300;
  font-size: 20px !important;
}
.f35{
  font-size: 48px !important;
}
.iaw > img{
  width: 70px;
}
.iaw{
  border-radius: 10px;
  margin: 10px auto ;
  margin-bottom: 10px;
  margin-top: 0px;
 
}
.adj-left{
  position: relative;
  left: -10px;
}

.iaw-r > img{
  border-radius: 50%;
}

.br{
  border-right: 1px solid grey;
}

.green{
  color: green;
}