* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


.herosection {


    background-color: #fff8e8;
    backdrop-filter: blur(5px);
    position: sticky;
    top: 0;
    z-index: 1020; 
}

nav {
    font-family: Georgia, 'Times New Roman', Times, serif;

 

}

ul {
    /* border: 1px solid; */
    width: 100%;
    display: flex;
    justify-content: end;
}

.container-fluid a {
    /* border: 1px solid; */
    font-size: x-large;

}

.container-fluid a {
    /* background-color: #2F3645;
    color: #FFF8E8;
    padding: 0.3rem;
    border-radius: 20px; */
    /* border: 1px solid; */
    padding: 0px;
    /* border: 1px solid; */
}
.container-fluid a .FstName
{
    background-color: #2F3645;
    padding: 0.5rem;
    color: #FFF8E8;
    border-radius: 5px 0px 0px 5px;
    /* border: 1px solid; */
    
}
.container-fluid a  .SName
{
    
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 0.45rem;
    border-radius: 0px 5px 5px 0px;
    background-color: #FFF8E8;
    color: #2F3645;

}

.nav-item a {
    border: 1px solid;
    width: max-content;
    padding: 0.3rem;
    margin: 0.5rem;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
}

.nav-item a:hover {
    background-color: #2F3645;
    color: #FFF8E8;

}


/* INFOOOOOOO-----CONTAINERRRRRRR */



.hero-intro-section {

    display: flex;
    /* flex-wrap: wrap; */
    padding: 1rem;
    height: 100vh;
    justify-content: space-around;
    background-color: #FFF8E8;
    align-items: center;




}

.img-container {


    display: flex;
    justify-content: end;

}

.img-container img {
    height: 30rem;
    border-radius: 7px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}


.text-container {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
}


.heading-text {
    font-size: 8vw !important;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;


}


.para-container {
    display: flex;
   /* border:1px solid ; */
    justify-content: space-evenly;
    font-size: large;
    flex-wrap: wrap;
    font-weight: 00;

}

.paragraph1 {

    width: 22rem;
    /* font-size: 3vw; */
    text-align: left;
    margin-left: 2rem;
}

.paragraph2 {
    width: 25rem;
    text-align: left;
    /* font-size: 3vw; */
    margin-left: 2rem;

}


.resume {

    display: flex;
    justify-content: end;
    margin-top: 2rem;

    width: 100%;



}

.resume button {
    border-radius: 20px;
    padding: 0.5rem;
    border: 1px solid;
    background-color: transparent;
    font-size: 1rem;
    font-weight: 600;

    margin-right: 2rem;
}

.resume button:hover {
    background-color: #2F3645;
    color: #FFF8E8;
}

.resume a {
    color: #2F3645;
    text-decoration: none;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.resume button:hover a {
    color: #FFF8E8;

}


/* whatsaaaaaaaaaaaaaaaaaaaaaaaaapppppppppppppppppppppppppppp */
/* From Uiverse.io by Gaurang7717 */ 
/* From Uiverse.io by Gaurang7717 */ 
.BtnW {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    /* overflow: hidden; */
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.3s;
    /* background-color: #00d757; */
    position: fixed !important;
    top: 90%;
    left: 95%;
    z-index: 100;
    padding: .5rem;

  }
  
  .svgContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    backdrop-filter: blur(4px);
    letter-spacing: 0.8px;
    border-radius: 10px;
    transition: all 0.3s;
    border: 1px solid rgba(156, 156, 156, 0.466);
  }
  
  .BG {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00d757;
    background: #00d757;
    background: #00d757;
    background: #00d757;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    z-index: -1;
    border-radius: 9px;
    pointer-events: none;
    transition: all 0.3s;
  }
  
  .BtnW:hover .BG {
    transform: rotate(35deg);
    transform-origin: bottom;
  }
  
  .BtnW:hover .svgContainer {
    background-color: rgba(156, 156, 156, 0.466);
  }
  
  



@media (max-width:1025px) {



    .hero-intro-section
    {
        
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .para-container {
        font-size: 3vw;
        width: 20rem;
        text-align: justify;
        display: flex;
        justify-content: center;


    }

    .img-container img {
        margin-top:0rem;
        height: 15rem;
    
    }

    .resume {
        display: none;
    }

    .BtnW
    {
        position: fixed;
        left: 90%;
    }


}