@import url('https://fonts.googleapis.com/css?family=Heebo:400,700|Open+Sans:400,700');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Background Colors */
:root {
    --primary-bg-color: #4458dc; /* Dark Blue */
    --secondary-bg-color: #854fee; /* Light Grey */
    --bg-white: #fff;
    --bg-light: #faf8ff;
    --bg-black: #000;
    --bg-gray: #eee;
 
    --gradient-color: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
  
  
     /* Vibrant Orange */
    
  
    /* Text Colors */
    --primary-text-color: #4458dc; /* White */
    --secondary-text-color: #854fee; /* Dark Grey */
    --text-white: #fff;
    --text-black: #000;
    --text-gray: #eee;

    --primary-font: "Rubik", sans-serif;
    --secondary-font:"Roboto", sans-serif;
  }

* {
    /* font-family: "Rubik", sans-serif; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
.neww{
    height: 50px;
    filter: brightness(1.25);
    border-radius: 50%;
}

body{
  font-family: var(--secondary-font);
  width: 100%;
  background-image: url(../Images/body-bg.png.webp);
  background-repeat: no-repeat;
  scroll-behavior: smooth;
}
a{
  text-decoration: none;

}
::-webkit-scrollbar-track{
  background-color: var(--bg-gray);
}
::-webkit-scrollbar-thumb{
  background-color: var(--primary-text-color);
}
::-webkit-scrollbar{
  width: 0.25rem;
}


section {
  padding: 5rem 0;
}

.main-btn {
  display: inline-block;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 2.875rem;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  box-shadow: 0 0.625rem 1.875rem rgb(118 85 225 / 30%);
  border: double 0.125rem transparent;
  padding: 0 2.625rem;
  transition: all .3s ease-in-out;
  --webkit-transition: all .3s ease-in-out;
}


.primary-btn{
   background-color: var(--primary-bg-color);
  color: var(--text-white);
}
.primary-btn:hover{
  border-color: var(--secondary-bg-color);
  background: var(--bg-white);
  color: var(--secondary-text-color);
  /* box-shadow: none; */
}
.secondary-btn{
  background-color: var(--text-white);
  color: var(--secondary-bg-color);
  border-color: var(--secondary-bg-color);

}
.secondary-btn:hover{
  background-color: var(--primary-bg-color);
  color: var(--text-white);
  box-shadow: none;
}
h1{
  font-size: 4.375rem;
  line-height: 3.75rem;
  font-weight: 700;
  color: var(--secondary-text-color);
  margin-bottom: 1.25rem;
  font-family: var(--primary-font);
}
h2{
  font-size: 2.5rem;
  line-height: 3.4375rem;
  font-weight: 700;
  color: var(--secondary-text-color);
  margin-bottom: 0.5625rem;
  font-family: var(--primary-font);
}
h3{
  font-size: 2.25rem;
  line-height: 3.125rem;
  font-weight: 700;
  color: var(--bg-black);
  margin-bottom: 0.9375rem;
  font-family: var(--primary-font);
  text-transform: uppercase;  
}
h5{
  font-size: 1.5rem;
  /* line-height: 3.75rem; */
  font-weight: 500;
  color: var(--bg-black);
  margin-bottom: 2.1875rem;
  /* font-family: var(--primary-font); */
} 
p{
  color: gray;
/* filter: brightness(-0.125rem); */
  opacity: 5px;
  font-size: 0.9375;
  line-height: 1.625rem;
  font-weight: 400;
}
.header_wrapper .nav-item {
  margin: 0 0.625rem;
}

.header_wrapper .nav-item .nav-link {
  font-family: var(--primary-font);
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-black);
  display: inline-block;
}

.header_wrapper .nav-item .active,
.header_wrapper .nav-item :hover {
  color: var(--primary-text-color);
}
.header_wrapper .nav-link, .active:hover{
color: white;
}
.top-right-img .backG{
/* margin-bottom: 3rem; */
}

.header-scrolled{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--bg-white);
  -webkit-box-shadow: 0 0.25rem 0.375rem rgba(12,0,46,.05);
  box-shadow: 0 0.25rem 0.375rem rgba(12,0,46,.05);
}

.banner_wrapper{
  padding-top: 6.875rem;
  margin-top: 3.54rem;
  z-index: 1;
  /* background-image: url(../Images/home-banner.png); */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.banner_wrapper .banner_content{
  vertical-align: middle;
  align-self: center;
}

/* about */
#aboutP{
  margin-bottom: 2rem;
}
.container #aboutImage{
  vertical-align: middle;
  align-self: center;
  height: 20rem;
  width: 28rem;
}

.aboutH{
  color: #000;
  font-weight: 600;
}
/* .companiesLogo{
  position: absolute;
  left: 23px;
  top: 34px;
} */

/* 4 About */
.about_wrapper .single-logo-item {
  width: 100%;
  height: 6.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  box-shadow: none;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}

.about_wrapper .single-logo-item:hover {
  border: 0.0625rem solid transparent;
  box-shadow: 0 0.5rem 1.875rem rgba(65, 44, 133, 0.15);
}
.about_wrapper .client-info{
  padding: 1.5625rem 2.875rem;
  background: var(--bg-light);
  position: relative;
  margin-top: 1.5625rem;
  /* top: 1.75rem;
    left: 5rem; */
}
.about_wrapper.client-info::before{
  content: '';
  position: absolute;
  top: -1.5625rem;
  left: -3.4375rem;
  background: url('../Images/client-info.webp');
  background-repeat: no-repeat;
  height: 10.9375rem;
  width: 10.9375rem;
}

.about_wrapper .client-info .large{
  color: var(--secondary-text-color);
  font-family: var(--primary-font);
  font-size: 6.25rem;
  position: relative;
  z-index: 9;
  font-weight: 700;
}
.about_wrapper .client-info.smll{
  text-align: left;
  color: var(--text-black);
  font-family: var(--primary-font);
  font-size: 1.25rem;
  margin-left: 1.25rem;
  font-weight: 500;
}
.about_wrapper .client-info .call-now span{
  font-size: 3.75rem;
  font-weight: 700;
  color: var(--text-black);

}
.about_wrapper .client-info .call-now p{
  color:var(--secondary-text-color);
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}

/* services */
/* .centerServices{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

.sContainer{
  margin-left: 16rem;
}

.about_wrapper .single-logo-item {
  background-color: var(--bg-light);
  cursor: pointer;

  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}
.services_wrapper .card:hover{
  box-shadow: 0 0.9375rem 1.875rem rgb(77 87 222 / 30%);
  background: var(--bg-white);
    /* border: 0.0625rem solid var(--bg-gray); */
}

/* project css */
.projects{
  
  box-shadow: none;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
}
.project-card {
  border: none;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.project-card:hover {
  transform: translateY(-10px);
}

.project-img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 200px;
  object-fit: cover;
}

.project-content {
  padding: 15px;
}

.project-title {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #333;
}

.project-description {
  color: #666;
  font-size: 0.9rem;
}

.btn-custom {
  background-color: #007bff;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.btn-custom:hover {
  background-color: #0056b3;
  color: #fff;
}

/* footer */

.footer {
  background: white;
  color: rgb(63, 60, 60);
  padding: 10px 0;
  position: relative;
  box-shadow: 0 0 0 0.3s;
}
.footer .brand span {
  color: var(--primary-bg-color);
  font-weight: bold;
  animation: colorChange 5s infinite;
}
@keyframes colorChange {
  0% { color: var(--primary-bg-color); }
  50% { color: #ffbd33; }
  100% { color: var(--secondary-bg-color); }
}
.footer .nav-link {
  color: #434040;
  transition: color 0.3s;
}
.footer .nav-link:hover {
  color: var(--primary-bg-color);
}
.footer .social-icons a {
  color: #c4c4c4;
  font-size: 24px;
  margin: 0 10px;
  transition: color 0.3s;
}
.footer .social-icons a:hover {
  color:  var(--primary-bg-color);
}
.footer .contact-info {
  color: #c4c4c4;
}
.footer .contact-info i {
  color: #ff5733;
  margin-right: 10px;
}
.footer .contact-info a {
  color: #c4c4c4;
  text-decoration: none;
  transition: color 0.3s;
}
.footer .contact-info a:hover {
  color: var(--primary-bg-color);
}
.footer-bottom {
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #555;
  margin-top: 10px;
}

.ani{
  transition: transform 0.3s ease-out ;

}
.ani:hover{
  transform: translateX(-12px);
}

.spaces{

  margin-top: 12px; 
  display:flex;
   flex-direction:row;
}
.row .smallD{
  mix-blend-mode: multiply;
  width: 144px;
}

/* blog */
.addNew{
  position: absolute;
  left: 12px;
  
}
/* .row {
  display: flex;
  flex-wrap: wrap; 
  gap: 20px;
}

.col-lg-4 {
  flex: 1 1 calc(33.333% - 20px); 
  max-width: calc(33.333% - 20px); 
} */
/* kshkh */
.custom-card {
  color: white;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 19rem;
  padding: 20px;
  margin: 12px 23px;
}


.custom-card1{
  
  background: url('../Images/blog/programming-background-with-person-working-with-codes-computer.jpg'); /* Replace with your image URL */
  background-size: cover;

}

.custom-card2{
  background: url(../Images/blog/html-css-collage-concept.jpg);
  background-size: cover;
}
.custom-card3{
  background: url(../Images/blog/4079232.jpg);
  background-size: contain;

}
.custom-card4{
  background: url(../Images/blog/4079261.jpg);
  background-size: cover;

}
.custom-card5{
  background: url(../Images/blog/4083158.jpg);
  background-size: cover;

}
.custom-card6{
  background: url(../Images/blog/832c6a214586de8781a11ec936003908.jpg);
  background-size: cover;

}
.blogs{
  /* display: flex; */
  /* flex-direction: column; */
   /* flex-wrap: wrap; */
}

.custom-card h5 {
  font-size: 1.5rem;
  font-weight: bold;
}
.custom-card p {
  font-size: 1rem;
}

.card1{
  position: relative;
  top: 5.8rem;

}

.card1Color{
  color: white;
  font-weight: 500;

}
.card1Des{
  color: white;
}
.custom-card .badge {
  background-color: #ffffff;
  color: #333333;
  font-size: 0.9rem;
  padding: 0.5rem;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.custom-card .date {
  font-size: 0.9rem;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
}