/*__________________________Generic Style_______________________ */
/*__________________________Generic Style_______________________ */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
     /*overflow-x: hidden;*/
    
}
nav{      background: #101010f2;}
body {
    font-size: 16px;
    line-height: 1.2em;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Raleway', sans-serif;
    color: #fff;


}
body::-webkit-scrollbar {
  width: 0.5em;
  background:black;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(122, 27, 27);
  border-radius:1em;
  outline: 1px solid slategrey;
}

input[type="button"] {
    outline: none;
}

ul {
    list-style: none;
}


textarea:focus,
input:focus,
button:focus {
    outline: none;
}

select {
    background: #000;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    outline: none;
    padding: 8px;
}


ul {
    list-style: none;
}


select:focus {
    border: none;
}


option {
    color: #fff;
}

/* Titles Styling */
.main-title h2 {
    font-weight: bold;
    color: #fff;
    padding-bottom: 4rem;
    position: relative;
}

.main-title h2::after {
    content: "";
    position: absolute;
    width: 300px;
    left: -60px;
    bottom: 46px;
    color: #b4171a;

    border-width: 1px 0 1px;
    border-style: solid;
}

.row-main .main-title {
    margin: auto;

}


/* Carousel section */
.carousel-indicators li {
    height: 9px;
    width: 27px;
    background: #b4171a;
    border-radius: 50%;
}
.carousel-item {
    height: 100%;
}

.carousel-item img {
    width: 100%;
    
   
}

/*________________________ Navbar without having Profile__________________________ */
/*________________________ Navbar without having Profile__________________________ */


.nav-link {
     
    font-size: 17px;
    color: #b4171a;
    font-weight: 900;
    transition: all 0.5s ease-in-out;
    letter-spacing: 1.1px;
}

.nav-link:hover {
    text-decoration: none;
    position: relative;
    color: #f8f8f8;
}

.nav-link:hover::after {
    content: '';

    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;

    border-width: 1px 0 1px;
    border-style: solid;
}

.navbar-brand img {
    width: 90px;
}

/*button subscribe*/
.btn-subscribe {
    background-color: #101010f2; /* Button color */
    color: #b4171a; /* Text color */
    padding: 10px 20px; /* Padding around text */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth color transition on hover */
}

.btn-subscribe:hover {
    background-color:#670707; /* Darker color on hover */
}

/* navbar class from javascript */
.nav__new {
    background: #101010f2;
    border-bottom: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}

/* header__section :: first Page */
.header-container {
    width: 100vw;
    height: 100vh;
}

.container-video {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.container-video video {
    min-width: 100%;
    min-height: 100vh;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;

}
.success {
  margin: 0 auto 9em auto;
  padding: 0.2em;
  border: 1px solid greenyellow;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 30%;
  box-shadow: 3px 3px 3px black;
}
.success h1 {
  font-size: 1em;
  
  font-weight: 700;
  letter-spacing: 0.1em;
}

.errors {
  margin: 0 auto 9em auto;
  padding: 0.2em;
  border: 1px solid red;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  width: 30%;
  box-shadow: 3px 3px 3px black;
}
.errors h1 {
  font-size: 1em;

  font-weight: 700;
  letter-spacing: 0.1em;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: .9;
    z-index: 2;
}
.backgrounIMG{
    width:100vw;
    height:100%;
}

.container-captions {
    z-index: 3;
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 250px
}

.captions-title {
    font-size: 100px;
    padding-bottom: 30px;
    font-weight: bold;
    position: relative;
}

.captions-title::after {
    content: "";
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: -10px;
    color: #b4171a;

    border-width: 1px 0 1px;
    border-style: solid;
}

.captions-pharagraph {
    font-size: 20px;
    padding-top: 20px;
    max-width: 1000px;
    margin: auto;
}

.captions-theme-div {
    padding-top: 20px;
    font-size: 19px;
    position: relative;
}

.captions-theme-div span {
    padding-top: 5px;
}

.captions-theme-div img {
    width: 20px;
}

.captions-theme-div img:last-of-type {
    transform: rotateY(180deg)
}

.active {
    color: #f00;

}


/*______________________Navbar when having Porfile_______________ */
/*______________________Navbar when having Porfile_______________ */


/* button will be shown in the mobiles version*/
.header__menu {
    height: 25px;
    width: 25px;
    fill: #fff;
    cursor: pointer;
    display: none;
}

/* Style The Dropdown Button */
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 19px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    padding-top: 7px;
    color: #b4171a;
    font-weight: 900;
    letter-spacing: 1.1px;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {

    color: #b4171a;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #000000;
}


.select_input {
    display: flex;
    justify-content: flex-end;
    border: 1px solid #c7c7c7;
}


/*__________________________Footer section__________________________*/
/*__________________________Footer section__________________________*/

footer {
    padding: 10px;
    display: block;
    background: linear-gradient(to right, #d1ccc0, #f7f1e3, #d1ccc0);
    border-top: #ce000f solid 3px;
}




/*_______________________ POP UP LOGIN__________________________ */
/*_______________________ POP UP LOGIN__________________________ */

.login-pop-up {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.6s ease-in-out;
    transform: translate(0px, -2200px);
    z-index: 30;

}

.content-pop-up {
    width: 300px;
    height: 400px;
    background-color: #fff;
    text-align: center;
    border: 1px solid grey;
    border-radius: 7px;
    position: relative;

}

.img-pop-up {
    padding-top: 2.5rem;
}

.close-pop-up {
    position: absolute;
    top: 12px;
    right: 14px;
}

.form-item {
    display: flex;
    border: 1px solid rgb(195, 189, 189);
    margin: 20px;
    min-height: 40px;
}

.form-pop-up input {
    width: 100%;
    padding-left: 10px;
    border: none;
}

.form-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    border-right: 1px solid rgb(195, 189, 189);
    color: black;
}

.form-caption {
    color: #000;
    font-size: 17px;
}

.form-caption a {
    color: #ae0709;
    font-weight: bold;
}

.cont {
    width: 100%;
    border: none;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: #ae0709;
    font-size: 17px;
    font-weight: 600;

}

.cont:hover {
    transition: all .5s ease-in-out;
    background-color: #ae0709;
    color: #fff;
}


.btn-close {
    border: none;
    background: none;
    transform: rotate(45deg);
    font-size: 4rem;
    cursor: pointer;
    color: rgb(13, 13, 13);
}

.btn-close:hover {
    border: none;
}


/* class from javascript  */
.translate {
    transform: translate(0px, 0px);
}


/* error boxing  */
.login-error {
    color: red;
    font-weight: bold;
    padding-top: 5px;
}

.form-remember-me {
    display: flex ;
    justify-content: flex-start;
    align-items: baseline;
    margin-left:20px;
}

.form-remember-me input {
    width:auto;
}

.label-me {
    background: none;
    border: none;
    color: #4f4f4f;
    padding-left: 6px;
    padding-bottom:0px;

}
.label-me:hover {
    background:none;
    color:#4f4f4f;

}

/*________________Sponsers and Gallery sections_______________________*/
/*________________Sponsers and Gallery sections_______________________*/

#sponsers,
#gallery {
    padding-top: 5rem;
    background-color: #0b0b0b;
    padding-bottom: 5rem;
}

.sponser-box img {
    width: 100%;
    padding: 30px;
    border: 0px solid #3a3939;
    display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.sponser-box a {
    width: 100%;
    padding: 30px;
    border: 0px solid #3a3939;
    display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.row2-spon-text {
    margin-top:20px;
}

.diamond-sponsor {
    margin-top:20px;
    
    
}

.row2-spon {
    margin-top:20px;
    text-align: center;

}

.apec-sponsor {
    font-family: /*'Srisakdi', cursive;*/ 'Raleway', sans-serif;
    text-align:center;
    color:#ddd;
    text-align:center;
    margin:auto;
    margin-bottom:10px;
    

}

/*_____________________history and committees________________________ */
/*_____________________history and committees________________________ */
#about-us,
#committees,
#events {
    background: #0b0b0b;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.history-left h3,
.history-right h3 {
    color: #ae0709;

}

.history-left {
    text-align: center;
    background: #151515;
    padding: 20px;
    color: #fff;
    max-width: 519px;
    line-height: 1.9;
}

.history-left p {
    text-align: left;
}

.history-right {
    text-align: center;
    color: #Fff;
    background: #151515;
    line-height: 1.8;
    padding: 20px;
}

.comm-title h2 {
    font-weight: bold;
    color: #fff;
    padding-bottom: 4rem;
    position: relative;
}

.comm-title h2::after {
    content: "";
    position: absolute;
    width: 350px;
    left: -60px;
    bottom: 46px;
    color: #b4171a;

    border-width: 1px 0 1px;
    border-style: solid;
}

.row-comm .comm-title {
    margin: auto;

}

.da-thumbs {
    list-style: none;
    width: 80%;
    min-height: 800px;

    margin: 0px auto !important;

    padding: 0;
    display: block;
}

.da-thumbs li {
    margin: 0 auto;
    float: left;
    background: #a4090a;
    padding: 8px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.10);
}

.da-thumbs li section,
.da-thumbs li section img {
    position: relative;
}

.da-thumbs li section {
    overflow: hidden;
}

.da-thumbs li section div {
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    margin: auto;
}

.da-thumbs li section div h2 {
    text-align: center;
    color: white;

    margin: 10px 10px 10px 10px;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.da-thumbs img {
    position: absolute;
    z-index: 0;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

/* class from javascript  */
.div-shown {
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div-shown h2 {
    font-size: 24px;
}

/*_________________________Contact Us Section_________________________*/
/*_________________________Contact Us Section_________________________*/

#contact {
    padding-top: 7rem;
    background: #0b0b0b;
}

.contact-us-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 21px;
    color: #e1e1e1;
    background-color: transparent;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    margin-bottom: 15px;
    opacity: .8;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;

}

#c-message {
    height: 117px;
    resize: none;
}

.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {

    background-color: transparent;
    border: 1px solid #aeaeae;
    border-radius: 4px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ddd;
    outline: 0px !important;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.submit-btn:hover {
    background: #a4090a;
    color: #fff;
    border-color: #aeaeae;
}

.social-icons {
    padding-top: 50px;
    padding-bottom: 70px;

}

.social-icons ul {
    margin: 0;
    padding: 0;
    text-align: center;

}

.social-icons ul li {
    list-style: none;
    display: inline;
    padding-left: 10px;
}

.social-icons ul li a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    color: #9d9d9d;
    transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;

}

.social-icons ul li a:hover {

    background-color: #a4090a;
    border: 1px solid #aeaeae;
    color: #fff;
}
.social-icons ul li #facebook:hover {

    background-color: #3C5A99;
   
}
.social-icons ul li #twitter:hover {

    background-color: #1DA1F2;
   
}
.social-icons ul li #youtube:hover {

    background-color: #FF0000;
   
}
.social-icons ul li #linkedin:hover {

    background-color: #0077B5;
   
}
.social-icons ul li #instgram:hover {

    background-color: linear-gradient(45deg, #833AB4, #FD1D1D, #F77737, #E1306C);
   
}

.social-icons ul li a i {
    font-size: 20px;
}


#events {
    background: #0b0b0b;
    padding-top: 4rem;
    padding-bottom: 3rem;

}

.events .main-title h2 {
    font-weight: bold;
    color: #fff;
    padding-bottom: 4rem;
    position: relative;
}

.event-left h3,
.event-right h3 {
    color: #ae0709;

}
.event-left {
    text-align: center;
    background: #151515;
    padding: 20px;
    color: #fff;
    max-width: 519px;
    line-height: 1;
}

.event-right {
    text-align: center;
    color: #Fff;
    background: #151515;
    padding: 20px;
    line-height: 1;
    max-width: 519px;
}

.events-grid {
  display: inline-grid;
  grid-template-columns: auto auto;
}
.Event{
   padding: 20px; 
}


/*__________________________SignUp page styling_______________________ */
/*__________________________SignUp page styling_______________________ */


#header-sec {
    background-image: url('../img/2.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 90vh;

}


.inputs-down-military {
    display: none;
}

footer p {
    color: #000;
}

.overlay-header {
    background-color: #000000cc;

    min-height: 90vh;
}


.signup-form {
    padding-top: 9rem;
}

.input-item {
    width: 100%;
    border: none;
    outline: nonde;
    outline: none;
    background: none;
    padding-left: 5px;
    color: #fff;
}

.input-item::placeholder {
    padding-left: 5px;
    color: rgb(150, 150, 150);
}

.row2 {
    padding-top: 1rem !important;
}

.row2 .item-submit {
    text-align: right;
}


.item-signup {
    display: flex;
    border: 1px solid #c7c7c7;
    /* margin-bottom: 20px; */
    max-height: 36px;
}

.icon-item {
    padding-right: 9px;
    border-right: 1px solid #c7c7c7;
    padding: 8px;
}

.item-submit input {
    min-height: 37px;
    min-width: 220px;
    margin-top: 20px;
    background: #fff;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #aeaeae;
    transition: all 0.5s ease-in-out;



}

input[disabled] {
    background: #ddd;
}
input[disabled]:hover {
    background: #ddd!important;
    font-weight: bold!important;
    color:#000!important;
}

.item-submit input:hover {
    transition: all 0.5s ease-in-out;
    background-color: #a4090a;
    border: 1px solid #000;
    color: #fff;
    font-weight: 500;



}

.buttons-form {
    font-size: 21px;
}

.buttons-form a {
    color: #ff0000;

}

/*Signup______Error divs */
.error-box {
    color: #ff1111;
    padding-top: 3px;
    padding-left: 12px;
    margin-bottom: 20px;
}

/* hidden inputs until hit engineering faculty  */
.inputs-down_dep,.inputs-down2 {
    display: none;
}


.inputs-down {
    margin-top: 0px;
    margin-bottom: 0px;
}

.inputs-down>li {
    display: flex;
    padding-right: 4px;
    align-items: center;
    border: 1px solid #c7c7c7;
    cursor: pointer;
}

.inputs-down>li:hover {
    background-color: #000000eb;
    transition: all 0.7s ease-in-out;
}

.inputs-down-content {
    margin-left: 27px;
    display: none;
}

.check-box,.check-box2 {
    display: none; 
}

/*___Department drop_down__ */
.show_boxes {
    display: flex ;
    justify-content: space-around;
    margin-top: 15px;

}

.item-check {
    display: flex;
    align-items: baseline;
}

.item-check label {
    margin-left:2px;
}


.inputs-down-content li {
    background-color: #000000;
    color: #fff;
    border: 1px solid #c7c7c7;
    padding: 10px;
    cursor: pointer;
}

.inputs-down-content li:hover {
    background-color: #900303f1;
    transition: all 0.5s ease-in-out;
    color: #fff;
    border: 1px solid #c7c7c7;
}


.angle {
    margin-left: auto;

}

.icon-drop {
    display: flex;
    align-items: center;
    min-height: 34px;
}

.inputs-down li span {
    padding-left: 8px;
}

/* class added from javascript to show drop down of uni,fac,year */
.show_hide {
    display: block;
    position: absolute;
    z-index: 30;
    width: 80%;
}


.inputs-down-content_dep {
    height : 240px;
    overflow-y:scroll;
}

/*_________________________Profile Page Styling_____________________ */
/*_________________________Profile Page Styling_____________________ */

.profile-header {
    padding-top: 6rem;
    font-family: 'Raleway', sans-serif;
    color: #fff;
}

.profile-row {
    text-align: center;
}

.row-col1 {
    border : 1px solid #383838eb;
}

.profile-icon {

    background: rgb(10, 10, 10);
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
    align-items: center;
    text-transform: uppercase;
    width: 120px;

}

.profile-icon span {
    font-size: 40px;
    font-weight: bold;
}

.row-col1 {
    border-right: 1px solid #383838eb;
}

.row-col2 {
    border: 1px solid #383838eb;
}

.profile-name {
    padding-top: 20px;
    position: relative;
    color: black;
    font-weight: bold;
}

.profile-title {
    padding-top: 20px;
    color: black;
}

.profile-title::after {
    content: "";
    width: 100%;
    background: grey;
    height: 1px;
    top: 84px;
    position: absolute;
    left: 0px;

}

.cv_label {
    font-weight: bold;
    border: 1px solid rgb(83, 83, 83);
    background-color: rgb(0, 0, 0);
    padding: 5px 15px;
    color: #ae0709;
    cursor: pointer;
}

.cv_label:hover {
    background: #ae0709;
    color: #fff;
    transition: all 0.5s ease-in-out;
}


.profile-title p:first-of-type {
    font-weight: bold;
    font-size: 27px;
}

.info-box p {
    font-weight: 600;
    font-size: 17px;
}

.info-box input {
    min-height: 31px;
    margin-bottom: 20px;

}

/* class added from javascript to move inputs to main positions  */
.form-container1 {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.form-container1 p {
    padding-right: 15px;
}

.profile_submit {
    margin-top: 15px;
    margin-bottom: 20px;

}

.span_cv {
    margin-left: 20px;
    font-weight: bold;
    color: #7e6e6e;
}

.span_i {
    color: #7e6e6e;
    border: 1px solid #7e6e6e;
    border-radius: 19px;
    margin-left: 2px;
}

.cv_message {
    font-size: 14px!important;
    display: flex;
    background: #ddd;
    color: black;
    font-weight: 600;
    padding: 5px;
    letter-spacing: 0.6px;
}



/*===========================EVENTS PAGE STYLING=========================== */
/*===========================EVENTS PAGE STYLING===========================*/
 


.row_event {
                display: flex;
             /*background:blue;*/
                justify-content: space-around;
                
}



.fake-body {
    position:absolute ;
    top:0; 
    left:0;
    width:100%;
    /*height:175%;*/
    height:100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    background: linear-gradient(to bottom ,rgb(155, 4, 4),black);
}

.event-card {
    width:350px;
    height:500px;
    text-align: center;
    background: #ddd;
    margin: 4rem 0;
    border-radius:12px;
    position:relative;
} 
/*===========================Event Content PopUP=========================== */
/*===========================Event Content PopUP=========================== */
.open-popup-button{
    font-size: 15px;
    color:rgb(155, 4, 4);
    margin-top: 20px;
}

.open-popup-button:hover{
    cursor: pointer;
    font-size:18px;
    transition : all 0.9s ease-in-out;
    color:rgb(155, 4, 4);
}
.flyer-popup{
    position: absolute;
    width: 70%;
    height: 70%;
    padding-top:20px;
    margin-top:20px;
    top: 2%;
    left: 15%;
    z-index: 10;
    transform:  scale(0);
    transition: 100ms ease-in-out;
    display: flex;
    justify-content: center;
}

.flyer-popup.Active{
    transform: scale(1);
    z-index: 1000;
    background: none;
}
.flyer-image-container{
    text-align: center;
    align-content: center
}

.flyer-image{
    width: 80%;
    height: 47%;
    margin: 15px;
}


.close-popup{
    color: white;
    background: none;
    border: none;
    display: flex
}

.close-popup>button{
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    font-weight: bold
}

.close-popup>button:hover{
    cursor: pointer;
}

.flyer-popup-content{
    width: 90%;
    height: 100%;
    padding: 15px;
    background: black;
    border-radius: 15px;
}

/*===========================Event Content PopUP=========================== */

.active{
/*  background: linear-gradient(to right, #ADA996, #f2f2f2, #DBDBDB, #eaeaea); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
/*height:600px;*/

    transition:all 0.5s;
}
.active #apply_now{
    clip-path: polygon(0 0, 100% 53%, 0 100%);

     background: #c0392b; 
     padding: 1em .3em;
     color: #ddd;
     margin-top:1em;
     box-shadow:3px 3px  #444;
     
     
}
.active p a{
    text-decoration:none;
    color:white;
    letter-spacing:.1em;
    
}
.active p {
   padding : 0px 5px;
    margin-bottom:5px;
    font-size: 12px;
    font-weight: bold;
    
}
.active:hover {
    transform:scale(1.03);

}

.header-old {
    margin:0;
    width:100%;
}

.event-card-old::before{
    content: "";
    position: absolute;
    z-index: 22;
    width: 350px;
    height: 500px;
    text-align: center;
    background: #2323237d;
    border-radius: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    
}
#rec {
  color: #333;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size:1.2em;
  padding-top:.2em;
}

#rec span {
  color: #c0392b;
  font-size: 1.3em;
  font-weight:bold;
}

.event-card-new::before{
    content: "";
    position: absolute;
    background: black;
    z-index: 22;
    width: 350px;
    height: 500px;
    text-align: center;
    background: #2323237d;
    border-radius: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.event-card img {
    width : 100%;
    margin: auto;
   
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.event-card h3 {
    margin-top:10px;
    font-weight: bold;
}

.card-info {
    height:140px;
}

.card-info p {
    padding : 0px 5px;
    margin-bottom:5px;
    font-size: 12px;
    font-weight: bold;
}
.active .card-image{
    position:relative;
    top:0%;
    margin-bottom: 0em;
}
.active .card-image img{
   /*height:210px;*/
}
.active .card-info {
    /*background:#aaa;*/
}
.active .card-info p{

    padding-top:2em;
}

.apply {
    width: 89%;
    border: none;
    border: 1px solid rgb(155, 4, 4);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    color:#949494;
    background: #000;
    color: white;
    margin-top:10px;
}

.apply:hover {
    background:rgb(155, 4, 4);
    transition: all 0.5s ease-in-out
}

.error-because-no-profile {
    margin:0px!important;
    width:100%;
    padding:5px;
    background:rgb(155, 4, 4);
    color : #ddd;
}

.createAccount {
    color:rgb(155, 4, 4);
}
.createAccount:hover{
    font-size:18px;
    transition : all 0.9s ease-in-out;
    color:rgb(155, 4, 4);
}


/*=========================Regstration PAGE ============================ */
/*=========================Regstration PAGE ============================ */

.registration-body {
    background: linear-gradient(to bottom ,rgb(155, 4, 4),black)

}

.registration-section {
    margin-top:5rem;
}


.show_hide2 {
    display: block;
    position: absolute;
    z-index: 30;
    width: 90%;
}

.event-submit {
    margin:auto;
    margin-top:12rem;
}

.message_to_apply {
    font-weight: bold;
    border: 1px solid red;
    width: 288px;
    margin: auto;
    font-size: 15px;
    padding: 5px;
    margin-top: -4px;

    border-radius: 6px;

}

/*__________________________RejectedPage____________________ */
/*__________________________RejectedPage____________________ */

.rejected {
    display: flex;
    justify-content: center;
    align-items: baseline;
    background: linear-gradient(to bottom ,rgb(155, 4, 4),black);
    color: #fff;
    min-height: 524px;
    height: 98vh;

}

.rejection_message{
    margin-top: 10rem;
    border:1px solid rgb(155, 4, 4);
    margin-bottom:9rem;
    background: #000;
    border-radius: 5px;
    padding:20px;
    width: 80%;
    text-align: center;

}

.pst_info {
    margin:auto;
    width: 100%;
}

.pst_info h2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.pst_info p {
    font-size: 22px;
    line-height: 1.3;
}

/*__________________________RULES PAGE______________________ */
/*__________________________RULES PAGE______________________ */


.rules_body{
    background: linear-gradient(rgb(155, 4, 4),black);
    line-height: 1.34;
}

.container_rules {
    margin-top:5rem;
}


.rules_title
{
    text-align: center ;
    color: whitesmoke ;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    
}

.hr-primary
{

    width: 90px ;
    background-color: antiquewhite;
    
    
}
.rules
{   
    margin:auto;
    width: 97% ;
    background-color: black ;
    border-radius: 15px ;
    padding: 15px ;
    margin-top: 15px;
    margin-bottom:15px;
}
.rules ul li
{
   
    color: white ;
    
}
.rules li
{   
    color: white ;
    margin: 10px;
    
    margin-bottom: 15px;
    color: black ;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}


.btn-danger
{
    margin: 30px ;
    width: 180px ;
    font-size: 35px ;
    font-family: 'Raleway', sans-serif;
    background-color: white ;
    color: black ;
}

.apply3 {
    width:30%;
    border: none;
    border: 1px solid rgb(155, 4, 4);
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    color: rgb(0, 0, 0);
    background: #fff;
    margin-top:10px;
    height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.apply3:hover {
    background:  rgb(79, 2, 2);
    transition: all .6s ease-in-out;
    color:#fff;
}


/*______________________________Waiting PAGE__________________*/
/*______________________________Waiting PAGE__________________*/

.waiting_body 
{
    background: linear-gradient(rgb(155, 4, 4),black);
    line-height: 1.34;
    min-height:577px;
    /* height: 100vh;*/
     /*overflow:hidden;*/

}

.box-message {
    margin-top: 12rem;
    text-align: center;
    padding: 30px;
    border: 2px solid #ddd;
}

.waiting_section {
    min-height: 545px;
}





/*____________________________________Accepted PAGE ________________ */
/*____________________________________Accepted PAGE ________________ */

/* Extra small devices (phones, 600px and down) */

/* Extra small devices (phones, 600px and down) */

.accepted_body {
	background: linear-gradient(to bottom, rgb(155, 4, 4), black);
	color:#000;

}

.accepted_container {
    min-height: 523px;
    height: 95vh;

}

#interview_alert {
    margin:auto;
}

#mainDiv2 {
	background: whitesmoke;
	padding: 36px;
	border-radius: 5px;
	/*margin-bottom: 10rem;*/
    margin-top: 5rem;

}

.InputArea2 {
	text-align: center;
	/* padding: 3% 5% 5%; */
	/* width: 100%; */
}

.close_warning {
	position: absolute;
    top: 0px;
    right: 8px;
}


#submitMe {
	margin-top: 0%;
	width:250px;

}
option {
	background-color: #d10000;
	color: white;
}

.jumbotron2 {
	border-width: 2px;
	border-style: solid;
	border-color: #D4141F;
    border-radius: 5px;
    padding:20px;
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;

	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;

	-webkit-animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	animation-duration: 0.6s;

	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-delay: 1.3s;
	color:#000;

}


.accepted_form {
	margin:auto;
}

.alert-primary {
	background-color: #1d1d1d;
	color: white;
}

.alert-primary b {
    color: #be0009 ;
    font-weight: bold;
    
}


.message_warn {
    position: relative;
    background: #be0009;
    color:#fff;
}

.prefs {
	margin-bottom: 5%;
	/* Here  */
}

.pref_box {


	background-color: #c71c24;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 3px;
	border-radius: 3px;
	box-shadow: 1px;

}

.fas {

	color: #82C91E;
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	-moz-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;

	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;

	-webkit-animation-duration: 0.7s;
	-moz-animation-duration: 0.7s;
	animation-duration: 0.7s;

	-webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	animation-delay: 0.7s;

}

.display_pref {
	letter-spacing: 0.7px;
    font-weight: 550;
    line-height: 2;
    font-size: 15px;

}

.accepted_message {
	color: #747070;
    font-size: 22px;
}

/*animation keyframes */

@-webkit-keyframes shadow-pop-bl {
	0% {
		box-shadow: 0 0 #a6c974, 0 0 #a6c974, 0 0 #a6c974, 0 0 #a6c974, 0 0 #a6c974, 0 0 #a6c974, 0 0 #a6c974, 0 0 #a6c974;
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	100% {
		box-shadow: -1px 1px #a6c974, -2px 2px #a6c974, -3px 3px #a6c974, -4px 4px #a6c974, -5px 5px #a6c974, -6px 6px #a6c974, -7px 7px #a6c974, -8px 8px #a6c974;
		-webkit-transform: translateX(8px) translateY(-8px);
		transform: translateX(8px) translateY(-8px);
	}
}





@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.form-control {
	cursor: pointer;

}

.box2 {
	position: relative;

}

.box2 select {

	font-size: 14px;
	-webkit-appearance: button;
	outline: none;
	width:250px;

}

.box2:before {
	content: '\f107';
	font-family: "FontAwesome";
	text-align: center;
	color: lightgray;
	font-size: 28px;
	left: 90%;
	top: -5%;
	position: absolute;
	background-color: transparent;
	pointer-events: none;
	border-radius: 5px;
}

.box2:hover:before {
	color: #D4141F;
	transition: background-color 1000ms linear;

}


/*_______________________________HR PAGE________________________ */
/*_______________________________HR PAGE________________________ */

.hr_body {

    background: linear-gradient(to bottom, rgb(155, 4, 4), black);
    color:#fff;
    width: 100vw;
    height:95vh;


}

.hr_body input {
    width:100%;
    min-height: 35px;
    height: 100%;
    padding-left: 5px;

}

.hr_form {
    margin-top: 9%;
    height: 87%;

}

.hr-signup {
    margin-bottom: 20px;
}

.hr_apply {
    background: #000;
    padding:8px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 3.5rem;
}

.hr_apply:hover {
    background:rgb(73, 73, 73);
    transition: all 0.7s ease-in-out;

}

#hr_textArea {
    width:100%;
    min-height: 90px;
    padding-left: 5px;
}

.hr_errorBox {
    border:1px solid #ae0709;
    padding:5px;
    display: none;
    margin-bottom: 20px;
    
}

@media screen and (max-width:600px) {
    
    .flyer-popup{
        display: none;    
    }
    .open-popup-button{
        display: none;
    }
    .hr_form {
        margin-top: 7rem;
    }
    .hr_body input {
        width:96%;
    }
    #hr_textArea  {
        width:96%;
    }
    .success {
  width: 100%;
}
.success h1 {
  font-size: .6em;
}

.errors {
  width: 100%;
}
.errors h1 {
  font-size: .6em;

}
}


@media only screen 
  and (min-device-width:601px) 
  and (max-device-width: 900px)
  {
          
          
.success {
  width: 70%;
}
.success h1 {
  font-size: 1em;
}

.errors {
  width: 70%;
}
.errors h1 {
  font-size: 1em;

}
    
      
  }
  
  .overlayC {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(63, 63, 57, 0.6);
  background: rgba(80, 29, 29, 0.3);
  z-index: 99999;
  padding: 3em;
  display: none;

  transition: all 0.5s;
}

.overlayC main {
  background: rgb(80, 29, 29);
  margin-top: 20vh;
  padding: 2em;
  color: #ddd;
  border-radius: 1em;
}

.overlayC main>.container {
  text-align: center;
}

.overlayC main h1 {
  letter-spacing: .1em;
  color: #ddd;

}

.overlayC main .closee {
  position: absolute;
  right: 5%;
  font-size: 1.5em;
  font-weight: 900;
  transition: all 0.4s;
}

.overlayC main .closee:hover {
  transform: scale(1.1);
  cursor: pointer;
}

#commDesc {
  list-style: circle;
  text-align: left;
  padding: 1em;
}

#commDesc li {
  margin: 1em;
  font-size: 1.2em;
  color: #ddd;
  font-weight: bold;
}

.commi:hover {
  cursor: pointer;
}
@media screen and (max-width: 399px){
    .overlayC {
    padding: 1em 2em;
  }
.overlayC main {
 
  margin-top: 0em;
  padding: 1em 0em;
 
}
.overlayC main h1 {
    font-size: 1em;

  }


} 

@media screen and (min-width:400px) and (max-width: 600px) {
  .overlayC {
    padding: 1em 2em;
  }
.overlayC main {
 
  margin-top: 0em;
  padding: 0em;
 
}
  .overlayC main h1 {
    font-size: 1.5em;

  }

  .overlayC main .closee {
    position: absolute;
    right: 2%;
    top: 1%;
    font-size: 1.3em;
  }

  #commDesc li {
    font-size: 1em;
  }



}
@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}



