
/* 
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;

*/
/* ==========================================================================
    Autoraize::UY lab 2208 batch
=================================================================*/
*{
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing:border-box;
    
   
}
ol, ul{
    list-style: none;
    margin: 0;
    padding: 0;

}
a{
    text-decoration:none;
    color: #000;
}
img{
    vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: #555555;
}
p{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #8c8c8c;
}
:root{
    --primary_color:#0872b9;
    --secondary_color:#5bc5f4;
}
/*----------- common css end----------- */

/* ----------Back to top part start--------- */

/* ----------Back to top part end--------- */
/* ----------welcome part start--------- */
.welcome_part{
    background:var(--primary_color);
    padding:10px 0;
}

.welcome_icon li a{
    color: #fff;
    padding:0 10px;
    transition: 0.3s;
}
.welcome_icon li a:hover{
    color: #353535;
}

/* ----------welcome part end--------- */

/* ----------header + hero  part start--------- */
.nav_hero_part{
    background: url(../img/hero_image.jpg);
}
.nav-link{
    color: #fff;
    padding-left: 24px !important;
}
.hero_part{
    width: 100%;
    height: 50%;
    overflow-x: hidden;
    
}
.carousel-item p,h3{
     color: #ffff;
}
.carousel-inner{
    color: #fff;
    padding-top: 255px;
    padding-bottom: 375px;
}
.carousel-item .p1{
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
}

.carousel-item h3{
    font-family: 'Raleway', sans-serif;
    font-size: 52px;
    font-weight: 700;
}
.carousel-item .p2{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.btn1{
    width: 170px;
    height: 50px;
    background: #998675;
    border: none;
    color: #fff;
    border-radius: 5px;
    margin-top: 50px;
    transition: .3s;
    text-transform: uppercase;
}
.btn1:hover{
    background: #e28d42;
    border: none;
    font-size: 20px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .3s ease;
    border-radius: 50%;
}

/* ----------header + hero  part end--------- */

/* --------- service  part start--------- */
.sercive_part{
    background: #fff;
}
.service_con{
    padding-top: 80px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.service_inner_con h4{
    font-size: 22px;
}
.service_inner_con p{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    
}
.second_image{
    padding-bottom: 80px;
}

/* --------- service  part end--------- */

/* --------- Realization of your idea part start--------- */
.idea_part{
    background:#fbfaf8;
}
.idea_con {
    text-align: center;
}
.idea_con h4{
    padding-top: 80px;
    font-family: 'Raleway', sans-serif;
    font-size: 30px; 
    font-weight: 500;  
    text-align: center;
}
.idea_image{
    padding-top: 40px;
}



/* --------- Realization of your idea part end--------- */

/* --------- purches part start--------- */
.purches_part{

    background:linear-gradient(90deg,#211b19,#2e221d,#3b2921,#4d3327,#4e3427);
}
.purches_inner_con {
    color: #fff;
    align-items: center;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.purches_inner_con h3{
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    padding-left: 25px;
}
.purches_inner_con p{
    font-size: 18px;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    color: #615855;
    padding-left: 25px;
}
.parches_btn{
    width: 170px;
    height: 50px;
    font-size: 14px ;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: #998675;
    margin-left: 60%;
    transition: .3s;
    border-radius: 5px;

}
.parches_btn:hover{
    background: #eb8832;

}
/* --------- purches part end--------- */

/* --------- Project part start--------- */
.project_con{
    text-align: center;
}
.project_con p{
   color: #8c8c8c;
}
.project_image{
    overflow-x: hidden;
    overflow-y: hidden;
}
.project_con h3{
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding-top: 80px;
    color: #555555;
}
.project_btn{
    margin: 50px auto;
    padding: 3px 19px ;
    color: #8c8c8c;
    border: 1px solid #ebebeb;
    border-radius: 5px ;
    background: transparent;
}
.project_con2 img{
    width: 100%;

}
.project_con2{
    position: relative;
}
.project_btn:hover{
    background: #998675;
    color: #ffff;
}
.project_inner_con{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    background: #fbfaf8;
    transition: .3s;
    position: relative;
}
.project_inner_con::before {
    content: '';
    width: 35px;
    height: 35px;
    background: #fbfaf8;
    transform: rotate(45deg) translateX(-50%);
    position: absolute;
    top: -5px;
    left: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: .3s;
}
.project_hover:hover .project_inner_con::before{
    background: #362f2d;
}
.project_inner_con p{
    color: #d1d1d1;
    font-size:14 ;
}
.project_inner_con h4{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #c7b299;
}
.project_hover:hover .project_inner_con{
    background: #362f2d;
}
.project2_overlay a{
    color: #fff;
}
.project2_overlay a:hover{
    color: #c7b299;
}
.project2_overlay {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 80%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    gap: 25px;
    align-items: center;
    opacity: 0;
    transition: .3s;
}
.project_con2:hover .project2_overlay{
    opacity: 9;
}
.loadmore_btn {
    margin-top: 40px;
    width: 170px;
    height: 50px;
    color: #ffff;
    background: #998675;
    text-transform: uppercase;
    margin-left: 44%;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 4px solid #736357;
    margin-bottom: 80px;
    transition: .3s;
    border: none;
    border-radius: 5px;
}
.loadmore_btn:hover {
    background: #f8933a;

}
/* --------- project part end--------- */

/* --------- work part start--------- */
.work_part{
    background: url(../img/work_image.jpg);
    color: #ffff;
    text-align: center;
}
.work_con{
    padding-top: 205px;
    padding-bottom: 205px;
}
.work_con h4{
    font-size: 30px;
    color: #fff;
}
.work_con p{
    font-size: 16px;
    color: #fff;
}

.time{
    color: #c7b299 !important;
    
}
/* --------- work part end--------- */

/* --------- iphone part start--------- */
.iphone_part{
    overflow-x: hidden;
}
.iphone{
    padding-top: 78px;
}
.iphone_con{
    padding-top: 188px;
}
.iphone_con2{
    margin-left: 50px;
    padding-top: 45px;
}
.ip_inner_con i {
    background: #c7b299;
    border-radius: 50%;
    width: 22px;
    text-align: center;
    padding-top: 4.5px;
    color: white;
}
.ip_inner_con p{
    padding-left: 10px;
}
/* --------- iphone part end--------- */

/* --------- other part start--------- */
.other_part{
    background:linear-gradient(90deg,#211b19,#2e221d,#3b2921,#4d3327,#4e3427);
}
.dis_none{
    display: none;
}
.other_con{
    padding-top: 68px;
    padding-bottom: 60px;
    text-align: center;
}
.other_con h3{
    font-size: 48px;
}
.other_con p{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
/* --------- other part end--------- */


/* --------- post part start--------- */
.post_con2 img{
    width: 100%;

}
.post_con2{
    position: relative;
}

.post_inner_con{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    background: #fbfaf8;
    transition: .3s;
    position: relative;
}


.post_con{
    text-align: center;
}
.post_con h4{
    padding-top: 80px;
}
.post_inner_con p{
    color: #d1d1d1;
    font-size:14 ;
}
.post_inner_con h4{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #c7b299;
}
.post_hover:hover .post_inner_con{
    background: #362f2d;
}

.post2_overlay a:hover{
    color: #c7b299;
}
.post2_overlay {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 80%;
    color: #fff;
    opacity: 0;
    transition: .3s;
}
.over_p1 {
    background: #363636;
    width: 50px;
    height: 35px;
    text-align: center;
    align-items: center;
    padding-top: 1px;
    font-size: 24px;
    color: #fff; 
    transition: .3s;
    border-top-left-radius:4px ;
    border-top-right-radius:4px ;
}
.over_p2{
    background: #252525;
    width: 50px;
    height: 25px;
    text-align: center;
    color: #ffff;
    transition: .3s;
    border-bottom-left-radius:4px ;
    border-bottom-right-radius:4px ;
    
}
.post_hover:hover .over_p1{
    background: #c7b299;
}
.post_hover:hover .over_p2{
    background: #a48d72;
}
.post_con2:hover .post2_overlay{
    opacity: 9;
}
.post_hover{
    position: relative;
}
.date{
    position: absolute;
    top: 15px;
    left: 15px;
}
.post_inner_con{
    padding-left: 30px;
}
.post_image{
    padding-bottom: 140px;
    overflow-x: hidden;
    overflow-y: hidden;
}
/* --------- post part end--------- */

/* --------- other  part 2 start--------- */
.other_part2{
    background: url(../img/other_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
}

.other_part2_inner_con .col-3{
    text-align: center;
    padding-top: 135px;
    padding-bottom: 135px;
    align-items: center;
}
.other_part2_inner_con .col-lg-3.col-md-6 {
    text-align: center;
}
/* --------- other  part 2 end--------- */

/* --------- footer part start--------- */

.footer{
    background: #191919;
}
.content1{
    padding-top: 100px;
    padding-bottom: 80px;
}
.content p{
    color: #555555;
}
.date{
    color: #555555;
}
.content:hover p{
    color: #c7b299;
}
.content:hover .date{
    color: #fff;
}

hr {
    margin: .8rem 0;
    color: inherit;
    border: 0;
    border-top: 3px solid #252525;
    opacity: .25;
}
/* --------- footer part end--------- */

/* --------- footer part end--------- */
.footer_area{
    background: #111111;
    color: #666666;
}
.footer_area_con{
    padding-top: 45px;
    padding-bottom: 60px;
}
.mini_menu{
    float: left;
    width: 50%;
    
}
.mini_menu p,.another_menu p{
    color: #555555;
}


.another_menu{
    float: right;
    width: 50%;
    text-align: right;
}

/* --------- footer part end--------- */

