@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    background-color: #fafafa !important;
}

div {
    font-family: "Inter", sans-serif;
    letter-spacing: -0.5px;
}

.navbar-brand img {
    margin-right: 10px;
}

.hero {
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

.lead {
    font-weight: 400;
}

.header-txt {
    letter-spacing: -1px;
}

.flags .flag-icon {
    font-size: 14px;
    border-radius: 500px;
}

.btn {
    font-weight: 500;
}

.btn-dark {
    border-radius: 25px;
    padding: 10px 20px;
}

.btn-skeuomorphic {
    background-color: #fff;
    color: #333;
    border-radius: 50px; /* Pill-shaped */
    padding: 12px 30px;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1),
                inset -5px -5px 10px rgba(255, 255, 255, 0.7),
                5px 5px 10px rgba(0, 0, 0, 0.1),
                -5px -5px 10px rgba(255, 255, 255, 0.7);
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.testimonials p {
    font-weight: 400;
}

.testimonials .media-body h5 {
    font-weight: 600;
}

.testimonials .media img {
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
}

/*************/

.recent-work h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

.card {
    border: none !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.card-img-top {
    border:1px #ddd solid ;
    border-radius: 12px;
    height: auto;
    object-fit: cover;
}

.card-body {
    padding: 1.25rem;
}

.card-body p {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.card-title {
    font-weight: 600;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .recent-work h2 {
        font-size: 2rem;
    }
}

/************/
.work-section {
    padding: 50px 0;
    text-align: center;
}
.work-section h2 {
    margin-bottom: 50px;
    font-size: 36px;
}
.work-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.work-item {
    margin-bottom: 30px;
}
.work-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

/********/

/* CSS */
.button-27 {
  position: relative;
  padding: 16px;
  background: linear-gradient(0deg, #fcfcfc 0%, #f5f5f5 100%);
  border: 6px solid transparent;
  border-radius: 16px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5), 1px 3px 3px 2px #fff, 0 0 0 6px #fff;
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1;
  transition: border 0.1s ease-in-out, padding 0.1s ease-in-out, margin 0.1s ease-in-out;
}
.button-27:after {
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
  background: linear-gradient(#fff, #ededed);
  content: "";
  z-index: -1;
  border-radius: 16px;
}
.button-27:hover {
  border: 2px solid transparent;
  background-image: linear-gradient(180deg, #E6E6E6 0%, #F7F7F7 100%);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35), 0 0 0 6px #fff;
  padding: 12px;
}
.button-27:active {
  border-top: 1px solid transparent;
}


/*****/
.client-logo-section {
    width: 100%;
    overflow: hidden;
    background-color: #fafafa;
    padding: 20px 0; /* Adjust the padding as needed */
}
.client-logo-scroll {
    display: inline-block;
    white-space: nowrap;
    animation: scrollHorizontal 15s linear infinite;
}
.client-logo-scroll img {
    max-height: 50px; /* Adjust logo size */
    margin: 0 30px; /* Adjust space between logos */
}
@keyframes scrollHorizontal {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/****/
.ui-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 15px;
    grid-auto-flow: dense;
  }
  
  .ui-item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ui-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .large {
    grid-column: span 2;
    grid-row: span 2;
  }
  
  .medium {
    grid-column: span 2;
  }


.experienceFont{
    font-size: 16px;font-weight: bolder;line-height: 95%; letter-spacing: -2px;color: black;
}

.experienceFontCompanyDate{
    font-size: 2.5rem;line-height: 95%; letter-spacing: -2px;color: grey;font-weight: 200;
}

.experienceFontContact{
    font-size: 1.5rem;line-height: 95%; letter-spacing: -2px;color: #808080;font-weight: 200;
}

.experienceFontContactD{
    font-size: 0.2rem;line-height: 95%; letter-spacing: -0.5px;color: grey;font-weight: 200;
}

.seperatorexp{
    width: 100%; /* Span the full width */
            height: 1px; /* Set the line height */
            border-top: 1px solid darkblue; /* Create white border-top */
            
}