body {
    font-family: "poppins", sans-serif;
    /* background-color: #000000 !important; */
    /* background-image: linear-gradient(to right top, #000000,white); */
    background-image: linear-gradient(to right top, #1e1d1f,#222222);
    background-size: cover;
    background-position: center;
    color: #fff;
    /* height: 100vh; */
}

section {
    min-height: 100vh;
    padding-top: 5rem;
}

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;
}
.textjustify {
    text-align: justify;
}





.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;
}

.bg-grey{
    background-color: rgba(16, 16, 16, 0.95);
}

.nav-logo{
    width: 50px;
}










/* landing page */
.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;
}




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





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

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

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

    h6 {
        font-size: 25px !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;
    }
    

}
