

body {
   background-color: black;
    background-image: url(../media/freedome_wings_desktop.png);
    background-size: cover;
    background-position: 0px 94px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: whitesmoke;
    overflow-x: hidden;
}

a{
    text-decoration:none;
    color: white;
}

table,thead,tbody,th,tr,td{
    text-align: center !important;
    color: whitesmoke !important;
}

.container{
  margin-bottom: 8rem;
}

#main_use{
    height: 50vh;
    overflow: auto;
}


.file_container{
    margin-top: 8rem !important;
}

.card_bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 22rem;
}

.card_span{
    text-align: center;
    position: inherit;
    font-size: 5rem;
    color: #ffffff;
    padding: 42px;
}


.footer_div{
     position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;

}

.vn-blue a{
    background-color:#2980b9;
    display:inline-block;
    position:relative;
    margin:5px 5px;
    padding:9px 24px 11px 45px;
    color:#fff;
    transition:all 0.4s ease
}

.day,.datepicker-title,.dow,.prev,.next,.month,.year,.datepicker-switch{
    color: black !important;
}

.m-t-25{
    margin-top: 2rem !important;
}

.vn-blue a:before{
    content:"\f019";
    font-family:fontAwesome;
    position:absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size:20px;
    border-radius:0 20px 0 0;
    color:#000;
    background-color:#fff;
    opacity:0.3;
    padding:7px;
    top:0;
    left:0
}

.vn-blue a:hover{
    background:#2c3e50
}



.vn-orange a{
    background-color:#f39c12;
    display:inline-block;
    position:relative;
    margin:5px 5px;
    padding:9px 24px 11px 45px;
    color:#fff;
    transition:all 0.4s ease
}

.vn-orange a:before{
    content:"\f03d";
    font-family:fontAwesome;
    position:absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size:20px;
    border-radius:0 20px 0 0;
    color:#000;
    background-color:#fff;
    opacity:0.3;
    padding:7px;
    top:0;
    left:0
}

.vn-orange a:hover{
    background:#2c3e50
}

#VidIframe{
    width: 100%;
    height: 24.25vw;
}
.folder {
  -webkit-perspective: 500px;
  perspective: 500px;
  width: 100%; /* Adjust based on your requirement */
  height: 0;
  padding-bottom: 40%; /* Adjust the height proportionally */
  background: #ffd480;
  position: relative;
  top: 0;
  left: 0;
  border-top-right-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  margin-bottom: 4rem; /* Added margin to give space under the folder */
}
.folder::before {
  width: 24%; /* Adjusted to keep it proportional */
  height: 6%;
  content: '';
  background: #ffd480;
  position: absolute;
  top: -6%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.folder::after {
  width: 100%;
  height: 140%;
  position: absolute;
  content: '';
  background: #ffcb66;
  top: 12%;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transform: rotateX(-10deg);
  transform: rotateX(-10deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.folder-inside {
  width: 100%;
  height: 140%;
  position: absolute;
  background: #fff;
  top: 6%;
  left: 3%;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  border: 1px solid #ddd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.folder-inside::before {
    content: '';
    background: repeating-linear-gradient(0deg, #ffffff, #ffffff 10px, #333333 10px, #333333 20px);
    position: absolute;
    top: -47px;
    left: 45px;
    width: 50px;
    height: 140px;
    color: #343434;
    font-size: 60px;
    line-height: 30px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0.15;
}
.folder:hover {
  -webkit-transform: translate(0, -2%);
  transform: translate(0, -2%);
}
.folder:hover::after {
  -webkit-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
}
.folder:hover .folder-inside {
  -webkit-transform: rotate(-7deg) translateY(-15%);
  transform: rotate(-7deg) translateY(-15%);
}

/* עבור מסכים קטנים יותר (מובייל) */
@media (max-width: 768px) {
  body {
    background-image: url('../media/freedome_wings_mobile.png');
    background-position: center;
  }
}

/* Small devices (phones) */
@media (max-width: 576px) {
    #files td:first-child,
    #files th:first-child {
        display: table-cell;
    }

    div.dataTables_wrapper div.dataTables_filter {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .file_container {
        margin-top: 3rem !important;
    }

     #VidIframe {
        height: 46.25vw;
    }
     .card_span {
    font-size: 4rem;
    padding: 34px;
}
}

/* Medium devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    #files td:first-child,
    #files th:first-child {
        display: table-cell;
    }
    .file_container {
        margin-top: 3rem !important;
    }

    #VidIframe {
        height: 46.25vw;
    }

        .card_span {
    font-size: 4rem;
    padding: 34px;
}
}

/* Large devices (tablets and small desktops) */
@media (min-width: 769px) and (max-width: 992px) {
    #files td:first-child,
    #files th:first-child {
        display: none;
    }
    #VidIframe {
        height: 46.25vw;
    }
}

/* Extra large devices (desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
    #files td:first-child,
    #files th:first-child {
        display: none;
    }
}

/* Extra extra large devices (large desktops) */
@media (min-width: 1201px) {
    #files td:first-child,
    #files th:first-child {
        display: none;
    }

    div.dataTables_wrapper div.dataTables_filter {

        margin-bottom: 15px;
    }
}
