@import url('../css/fonts.css');


html, body{
    margin: 0%;
    box-sizing: border-box;
    overflow-x: hidden;
	scroll-behavior: smooth;
	text-decoration:none;
}

:root{

    /*      Theme colors        */
    --text-gray: #999;
    --text normal: #CCC;
    --bg-color: #000;
    --white: #ffffff;
    --midnight: #000000;


    /*      theme font-family   */
    --Abel: 'Abel', cursive;
    --Antonio: 'Antonio', sans-serif;
	--Barlow: 'Barlow', sans-serif;
	--IBMP: 'IBMP', cursive;
    --Josefin : 'Josefin', cursive;
    --Lexend: 'Lexend', sans-serif;
    --Livvic: 'Livvic', cursive;
	--Lobster: 'Lobster', cursive;
	--Lora: 'Lora', sans-serif;
	--Philosopher: 'Philosopher', cursive;
	--Roboto: 'Roboto', sans-serif;
	--Space_Mono: 'Space_Mono', cursive;
}

/* Line border */
hr.new1 {
  border-top: 0.1px thin #eeeeee;
  width: 10%;
}

/* Dotted border */
hr.new3 {
  border-top: 1px dotted #666;
  width: 50%;
}
 
/* ---------------- Global Classes ---------------*/

a{
    text-decoration: none;
	color: #b89f85;
}

.flex-row{
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
}

ul{
    list-style-type: none;
}

h1{
    font-family: var(--Lora);
	color: #666;
    	font-size: 1.5rem;
	padding: 0rem .5rem;
	text-align: center;
	font-weight:normal;
}

h2{
    font-family: var(--Lora);
	color: #CCC;
    	font-size: 1.5rem;
	font-weight:normal;
	text-align: center;
}

h3{
    font-family: var(--Roboto);
    	color: #3f4954;
	font-size: 1rem;
	font-weight:normal;
	line-height: 1.5;
}

h4{
    font-family: var(--Roboto);
	text-decoration:none;
    	color: #fff;
	font-weight:normal;
}

h5{
    font-family: var(--Roboto);
	text-decoration:none;
    	color: #fff;
	font-weight:normal;
}

h6{
    font-family: var(--Roboto);
    	color: #3f4954;
	padding: 0rem .5rem;
	font-size: 1rem;
	text-indent: 0rem;
	font-weight:normal;
	line-height: 1.5;
}

/* ------x------- Global Classes -------x-------*/

/* --------------- Navbar ----------------- */

.nav{
    background: #ffffff;
    padding: 0.5rem 1rem ;
    height: 0rem;
    min-height: 7vh;
    overflow: hidden;
    transition: height 1s ease-in-out;
}

.nav .nav-menu{
    margin: 0;
    justify-content: space-between;
}

.nav .nav-menu .nav-brand{    
    padding-top: 0.1rem;
}

.nav .toggle-collapse{
    position: absolute;
    top: 0%;
    width: 90%;
    cursor: pointer;
    display: none;
}

.nav .toggle-collapse .toggle-icons{
    display: flex;
    justify-content: flex-end;
    padding: 2rem 0;
}

.nav .toggle-collapse .toggle-icons i{
    font-size: 1.4rem;
    
}

.collapse{
    height: 18rem;
}

.nav .nav-items{
    display: flex;
    margin: 0;
}

.nav .nav-items .nav-link{
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    position: relative;
    font-family: var(--Lora);
}

.nav .nav-items .nav-link:hover{
    background-color: #000000;
}

.nav .nav-items .nav-link:hover a{
    color: var(--white);
}

.nav .nav-brand a{
    font-size: 1.6rem;
    padding: 1rem 0;
    display: block;
    font-family: var(--Lexend);
}

.nav .social{
    padding: 1.7rem 3rem;
}

.nav .social i{
    padding: 0 .3rem;
}

.nav .social i:hover{
    color: #000000;
}

/* -------x------- navbar ---------x------- */


/* ----------------- Main Content----------- */

/* --------------- Site title ---------------- */
main .site-title{
    background: url('../assets/Background-image.png');
    background-size: cover;
    height: 70vh;
    display: flex;
    justify-content: center;
}

main .site-title .site-background{
    padding-top: 10rem;
    text-align: center;
    color: var(--white);
}

main .site-title h1, h3{
    margin: .3rem;
}

main .site-title .btn{
    margin: 1.8rem;
    background: var(--sky);
}

main .site-title .btn:hover{
    background: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

/* --------x------ Site title --------x------- */

/* --------------- Blog Carousel ------------ */

main .blog{
    width: 100%;
	padding: 0rem 0rem;
	background: #ffffff;	
}

main .blog-post .blog-content{
    display: flex;
    flex-direction: column;
    text-align: center;
}

main .blog-content span{
    display: block;
}





/* -------x------- Blog Carousel -----x------ */

/* ---------------- Site Content ----------------*/

#home .site-content{
	background:#ffffff;
    display: flex;
	padding: .3rem .3rem;
}

#home .site-content .post{
    width: 100%;
    padding: 0rem 2rem;
	margin-left: 1rem;
	margin-right: 1rem;

}

#home .post-content .post-title a{
    font-family: var(--Roboto);
    font-size: 1.5rem;
}

/* -------x-------- Site Content --------x-------*/

/* --------------- Sidebar ----------------------- */

#sidebar{
	display:flex;
	justify-content: center;
text-color: #fff;
}

#sidebar .category .category-list{
	flex: 50%;
	padding: 0rem 1rem;	
}

#sidebar .category .category-list .list-items{
	font-family: var(--Roboto);
	text-color: #fff;
    background-color: #000;
    padding: .3rem .3rem;
    margin: .3rem .3rem;
    justify-content: space-between;
  	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomteft: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
}

#sidebar .category-list .list-items:hover a{
    color: #fff;
	
}


/* -------x------- Sidebar -----------x----------- */

/* --------------- Rewiev ----------------------- */

#rewiev{
	display:flex;
	justify-content: center;
}

#rewiev .category1 .category-list1{
	flex: 25%;
}

#rewiev .category1 .category-list1 .list-items1{
	font-family: var(--Roboto);
	text-color: #fff;
    background: #f1f3f4;
    padding: .3rem .3rem;
}

#rewiev .category-list1 .list-items1:hover a{
    color: #000;
	
}


/* -------x------- Rewiev -----------x----------- */

/* ---------x------- Main Content -----x----- */


/* ----------------- Footer --------------------- */

#footer{
    height: 100%;
    background: #000000;
    position: relative;
	text-align: center;
}

#footer .container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

#footer .container > div{
    flex-grow: 1;
    flex-basis: 0;
}

#footer .container h2{
    color: #FFF;
}

#footer .follow div i{
    color: #FFF;
}

#footer .rights{
	justify-content: center;
}

#footer .rights h4 a{
    color: #FFF;
}

/* ---------x------- Footer ----------x---------- */

/*              Viewport less then or equal to 1130px            */

@media only screen and (max-width: 1130px){
    #home .site-content .post > .post-image .post-info{
        left: 2rem !important;
        bottom: 1.2rem !important;
        border-radius: 0% !important;
    }

    #home .site-content .sidebar .popular-post .post-info{
        display: none !important;
    }

    #footer .container{
        grid-template-columns: repeat(2, 1fr);
    }

}

/*      x       Viewport less then or equal to 1130px    x     */


/*              Viewport less then or equal to 750px            */

@media only screen and (max-width: 750px){
    .nav .nav-menu, .nav .nav-items{
        flex-direction: column;
    }

    .nav .toggle-collapse{
        display: initial;
    }

    #home .site-content{
        grid-template-columns: 100%;
    }

    #footer .container{
        grid-template-columns: repeat(1, 1fr);
    }

}


/*        x      Viewport less then or equal to 750px       x     */


/*              Viewport less then or equal to 520px            */

@media only screen and (max-width: 520px){
    #main .blog{
        height: 125vh;
    }

    # home .site-content .post > .post-image .post-info{
        display: none;
    }

    #footer .container > div{
        padding: .7rem .7rem !important;
    }

    #footer .rights{
        padding: 0 1rem;
        text-align: center;
    }

    nav .toggle-collapse{
        width: 80% !important;
    }

}

/*        x      Viewport less then or equal to 520px       x     */