body {
  background-color: #f0f8ff;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin: 0;
}


#heading-container {
  padding-left: 8px;
}

#heading {
  padding: 24px 0;
  color: #000;
  font-weight: 600;
  margin: 0;
}

#categories {
  margin-bottom: 20px;
  font-size: 12px;
  padding-top: 16px;
}

#filter-icon {
  color: #0084ff;
}

.categories {
  display: inline-block;
  padding: 6px 14px;
  color: #0084ff;
  width: auto;
  border-radius: 15px;
  border: 1px solid #0084ff;
  margin: 5px;
  cursor: pointer;
}

.categories:hover {
  color: #fff;
  background-color: #0084ff;
}

.video-cards {
    background-color: #fff;
    vertical-align: top;
    margin: 6px;
    display: inline-block;
    border: none;
    box-shadow: 2px 2px 4px #ccc;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    height: 370px;
}

.video-cards:hover {
  cursor: pointer;
  box-shadow: 2px 2px 4px #0084ee;
}

.video-cards > img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 176px;
}

.card-content {
  padding: 10px 24px;
}

h3 {
  overflow: hidden;
  height: 36px;
  margin: 0;
  padding: 6px 0 2px 0;
  margin-bottom: 6px;
  text-align:center;
}

.author-date-conatiner {
  margin-bottom: 7px;
  margin-bottom: 7px;
}

#author {
  color: #0096ff;
  font-size: 14px;
  font-weight: 500;
}

#date-published {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  font-weight: bolder;
}

.description {
  min-height: 20px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.6);
  margin: 4px;
}
 .item{
  padding-left:5px;
  padding-right:5px;
}

/*videos*/
  .videoCard{
  border:2px red solid;
  
  }
    .category h4{
   padding:20px;
  
  }
  .video-card .card-header {
    padding-top: 1.538rem;
    padding-bottom: 1.538rem;
    margin-bottom: 0;
}

.video-card {
    position: relative;
    border: 0;
    background-color: #d4d7c973;
    border-top: 0.25rem solid #0f5091 !important;
    text-align: center;
    transition: all 0.2s;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 20px;
    /*min-height: 345px !important;*/
    min-height: 220px !important;
}
}
.video-card:hover, .pricing-card.active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.pricing-card-icon {
  position: absolute;
  font-size: 1.462rem;
  color: #fff;
  top: 0.625rem;
  right: 0.875rem;
}
/*.video-card-title {
  font-size: 1.38rem;
  font-weight: 500;
}*/
.video-card-title {
    font-size: 1.38rem;
    font-weight: 500;
    text-align: center;
    min-height:60px;
    /*padding:3px;*/
}
.video-card-price {
  padding: 0.385rem 0 1.154rem;
  font-size: 2.5rem;
}
.video-card-price .currency {
  vertical-align: text-top;
  font-size: 1rem;
  padding-right: 0.385rem;
}
.video-card-price .frequency {
  font-size: 1.38rem;
  font-weight: 300;
  vertical-align: text-bottom;
}
.video-card-features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.video-card-features li {
  font-size: 1rem;
  padding: 0.25rem 0;
  line-height: 1.7;
}
.video-card .card-header {
  padding-top: 1.538rem;
  padding-bottom: 1.538rem;
  margin-bottom: 0;
}
.video-card.card-body {
  padding-top: 1.538rem;
  padding-bottom: 1.538rem;
}
.video-card .card-footer {
    padding-top: 2.2rem;
    padding-bottom: 1.538rem;
    color: darkred;
}
.video-card .btn {
 /* min-width: 8rem;*/
}

.video-card-features-nosupport {
  opacity: 0.4;
  text-decoration: line-through;
}

.video-card-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  height: 10rem;
  width: 10rem;
  overflow: hidden;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
    .video-card-ribbon span {
        height: 2.25rem;
        width: 15rem;
        line-height: 2.25rem;
        font-size: 0.8462rem;
        text-align: center;
        font-weight: bold;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
        color: #fff;
        background-color: #e53531;
        transform: rotate(45deg);
        overflow: hidden;
        white-space: nowrap;
        position: absolute;
        top: 1.7142857143rem;
        right: -4.5rem;
    }

.video-card-promo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5rem 4.5rem 0;
  border-color: transparent;
  border-right-color: #dee2e6;
}

.border-primary.video-card-promo:before {
  border-right-color: #4285f4;
}

.border-secondary.video-card-promo:before {
  border-right-color: #878787;
}

.border-success.video-card-promo:before {
  border-right-color: #34a853;
}

.border-info.video-card-promo:before {
  border-right-color: #6ba4ff;
}

.border-warning.video-card-promo:before {
  border-right-color: #ff9f00;
}

.border-danger.video-card-promo:before {
  border-right-color: #ea4335;
}

.border-light.video-card-promo:before {
  border-right-color: #f8f9fa;
}

.border-dark.video-card-promo:before {
  border-right-color: #343a40;
}

.jumbotron {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    color: inherit;
    background-color: #c1dafb !important;
}
.row {
    margin-right: 15px !important;
    margin-left: 15px !Important;
}
.container.mt {
    margin-top: 50px;
}
p.description.\.descriptionar {
    text-align: right;
    direction: rtl;
    font-size: 15px !important;
}

@media only screen and (max-width: 600px) {
    .jumbotron p {
        /* Put background */
        /*background-image: url('../../Images/ETClogo.jpg');*/ /* shows image */
        /*height: 100px;*/ /* be sure to set height & width */
        /*width: 600px;*/
        /* Hide the text. */
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        margin-bottom: unset;
    }
    .h3, h3 {
        font-size: unset;
    }
    .container {
        padding-right: unset !important;
        padding-left: unset !important;
        margin-right: 500px;
        margin-left: auto;
    }
    .video-cards {
        background-color: #fff;
        vertical-align: top;
        margin: 6px;
        display: inline-block;
        border: none;
        box-shadow: 2px 2px 4px #ccc;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        height: 400px;
        margin-left: 40px;
    }
}
/* For Mobile */
@media screen and (max-width: 540px) {
    .jumbotron p {
        /* Put background */
        /*background-image: url('../../Images/ETClogo.jpg');*/ /* shows image */
        /*height: 100px;*/ /* be sure to set height & width */
        /*width: 600px;*/
        /* Hide the text. */
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        margin-bottom: unset;
    }
    .h3, h3 {
        font-size: unset;
    }
    .container {
        padding-right: unset !important;
        padding-left: unset !important;
        margin-right: 500px;
        margin-left: auto;
    }
    .video-cards {
        background-color: #fff;
        vertical-align: top;
        margin: 6px;
        display: inline-block;
        border: none;
        box-shadow: 2px 2px 4px #ccc;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        height: 400px;
        margin-left: 40px;
    }
}
/* For Tablets */
@media screen and (min-width: 540px) and (max-width: 780px) {
    .jumbotron p {
        /* Put background */
        /*background-image: url('../../Images/ETClogo.jpg');*/ /* shows image */
        /*height: 100px;*/ /* be sure to set height & width */
        /*width: 600px;*/
        /* Hide the text. */
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        margin-bottom: unset;
    }
    .h3, h3 {
        font-size: unset;
    }
    .container {
        padding-right: unset !important;
        padding-left: unset !important;
        margin-right: 500px;
        margin-left: auto;
    }
    .video-cards {
        background-color: #fff;
        vertical-align: top;
        margin: 6px;
        display: inline-block;
        border: none;
        box-shadow: 2px 2px 4px #ccc;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
        height: 500px;
        margin-left: 40px;
    }
}