*{
    font-weight: bold;
}
body{
    place-content: center;
    overflow-x:hidden;
}
.header{
    display: flex;
    position: fixed;
    width: 100%;
    background-color: #2a9d8f;
    padding: 1rem;
    z-index: 100;
    justify-content: space-between;
align-items: center;
height: 10vh;
}
.header a{
    text-decoration: none;
    color: #fff;
} 
.navbar{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
 .navbar a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    margin-right: 3rem;
    transition: .3s;
}
.section{
    color: white;
    background-color: #264653;
    background-size: cover;
    display: grid;
    grid-row-gap: 150px;
    width: 100%;
    align-items: center;
     padding: 10vh 10% 0 ; 
    justify-content: center;
    align-content: space-between;
}
 .section .container{
    padding-top: 5%;
} 
.container{
    display:flex;
    flex-direction:column;
    justify-content:space-around;
}
.home-content{
    padding-top: 5%;
    display: flex;
}
a{
 text-decoration :none;
}

.home-sci a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #0ef;
    font-size: 20px;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border: 2px solid #0ef;
    border-radius: 50%;
    margin-right: 3rem ;
}
.home-sci a:hover{
    background-color: #0ef;
    color: #081b29;
    box-shadow: 0 0 20px #0ef;
    border: 1px #0ef solid;
}
.submit{
    box-shadow: 20px 20px 200px blue;

}
.inner-circle-about{
    width:380px;
    height: 380px;
    border-radius: 50%;
    overflow: hidden;
}

#box{
    height:380px;
    width: 380px;
    border-radius: 50%;
    overflow: hidden;
}
#box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 1s;
}
#box:hover img{
    scale: 1.2;
}
a{
    text-decoration: none;
}
.profile-picture-container ,.profile-picture-container-about{
    width: 400px;
height: 400px;
background: linear-gradient(to top, pink,purple, aqua 100% );
overflow: hidden;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
box-sizing: border-box;
box-shadow: 20px 25px 300px aqua; /* The box-shadow property creates the shadow */

}

.profile-picture-container{
    left: 10%;

}
.profile-picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
h3{
    font-size: 32px;
font-weight: 700;
}
span{
    color: #0ef;
}
.card{
    background: transparent !important;
    color: white;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 2s;
}
.card:hover{
    scale: 1.1;
}
.card-header{
    background-color: #2a9d8f !important;
    z-index: 1;
    color:white !important;
}

.about-content{
    padding: 80px 0;
    color: white;
    display: flex;
    width: 100% ;
}

.card-header h1{
    text-align: center;
    
}
.about{
    text-align: center;
    width: 700vw;
    font-size: large;
}
.contact{
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    place-content:center;
}
.contact{
    padding: 5% 0;
}

.contact-form{
    width: 50%;
    position: relative;
    left: 20%;
}
.home-sci{
    display: flex;
}
.carousel-item .Calculator {
    position: absolute;
    right: 60%;   
    display: block;
    color: black;
    /* z-index: 100; */
}
.carousel-item .sarkariclone{
    position: absolute;
    right: 60%;   
    display: block;
    color: black;
}

.carousel-item .discord{
    position: absolute;
    right: 50%;   
    display: block;
    color: white;
}
iframe{
    width: 100% !important;
    border-radius:0.7vh solid #2a9d8f;
}
.prev, .nxt{
    background-color:  blue;
}
@media (min-width:350px) and (max-width:550px){
    .profile-picture-container ,.profile-picture-container-about{
        width: 100px;
        height: 100px;
        box-shadow: aqua;
        background: linear-gradient(pink,purple, aqua, black );
        overflow: hidden;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
box-sizing: border-box;
box-shadow: 20px 25px 40px yellow;
    }
    .inner-circle, .inner-circle-about{
        width:80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
    }

}
button{
    background-color: #0ef;
}
/*for top scrolling button*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    background-color:transparent;
    color: white;
  }
  
  #myBtn:hover {
    background-color:  #555;
  }
 
  .progress-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .progress-bar {
    width: 100%;
    height: 20px;
    border-radius: 10px;
    background-color: #333 !important;
    overflow: hidden;
  }

  .progress-fill {
    height: 100%;
    background-color: #0ef;
    transition: width 1s ease-in-out;
  }
  .progress-bar:hover{
    background-color: #0ef;
    box-shadow: 0 0 20px #0ef;
    border: 1px #0ef solid;
}
.contact-form {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* position: relative;
    left: 2%; */
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    color: #0ef;
    object-fit: cover;
    transition: all ease 2s;
    place-content: center;
    position:relative;
    left:25%;
}
.contact-form:hover{
    scale: 1.1 ;
    background-color: #0ef;
    color: white;
    box-shadow: 0 0 20px #0ef;
    border: 1px #0ef solid;
}

.contact-form h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #0056b3;
}
.social-media-icons{
    display:flex;
    flex-direction:row;
    justify-content:center;
    text-align:center;
    place-content:center;
    align-items:center;
        background-color:#2a9d8f;
    width:50%;
    border-radius: 0.7vh ;
    border:0.7vh solid #f4a261;
}
.social-media-icons a{
    margin:2vh;
    cursor:pointer;
    color:#e9c46a;
    text-decoration: none;
}
