/*font family start*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&display=swap');
/*font family end*/

/*common css start*/

:root{
	--rob: "Roboto", sans-serif;
	--lat: "Lato", sans-serif;
	--dark: #333333;
	--ash: #8e8e8e;
	--white: #ffffff;
}

body{
	font-family: var(--rob);
	font-size: 16px;
	font-weight: 400;
	color: var(--ash);
}

/*common css end*/

/*header start*/

header{
/*	border: 1px solid;*/
	padding: 10px 0;
}
.h_logo{
	font-family: var(--lat);
	font-size: 30px;
	font-weight: 500;
	color: var(--dark);
	text-transform: uppercase;

}
.menu ul li a{
	padding: 0 15px !important;
	font-family: var(--lat);
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	transition: .8s;

}
.menu ul li a:hover{
	color: var(--dark);
	border-bottom: 1px solid var(--dark);
}
.btn_search{
	color: var(--ash);
	border: none;
}
.btn_search:hover{
	color: var(--dark);
}
.btn_search::after{
	display: none;
}
.btn_dd{
	width: 350px;
}
.btn_dd[data-bs-popper]{
	top: 120%;
    left: -330px;
}
.btn_dd input{
	border: none;
}
.btn_dd input:focus{
	box-shadow: none;
}
.btn_dd button{
	background: transparent;
	border: none;
    height: 100%;
    display: flex;
    align-items: center;
}

/*header end*/

/*banner start*/

.banner{
	background-image: url(../img/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.b_slider{
	margin: 210px 0 200px;
}
.b_slider h1{
	font-family: var(--lat);
	font-size: 58px;
	font-weight: 700;
	color: white;
}
.b_slider p{
	margin:40px 12px 40px 0;
	font-size: 16px;
	color: white;
	line-height: 30px;
}
.btn_c{
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--rob);
    font-size: 16px;
    font-weight: 500;
    color: var(--dark);
    text-transform: uppercase;
    background-color: var(--white);
    border: none;
    border-radius: 0;

}
.b_btn:hover{
    color: var(--white) !important;
    background-color: var(--dark) !important;
}
.b_slider a i{
	margin-left: 15px;
}
.slider_btn{}
.s_btn{
	background-color: transparent;
    color: var(--ash);
    border: none;
    text-transform: uppercase;
}
.s_btn:hover{
   color: var(--dark);
}
.b_shape{
   font-size: 20px;
   color: var(--dark);
}

/*banner end*/

/*welcome start*/

.c_shape{
    margin: 0 auto 30px auto;
    width: 2px;
    height: 50px;
    background-color:var(--dark);
    
}

.c_title h1{
    font-family: var(--lat);
    font-size: 30px;
    color: var(--dark);
    text-transform: uppercase;

}
.w_p{
	margin:30px 0 0;
    line-height: 30px;
}

/*welcome end*/

/*service start*/

.service{
	padding: 0 0 100px;
}

.s_item{
	margin: 100px 0 0;
	padding: 10px;
	border: 1px solid var(--ash);
}
.s_item:hover{
	border: 1px solid var(--dark);
	cursor: pointer;
}
.s_icon{
	margin: -32px auto 0 auto;
    width: 75px;
    background-color: white;
    
}
.s_icon i{
	font-size: 60px;
	color: var(--ash);
	
}
.s_item:hover .s_icon i{
	color: var(--dark);
}
.s_h2{
	margin-top: 15px;
	font-size: 18px;
	color: var(--dark);
	text-transform: uppercase;
}
.s_item hr{
     margin: 15px auto;
     width: 60px;
     height: 1px;
     background-color: var(--ash);
}
.s_p{
	line-height: 27px;
}
.s_item a{
	margin: 20px 0 5px 0;
	display: inline-flex;
	color: var(--ash);
	background-color: transparent;
}
.s_item a i{
	margin-left: 15px;
}
.s_item:hover a{
	color: var(--dark);
}

/*service end*/

/*about start*/
.about{
	padding: 0 0 100px;
}
.a_text{
	margin-left: 50px;
}
.a_h1{
	font-family: var(--lat);
	font-size: 30px;
	text-transform: uppercase;
	color: var(--dark);

}
.a_p1{
	margin: 30px 0;
}
.a_btn{
	margin-top: 35px;
	color: var(--dark);
	border: 1px solid !important;
}
.a_btn:hover{
    color: var(--white) !important;
    background-color: var(--dark) !important;
}
.a_text a i{
	margin-left: 15px;
}

/*about end*/

/*portfolio start*/

.portfolio{
	padding: 0 0 100px;
	background-color: #f8f8f8;
}
.c_menu{
	margin: 60px 0 0;
	border: none;
}
.n_item{
	color: var(--ash);
}
.c_menu .n_item.active {
    color: var(--dark);
    background-color: var(--white);
    border-color: var(--dark);
    border: 1px solid;
    border-radius: 0;
}
.c_menu .n_item{
	border: none;
	color: var(--ash);
}
.t_item{
	margin: 40px 0 0 ;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.t_item:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.t_item::before{
	position: absolute;
	content: '';
	background-color: var(--dark);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 9;
}
.t_item:hover::before{
	opacity: 0.5;
}
.t_text{
	position: absolute;
   	left: 0;
   	bottom: 30%;
   	opacity: 0;
   	width: 100%;
   	padding: 15px 10px;
   	font-family: var(--lat);
   	color: var(--dark);
   	background-color: var(--white);
   	transition: .3s ease-out;
   	z-index: 999;
}
.t_item:hover .t_text{
	bottom: 0;
	opacity: 1;

}
.t_title{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.t_icon{
	position: absolute;
	top: 40%;
	left: 0;
	transform: translate(-50%, -50%);
	color: var(--white);
	font-size: 60px;
	opacity: 0;
	transition: .3s ease-out;
	z-index: 99;
}
.t_item:hover .t_icon{
	left: 50%;
	opacity: 1;
}
.t_item:hover img{
	transform: scale(1.2);
	transition: .3s ease-out;
}

/*portfolio end*/

/*creative start*/

.creative{
	padding: 0 0 100px;
	cursor: pointer;
}
.cr_item{
    margin: 80px 0 0;
    border-bottom: 1px solid #cccccc;
    transition: .33s;
}
.cr_item:hover{
    border-bottom: 1px solid var(--dark);
}
.cr_icon i{
   font-size: 45px;
   color:#8e8e8e;
}
.cr_item:hover .cr_icon i{
     color: var(--dark);
}
.cr_h2{
    margin-top: 5px;
    font-family: var(--lat);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.cr_item:hover .cr_h2{
     color: #333333;
}
.cr_p{
     margin: 25px 0;
     line-height: 27px;  
}
/*creative end*/

/*member start*/

.member{
	padding: 0 0 100px;
    background-image: url(../img/banner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;
}
.m_item{
	margin: 80px 0 0;
	position: relative;
}
.m_icon{
	position: absolute;
	width: 15%;
	top: 17%;
	left: 0;
	background-color: var(--white);
	text-align: center;	
	opacity: 0;
	transition: .3s;
}
.m_item:hover .m_icon{
	opacity: 1;
}
.m_icon li{
	margin: 10px 0;
	border-right: 1px solid transparent;
    transition: .3s ease-out;
}
.m_icon li:hover{
    border-right: 1px solid var(--dark);   
}
.m_icon li i{
	font-size: 18px;
	color: var(--ash);
}
.m_icon li i:hover {
   color: var(--dark);
}
.m_text{
	padding: 15px 20px;
	background-color: var(--white);
}
.m_h2{
	font-family: var(--lat);
	font-size: 18px;
	font-weight: 700;
	color: var(--dark);
}

/*member end*/

/*pricing start*/

.pricing{
	padding: 0 0 100px;
}
.p_item{
   margin: 80px 0 0;
   padding: 30px 25px;
   border: 1px solid #cccccc;
   cursor: pointer;
   transition: .3s;
   position: relative;
}
.p_item:hover{
   border: 1px solid var(--dark);
}
.p_h2{
	padding: 5px;
	top: -16px;
	left: 19px;
    font-family: var(--lat);
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    background-color: var(--white);
    text-transform: uppercase;
    position: absolute;
}
.p_p{
   margin: 25px 0;
   line-height: 30px;
}
.p_p span{
    font-size: 30px;
    font-weight: 500;
    color: var(--dark);
}
.p_list ul li p{
     margin-bottom: 0;
     line-height: 40px;
}
.p_list ul li p span{
     margin-right: 10px;
}

.p_item a{
	margin: 30px auto 0;
	width: 90%;
    color:var(--ash);
    border: 1px solid #cccccc;
 }
 .p_item:hover a{
   color: #333333 !important;
   background-color:#ffffff !important;
   border: 1px solid #333333 !important;
 }
 .p_item a i{
 	margin-left: 15px;
 }
/*pricing end*/

/*purchase start*/
.purchase{
	margin: 0 0 100px;
	padding: 20px 0;
	background-color: #f8f8f8;
}
.pu_h2{
    font-family: var(--lat);
    font-size: 18px;
    font-weight: 400;
    color: var(--dark);
    text-transform:uppercase;
}
.pu_btn a{
	background-color: transparent;
	color: var(--dark);
	border: 1px solid;
	transition: .3s;
}
.pu_btn a:hover{
	background-color:var(--dark);
	color: var(--white);
	border: 1px solid;
}
.pu_btn a i{
	margin-left: 15px;
}

/*purchase end*/

/*slider start*/

.slider{
	padding: 0 0 100px;
}
#slider_c{
/*		height: 100%;*/
	 padding: 30px 30px;
	 border: 1px solid #cccccc;
}
.s2_h2{
    font-family: var(--lat);
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    text-transform:uppercase;
    line-height: 30px;
}
.s2_p1{
    margin: 10px 0;
    font-size: 18px;
    line-height: 30px;
}
.s2_h3{
    font-size: 18px;
    font-weight: 400;
    color: var(--dark);
    line-height: 30px;
}
.s2_p2{
   margin: 15px 0;
   line-height: 27px;
}
.s2_p3{
   line-height: 27px;
}
.s2_btn{
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    border: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: space-around;
}
.prev_btn{
    font-family: var(--lat);
    font-weight: 700;
    color: var(--ash);
    background-color: transparent;
    writing-mode: vertical-rl;
    border: none;
}
.prev_btn:hover{
   color: var(--dark);
}
.next_btn{
    font-family: var(--lat);
    font-weight: 700;
    color: var(--ash);
    background-color: transparent;
    writing-mode: vertical-rl;
    border: none;
    
}
.next_btn:hover{
   color: var(--dark);
}
.s_shape_div{
	writing-mode: vertical-rl;
}
.s_shape{
    font-size: 20px;
    color: #333333;
}

/*slider end*/

/*contact start*/
.contact{
	padding: 0 0 100px;
}

.fm_border{
	border: 1px solid #cccccc;
}
.form_title{
	font-family: var(--lat);
    font-size: 30px;
    color: var(--dark);
    text-transform: uppercase;
    margin: -19px auto 0 auto;
    width: 21%;
    display: flex;
    justify-content: center;
    background-color: white;
}
.c_form{
    padding: 60px 0 30px;
}
.c_input{
	border: none;
    border-bottom: 1px solid var(--ash);
    border-radius: unset;
    padding: 10px 0;
}
.c_input:focus{
	border-color: transparent;
	box-shadow: none;
	border-color: var(--dark);
}
.contact_btn a{
	/*display:inline-flex/ margin: 0 auto jekono ekta 
	korlei button majhkhane chole asbe*/
	margin: 0 auto;
	color: var(--dark);
	border: 1px solid;
	transition: .3s;
}
.contact_btn a:hover{
	background-color: var(--dark);
	color: var(--white);
	border: 1px solid;
}
.contact_btn a i{
	margin-left: 15px;
}	

/*contact end*/

/*footer start*/
footer{
	background-image: url(../img/footer.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.f_h1{
	color: var(--dark);
}
.ft_shape{
	margin: 0 auto;
}
.f_p{
	margin: 50px 0;
	color: var(--white) !important;
}

.f_social a {
    display: inline-flex;      
    justify-content: center;    
    align-items: center;       
    width: 55px;               
    height: 55px;             
    border: 1px solid white;   
    margin-right: 15px;         
    text-decoration: none;     
    transition: 0.3s ease-in-out;
}

.f_social a i {
    font-size: 25px;            
    color: white;               
    margin: 0;              
    padding: 0;                 
    transition: 0.3s;
}

.f_social a:hover {
    background-color: white;    
    transform: scale(0.9);    
}

.f_social a:hover i{
	color: var(--dark);
}
.f_social a:last-child {
    margin-right: 0;
}
.footer_bottom{
	margin-top: 100px;
	border-top: 1px solid white;
}
.fb_content{
	padding: 30px 0;
}
.fl_p{
	color: var(--white);
}
.f_shape{
	margin: 0 10px;
}
.f_right ul li{
    margin-right: 25px;
    display: inline-block;
    list-style: none;
}
.f_right ul li:last-child{
	margin-right: 0;
}
.f_right ul li a{
    
    color: white;
    text-decoration: none;
}
.f_right ul li a:hover{
	border-bottom: 1px solid var(--white);
}
/*footer end*/