/* ************************************************************************************
Theme Name: Quantum Tech
Theme URI: https://
Description: company portfolio template
Author: Ahmed EL-AwaDy
Author URI: https://quantumtech.sa/
Version: 1.0
************************************************************************************ */
/*scrollbar theme*/
@font-face {
  font-family: "STC-LIGHT";
  src: url("./assets/fonts/STC-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "STC-REG";
  src: url("./assets/fonts/STC-Regular.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "STC-BOLD";
  src: url("./assets/fonts/STC-Bold.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html,
body,
* {
  direction: ltr;
  /*font-family: "STC-REG";*/
  font-family: "Zain", sans-serif;
}
.border-style-custom {
  border-inline-end: 1px solid rgba(0, 0, 0, 0.1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "STC-BOLD";*/
  font-family: "Zain", sans-serif;
   font-weight: 700;
  font-style: normal;
}
.main-nav > li > a {
  color: #1a3760d4;
}
.item-category {
  display: flex !important;
  gap: 0.2rem;
  padding-inline-start: 0.2rem;
}
.item-category::before {
  content: " - ";
}
.item-category:first-child {
  padding: 0;
}
.item-category:first-child::before {
  display: none;
}
.gap-1 {
  gap: 1rem;
}
.ld-masked-image .clip-svg {
  clip-path: url(#banner-masked-svg);
  -webkit-clip-path: url(#banner-masked-svg);
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
}
.contact_list {
  list-style: none;
  padding: 0;
}
.contact_list li {
  margin-bottom: 1rem;
}
.contact_list li a span {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
}
.flex-column {
  flex-direction: column;
}
.contact_list li a i {
}
.social-list {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}
.social-list li {
  width: 45px;
  height: 45px;
}
.social-list li a {
  padding: 0;
  width: 45px;
  height: 45px;
}
.social-list li a img {
  width: 25px;
  height: 25px;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(7deg)
    brightness(98%) contrast(93%);
}
.bread-menu {
}
.bread-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #FD6B6B;
  font-size: 0.8rem;
}
.bread-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.bread-menu li::before {
  content: " / ";
}
.bread-menu li:first-child:before {
  display: none;
}
.bread-menu li a {
  font-size: 0.8rem;
}
.module-form {
  box-shadow: 0 40px 80px 0px rgba(83, 94, 132, 0.15);
}
.page_image {
  /*max-height: 500px;*/
  max-height: 100%;
  overflow: hidden;
  border-radius: 15px;
}
.page_image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.service-key-points ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  /* flex-direction: column; */
  gap: 1rem;
  flex-wrap: wrap;
}
.service-key-points li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
  width: 31%;
}
.service-key-points li i {
  color: var(--lqd-color-orange-500);
}
.lqd-iconbox-scale:hover {
  background-color: #ebf0e6;
}
.lqd-iconbox-scale {
  background-color: #ffefe2;
}
.index_number {
  position: absolute;
  right: -3rem;
  font-size: 15rem;
  opacity: 0.1;
  top: 3rem;
  z-index: 0;
}
.post_box {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e5e6e7;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  gap: 15px;
  align-items: center;
}
.post_box:last-child{
      border-bottom: 0px solid #e5e6e7;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.post_box .post-image {
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 10px;
}
.post_box .post-image a {
  display: block;
}
.post_box .post-image a img {
}
.post_box .post-info {
  width: calc(100% - 65px);
}
.post_box .post-info h5 {
  font-size: 1rem;
  margin: 0;
}
.post_box .post-info h5 a {
  color: #1a3760d4;
}
.post_box .post-info p {
  font-size: 0.8rem;
  margin: 0;
}
.post_box:last-child {
  border: 0;
}
.views {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.views i {
  color: #FD6B6B;
}
.author_info {
}
.author_info h5 {
  font-size: 1rem;Non quis nostrum min
  margin-bottom: 5px;
  color: #FD6B6B;
}
.author_info p {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.blog-categories {
}
.blog-categories ul {
  list-style: none;
  padding: 0;
}
.blog-categories ul li {
  color: #1a3760d4;
  margin-bottom: 1rem;
  font-weight: bold;
}
.blog-categories ul li span {
  color: #ee771a;
}
.single-works {
}
.single-works .main-nav > li > a {
  color: #fff;
}
.single-works .is-stuck .main-nav > li > a {
  color: #1a3760d4;
}
.single-works header .logo-default {
  display: none;
}
.single-works header .navbar-brand-inner {
  background-image: url(./assets/images/demo/modern-agency/logo-w.svg);
  width: 145px;
  height: 38px;
    background-size: 100%;
  background-repeat: no-repeat;
}
.single-works .is-stuck .navbar-brand-inner {
  background-image: none;
  width: auto;
  height: auto;
}
.single-works .is-stuck .logo-default {
  display: block;
}
.works_image {
  height: max-content;
  overflow: hidden;
  border-radius: 15px;
}
.works_image img {
}
.image-gallery {
  text-align: center;
}
.image-gallery img {
  width: auto;
  margin: 0 auto;
  border-radius: 15px;
}
.download_btns {
  background-color: #fff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FD6B6B;
  font-size: 1.2rem;
}
.download_btns:hover i {
  color: #fff;
}
.download_btns:hover {
  background-color: #FD6B6B;
}

.pulse {
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  display: flex;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 50px;
  border-color: #fff;
  color: #fff;
  background-color: #25d366;
}
.lqd-contact-form-inputs-underlined textarea {
  height: 180px !important;
}
.pulse:after,
.pulse:before {
  animation: pulse 1.2s linear infinite;
  border: 1px solid #25d366;
  border-radius: 50%;
  content: "";
  height: calc(100% + 40px);
  position: absolute;
  width: calc(100% + 40px);
}
.pulse i {
  z-index: 60;
  font-size: 1.2rem;
}
.pulse:after {
  animation-delay: 0.3s;
}

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
    transform: scale(0.7);
  }

  to {
    opacity: 0;
    transform: scale(1);
  }
}

.calls {
  bottom: 2rem;
  inset-inline-end: 1rem;
  position: fixed;
  z-index: 50;
}
@media (max-width: 767px) {
        .banner-image .module-img {
        width: 100vw;
        max-width: 103%;
        top: 65px;
            left: -16px;
    }
    .service-box{
        margin-bottom: 1rem !important;
    }
   
  .lqd-custom-menu ul{
    flex-wrap: wrap;
  }
  .sm-reverse{
    flex-direction: column-reverse;
  }
  .lqd-custom-shape{
    display: none !important;
  }
  .sm-px {
    padding-inline: 1rem !important;
  }
  .single-works header .navbar-brand-inner{
    background-image: none;
  }
  .single-works header .navbar-brand-inner img{
    display: inline-block;
  } .banner .sm-d-col{
    flex-direction: column;

  }
}

.limit-text{
	 overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp:4; 
   -webkit-box-orient: vertical;
}
.mt-2{
	margin-top: 2rem;
}
.iconbox-icon-container-custom svg{
    width: 90px;
    height: 90px;
}
.quantum-video{
    width: 100%;
    height: 100%;
        position: absolute;
    height: max-content;
    inset: 0;
}
.quantum-video::before{
    content: '';
    background-image: url(./assets/images/cover.webp);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
        background-repeat: no-repeat;
    background-size: 100%;
    
}
.titlebar-inner h1{
    font-size: 40px;
}
.lqd-section.banner{
    max-height: 100vh;
    overflow: hidden;
    background-size: 0;
    
}
.main-header-overlay{
    /*background-color: #ffffffcc;*/
    /*backdrop-filter: blur(10px);*/
        /*position: sticky;*/
}
.main-header-overlay.is-stuck{
    /*position: sticky;*/
}
.rtl .quantum-video{
    transform: rotateY(180deg);
}
.iconbox-icon-container > svg{
    fill: none
}
.single-works .main-header-overlay{
    position: absolute;
    background-color: transparent;
    backdrop-filter: blur(0);
}
.reverse-x{
    transform: rotateY(-180deg);
}
.text-14{
    font-size: 1rem !important;
}
.p-block-custom{
        padding-block: 10rem 5rem;
}
@media (max-width: 767px) {
    #site-header .lqd-section{
        padding-inline: 0rem;
   
        
    }
    .lqd-section{
        padding-inline: 1rem;
    }
        .blog {
        padding: 0 !important;
    }
    .lqd-section.banner-image{
        display:none;
    }
    body{
        padding-inline: 1rem !important;
        padding-block: 0 !important;
    }
    .main-header-overlay{
        position: fixed;
    }
    .lqd-section.banner{
        /*background-color: #1a1728;*/
        background-size: cover;
        background-size: cover;
        padding-block: 1rem;
        height: max-content;
        max-height: max-content;
        background-position: center;
    }
    .p-block-custom{
        padding-block: 3rem 0;
    }
    .p-block-custom .bg-no-repeat{
        padding-inline: 0;
    }

    }
    .lqd-section.banner-intro:before{
        content: '';
        background-color: #ffffffba;
        position: absolute;
        inset: 0;
    }
    .quantum-video{
        
      height: 100% !important;
    }
    .quantum-video video{
        display: none;
    }
 .quantum-video::before{
        
        background-size: cover;
        
    }
}
.px-4{
    padding-inline: 1rem !important;
}
.position-static{
    position: static !important;
}
.height-max-content{
    height:max-content !important;
}
.sidebar {
    background-color: #eff6fe;
    border-radius: 15px;
    padding: 1rem;
    position: sticky;
    top: 90px;
}
.content-page ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    /* flex-direction: column; */
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.content-page ul li{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
    width: 48%;
}
.content-page ul li:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f058";
    color: var(--lqd-color-orange-500);
    font-weight: 900;
}
.accordion-active-has-fill .accordion-item .accordion-title a{
    background-color: #eff6fe;
    color: var(--lqd-h4-color, var(--lqd-heading-color));
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
}
.accordion-active-has-fill .accordion-item.active .accordion-title a {
    background-color: var(--lqd-color-primary);
    color: #fff;
}
.accordion-active-has-fill .accordion-item.active .accordion-title a i{
    transform: rotate(180deg);
}
.accordion-active-has-fill .accordion-item .accordion-title a i{
        transition: all .3s;
}
.iconbox-icon-container-custom-service{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fd6b6b;
}
.iconbox-icon-container-custom-service i{
    color: #fff;
}
.service-block .lqd-iconbox-scale {
    background-color: #ffffff;
    box-shadow: 0 3px 3px rgb(3 27 78 / 8%);
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgb(3 27 78 / 8%);
    background: var(--white);
    padding: 50px;
    border: 1px solid #e7e7e7;
    border-bottom: none;
}
.service-block .lqd-iconbox-scale:hover{
    background-color: #eff6fe;
}
.h-320{
    height: 320px;
}
.fa, .fas {
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
    font-weight: 900;
}
@media (max-width: 767px) {
    .content-page ul li{
        width: 100%;
    }
}

.iconbox-icon-wrap-services svg{
    width: 65px;
    height: 65px;
}

.btn-hover-swp:hover .btn-txt {
    transform: translateX(0);
}
.btn-hover-swp:hover .btn-icon + .btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 225ms;
}
.btn-hover-swp:hover .btn-icon {
    transition-delay: 0s;
    transform: translateX(-1em);
}
.about-image-1{
    height: 350px;
    
}
.about-image-2{
    height: 485px;
}
.about-image-3{
    height: 375px;
}
.about-image-1 img, .about-image-2 img, .about-image-3 img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}
