body {
    font-family: "poppins", sans-serif;
    background-color: rgba(250, 250, 250, 1) !important;
    /* background-image: linear-gradient(rgb(255, 255, 255), white, rgb(245, 245, 190), rgb(110, 202, 238),  rgb(110, 202, 238)); */

}

section {
    min-height: 100vh;
    padding-top: 5rem;
    /* scroll-snap-align: start; */
}

html {
    scroll-behavior: smooth;
}



h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

h1 {
    font-size: 40px !important;
    font-weight: 900 !important;
    /* text-transform: capitalize; */
}

h2 {
    font-size: 30px !important;
    font-weight: 900 !important;
}

h3 {
    font-size: 25px !important;
}




.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #000000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    visibility: hidden;
}

.back-to-top i {
    font-size: 30px;
    color: #fff;
    line-height: 0;
}



.topActive {
    visibility: visible;
}











/* landing page */

.navbar-nav{
    background-color: rgba(33, 36, 49,0.9) !important;
}
.home {
    background-image: url("https://c.pxhere.com/photos/36/0b/apartment_apple_business_chair_coffee_computer_contemporary_designer-912746.jpg!d");
    background-size: cover;
    background-position: center;

    /* background-color: rgba(0, 0, 0, .5); */
}

.home::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
}

.content {
    position: relative;
}



a {
    text-decoration: none;
}

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #212431;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.scrollTo {
    position: absolute;
    bottom: 1vh;
}


/* Skills -------------------- */
.skills{
    background-image: linear-gradient(rgb(255, 255, 255),#86f2e4);
}

.card{
    border: none !important;
    border-radius: 1rem !important;
}
.cardText{
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-size: 1.4rem !important;
}



/* background-image: linear-gradient(rgb(255, 255, 255), rgb(245, 245, 190)) */






/* Service --------------------------- */
.service{
    background-image: linear-gradient(#86f2e4,white);
}


/* project --------------------------- */
.project{
    background-image: linear-gradient(white, #bed1f5);
}
.projectcard{
    height: 95vh;
    background-color: rgba(250, 250, 250, .5);
    border: #d2d2d2 solid 1px;
    border-radius: 15px;
}
.projectContent{
    overflow-y: auto;
}



/* About ---------------- */
.about{
    background-image: linear-gradient(#bed1f5, rgba(250, 250, 250, 1));

}


.profileimg {
    height: 20rem;
    width: 20rem;
    background-color: #000000;
}

.textjustify {
    text-align: justify;
}




/* contact ----------------- */
.contact{ 
    background-image: url();   
    background-image: linear-gradient(rgba(250, 250, 250, 1),#86f2e4);
}

.contactContent{
    background-color: rgba(250, 250, 250, .5);
    width: 100%;
}



/* form ----------------- */
form{
    width: 100%;
}
label {
    padding: 0.375rem 0.75rem;
    font-size: .9em;
    font-weight: 500;
    line-height: 1.8;
    color: rgb(25, 45, 20);
}

input,textarea {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(25, 45, 20);
    background-color: rgb(235, 245, 249);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    width: 100%;
}


input,
textarea:focus {
    outline: none;
}


.formCard {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fgroup {
    margin: 10px 0;
    width: 100%;
}

.send{
    background-color: #343f61 !important;
    color: #ffffff;
}

.reset{
    background-color: rgb(113, 113, 113);
    color: #ffffff;
}
.hide{
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/* footer ------------------- */
.footer{
    background-color: #7d7d7d;
    color: white;
    height: 40vh;
}











@media (min-width:768px) {
    h1 {
        font-size: 65px !important;
    }

    h2 {
        font-size: 55px !important;
    }

    h3 {
        font-size: 40px !important;
    }

    h6 {
        font-size: 25px !important;
    }
    .navbar-nav{
        background-color: rgba(33, 36, 49,0.0) !important;
    }
   
}









@media (min-width:768px) {
    .back-to-top:hover {
        background: #ffffff;
        border: 3px solid black;
    }

    .back-to-top i:hover {
        color: #000000;
    }
    .fgroup {
        margin: 10px;
        width: 100%;
    }
    textarea{
        width: 98% !important;
    }
    .w-80{
        width: 80% !important;
    }
    

}