:root {
    --body-color: #0f0f0f;
    --secondary-body: #181823;
    --text-color: #dddddd;
    --border-color: #ff0a41;
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'Tango';
	src: url(../fonts/TangoBT.ttf);
	font-weight: 100;
	font-style: normal;
}

.set-edit {
    background: linear-gradient(to top, #0f0f0f -41%, #181823 100%);
    width: 100%;
    height: 110vh;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 15px;
    padding: 0;
    margin:0;
}

.set-edit h1 {
    	display: flex;
	justify-content:center;
	align-items:center;
	color: var(--text-color);
	text-align:center;
}
nav {
	background-color: var(--secondary-body);
}

.button {
    margin-right: 15px;
    width: 130px;
    text-align: center;
    align-items: center;
	color: var(--border-color) !important;
	border:1px solid var(--border-color) !important;
}

.img {
    width: 500px;
}

a{
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: large;
}

a:hover {
    color: #ddd;
}

/*****logout adn login section  *******/

.out-in ul .nav-item {
    display: flex;
}

#list-login {
    display: flex;
}

.card-1 {
    background-color: lightgrey;
    width: 100%;
    height: 110vh;
    padding: 20px;
    margin: 0;
    text-align: center;
    line-height: 2;
}

.icon {
    margin-bottom: 5px;
}
.card-2 {
    border-radius: 30px;
    margin: auto;
    line-height: 3;
}

.main-container-slide {
    margin: 15rem;
    background-color: #808080;
}

.image-slide {
    height: 550px;
}

.pro-picture {
    width: 100px;
    border-radius: 50px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.main-container {
    padding: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: linear-gradient(to bottom right, #808080 -41%, #ffffff 100%);
    margin: 0;
    
}

.main-container .first-container {
    margin: 50px;
    align-items: center;
    align-content: center;
    display: inline-block;
    text-align: left;
    position: relative;
    left: 200px;
    width: 80%;
}

h4, p {
    display: inline-block;
}

@media screen and (max-width:600px ){

    body {
        width: screen;
    }

    /*****   Navbar   *********/

    

    .ham-sub {
        padding: 0;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .container-fluid {
        width: screen;
    }
    /***********   Main page   *********/
	.set-edit {
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: center;
		align-items: center;
		height: 90vh;
	}

    .set-edit h1{
        margin-left: 50px;
        margin-right: 50px;
    }

    .button {
        margin: 7px;
        width: 100px;
    }

    /* .button2 {
        width: max-content;
    } */

    /*****  Carousel ************/

    .main-container-slide{
        margin: 8rem 1rem ;
        display: flex;
        background-color: #ffffff;
        text-align: center;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    .image-slide {
        width: 100px;
        height: 37vh;
    }

    /******    Cards    ********/

    .main-container .first-container {
        position: relative;
        left: 0;
        display: flex;
        flex-direction: column;
        line-height: 1;
        justify-content: center;
        text-align: center;
		
    }

    .pro-picture {
        margin-bottom: 20px;
    }
    
}