* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-family: 'Baloo 2', cursive;
}

.header{
    width: 100%;
    height: 100vh;
}

.navbar{
    padding: 30px 0px;
}

.heading_logo{
    font-size: 25px;
    font-weight: 800;
    color: rgb(22, 89, 189);
}

.nav-link{
    color: rgba(0, 0, 0, 0.717);
    font-size: 16px;
    font-weight: 600;
    transition: 0.2s ease-in-out;
}

.nav-link:hover{
    color: rgb(227, 249, 35);
}

.nav-item{
    margin: 0px 5px;
}

.nav-btn_header{
    display: inline-block;
    color: white;
    background-color: rgb(72, 72, 178);
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 22px;
    font-weight: 500;
    margin: -3px 0px;
    transition: 0.3s ease;
}

.nav-btn_header:hover{
    background-color: rgb(45, 45, 151);
}

.hero_section{
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
}

.content_home_section{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.title_span{
    width: 190px;
    background-color: rgb(151, 170, 237);
    color: black;
    text-align: center;
    padding: 7px 13px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.heading_homesection{

    font-size: 53px;
    font-weight: 900;
    line-height: 65px;
    margin: 12px 0px;
}


.heading_span{
    color: rgb(183, 49, 49);
}

.para_home_section{
    color: black;
    font-weight: 400;
    line-height: 27px;
}

.btn_home{
    background-color: rgb(235, 96,96);
    color: white;
    text-decoration: none;
    padding: 11px 20px;
    border-radius: 30px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

.btn_home:hover{
    background-color: transparent;
    color: rgb(235, 96, 96);
    border: 1px solid rgb(235, 96,96);
}

.button_home{
    margin: 22px 0px;

}

.btn_home_contact{
    background-color: transparent;
    color: rgb(235, 96, 96);
    border: 2px solid rgb(235, 96,96);
    margin-left: 11px;
}

.about{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;

}

.img_about{
    width: 100%;
    height: 500px;
    background-image: url(images/about.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 50% 50% 0% 50%;

}

.content_about{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.heading_about_content{
    font-size: 42px;
    font-weight: 700;
    margin: 16px 0px;

}

.para_content{
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.71);
    line-height: 24px;

}

.list_about{
    display: flex;
    margin: 16px 0px;

}

.icon_about{
    color: orange;
    padding: 0px 5px;
    font-size: 14px;

}

.pra_details{
    margin: 0px 6px;
}

.btn_about_content{
    display: block;
    text-decoration: none;
    width: 150px;
    background-color: rgb(59, 59, 223);
    font-size: 16px;
    font-weight: 500;
    padding: 11px 15px;
    border-radius: 3px;
    text-align: center;
    color: white;
    margin: 10px 0px;
    transition: 0.3s ease-in;
}

.btn_about_content:hover{
    background-color: rgb(2, 2, 118);

}

.Service{
    width: 100%;
    height: 90vh;
    margin: 80px 0px;

}

.title_heading_service{
    display: flex;
    align-items: center;
    flex-direction: column;

}

.heading_services{
    font-size: 42px;
    margin: 15px 0px;
    letter-spacing: 1px;
    font-weight: 800;
    color: rgb(10,10 ,58);
}

.para_heading_services{
    text-align: center;
    max-width: 620px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 24px;

}

.content_box_service{
    width: 100%;
    height: 300px;
    background-color: white;
    box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.21) ,
                -1px -1px 5px rgba(128, 128, 128, 0.21); 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    cursor: pointer;
}

.icon_container{
    width: 100px;
    height: 100px;
    border-radius: 120px;
    background-color: rgb(206, 90, 196);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 12px 0px;
    box-shadow: 0px 3px 0px gray;
    transition: 0.3s ease-in-out;
}

.icon_container:hover{
    background-color: rgb(87, 87, 244);
    box-shadow: 0px 5px 0px rgb(38, 38, 192);

}

#icon_services{
    color: white;
    font-size: 43px !important;
    font-weight: 600;
}

.heading_content_service{
    color: rgb(67, 101, 197);
    font-weight: 800;
    font-size: 21px;
    margin: 12px 0px;
    font-family: "poppins" ,sans-serif;
}

.para_content_service{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.77);
}

.our_client{
    width: 100%;
    height: 30vh;
    background-image: linear-gradient(rgba(65,65,202,0.82),rgba(54,54,234,0.76)), url(images/clients.jpg);
    margin: 100px 0px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.container_client_content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 30vh;
    align-items: center;

}

.content_clients{
    display: flex;
    flex-direction: column;
}

.heading_data{
    font-size: 49px;
    font-weight: 700;
    text-align: center;
    color: white;
}

.para_data{
    text-align: center;
    color: rgba(255, 255, 255, 0.902);
    font-size: 14px;
    font-weight: 500;
    
}

.projects{
    width: 100% ;
    height: auto;
    margin-bottom: 90px;

}

.heading_title_projects{
    font-size: 42px;
    font-weight: 800;
    margin: 20px 0px 30px 0px;

}
.nav_link_container{
    display: flex;
    align-items: center;
    justify-content: center;

}

.item_navbar_projects{
    margin: 14px 4px;

}

.project_navbar{
    color: rgba(0, 0, 0, 0617);
    text-decoration: none;
    padding: 5px 9px;
    border: 1px solid rgba(0, 0,0,0.42);
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}

.project_navbar:hover{
    background-color: rgb(22, 89, 189);
    color: white;
    border: none;
}

.item_navbar_projects .active{
    background-color: rgb(22, 89, 189);
    color: white;
    border: none;
}

.content_project_container_1{
    width: 100%;
    height: 100%;
    margin: 20px 0px;
    /* border: 1px solid red; */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 190px 440px 200px;
    grid-gap: 20px ;
}



.content_project_container_2{
    width: 100%;
    height: 100%;
    margin: 20px 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows:200px 1fr;
    grid-gap: 20px ;
}


.content_project_container_3{
    width: 100%;
    height: 100%;
    margin: 20px 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 160px 300px 200px 160px;
    grid-gap: 20px ;
}

.box_container{
    background-position: center;
    background-size: cover;

}

.box_1{
    background-image: url(images/project5.jpg);
}
.box_2{
    background-image: url(images/project1.jpg);
}
.box_3{
    background-image: url(images/project6.jpg);
}
.box_4{
    background-image: url(images/project2.jpg);
}
.box_5{
    background-image: url(images/project4.jpg);
}
.box_6{
    background-image: url(images/project8.jpg);
}
.box_7{
    background-image: url(images/project7.jpg);
}
.box_8{
    background-image: url(images/project9.jpg);
}
.box_9{
    background-image: url(images/project3.jpg);
}

.our_team{
    width: 100%;
    height: 80vh;
    margin: 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container_ourteam{
    margin-top: 150px;

}

.content_team_details{
    width: 100%;
    height: 350px;
    background-color: #8856e4;
    position: relative;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.content_team_details:hover{
    background-color:rgb(62, 45, 94) !important;
}

.img_container{
    width: 210px;
    height: 210px;
    background-color: white;
    border-radius: 200px;
    position: absolute;
    left: 50%;
    top: -110px;
    transform: translateX(-50%);   
    background-position: top;
    background-size: cover;
    border: 8px solid white;
}

.img_1_team{
    background-image: url(images/team5.jpg);
}
.img_2_team{
    background-image: url(images/team2.jpg);
}
.img_3_team{
    background-image: url(images/team3.jpg);
}
.img_4_team{
    background-image: url(images/team4.jpg);
}

.content_team{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 45px;
}



.heading_name{
    font-size: 23px;
    font-weight: 800;
    color: white;
}

.profession{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

.social_link_team{
    display: flex;
}

.icon_profile{
    color: white;
    display: block;
    width: 38px;
    height: 38px;
    background-color: rgb(31, 93, 175);
    margin: 0px 3px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.para_details_team{
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-top: 15px;

}

.blogs{
    width: 100%;
    height: 100vh;
    margin: 170px 0px;

}

.blog_container_content{
    width: 100%;
    height: 540px;
    background-color: rgb(243, 241, 241);
    position: relative;
}

.image_container_blog{
    width: 100%;
    height: 290px;
    background-position: center;
    background-size: cover;
}

.img_1_blog{
    background-image: url(images/blog4.jpg);
}
.img_2_blog{
    background-image: url(images/blog3.jpg);
}
.img_3_blog{
    background-image: url(images/blog1.jpg);
}

.text_container{
    width: 83%;
    background-color: white;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 270px;
    left: 30px;

}

.text_container span{
    color: rgb(144, 136, 136);
    font-size: 13px;
    font-weight: 500;
}

.content_blog{
    padding: 12px 20px;

}

.heading_post_blog{
    font-size: 18px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.757);
    margin-top: 24px;
    line-height: 25px;
    font-family: "poppins" ,sans-serif
    ;
}

.para_post_blog{
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.59);
    margin: 18px 0px 24px 0px;

}

.btn_post_blog{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    background-color: rgb(101, 93, 93);
    color: white;
    padding: 8px 17px;
    border-radius: 4px;
    margin-top: 5px;
}

.footer_section{
    width: 100%;
    height: 60vh;
    background-color: blue;
    padding: 60px 0px;

}

.address_para{
    color: white;
    max-width: 90%;
    margin: 20px 0px;
    font-size: 18px;

}

.contact_para{
    color: rgba(255, 255, 255, 0.84);
    margin: 0px;   
    font-size: 16px;

}

.call_us{
    font-weight: 700;
    color: white;
    padding: 4px 4px;

}

.social_link_footer{
    color: white;
    display: block;
    width: 38px;
    height: 38px;
    background-color: rgb(54, 91, 240);
    border-radius: 3px;
    margin: 10px 6px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out;
}

.social_link_footer:hover{
    color: orange;
    background-color: white;
    cursor: pointer;
}

.heading_footer_part{
    color: white;
    font-size: 23px;
    font-weight: 700;
    
}

.social_media_profiles{
    display: flex;
}

.pages_link_footer{

    color: white;
    margin: 0px 3px;
    font-weight: 500;

}

.para_footer_part{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.869);
    line-height: 26px;
    margin: 22px 0px;

}

.input_newsletter{
    padding: 10px 13px;
    border-radius: 4px 0px 4px 4px;
    box-shadow: none !important;
    outline: none;
    border: none !important;
    width: 70%;

}

.btn_newsletter{
    padding: 11px 16px;
    font-size: 15px;
    color: white;
    background-color: rgb(218, 168, 74);
    border: 0px !important;
    border-radius: 0px 4px 4px 0px;
    margin: 0px -7px;
    transition: 0.3s ease-in;
}

.btn_newsletter:hover{
    background-color: rgb(205, 135, 5);

}

footer{
    width: 100%;
    height: 20vh;
    background-color: #151515;
    margin-top: 40px;   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.footer_copyright{
    color: white;
    font-size: 17px;
    margin: 8px !important;

}

.footer_credit_area{
    color: white;
    font-size: 13px;
    margin: 0px !important;

}