/* body{
    position: relative;
} */
.main-container{
    min-height:100vh;
    background-image: linear-gradient(to right,white,rgb(49, 175, 169));
    padding:5px;
    display:flex;
    flex-direction: column;
    width:100%;
    
   
}
.abouts{
    animation: color-change 3s ease infinite;
}
@keyframes color-change{
    0%{
        color:green;
    }
    50%{
        color:blue;
    }
    100%{
        color:red;
    }

}
.header{
    display:flex;
    justify-content: space-around;
    align-items: center;
    width:90%;
    position: fixed;
    top:0px;
    
    z-index: 1000;
    align-self: center;
    left:73px;
    
    /* align-self: center; */
    
    
}
/* #first-part{
    padding-top: 60px;
} */
.navbar{
    background-color: black;
    color:white;
    padding: 5px;
    min-width:40%;
    display:flex;
    justify-content: space-around;
    border-radius: 10px;
    

}
.ul-container{
    background-color: white;
    color:black;
    list-style-type:none;
    display:none;
    position: absolute;
    top:50px;
    width:max-content;
    padding: 5px;
    border-radius: 10px;
}
.elements{
    font-family: "Roboto";
    text-decoration: none;
    color: white;
    font-weight: 600;
}
.element-container{
    position: relative;

}
.element-container::after{
    content:"";
    position: absolute;
    top:40px;
    right:0;
    left:0;
    height:40px;
}
.element-container:hover>.ul-container{
    display:block;
}
.icons{
    background-color: white;
    height:50px;
    width:50px;
    border-radius: 25px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.icons-container{
    min-width:20%;
    display: flex;

    justify-content: space-around;

}
.spans.ai-solutions{
    animation: color-change 3s ease infinite,pop 3s ease ;

}
@keyframes color-change {
    0%{
        color:blue;
    }
    50%{
        color:red;
    }
    100%{
        color:yellow;
    }
    
}
.main-heading{
    font-size:120px ;
    text-align: center;
    font-weight: 300;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
.main-heading-container{
    min-height:90vh;
    display:flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.services{
    font-weight: 100;
    font-size: 30px;
    font-family:'Times New Roman', Times, serif;
}
.say-hello{
    background-color:black;
    color:white;
    padding:20px;
    border-radius: 30px;
    border-width: 0px;
    min-width:150px;
    font-weight: 500;
    display:flex;
    justify-content: space-between;
    align-items: center;

}
.say-hello:hover{
    background-color: transparent;
    border:1px solid black;
    color:black;

    .arrow-container{
        background-color: black;
        color:white;
    }
}
.arrow-container{
    height:30px;
    width:30px;
    border-radius: 15px;
    display:flex;
    justify-content: center;
    align-items: center;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color:black;
    
}
.arrow{
    font-weight: bold;
    font-size: 20px;
}
.img-container{
    display:flex;
    justify-content: space-around;
}
#second-part{
    background-color: white;
    min-height:100vh;
}
.about-container{
    display:flex;
    justify-content: space-between;
}
.paragraph{
    font-size:20px;
}
.about-us{
    background-color:black;
    color:white;
    padding:20px;
    border-radius: 30px;
    border-width: 0px;
    min-width:150px;
    font-weight: 500;
    display:flex;
    justify-content: space-between;
    align-items: center;

}
.arrow-container-1{
    height:30px;
    width:30px;
    border-radius: 15px;
    display:flex;
    justify-content: center;
    align-items: center;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color:black;
    
}
.about-us:hover{
    background-color: transparent;
    border:1px solid black;
    color:black;

    .arrow-container-1{
        background-color: black;
        color:white;
    }
}
.spans {
  animation: pop .35s ease;
  animation-delay: calc(var(--balu) * .7s);
  display: inline-block;
  margin-right: 0.35em; /* relative to font size */
}

@keyframes pop{
    from{
        opacity: 0;
        transform: translateY(20px);
        
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
.okay{
    background-image: linear-gradient(0deg,#d6640c 0%, #1687ff 46%, #fd8efe 100%);
    min-height:100vh;
}
.our-services{
    color:white;
    text-align:center;
    font-size:100px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.services-1{
    margin-left: 4em;
    font-size: 100px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.know-more-container{
    height:100px;
    width:100px;
    border-radius: 50px;
    display:flex;
    justify-content:center ;
    align-items: center;
    background-color: white;
    /* align-self: flex-start; */
}
.our-services-container{
    display:flex;
    justify-content: center;
    align-items: center;
}
.services-images{
    height:300px;
    border-radius: 10px;
    /* transform: rotateY(180deg); */
}
.matter-container{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.view-more-btn{
    color:white;
    padding: 5px;
    border-radius: 10px;
    border:1px solid rgba(255,255,255,0.9);
    background-color: transparent;
    width:150px;
}
.images-container{
    display:flex;
    justify-content: space-around;
    align-items: center;

}
.digital-marketing{
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    color:white;
    text-align: center;
}
/* Animation for images */
.services-images {
  height: 300px;
  border-radius: 10px;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  cursor: pointer;
}

.services-images:hover {
  transform: scale(1.05) rotateY(10deg);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* Smooth fade-in & slide-up on page load */
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.images-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  animation: fadeSlideIn 1s ease forwards;
  gap: 20px;
}

/* Animation for the text */
.digital-marketing {
  font-size: 50px;
  font-family: 'Times New Roman', Times, serif;
  color: white;
  text-align: center;
  animation: colorPulse 3s infinite alternate;
}

@keyframes colorPulse {
  0% {
    color: #00c6ff;
  }
  50% {
    color: #0072ff;
  }
  100% {
    color: #00c6ff;
  }
}

/* Button style and hover */
.view-more-btn {
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.9);
  background-color: transparent;
  width: 150px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.view-more-btn:hover {
  background-color: white;
  color: black;
}

/* Matter container layout */
.matter-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  animation: fadeSlideIn 1.2s ease forwards;
}
.images-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  perspective: 1000px; /* For 3D effect */
}

.services-images {
  height: 300px;
  border-radius: 10px;
  transform: rotateY(15deg) translateX(0);
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
  cursor: pointer;
}

.empty-container{
    height:10px;
    width:150px;
    background-image: linear-gradient(135deg,pink,rgb(10, 142, 160));
    border-radius: 10px;
    margin-top: 10px;
}
.data-container{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 90%;
    padding: 10px;
    row-gap: 20px;
    column-gap: 10px;


}
.individual-container{
    max-width:30%;
    background-color: black;
    padding: 10px;
    border-radius: 10px;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    color:white;
    transition: transform 3s ease;
    
}
.integrated-work-flow{
    flex-grow: 1;
    flex-basis:20%;
    /* row-gap: 20px; */
    background-color: black;
    padding: 10px;
    border-radius: 10px;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 65%;
    color: white;
    transition: transform 3s ease;
}
.items-container{
    display:flex;
    flex-direction: column;
    align-items:center;
    width:100%;
}
.i-container{
    height:50px;
    width:50px;
    border-radius: 25px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color:black;
}
.individual-container:hover,.integrated-work-flow:hover{
    background-color: white;
    color:black;
    box-shadow: 1px 1px 2px 2px rgb(231, 223, 223);
    transform: translateY(-20px);
    .i-container{
        background-color: black;
        color:white;
        /* background-color: b; */

    }
}
.what-we-do{
    margin-left: 3em;
}
video {
  width: 100%;
  height: auto;
  display: block;
}
