*{
    margin: 0;
    padding: 0;
}
.bsb-hero-1 {
  background-image: url('assets/5313770-min.jpg'); /* Add your background image path here */
  background-size: cover;  /* Ensure the background covers the whole section */
  background-position: center; /* Center the background image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  position: relative;
  z-index: 1;
}

.bsb-hero-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  z-index: -1;
}

.custom-navbar {
  background-image: url('assets/5313770-min.jpg');
  background-size: cover; /* Adjust to fit the image */
  background-position: center;
  background-repeat: no-repeat;
}

.navbar{
    box-shadow: 10px 10px 20px #fff;
}
.nav-item a:hover{
color: #25418f;
}
.custom-btn {
    padding: 1rem 2rem; /* Increases padding for height and width */
    font-size: 1.25rem; /* Increases font size */
    border-radius: 50px; /* Makes the button more rounded */
  }

#services .services-top {
    padding: 70px 0 50px;
}
#services .services-list {
    padding-top: 50px;
}
.services-list .service-block {
    margin-bottom: 25px;
}
.services-list .service-block .ico {
    font-size: 38px;
    float: left;
}
.services-list .service-block .text-block {
    margin-left: 58px;
}
.services-list .service-block .text-block .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}
.services-list .service-block .text-block .info {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.services-list .service-block .text-block .text {
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
}
.highlight {
    color: #442aed;
    font-weight:bold;
}    
   

     
        
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}


.sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #ff2222;
font-weight: 500;
margin-bottom: 15px;
}

.sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #222222;
font-weight: 600;
padding-bottom:18px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;

margin-bottom: 12px;
}

.list-style-one li:before {

position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #ff2222;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}



.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #2222ff;
}

.btn-style-one:hover{
background-color: #ffffff;
color: #141499;
border: 1px solid #141499;
}


.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 15px;
padding-right: 15px;
}

.about-section .text{
margin-bottom: 40px;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 120px;
padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
position: absolute;
left: -75px;
top: 65px;
height: 520px;
width: 520px;
background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
content: "";
}

.about-section .image-column .image-1{
position: relative;
}

.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
background-color: #191e34;
color: #ffff
}
.marquee {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border: 1px solid rgba(36, 45, 209, 0.15);
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 40px 20px;
    width: 100%;
    /* Full width of its parent */
    white-space: nowrap;
}

.marquee p {
    font-size: 2rem;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    width: auto;
    height: 100%;
    margin: 0;
    line-height: 0px;
    color: #2222ff;
    text-align: center;
    /* Start off the right edge */
    transform: translateX(100%);
    /* Animate to the left */
    animation: scroll-left 20s linear infinite;
}

.text-stroke-black{
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #222222;
}

@keyframes scroll-left {
    0% {
        transform: translateX(1%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.sec-work-data {
    padding: 3rem 1rem;
    background:linear-gradient(0deg, rgba(34,54,195,1) 0%, rgba(45,235,253,1) 100%);;
    color: #fff;
  }
  
  .containers {
    max-width: 1200px; /* Maximum width for the container */
    margin: 0 auto; /* Centers the container */
    padding: 0 1rem; /* Adds padding for inner content */
  }
  
  .grid {
    display: grid;
    gap: 2rem; /* Gap between grid items */
   
  }
  
  .grid-four-column {
    grid-template-columns: repeat(4, 1fr); /* 4 columns on large screens */
  }
  
  @media (max-width: 992px) { /* For tablets and small desktops */
    .grid-four-column {
      grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
    }
  }
  
  @media (max-width: 576px) { /* For mobile devices */
    .grid-four-column {
      grid-template-columns: 1fr; /* 1 column on small screens */
      text-align: center; /* Centers the text */
    }
  }
  
  @media (max-width: 455px) { /* For very small mobile devices */
    .grid-four-column {
      grid-template-columns: 1fr; /* Ensures 1 column layout */
      gap: 1rem; /* Reduces gap between items */
    }
  
    .counter-number {
      font-size: 1.5rem; /* Slightly smaller font size for better fit */
    }
  
    p {
      font-size: 0.9rem; /* Adjusts paragraph text size */
    }
  }
  
  .counter-number {
    font-size: 2rem; /* Default size for larger screens */
   
    margin-bottom: 0.5rem; /* Adds space below the number */
  }
  
  p {
    margin: 0; /* Removes default margin from <p> */
    font-weight: normal; /* Normalizes font weight */
  }

  .section-freelancing{
    background-image: url('./assets/desk-3139127_1280.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    transition: all 0.7s linear;
    text-align: center;

  }

  .section-freelancing .overlay {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3e64ff;
    opacity: 0.7;
  }
 .section-freelancing .containers{
    position: relative;
 }
 .section-freelancing h2{
    font-size: 3.4rem;
 }

 .section-freelancing span{
    color: #a0f669;
 }
 .section-freelancing h2 , 
 .section-freelancing p{
    color: white;
    margin-bottom: 1.8rem;
 }

 @media (max-width: 776px) {
  .bsb-hero-1 {
    padding: 20px 0;
  }
  h2.display-2 {
    font-size: 2rem; /* Reduce font size for smaller screens */
  }
  .fs-5 {
    font-size: 1rem; /* Adjust font size for smaller devices */
  }
  .img-fluid {
    max-width: 90%; /* Adjust image size for smaller screens */
    height: auto;
  }
  .custom-btn {
    width: 80%; /* Ensures the buttons are full-width on smaller screens */
    padding: 1.3 rem 1.5rem; /* Adjust padding for smaller screens */
    font-size: 1.15rem; /* Slightly reduce font size for smaller screens */
  }
}

  


@media (max-width: 999px) {
  .imag{
    width: 50% !important;

  }
  .cent{
    text-align: center;
  }
  .custom-btn {
    margin: auto auto;
    width: 50%; /* Ensures the buttons are full-width on smaller screens */
    padding: 1.2rem 1.5rem; /* Adjust padding for smaller screens */
    font-size: 1.15rem; /* Slightly reduce font size for smaller screens */
  }
}

@media (max-width: 468px) {
    .about-section .image-column .inner-column:before {
        left: -75px;
        top: 10px;
        height: 323px;
        width: 323px;
        
    }
    .imag{
      width: 70% !important;
  
    }
  }

  @media (max-width: 344px) {
  .custom-btn{
      margin: auto auto;
      width: 60%; /* Ensures the buttons are full-width on smaller screens */
      padding: 0.5rem 0.5rem; /* Adjust padding for smaller screens */
      font-size: 0.8rem; /* Slightly reduce font size for smaller screens */
    
  }
  }


  
