* {
  font-family: "Poppins", sans-serif !important;
}
.fa, .fas, .far, .fal, .fad { 
  font-family: "Font Awesome 5 Free" !important;/* Ensures Font Awesome icons are unchanged */
}
.fab { 
  font-family: "Font Awesome 5 Brands" !important;/* Ensures Font Awesome icons are unchanged */
}
.display-1,.display-2,.display-3,.display-4,.display-5,.display-6{
  font-weight:500 !important;
}
.bg-dark {
    background-color: #000 !important;
}
.below-slider{
    /* Background with blue and white gradient */
    background: linear-gradient(to top, #000, #8bc34a); /* Sky blue to white */
    color: #333;
    display: flex;
    flex-direction: column
}
.text-green{
    color:#8bc34a !important
}
.bg-green{
    background: linear-gradient(to top, #000, #8bc34a);
    color: #333;
    display: flex;
    flex-direction: column
}
.text-blue{
    color:#03a9f4 !important;
}

.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../images/2.jpg) center center no-repeat !important;
    background-size: cover;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 .1rem !important;
}
.dropdown-menu{
    padding:0 !important
}
.dropdown-item {
    padding: 0.65rem 1rem !important;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
.marquee {
    display: inline-block;
    animation: marquee 10s linear infinite;
}
.marquee img {
    width: 150px;
    height: 100px;
    margin-right: 10px;
    border-radius: 8px;
}
@keyframes marquee {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

  
  .lnone{
    list-style-type: none !important;
    padding-left:0px !important;
  }


/*** Screenshot ***/
.screenshot-carousel {
  position: relative;
  width: 253px;
  height: 500px;
  padding: 15px;
  margin-right: 30px;
}

.screenshot-carousel::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/screenshot-frame.png) center center no-repeat;
  background-size: 253px 500px;
  z-index: 1;
}

.screenshot-carousel .owl-item img {
  position: relative;
  width: 223px;
  height: 470px;
}

.screenshot-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.screenshot-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  width: 15px;
  height: 15px;
  background: linear-gradient(to bottom right, var(--primary), var(--secondary));
  border-radius: 15px;
  transition: .5s;
}

.screenshot-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
  background: #FFFFFF;
  border-radius: 5px;
}

.screenshot-carousel .owl-dot.active {
  box-shadow: 0 0 10px var(--dark);
}



/*** Screenshot ***/
.screenshot-desktop-carousel {
  position: relative;
  width: 620px;
  height: 500px;
padding:16px 29px 0px 20px;
margin-right: 0px;
}

.screenshot-desktop-carousel::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 5px;
right: 0px;
left:-2px;
background: url(../images/screenshot-desktop-frame.png) center center no-repeat;
background-size: 658px 650px;
z-index: 1;
}

.screenshot-desktop-carousel .owl-item img {
position: relative;  
width: 580px;
height: 326px;
}

.screenshot-desktop-carousel .owl-dots {
  position: absolute;
  left:40%;
  bottom: -30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.screenshot-desktop-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 5px 5px;
  width: 15px;
  height: 15px;
  background: linear-gradient(to bottom right, var(--primary), var(--secondary));
  border-radius: 15px;
  transition: .5s;
}

.screenshot-desktop-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
  background: #FFFFFF;
  border-radius: 5px;
}

.screenshot-desktop-carousel .owl-dot.active {
  box-shadow: 0 0 10px var(--dark);
}


.owl-item {
  opacity: 0;
}

.owl-item.active {
  opacity: 1;
}


.desktop-area{
  padding:7rem !important;
}


.desktop-area{
  padding:7rem !important;
}

@media screen and (max-width: 756px) {
  .desktop-area{
    padding:0rem !important;
  }

  .screenshot-desktop-carousel {
    position: relative;
    width: 350px;
    height: 275px;
  padding:16px 29px 0px 20px;
  margin-right: 0px;
}

.screenshot-desktop-carousel::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 6px;
  right: 5px;
  background: url(../images/screenshot-desktop-frame.png) center center no-repeat;
  background-size: 350px 350px;
  z-index: 1;
}

.screenshot-desktop-carousel .owl-item img {
  position: relative;  
  width: 324px;
  height: 180px;
}
}


/*** Project ***/
.project-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: rgba(0, 0, 0, .5);
  border-radius: 6px;
  opacity: 0;
  transition: .5s;
}

.project-item:hover a {
  opacity: 1;
}

.project-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.project-carousel .owl-dot {
  width: 35px;
  height: 35px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DEE2E6;
  border-radius: 35px;
  transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
  color: #FFFFFF;
  border-color: var(--primary);
  background: var(--primary);
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
  overflow: hidden;
  position: relative;
}
.embed-responsive-16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-square-sml{
  width:25px;
  height:25px;
}

.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* Black with 50% opacity */
  pointer-events: none; /* Allows clicks to pass through */
}

.portfolio-inner:hover img {
  filter: brightness(50%) !important;
}

.o0:before{opacity: 0 !important;}

.boxshadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  border:1px solid #65B530 ;
}
.project-carousel>div{
  margin-top:50px !important;
  min-height:300px !important;
}
.text-black{
  color:#000 !important;
}