*{
    margin: 0;
    padding: 0;
    

}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

:root {
    --bg-color: #111;
    --second-bg-color: #151515;
    --text-color: white;
    --main-color: #04fffb;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #151515;
}






.me-2 {
    width: 100px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
}

.bi-search {
    width: 100px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

body, html {
    height: 100%;
}

/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image:  url("back.png");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.btn {
    display: inline-block;
    padding: 1rem 2.8rem;
    background: var(--main-color);
    border-radius: 25px;
    margin-top: 2rem;
    color: black;
    font-size: large;
    transition: 0.4s ease-in-out;
}
.btn:hover {
    background-color: #004040;
    cursor: pointer;
    border: 0.2rem solid var(--main-color);
    color: white;
    transform: scale(1.1);
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: open sans;
  font-size: 10px;
}



.introsec{
    margin: 100px;
    width: 100px;
    height: auto;
    border-radius: 50%;

}

.topic{
    margin-top: 100px;
}

.Box{
 position: relative;
 width: 300px;
 height: 300px;
 background: #69f5cb80;
 border-radius: 50%;
 overflow: hidden;

}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 7%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.logo img {
    width: 50px;
    height: auto;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.logo img:hover {
    transform: scale(1.1);
}

.navbar a {
    font-size: 1.8rem;
    color: white;
    margin-left: 4rem;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    border-bottom: 3px solid transparent;
    text-decoration: none;
}

.navbar a:hover, .navbar a.active {
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
}


.Box::before{
    content: '';
    position: absolute;
    inset: -10px 140PX ;
    background: linear-gradient(315deg, #00ffd9,	#004040);
    transition: 0.5s;
    animation: animate 4s linear infinite;


}
.Box:hover::before{
    inset: -20px 0px;
}

@keyframes animate {
    0%{
        transform: rotate(0deg);
    }
    0%{
        transform: rotate(360deg);
    }
    
}

.Box::after
{
    content: '';
    position: absolute;
    inset: 6px;
    background: #86f3f3;border-radius: 50%;
    z-index: 1;
}

.content{
    position: absolute;
    inset: 30px;
    border: 6px solid #69f5cb80;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.content img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    pointer-events: none;
    z-index: 3;

}

.Box:hover .content img{
    opacity: 0;
}

.content H2{
    position: relative;
    font-size: 1.5em;
    text-align: center;
    color: rgb(20, 21, 22);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.content H2 SPAN{
    font-weight: 300;
    font-size: 0.75em;

}

.content a{
    position: relative;
    margin-top: 10px;
    padding: 10px 20px ;
    background: #fff;
    color: black;border-radius: 25px;
    font-weight: 500;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: 0.5s;
}

.content a:hover{
    letter-spacing: 0.2em;
}

.card {
    border: 1px solid #ddd;

}

/* Ensures that the image fits within the column */
.img-fluid {
    max-width: 100%;
    height: auto;
  }
  .container .row.align-items-center {
   
    box-shadow: 0 4px 8px rgba(30, 184, 223, 0.1)!important;
    margin-bottom: 20px;

}
.container .row.align-items-center.c1{
    margin-top: 100px;
}
 
  

  /* Adjusts the spacing within the container */
  .container {
    max-width: 2000px;
    margin: 10 auto;
    padding: 0 15px;
  }
  
  /* Center-align text on smaller screens */
  .text-center {
    text-align: center;
  }
  
  /* Custom heading style */
  h2 {
    font-size: 1.5em;
    font-weight: bold;
  }
  
  /* Style for the "Hire me" button */
  
p{
    color: white;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(12, 223, 230, 0.5); /* Drop shadow effect */
    text-align: justify;
    margin-right: 6rem;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;


}

h3{
    color: #5ceee2;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600; /* Slightly bolder than normal text */
}