:root {
  --color-primary: #fc0000;
  --color-primary-hover: #bf0000;
}

* {
  font-family: "Montserrat", system-ui;
  color: #b1b1b1;
}

body {
  padding-bottom: 0px;
  overflow-x: hidden;
  line-height: 1.75;
  font-size: 16px;
  color: #555555;
  font-family: "Montserrat", system-ui;
}

::selection {
  color: #ffffff;
  background: var(--color-primary);
}

.btn-light {
  color: #000;
  background-color: #ffff;
  border-color: #ffff;
}

#progression-studios-header-position {
  position: absolute;
  width: 100%;
}

#progression-sticky-header.progression-sticky-scrolled {
  background-color: rgba(9, 9, 12, 0.6);
}

.product-image a:hover .blog-play-icon {
  border-color: rgba(255, 255, 255, 0.7);
}

.progression-masonry-item * {
  box-sizing: content-box;
}

.blog-play-icon {
  text-align: center;
  line-height: 52px;
  color: #ffffff;
}

.blog-play-icon i {
  position: relative;
  color: #fff;
}

.blog-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background-color: #595757d4;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}

.product-grid:hover .blog-play-icon {
  opacity: 1;
}

.top-menu {
  z-index: 1000;
  position: fixed;
  width: 100%;
  border: aliceblue;
  border-bottom-color: aliceblue;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar .navbar-brand img {
  width: 160px;
  height: 70px;
  object-fit: contain;
}

.carousel-item-active img {
  width: 100%;
}

.sb-menu ul li a {
  text-decoration: none;
  font-size: 13px;
}

.card-inner-box.card-media img {
  height: 480px;
  width: 100%;
  object-fit: contain;
}

.card-inner-box {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.card-inner-box {
  padding: 20px;
  border-radius: 0.25rem;
}

/* #navbarSupportedContent ul li a {
  font-size: 15px;
  color: #fff;
  font-family: "Montserrat", system-ui;
} */

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
}

@media only screen and (max-width:1360px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}

@media only screen and (max-width:1024px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 1px;
  }
}

.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}

.header.active .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 700;
}

.header.active .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}

.product-image a img {
  width: 100%;
  /* height: 350px; */
  height: 220px;
  object-fit: cover;
}

.product-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}

h2.title a {
  color: var(--color-primary);

}

/* h2.title a:hover {
  color: var(--color-primary);
} */

.title {
  font-size: 17px !important;
  color: #fff;
  font-weight: 600;
}

.all-video .product-content .title {
  font-size: 16px !important;
  color: #fff;
  font-weight: 600;
  padding-bottom: 9px;
}

.all-video .progress-post {
  padding-top: 10px;
  border-top: 1px dashed #d3d3d333;
}

.product-content {
  /* padding: 13px 5px 5px 5px; */
  padding: 13px 5px 13px 5px;
}

.product-content .blog-meta-category-list a {
  text-decoration: none;
  color: #fff;
}

.elementor-heading h2 {
  color: #000000d9;
  font-size: 27px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-meta-category-list a {
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;

  color: #fff;

}

.blog-floating-comments-viewcount {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  padding: 40px 0px 22px 0px;
  line-height: 1;
  text-align: right;
}

.blog-floating-comments-viewcount span.blog-meta-comments {
  font-family: "Montserrat", system-ui;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  padding-right: 20px;
}

.blog-meta-category-list span {
  font-size: 19px;
  font-family: "Montserrat", system-ui;
  font-weight: 700;
  /* border-bottom: 3px solid #39c686; */
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 7px;
  line-height: 1.2;
  color: var(--color-primary);
}

.stock-video-main-title {
  font-size: 18px !important;
  text-transform: capitalize;
  font-weight: 700;
}

.elementor-heading {
  color: var(--color-primary);
  font-size: 26px;
  font-weight: 600;
}

.oriantation-title {
  color: var(--color-primary);
  font-size: 27px;
  text-transform: capitalize;
  font-weight: 700;
}

.elementor-button {
  font-family: "Fira Sans", Sans-serif;
  font-size: 15px;
  font-weight: bold;
  fill: #070707;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  border-radius: 0px 0px 0px 0px;
  padding: 18px 28px 18px 28px;
}

/* .elementor-button:hover {
 
  background-color: #fff;
} */

.elementor-button {
  text-decoration: none;
}

/* p {
  margin-bottom: 50px;
} */

.elementor-button-text {
  color: #070707;
}

.elementor-button-text:hover {
  color: #ffff;
}

.progress-post {
  font-family: "Montserrat", system-ui;
  color: #aaaaaa;
  font-size: 14px;
}

.progress-post a {
  color: #666666;
  text-decoration: none;
}

.loadmore-pro a {
  text-decoration: none;
  margin: 0px auto 0px auto;
  display: inline-block;
  line-height: 1;
  border: none;
  text-align: center;
  border-radius: 0px;
  width: auto;
  padding: 18px 26px;
  font-weight: 500;
  color: #6e8a95;
  font-size: 16px;
  font-family: "Montserrat", system-ui;
}

.loadmore-pro a {
  font-size: 15px;
  background: var(--color-primary);
  color: #ffffff;

}

.loadmore-pro a span i {
  color: #ffffff;
  font-size: 90%;
  position: relative;
  top: 0px;
  padding-left: 3px;
}

.loadmore-pro {
  text-align: center;
}

.VideoCat-bg {
  background-color: transparent;
  background-image: linear-gradient(90deg, #f24a4b 0%, #c63d6f 100%);
}

ul.progression-studios-category-list li a {
  display: block;
  font-family: "Montserrat", system-ui;
  width: 90%;
  padding: 10px 5%;
  line-height: 1;
  background: rgba(0, 0, 0, 0.05);
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 15px;
  border-radius: 4px;
}

.elementor-heading-title {
  color: #ffffff;
}

.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

h2 {
  font-size: 32px;
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
  padding: 30px;
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;

}

ul.progression-studios-category-list {
  list-style: none;
  margin: 0px;

  padding: 0px;
  margin-left: -1%;
  margin-right: -1%;
}

ul.progression-studios-category-list li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

ul.progression-studios-category-list li a {
  text-decoration: none;
}

ul.progression-studios-category-list li a span {
  float: right;
  font-size: 80%;
  color: #fff;
}

ul.progression-studios-category-list li {
  width: 31.330%;
}

ul.progression-studios-category-list li {
  margin: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

.elementor a {
  box-shadow: none;
  text-decoration: none;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}

.elementor-widget-wrap>.elementor-element {
  width: 100%;
}

.elementor-widget {
  position: relative;
}

.newsletter-text h3 {
  color: #ffffff;
}

.newsletter-text p {
  color: #ffffff87;
  font-size: 15px;
}


/* footer#site-footer css */
footer#site-footer {
  /* background: #09090c; */
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-blend-mode: luminosity;
  z-index: 9;
}

footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0900004f;
  opacity: 0.8;
  z-index: -1;
}

#site-footer img {
  width: 160px;
  height: 70px;
  object-fit: contain;
}

footer#site-footer {
  color: #939394;
  font-size: 15px;
}

footer#site-footer ul.social-icon {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}

footer#site-footer ul {
  text-align: left;
}

footer#site-footer ul.social-icon li {
  margin: 0px;
  padding: 0px;
  display: inline;
}

footer#site-footer ul li {
  line-height: 1.5;
  position: relative;
  /* margin: 0px 0px 6px 0px;
  padding: 0px 0px 6px 26px; */
}

footer#site-footer ul.social-icon li a i {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #000;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

footer#site-footer ul.social-icon li a i:hover {
  background-color: var(--color-primary-hover);
}

footer#site-footer ul.social-icon li a {
  display: inline-block;
  margin-bottom: 30px;
}


footer#site-footer ul {
  text-align: left;
  list-style: none;
  margin: 0px 0px 25px 0px;
  padding: 0px;
}

footer#site-footer ul li::before {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  left: 0px;
}

footer#site-footer .recent_entries ul li::before {
  position: absolute;
  content: "\f0f6";

}

footer#site-footer ul li {
  line-height: 1.5;
}

footer#site-footer ul li {
  line-height: 1.5;
}

footer#site-footer a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  color: #fff;
  font-weight: 400;
}

footer#site-footer a:hover {
  color: rgba(255, 255, 255, 1);
}


.widget {
  float: left;
  margin-right: 4%;
}

footer#site-footer ul li {
  padding-bottom: 10px;
}

footer#site-footer .recent_entries ul li span.post-date {
  display: block;
  font-size: 90%;
}

footer#site-footer a {
  text-decoration: none;
}

footer#site-footer h4.footer-title {
  margin-bottom: 27px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--color-primary);
}

.recent-posts-3 .widget {
  width: 30.5%;
}

footer#site-footer ul li::before {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  position: absolute;
  left: 0px;
}

footer#site-footer .recent_comments ul li::before {
  content: "\f0e6";
}


.widget li.recentcomments span.comment-author-link {
  font-style: italic;
}

#site-footer .footer-content {
  max-width: 350px;
  font-size: 14px;
  color: #fff;
}

#site-footer .content-left {
  margin-left: 33px;
}

@media only screen and (max-width: 991px) {
  #site-footer .content-left {
    margin-left: 0;
  }
}

h2.progression-blog-slider-title {
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

h4.progression-blog-slider-sub-title {
  font-size: 20px;
  /* color: rgba(255, 255, 255, 0.56); */
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

h6.progression-blog-slider-smallest-title {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.2;
}


/* header */
.carousel-caption {

  text-align: none;
}

@media only screen and (max-width: 768px) {

  h2.progression-blog-slider-title {
    font-size: 46px;
  }
}

@media only screen and (max-width:576px) {

  h2.progression-blog-slider-title {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
  }

  h4.progression-blog-slider-sub-title {
    font-size: 17px;

  }

  h6.progression-blog-slider-smallest-title {
    font-size: 17px;
  }
}

@media only screen and (max-width:576px) {
  h2.progression-blog-slider-title {
    color: #ffffff;
    font-size: 35px;

  }

  h4.progression-blog-slider-sub-title {
    font-size: 17px;

  }

  h6.progression-blog-slider-smallest-title {
    font-size: 17px;
  }
}

@media only screen and (max-width:360px) {
  h2.progression-blog-slider-title {
    color: #ffffff;
    font-size: 25px;

  }

  h4.progression-blog-slider-sub-title {
    font-size: 15px;

  }

  h6.progression-blog-slider-smallest-title {
    font-size: 14px;
  }
}

.sb-menu ul li {
  white-space: nowrap;
}

nav#site-navigation {
  letter-spacing: 0.9px;
}


.navbar-nav .navbar-nav .nav-link::after {
  content: "";
  display: block;
  /* position: absolute; */
  left: 0px;
  margin-top: 17px;
  height: 2px;
  background: #888888;
  opacity: 0.5;
  width: 0px;
  margin-left: 15px;

}

.carousel-item img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.carousel-item {
  position: relative;
}

.carousel-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}

.carousel-caption {
  z-index: 1;
}

.sf-arrows .sf-with-ul::after {
  font-weight: normal;
  font-style: normal;
  font-family: FontAwesome;
  border: none;
  content: "\f107";
  font-size: 12px;
  top: 50%;
  right: 24px;
  margin-top: -7px;
}

.sf-arrows .sf-with-ul::after {
  right: 27px;
}

.sf-menu a::before {
  background: var(--color-primary);
  margin-top: 17px;
}

.sf-menu a {
  color: #eeeeee;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
}

.sf-arrows .sf-with-ul {
  padding-right: 33px;
}

.sf-menu a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  /* margin-top: 17px; */
  height: 2px;
  background: var(--color-primary);
  /* opacity: 0.5; */
  width: 0px;
  /* margin-left: 15px; */
  margin-bottom: -2px;
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .sf-menu a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header.active .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: red;
    border-bottom: 2px solid var(--color-primary);
    font-size: 13px;
    font-weight: 700;
  }
}

.nav-item .nav-link {
  position: relative;
  transition: all0.5s;
  transition: all 0.5s;
}

.nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -18px;
  width: 0;
  height: 3px;
  background-color: var(--color-primary);
  transition: all 0.5s;
}

.nav-item:hover .nav-link:before {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: red;
    font-size: 700;
    transition: all 0.5s;
  }

  .nav-item .nav-link::before {
    height: 0px;
  }
}

/* .sf-menu li.divider::after {
  content: '';
  position: absolute;
  bottom: 28px;

  height: 24px;
  width: 1px;
  background: rgba(255, 255, 255, 0.26);
} */

.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /* opacity: .5; */
  border-radius: 10px;
  transition: opacity .6s ease;
}

.header.active.bg-transparent .top-menu {
  background-color: #000 !important;
  box-shadow: 0px -2px 20px 1px rgba(0, 0, 0, 3);
}

@media screen and (max-width: 991px) {
  .header .top-menu {
    background-color: #000 !important;
  }

  .navbar-light .navbar-nav .nav-item .nav-link {
    color: #777;
    font-size: 700;
  }

  .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
  }
}

.btn-outline-success:hover {
  color: #fff;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-outline-success {
  color: #fff;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-outline-success.progression-megamenu-iconn i {
  color: var(--color-primary);
}

nav#progression-studios-right-navigation ul li a:hover {
  color: var(--color-primary);

  border-color: var(--color-primary);
}

nav#progression-studios-right-navigation ul li a {
  color: var(--color-primary);
  border-color: rgba(225, 43, 95, 0.7);
}

nav#progression-studios-right-navigation ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", system-ui;
  line-height: 1;
  padding: 14px 19px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  transition: all 0.5s;
}

nav#progression-studios-right-navigation ul li a:hover {
  background-color: var(--color-primary);
}

nav#progression-studios-right-navigation ul li a .progression-studios-menu-title {
  color: #fff;
}

nav#progression-studios-right-navigation ul li a {
  text-decoration: none;
}

nav#progression-studios-right-navigation ul li a i {
  padding-right: 5px;
  color: #fff;
}

nav#progression-studios-right-navigation ul li a span {
  color: var(--color-primary);
}

nav#progression-studios-right-navigation ul {
  list-style: none;
}

nav#progression-studios-right-navigation ul {
  list-style: none;
  margin: 0px;
  padding: 13px 0px 0px 0px;
  float: right;
}

nav#progression-studios-right-navigation ul {
  padding-top: 0px;
}

.sf-arrows .sf-with-ul::after {

  margin: 5px;
}

.flex-control-paging li a::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  padding: 8px;
  height: 100%;
  border-radius: 20px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
}

.carousel-caption.blog-meta-category-list {
  text-align: start;
  display: flex;


}

body[data-layout=horizontal] .content-page {
  padding: 0;
}

.h-banner2 {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/* cotact */
.content-page {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

#page-title-pro {
  background-image: url('https://192.168.1.86/aidady/assets/images/contact-page-img.jpg');
}

#page-title-pro {
  text-align: center;
}

#page-title-pro {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


#page-title-pro h1 {
  font-weight: 700;
  padding: 0px 1px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  position: relative;
  z-index: 5;
}

.contact-page {
  background-color: #0f1113f5;
  border-radius: 25px;
  padding: 20px;
  border: 1px solid var(--color-primary);
}

.content-data h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px dashed #d3d3d321;
  padding-bottom: 16px;
}

.content-data {
  /* border: 1px solid #d3d3d329; */
  border-radius: 15px;
  padding: 5px 5px 5px 5px;
}

.contact-page .contact-form .input-group .form-control {
  background: transparent;
  border: 1px solid #f2f3f55c;
  border-radius: 10px;
}


ul li {
  font-family: "Montserrat", system-ui;
}

.input-group .form-control {

  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  padding: 10px 18px;
  background: #f2f3f5;
  border: 2px solid #f2f3f5;
}

#page-content .form-group .form-control {
  background: transparent;
  border: 1px solid #f2f3f52b;
}

#page-content .form-group .form-control {
  width: calc(100% - 4px);
}

.form-group .wpcf7-submit {
  font-size: 15px;
  background: var(--color-primary);
  color: #ffffff;
}

.form-group .wpcf7-submit {
  line-height: 1;
  border: none;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  width: auto;
  padding: 18px 26px;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", system-ui;
}

.form-group .wpcf7-submit span {
  color: #ffffff;
}

.e-mt {
  margin-top: 55px;
}

.card {
  height: 100%;
  background: #f2f3f5;
  border: 2px solid #f2f3f5;
}

.card .card-header h3 {
  font-weight: 500;
  font-size: 25px;
}

.elementor-widget-wrap {
  /* padding: 40px 40px 40px 40px; */

  background-color: #0f1113f5;
  border-radius: 25px;
  padding: 22px 17px 18px 27px;
  border: 1px solid var(--color-primary);
}

.elementor-icon li {
  list-style: none;
  color: #646464;
}

.elementor-widget .elementor-icon-list-icon i {
  width: 1.25em;
  font-size: var(--e-icon-list-icon-size);
}

.elementor-icon {
  padding-left: 0rem;
}

.elementor-icon .elementor-icon-list-item {
  padding: 0 0 25px 0;
}

.elementor-font h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  border-bottom: 1px dashed #d3d3d321;
  padding-bottom: 22px;
}

.elementor-clearfix p {
  color: #ffffffde;
  font-size: 17px;
}

.elementor-icon li span {
  color: #ffffffde;
}

.elementor-icon li span i {
  color: var(--color-primary);
}

.baground-banner {
  width: 100%;
  height: 350px;
}

.baground-banner {
  /* background-color: #ffff; */
  /* padding-top: 200px;
  padding-bottom: 130px; */
  /* background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
}

.baground-banner {
  text-align: center;
}

.baground-banner h1 {
  font-weight: 700;
  padding: 0px 1px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  position: relative;
  z-index: 5;
  margin-top: 135px;
}

@media screen and (max-width: 991px) {
  .baground-banner h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 576px) {
  .baground-banner {
    width: 100%;
    height: 280px;
  }

  .baground-banner h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 360px) {
  .baground-banner h1 {
    font-size: 22px;
    margin-top: 120px;
  }

  .baground-banner {
    width: 100%;
    height: 242px;
  }
}

/* 
.aboutbanner {
  width: 100%;
  background-image: url('https://192.168.1.86/aidady/assets/images/contact-page-img.jpg');
  height: inherit;
}

.aboutbanner {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.aboutbanner {
  text-align: center;
}

.aboutbanner h1 {
  font-weight: 700;
  padding: 0px 1px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #ffff;
  font-size: 60px;
  position: relative;
  z-index: 5;
} */


/* #policy {
  width: 100%;
  background-image: url('https://192.168.1.86/aidady/assets/images/contact-page-img.jpg');
  height: inherit;
}

#policy {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#policy {
  text-align: center;
}

#policy h1 {
  font-weight: 700;
  padding: 0px 1px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  position: relative;
  z-index: 5;
}

#trams-con {
  width: 100%;
  background-image: url('https://192.168.1.86/aidady/assets/images/contact-page-img.jpg');
  height: inherit;
}

#trams-con {
  background-color: #000000;
  padding-top: 200px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#trams-con {
  text-align: center;
}

#trams-con h1 {
  font-weight: 700;
  padding: 0px 1px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  position: relative;
  z-index: 5;
} */


.blogbgdark {
  background: #000;
}

.card-body a {}

/* .card-body span a {
  font-size: 15px;
  background: var(--color-primary);
  color: #ffffff;
} */

/* .btn-submit {
  line-height: 1;
  border: none;
  text-align: center;
  display: inline-block;
  border-radius: 0px;
  width: auto;
  padding: 18px 26px;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", system-ui;
} */

.navbar-nav .nav-item {
  padding: 0 10px;
}

.leadFormfooter .input-group .form-control {
  width: 50px;
}

.content-page {

  padding: 0 15px 5px 15px;
  min-height: 40vh;

}

#tools-box h2 {
  color: #fff;
  font-size: 25px !important;
  border-bottom: 1px solid #d3d3d369;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

.about-card {
  color: #000;
  border-radius: 10px;
  background: #0a0a0b;
}

#tools-box span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 16px;

}

.fotter-bg {
  background: #0a0a0b;
  border-radius: 15px;
  border: 1px solid var(--color-primary);
  padding: 30px 15px 45px 15px;
}

.about-card h2 {
  color: #fff;
  font-size: 25px !important;
  border-bottom: 1px solid #d3d3d369;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

#tools-privacy span {
  color: #ffffff85;
  font-size: 16px;

}

#tools-trms h2 {
  color: #fff;
  font-size: 25px !important;
  border-bottom: 1px solid #d3d3d369;
  padding-bottom: 15px;
  margin-bottom: 18px;
}

#tools-trms span p {
  color: #646464;

}


/* #video-page .content-detail a {
  text-decoration: none;
} */

/* 
.product-content .content-detail a {
  font-size: 15px;
  text-decoration: none;
  background: var(--color-primary);
  color: #000;
  margin: 10px 0 0 0;
} */

.product-content .content-detail a span i {
  color: #000;

}

.product-content .content-detail a:hover {

  color: #fff;

}

.product-content .content-detail a span i:hover {
  color: #ffff;

}

.video-details-content h4 {
  color: var(--color-primary);
  font-size: 19px;
}

.banner-meta .release-time span {
  color: #fff !important;
}

.banner-meta .release-time span i {
  color: #fff;
}

.video-details-content p {
  color: #fff !important;
  margin-bottom: 25px;
}

.video-details-bx {
  border-radius: 10px;
  padding-top: 10px;
}

.product-content span a {
  text-decoration: none;
}

.video-details-prime a i {
  color: #ffff;
  text-decoration: none;


}

.site-text-white span {
  color: #646464;
}

.site-text-white span i {
  color: #646464;
}

.site-text-white p {
  color: #646464;
}



.video-details-prime .btn-play i {
  color: #ffff;
}

.video-details-prime .btn-share i {
  color: #ffff;
}

.video-details-prime .btn-play {
  background-color: var(--color-primary);
  color: #ffff;
}

.video-details-prime .btn-share {
  background-color: var(--color-primary);
  color: #ffff;
}

.category .heading h2 {
  color: #000000d9 !important;
  font-size: 27px;
  text-transform: capitalize;
  font-weight: 700;
}



/* slidemorevideo */
.post-slide {
  background-color: #0b0e12;
  border-radius: 10px !important;
}

.post-slide {
  /* background: #fff; */
  margin: 10px;
  border-radius: 10px;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 10px 10px 0 0;
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, #00000075 0%, #00000012 100%);
  transition: all 0.50s linear;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  /* display: inline-block; */
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide:hover .post-img img {
  /* transform: scale(1.1, 1.1); */
  filter: grayscale(1) blur(8px);
  border-radius: 7px;
}

img,
svg {
  vertical-align: middle;
}

.post-slide .over-layer i {
  color: #fff;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: var(--color-primary);
  font-size: 25px;
}

.post-slide .post-title a:hover {
  color: var(--color-primary);

}

.post-slide .post-content {
  padding: 15px;
  border-radius: 15px;
}

.video-detail a {
  color: #fff;
  background-color: var(--color-primary);

}

.video-detail a i {
  color: #fff;
  background-color: var(--color-primary);

}

.video-detail a:hover {
  color: #fff;
  background-color: #2be18c;

}

.video-detail a i:hover {
  color: #fff;
  background-color: #2be18c;

}

.btn.btn-secondary {
  color: #fff;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  border-radius: 7px 7px 7px 7px;
  /* padding: 4px 10px 4px 10px; */
}

.btn.btn-secondary:hover {
  color: #fff;
  background-color: var(--color-primary-hover);
  border: 1px solid var(--color-primary-hover);
}

.btn.btn-primary {
  font-family: "Fira Sans", Sans-serif;
  font-size: 15px;
  font-weight: bold;
  /* fill: #070707; */
  color: #ffff;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  border-radius: 9px;
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: var(--color-primary-hover)
}

.btn-outline-primary {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 9px;
}

.btn-outline-primary:hover {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
}


.elementor-button-link {
  text-decoration: none;
}

.btn-pr:hover {

  color: #fff;
  background-color: var(--color-primary-hover);
}

.content-detail a {
  margin: 12px 0 0 0;
}

.modal-header {
  background: var(--color-primary);
}

.modal-content h4 {
  color: #ffff;
}

.modal-header button {

  width: 25px;
  background: none;
  border: none;
}

.modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}

.modal-header button span {
  color: #ffff;
  font-size: 30px;
}

.site-text-white h3 {
  color: #333;
}

.text-secondary {
  color: #333;
}

.list-group .list-group-item a {
  text-decoration: none;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev::after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next::after {
  /* content: "\f104"; */
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next::after {
  content: "\f105";
}

.owl-controls .owl-buttons .owl-prev {
  background: #000;
}

.owl-controls .owl-buttons .owl-prev {
  /* background: #fff; */
  position: absolute;
  top: 40%;
  left: -20px;
  padding: 0 20px 0 20px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #85b41e83;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #000;
}

.owl-controls .owl-buttons .owl-next {
  /* background: #fff; */
  position: absolute;
  top: 40%;
  right: -20px;
  padding: 0 20px 0 20px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev::after {
  color: #fff;
}

.owl-controls .owl-buttons .owl-next::after {
  color: #fff;
}

#leadForm label {
  color: #333;
}

.contact-bx {
  display: flex;
  margin-bottom: 9px;
  /* justify-content: space-around; */
}

.contact-bx .contact-text {
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  /* justify-content: space-around; */
}

.card-image a img {
  height: 150px;
}

.newReleases .pagination button a {
  text-decoration: none;
  color: #fff;
}

.blogspage .pagination button a {
  text-decoration: none;
  color: #fff;
}

.Landscapemodal {
  text-align: center;
  max-width: 80%;
  margin: 1.75rem auto;
  height: 750px;
  margin-top: 35px;
}

.portraitmodal {
  text-align: center;
  max-width: 80%;
  margin: 1.75rem auto;
  height: 750px;

}

.portraitmodal .modal-header {
  background: none;
  border: none;
  color: #000;
}

.Landscapemodal.modal-header button {

  background: none;

}

.Landscapemodal .modal-header {
  background: none;
  border: none;
}

.text-dark {
  color: #000;
}

.custombtn {
  content: '';
  position: absolute;
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  z-index: 1;
}

/* @keyframes shapeani1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.25rem);
    transform: translateY(-1.25rem);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
} */
.nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 8px;
  border: none;
}

.nav-tabs .nav-item .nav-link {
  color: #fff;
}

.nav-tabs .nav-item a {
  color: #fff;
}

.stvideo {
  background-color: #000;
  border-radius: 8px;
}

.nav-tabs .nav-link:hover {
  border: none;
}

.nav-tabs .nav-item .nav-link::before {
  content: none;
}

.text-red {
  color: var(--color-primary);
}

.Landscapemodal video {
  margin: 0px;
}

.portraitmodal video {
  margin: 0px;
}

.nav-tab .nav-item .nav-link {
  font-weight: 600;
  color: #36154D;
  border-radius: .35rem;
}

.Ld-videosize {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.pt-videosize {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.allLdsv-size {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.allPrtrv-size {
  /* height: 600px; */
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.allstock-Ldsv-size {
  height: 195px;
  width: 100%;
  object-fit: cover;
}

.allstock-prtv-size {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.product-grid .Portrait-Video img {
  width: 100%;
  height: 435px;
}

.product-grid .Landscape-Video img {
  width: 100%;
  height: 230px;
}

@media only screen and (max-width:991px) {
  .product-grid .Portrait-Video img {
    width: 100%;
    height: 380px;
  }

  .product-grid .Landscape-Video img {
    width: 100%;
    height: 180px;
  }
}

@media only screen and (max-width:360px) {
  .product-grid .Portrait-Video img {
    width: 100%;
    height: 390px;
  }

}

.pic-1 {
  border-radius: 10px !important;
}

.product-grid {
  overflow: hidden;
  border-radius: 10px;
  height: 100%;
  background-color: #0b0e12;
  padding: 10px;
  border: 2px solid #edeef1;
}

/* .product-content {
 
} */

.product-grid .product-image {
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  transition: all 0.5s;
}

.product-grid .product-image img {
  border-radius: 10px;
}

.product-grid .product-image:hover {
  /* transform: scale(1.05); */
  cursor: pointer;
}

/* .product-grid .product-image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  border-radius: 10px;
} */

.product-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  transition: all 0.5s;
  border-radius: 10px;
}

.product-grid:hover .product-image::after {
  height: 100%;
  transition: all 0.5s;
  border-radius: 10px 10px 10px 10px;
}

/* .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff0;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
} */

/* .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
  background-color: rgba(0, 0, 0, 0.4);
} */
.video-banner-box {
  margin: 20px 0;
}

.video-banner-box a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.subscibe .newsletter-text h3 {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
}

.subscibe .newsletter-text .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 75%;
  justify-content: center;
  text-align: center;
  margin: auto;
}

.newsletter-text {
  /* width: 585px; */
}

.subscibe .newsletter-text .input-group .form-control {
  border-radius: 25px !important;
  background: #000;
  border: 1px solid #d3d3d333;
  margin-right: 11px;
}

.subscibe .newsletter-text .input-group .addon-btn {
  border-radius: 25px !important;
  background: #000;
  border: 1px solid #d3d3d333;
  font-size: 13px;
  color: rgb(128, 128, 128);
  padding: 2px 26px;
}

@media only screen and (max-width: 992px) {
  .subscibe .newsletter-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscibe form {
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-image {
    /* width:  100%; */
  }

  /* .product-image {
   height: 100%;
  } */
}

@media only screen and (max-width: 360px) {
  .subscibe .newsletter-text .input-group .addon-btn {
    padding: 10px 27px;
    margin-top: 10px;
  }
}

/* scrollUp */
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
  border: none;
  opacity: 0;
  background: #00e676;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-top.open {
  bottom: 30px;
  opacity: 1;
}

.scroll-top:hover {
  background: #5ab185;
  color: #fff;
}

.scroll-top i {
  font-size: 20px;
  color: #fff !important;
}

#menuActive {
  background-color: transparent;
  color: #ffffff;
  /* border-bottom: 3px solid var(--color-primary);
   */
  color: var(--color-primary);
}

#site-footer ul li:hover a {
  color: var(--color-primary);
}

.pagination .page-item .page-link {
  background-color: var(--color-primary);
  color: #ffffff;
  margin: 0px 3px 0 0;
  /* border: 1px solid var(--color-primary-hover); */
  border-radius: 7px 7px 7px 7px;
}

.pagination .page-item .page-link:hover {
  color: #fff;
  background-color: var(--color-primary-hover);
  border: 1px solid var(--color-primary-hover);
}

.page-item.active .page-link {
  /* z-index: 3; */
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.post-slide {
  transition: all 0.8s;
  height: 100%;
}

@media only screen and (max-width: 1440px) {

  .Landscapemodal {

    width: 100%;

  }
}

@media only screen and (max-width: 1200px) {

  .Landscapemodal {

    width: 100%;

  }
}

.nav-search {
  position: relative !important;
  background-color: transparent;
  display: flex;
}

.nav-search .search-icon {
  position: absolute;
  position: absolute;
  top: 3px;
  right: 8px;
  background-color: transparent;
  border-color: transparent;
  color: #0000 !important;
}

/* .nav-search .search-icon{
  color: #00000080 !important;
} */
.navbar-collapse .form-control {
  /* background-color: transparent; */
  width: 100%;
  line-height: 20px;
  padding: 10px 20px;
  /* border: 1px solid rgba(0, 0, 0, .3); */
  /* background: white; */
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .72px;
  color: #777;
  position: relative;
  border-radius: 0 30px 30px 0;
}

.navbar-collapse .form-select {
  border-radius: 30px 0 0 30px;
}

.nav-search .search-icon i {
  color: #00000089;
}

.carousel-caption {
  position: absolute;
  left: 48%;
  top: 50%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: start;
  width: 900px;
}

@media only screen and (max-width:1024px) {
  .carousel-caption {
    left: 50%;
    width: 840px;
  }
}

@media only screen and (max-width:768px) {
  .carousel-caption {
    width: 630px;
  }
}

@media only screen and (max-width: 576px) {
  .carousel-caption {
    width: 470px;
  }
}

@media only screen and (max-width:360px) {
  .carousel-caption {
    width: 290px;
  }
}

.blog-meta-category-list {
  text-align: left;
}

.modal-header {
  background-color: var(--color-primary);
}

.modal-header button {
  background: none;
  border: none;
  font-size: 29px;
  position: absolute;
  top: 5px;
  right: 20px;
}

.progression-studios-header-position {
  background-color: #000;
}

.nav-search .form-control {
  border-radius: 6px;
  font-size: 14px !important;
  padding: 7px 10px;
  font-weight: 600;
  width: 100%;
  max-width: 300px !important;
}

.nav-search .form-select {
  border-radius: 6px;
  font-size: 14px !important;
  font-weight: 600;
  padding: 5px 23px 5px 12px;
  width: 100%;
  max-width: 150px !important;
  margin-right: 15px;
}

@media only screen and (max-width: 1360px) {
  .nav-search .form-control {
    padding: 7px 10px;
    max-width: 130px !important;
  }

  .nav-search .form-select {
    font-size: 13px !important;
    font-weight: 600;
    padding: 5px 23px 5px 12px;
    width: 100%;
    max-width: 110px !important;
    margin-right: 5px;
  }

  .navbar-collapse ul {
    margin: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .nav-search .form-control {
    padding: 7px 10px;
    max-width: 130px !important;
  }

  .nav-search .form-select {
    display: none;
  }

  .navbar-collapse ul {
    margin: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-collapse ul {
    width: 50%;
    background: #3937378c;
    border-radius: 4px;
  }

  .nav-search {
    /* background-color: #593d3dad; */
    display: flex;
    display: inline-block;
  }

  .nav-search .form-control {
    padding: 8px 113px 8px 13px;
    max-width: 348px !important;
    background-color: #1f1e1e;
    margin-bottom: 10px;
  }

}

@media only screen and (max-width:576px) {
  .navbar-collapse ul {
    width: 67%;
    background: #3937378c;
    border-radius: 4px;
  }
}

@media only screen and (max-width: 360px) {
  .nav-search .form-control {
    padding: 8px 0px 8px 8px;
    max-width: 321px !important;
  }
}

.book-banner-box .media a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.carousel-caption .blog-meta-category-list {
  text-align: center;
}

.elementor-icon-list-icon {
  padding: 3px 0px 3px 4px;
  text-align: center;
  border-radius: 5px;
  background-color: rgb(240, 248, 255);
  margin-right: 10px;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 7px 14px;
  font-size: 13px;
}

.video-tab {
  background-color: #000;
  border-radius: 8px;
  border: 1px solid red;
  padding: 10px 10px 10px 10px;
}

.video-tab .nav-item .nav-link {
  color: #fff;
  background-color: #8080802e;
  margin-right: 5px;
  border-radius: 5px;
  border: 0px;
}

.video-tab .nav-item {
  width: 50%;
  text-align: center;
}

.movie-details-area .video-deatils {
  background-color: rgb(11, 14, 18);
  padding: 30px;
  border-radius: 20px;
}

.video-details-content {
  padding-top: 10px;
}

.recent-video-page {
  height: auto !important;
}

.recent-video-page .blog-meta-category-list {
  border-top: 1px dashed #d3d3d32e;
  padding-top: 10px;
}

.card-blog {
  background-color: #0b0e12;
  padding: 15px;
  border: 2px solid #edeef1;
  border-radius: 15px;
}

.card-blog .title {
  border-bottom: 1px dashed #d3d3d33d;
  padding-bottom: 12px;
}

.card-blog .title a {
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
  color: #fff;
  transition: all 0.5s;
}


.card-blog .card-image a img {
  height: 195px;
  border-radius: 10px;
}

.card-blog p {
  font-size: 14px;
}

.card-blog:hover .title a {
  color: var(--color-primary);
  transition: all 0.5s;
}

.card-blog:hover .card-image a img {
  opacity: 9;
}

.card-recent {
  background-color: #0b0e12;
  padding: 3px;
  border-radius: 10px;
}

.card-recent .card-header {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px dashed var(--color-primary);
}

.card-recent .card-header .recent-title {
  font-size: 19px;
  color: #000;
  margin-bottom: 0;
}

.list-group-item img {
  border-radius: 5px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
  border-radius: 0 0px 8px 8px;
}

.post-title {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

.post-title:hover {
  color: var(--color-primary);
}

.blog-info-box .card-title {
  font-size: 17px;
  color: var(--color-primary);
  font-weight: 700;
  padding-bottom: 17px;
  margin-bottom: 0px;
  line-height: 27px;

}

.blog-info-box .publish-date {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  /* border-bottom: 1px dashed #ffffff54; */
  padding-bottom: 12px;
}

.blog-detail-box {
  background-color: #0b0e12;
  padding: 10px;
  border-radius: 10px;
}

.blog-detail-box .card-media {
  border: 1px solid #ffffff2e;
  /* border: 1px solid var(--color-primary); */
  border-radius: 10px;
}

.blog-detail-box .card-media img {
  height: 356px;
  width: 100%;
  object-fit: cover;
  padding: 5px;
}

.blog-detail-box .card-inner-box {
  padding: 0px 0px;

}

.navbar-toggler {
  padding: 2px 2px;
  background: #fff;
}

.modal-backdrop{
  display:none !important;
}

#exampleModal .modal{
  top: 80px !important;
}