/**
Templatte Name: Alifur Personal resume
Template URL:
Author: Alifur Rahman
Autho URL:
Description:
Keywords:
**/


/*********Global CSS*******/

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
    /* font-weight: 500; */
    line-height: 1.6;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    background-color: #111;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

h4 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 30%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.section_separator {
    padding: 70px 0;
}

hr.separator {
    border-top: 1px solid #252525;
    margin: auto;
    max-width: 40%;
}


/*
button 
*/

.btn_css {
    font-weight: 500;
    line-height: 46px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .5px;
    background: var(--addColor);
    border: none;
    border-radius: 30px;
    padding: 0px 100px;
    position: relative;
    height: 46px;
    display: inline-block;
}

.btn_css span {
    display: block ruby;
    position: absolute;
    top: 0;
    left: 40px;
    transition: .4s;
    color: #fff;
}

.btn_css:hover span {
    left: 25px;
}

.btn_css i {
    position: absolute;
    top: 31%;
    right: 20%;
    opacity: 0;
    transition: .4s;
    color: #fff;
}

.btn_css:hover i {
    opacity: 1;
    right: 25px;
}

:root {
    --hover-color: blue;
}


/* --Header area css-- */

.full_width_header_section {
    width: 100%;
    height: 100%;
}

.header_area {
    width: 100%;
    height: 100%;
}

.left_color_area {
    background: var(--addColor);
    width: 100%;
    height: 200%;
    position: fixed;
    transform: rotate(-15deg);
    top: -50%;
    left: -83%;
    z-index: -1;
    transition: .4s;
}

.flex_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* position: absolute; */
    height: 100vh;
}

.header_text_area {
    flex: 0 0 40%;
    width: 100%;
    color: white;
    box-sizing: border-box;
    margin-left: 33.33%;
    overflow-x: hidden;
}

.header_text_area h3 {
    font-weight: 400;
    color: #eee;
    font-size: 22px;
    text-transform: uppercase;
}

.header_text_area span {
    color: #fff;
}

.header_text_area h1 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    margin: 18px 0 10px;
    text-transform: uppercase;
    color: var(--addColor);
}

.header_text_area p {
    margin: 10px 0 23px;
    font-size: 16px;
    line-height: 32px;
}

.header_menu_area {
    text-align: right;
    position: fixed;
    top: 15%;
    right: 0;
    display: flex;
    align-items: center;
    height: calc(100vh - 200px);
    z-index: 9999;
}

.header_menu_area ul li {
    margin-top: 45px;
    position: relative;
    margin-right: 30px;
}

.header_menu_area ul li .styleCss {
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 20px;
    background: var(--addColor);
    border-radius: 30px;
    padding-right: 30px;
    color: #fff;
    transition: all .3s;
    opacity: 0;
}

.header_menu_area ul li .active,
.header_menu_area ul li:hover .styleCss,
.header_menu_area ul li:hover i {
    background: var(--addColor);
    opacity: 1
}

.header_menu_area ul li:hover .styleCss {
    padding-right: 60px;
}

.header_menu_area ul li a i {
    position: absolute;
    top: -12px;
    right: 0;
    font-size: 20px;
    background: #4d4d4d;
    border-radius: 30px;
    flex: 0 0 20%;
    color: #fff;
    transition: .4s;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
}

.image_area {
    background: #040404;
    background-image: url(../images/105.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 33%;
    height: calc(100vh - 60px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .9);
    border-radius: 15px;
    z-index: 99;
    top: 5%;
    left: 2%;
    position: fixed;
    z-index: 9;
}


/* --responsive icon Css-- */

.responsive_icon .nav-icon {
    color: var(--addColor);
    font-size: 2.8rem;
    position: fixed;
    z-index: 999;
    top: 11px;
    right: 22px;
    display: inline-block;
    border: 1px solid gray;
    height: 4rem;
    width: 4rem;
    line-height: 4rem;
    text-align: center;
    border-radius: 6px;
    display: none;
}


/* --responsive icon Css-- */

.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 900;
    width: 100%;
    background: rgb(36, 31, 31);
    height: 100vh;
    display: none;
}

.menu-ara {
    margin-top: 70px;
}

.responsive-menu .menu-ara ul li a {
    display: block;
    margin: 10px 0;
    padding: 10px 20px;
    font-size: 21px;
    text-transform: uppercase;
    border-bottom: 1px dashed gray;
    margin-top: 15px;
    color: #fff;
    transition: .3s;
}

.responsive-menu .menu-ara ul li a i {
    margin-right: .7rem;
    transition: .3s;
}

.responsive-menu .menu-ara ul li a:hover i {
    transform: scale(0.8);
}

.responsive-menu .menu-ara ul li .active,
.responsive-menu .menu-ara ul li:hover a {
    color: var(--addColor);
    border-bottom: 1px dotted gray;
}


/*===============================*/
/* about area css  */
/*===============================*/


/*==full width about header==*/

.full_width_about_header_section {
    background: #111111;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 8rem 0;
    transition: .5s;
}

.about_header_text {
    position: relative;
}

.about_header_text h2 {
    font-size: 56px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.span_clr {
    color: var(--addColor);
}

.title_bg {
    font-size: 110px;
    left: 0;
    letter-spacing: 10px;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 50%;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.07);
}


/*==full width personal_information==*/

.full_width_personal_information_section {
    background: #111111;
    color: #fff;
    padding-bottom: 1px;
    position: relative;
}

.personal_information_area {
    display: flex;
}


/*information left css */

.information_left_area {
    flex: 0 0 50%;
}

.info_title {
    width: 100%;
    padding-bottom: 22px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: sans-serif;
}

.info_title h3 {
    font-size: 24px;
    font-weight: 600;
}

.info_item {
    display: flex;
    justify-content: left;
}

.info-single_item ul li {
    padding-bottom: 26px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.info-single_item ul li a {
    color: #fff;
}

.info-single_item ul li a:hover {
    text-decoration: underline;
}

.info-single_item ul .title {
    opacity: .7;
    text-transform: capitalize;
    font-size: 15px;
}


/*information Right css */

.information_right_area {
    flex: 0 0 50%;
}

.infR_flex_area {
    display: flex;
    justify-content: left;
}

.single_infR.with_margin {
    margin-bottom: 20px;
}

.single_infR {
    flex: 0 0 50%;
    padding: 20px 30px 25px 40px;
    border-radius: 5px;
    border: 1px solid #252525;
    box-sizing: border-box;
}

.single_infR h4 {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    color: var(--addColor);
    position: relative;
}

.single_infR h4::after {
    content: '+';
    position: absolute;
    right: -24px;
    font-size: 33px;
    font-weight: 300;
    top: 2px;
}

.single_infR p {
    padding-left: 45px;
    line-height: 1.6;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.single_infR p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 30px;
    height: 1px;
    background: #777;
}

.info-single_item {
    flex: 0 0 50%;
}

.info-single_item {
    flex: 0 0 50%;
}

.information_image_area {
    padding-bottom: 2rem;
    display: none;
}

.informatin_image {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: #000 url(../images/105.png) no-repeat scroll 0 0 / cover;
    margin: auto;
    border: 4px solid #252525;
}


/*==full width my skill progress==*/

.full_width_my_skill_progress {
    background: #111111;
    color: #fff;
}

.my_skil_header_text {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.my_skil_header_text h4 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
}

.skill_progress_area {
    display: flex;
    flex-wrap: wrap;
}

.single_progress {
    flex: 0 0 25%;
    text-align: center;
}

.single_progress.with_padding {
    padding-bottom: 40px;
}

.single_progress h2 {
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}


/*==Education & Experience css==*/

.full_width_education_section {
    background: #111111;
    color: #fff;
}

.education_area_header {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.edu_items ul li {
    box-sizing: border-box;
    position: relative;
    padding: 0 20px 0 60px;
    margin: 0 0 50px;
}

.edu_items .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    background-color: var(--addColor);
}

.edu_time {
    color: #fff;
    font-size: 12px;
    padding: 1px 10px;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 20px;
    font-weight: 600;
    background-color: #252525;
    opacity: .8;
}

.edu_items h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 7px 0 10px;
    font-weight: 500;
}

.edu_items .place {
    opacity: .8;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    padding-left: 26px;
}

.edu_items .place::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    left: 7px;
    top: 9px;
    opacity: .8;
}

.edu_items p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.edu_items p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    border-left: 1px solid #333;
    height: 100px;
}


/*===============================*/
/* Portfolio area css  */
/*===============================*/

.Main_portfolio_area {
	background: #111111;
	padding-bottom: 4rem;
}

.single_portfolio img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    display: inline-block;
    border-radius: 10px;
}

/* gridGallery overRight css  */
.slideshow figure {
	width: 100%;
	height: auto;
	background: #252525;
	border: none;
	overflow: hidden;
	padding: 30px;
	border-radius: 15px;
}
.slideshow figure img {
	border-radius: 10px;
}
.slideshow figcaption h3 {
	font-weight: 300;
	font-size: 32px;
	text-align: center;
	color: var(--addColor);
	font-weight: 700;
	padding: 15px 0 25px;
}
.slideshow figure i,
.slideshow figure a {
	color: var(--addColor);
}
.slideshow figure a {
	text-decoration: underline;
}
.project-label {
	font-family: 'Open Sans', sans-serif;
}





/*===============================*/
/* contact area css  */
/*===============================*/

.social_link_area h3 {
    margin-bottom: 1.5rem;
}

.contact_icon ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 2rem 0px;
}

.contact_icon ul li i {
    font-size: 3.5rem;
    color: var(--addColor);
    margin-right: 1.5rem;
}

.contact_icon ul li div span {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    opacity: .8;
}

.contact_icon ul li div a {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    transition: .4s;
}

.contact_icon ul li div a:hover {
    text-decoration: underline;
}

.social_link ul {
    display: flex;
    align-items: center;
}

.social_link ul li a {
    display: inline-block;
    color: #fff;
    width: 3.8rem;
    height: 3.8rem;
    background: #2b2a2a;
    border-radius: 50px;
    text-align: center;
    line-height: 3.8rem;
    font-size: 1.5rem;
    margin-right: 2rem;
    transition: .4s;
}

.social_link ul li a:hover {
    background: var(--addColor);
}


/* contact from  */

.contactform input {
    border: 1px solid #111;
    width: 100%;
    background: #252525;
    color: #fff;
    padding: 11px 26px;
    margin-bottom: 30px;
    border-radius: 30px;
    outline: none !important;
    transition: .3s;
}

.contactform textarea {
    border: 1px solid #111;
    background: #252525;
    color: #fff;
    width: 100%;
    padding: 12px 26px;
    margin-bottom: 20px;
    height: 160px;
    overflow: hidden;
    border-radius: 30px;
    outline: none !important;
    transition: .3s;
}

.contactform textarea:focus,
.contactform input:focus {
    border: 1px solid var(--addColor);
}


/*===============================*/
/* blog post area css  */
/*===============================*/

.blog_post_area {
    background: #111111;
}

.single_blog_post {
    width: 97%;
    margin: auto;
    margin-bottom: 2.5rem;
}

.single_blog_post:hover .image img {
    transform: scale(1.2);
}

.single_blog_post:hover .content h5 a {
    color: var(--addColor);
}

.single_blog_post .image {
    width: 100%;
    height: 235px;
    border-bottom: 5px solid var(--addColor);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    cursor: pointer;
}

.single_blog_post .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.single_blog_post .content {
    background-color: #252525;
    padding: 20px 25px 20px 25px;
    border-radius: 0 0 5px 5px;
}

.single_blog_post .content h5 {
    line-height: 2.8rem;
    margin-bottom: 1.5rem;
}

.single_blog_post .content h5 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: .4s;
}

.pagination_area {
    background-color: #111111;
    padding: 4rem 0;
}

.pagination_area .social_link ul {
    justify-content: center;
}
/*===============================*/
/* Single blog post area css  */
/*===============================*/
.section_med{
    max-width: 700px;
    margin: 0 auto;
}
.meta_tag {
	font-size: 1.3rem;
	color: #eee;
}
.meta_tag span {
	margin-right: 15px;
}
.meta_tag span i {
	color: var(--addColor);
	padding-right: 0.4rem;
}
.heading_area h1 {
	font-weight: 600;
	font-size: 3.5rem;
	text-transform: capitalize;
	margin: 1.3rem 0 2rem;
}
.blog_image img {
	border-radius: .6rem;
}
.blog_content {
	padding: 2rem 0 4rem;
}







