/* ===================================== */

@media (min-width: 1440px) {

    header {
        padding: 15px 100px !important;
    }

    .header_nav li {
        padding: 10px !important;
        font-size: 16px !important;
    }

    .welcome_img img {
        margin-left: -3px !important;
    }

    .welcome_right .welcome_img {
        height: 440px !important;
    }

    /* Hero or Welcome section */
    .welcome_left {
        padding-top: 50px;
    }
    
    .welcome_left h1 {
        font-size: 40px;
    }
    
    .welcome_left .intro_desc {
        font-size: 18px;
    }
    
    .welcome_left .intro_contact {
        padding: 10px 20px;
        font-size: 15px;
    }
    
    .welcome_left .intro_summary_box {
        margin-top: 50px;
    }

    .welcome_left .summary_item {
        height: 80px;
    }
    
    .welcome_left .summary_item h3 {
        font-size: 25px;
    }
    
    .welcome_left .summary_item p {
        font-size: 15px;   
    }
    
    .welcome_right .welcome_img {
        margin-top: 20px;
        max-width: 400px;
        height: 400px;
    }

    /* ============================================== */
    /* About Section */

    .about {
        height: 100vh;
        padding-top: 30px;
    }
    .about .about_container {
        height: 90vh;
    }
    
    .about .about_right {
        padding-top: 150px !important;
    }

    .about .about_title {
        font-size: 30px;
    }
    
    .about .about_desc {
        font-size: 18px;
        
    }

    .about .about_left .about_img {
        width: 400px !important;
        height: 400px;
        margin: 100px 0 0 70px !important;
    }

    .about .about_left .about_img img {
        width: 400px !important;
        height: 100% !important;
        border-radius: 15px !important;
    }
    
    .about .about_left .social_handles ul {
        width: fit-content !important;
        margin-left: 139px !important;
        height: 70px !important;
        top: 430px !important;
        left: 0px !important;
        padding: 0 25px;
    }
    
    .about .about_left .social_handles ul li a i {
        font-size: 25px !important;
    }
    


    /* ================================================= */
    /* Process Section */
    
    .process .process_left {
        padding-top: 0px !important;
    
    }
    
    .process .process_left h2 {
        font-size: 40px;
        margin-top: 100px;
    }
    
    .process .process_left p {
        font-size: 20px;
    }
    
    .process .process_right .right_box {
        height: 250px;
        padding: 25px;
    }
    
    .inner_process_content {
        gap: 15px;
    }
    
    .process_right .icon {
        width: 60px;
        height: 60px;
        border-radius: 7px;
    }
    
    .inner_process_content i {
        margin: 15px;
        font-size: 30px;
    }
    
        
    .process .process_right .inner_process_content h3 {
        font-size: 20px;
    }
    
    .process .process_right .inner_process_content p {
        font-size: 18px;
    }

    /* ===================================================== */
    /* Portfolio Section */

    .portfolio {
        height: fit-content;
    }

    .portfolio .portfolio_header h2 {
        font-size: 40px;
    }
    
    .portfolio .portfolio_header p {
        font-size: 20px;
    }
    
    .portfolio .portfolio_container .portfolio_card {
        height: 450px;
    }
    
    .portfolio .portfolio_container .portfolio_card .portfolio_img {
        height: 200px;
    }
    
    .portfolio .portfolio_container .portfolio_card .portfolio_content {
        padding: 25px;
        line-height: 1.5;
    }
    
    .portfolio .portfolio_container .portfolio_card .portfolio_content h4 {
        font-size: 20px;
    }
    
    .portfolio .portfolio_container .portfolio_card .portfolio_content h3 {
        font-size: 22px;
    }
    
    .portfolio .portfolio_container .portfolio_card .portfolio_content p {
        margin-bottom: 30px;
    }
    
    .portfolio .portfolio_container .portfolio_card .portfolio_content a {
        padding: 10px 20px;
        font-size: 16px;
    }
    
    .portfolio .more {
        margin: 40px auto;
    }
    
    .portfolio .more a {
        padding: 10px 20px;
        font-size: 20px;
    } 
    
    .portfolio .project_idea_container {
        min-height: 400px !important;
        
    }
    
    .portfolio .project_idea_container h2 {
        font-size: 40px;
        line-height: 1;
    }
    
    .portfolio .project_idea_container p {
        margin-bottom: 50px;
        font-size: 20px;
    }
    
    .portfolio .project_idea_container .project_idea_link a {
        padding: 10px 20px;
        font-size: 20px;
    }


    /* ============================================ */
    /* Blog Section */
    .blog {
        height: fit-content;
        margin-top: 0px !important;
    }

    .section_title {
        text-align: center;
        padding-top: 50px;
    }

    .blog_cards {
        gap: 40px;
        height: 600px;
    }
    
    .section_title h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    .section_title p {
        font-size: 20px;
        margin-bottom: 50px;
    }
    
    .blog_card {
        width: 25%; 
        height: 400px; 
    }
    
    .card_img {
        width: 100%;
        height: 200px;   
    }
    
    .blog_content {  
        padding: 20px; 
    }  
    
    .date_comments {  
        font-size: 16px;  
        margin-bottom: 20px; 
    }  
    
    .blog_title {  
        font-size: 20px;  
    }
    
    .blog_desc {  
        font-size: 18px;
    }  
    
    button.prev,  
    button.next {    
        font-size: 30px;  
    }  
    
    .blog_indicators span {  
        margin: 100px 5px; 
    }  
    

    /* ========================================= */
/* Services Section */

.services .services_left h2 {
    font-size: 40px;
}

.services .services_left p {
    font-size: 20px;
}

.services .services_left a {
    padding: 10px 20px;
    font-size: 18px;
}

.services .services_right {
    gap: 10px;
}

.services .services_right .services_card {
    padding: 15px;
    height: fit-content;
}

.services .services_right .services_card h3 {
    font-size: 20px;
}

.services .services_right .services_card p {
    font-size: 16px;
}

    /* Testimonies section */

    .testimon_container {
        max-width: 700px;   
    }

    .testimon_desc {
        font-size: 17px;
    }
    
    .testimon_name {
        font-size: 20px;
    }

    .testimon_title {
        font-size: 16px;
    }

    /* ================================ */
    /* Contact Section */

    .contact {
        width: 100% !important;
        padding: 0 100px !important;
    }
    
    .contact .contact_container {
        width: calc(100% - 200px);
        margin: 10px 0px !important;
              
    }
    
    .contact .contact_container .contact_left h3 {
        font-size: 30px;
    }
    
    .contact .contact_container .contact_left p {
        font-size: 16px;
    }

    .contact .contact_container .contact_left .contact_details_1 {
        margin-top: 0;
        gap: 0;
    }
    
    .contact_icon {    
        padding: 10px 20px 10px 20px;
    }

    .contact_details_1 {
        padding-top: 0px;
    }

    .contact_details_box {
        margin-top: 20px;
    }
    
    .contact_container .contact_desc h4 {
        /* font-size: 25px; */
    }
    
    .contact_container .contact_desc p {
        font-size: 16px;
    }
    
    .contact .contact_details_2 ul {
        margin-top: 25px;
    }
    
    .contact .contact_details_2 .contact_handles a i {
        font-size: 28px;
        padding: 10px 15px;
    }
    
    .contact .contact_container .contact_right {
        gap: 20px;
    }
    
    .contact .contact_container .contact_right p {
        font-size: 16px;    
    }
    
    label {
        margin-top: 20px;
        font-size: 16px;
    }
    
    input, textarea {
        font-size: 18px;
    }
    
    .contact .contact_form .form_budget {
        gap: 40px;
    }
        
    .form_btn {
        padding: 10px 20px;
        margin-top: 30px;
        font-size: 15px;
    }
    
    /* =================================== */
    /* Footer */

    footer {
        height: 300px;
        padding-right: 0 !important;
    }

    .footer_middle {
        width: 50%;
    }

    footer .footer_left a h2 {
        font-size: 25px !important;
        color: #fff !important;
    }

    footer ul li a {
        font-size: 16px !important;
        padding-left: 15px;
    }

    .footer_right {
        width: calc(25% - 80px) !important;
    }
    
    .footer_copyright {
        font-size: 20px;
    }
    
    /* ============== */
    /* Back to Top button */
    .back-to-top {    
        bottom: 40px;  
        right: 40px;  
        padding: 10px 20px;  
        font-size: 16px;    
    }  
}

/* ================================== */

@media (min-width: 1024px) {

    /* Logo and Brand */
    header {
        /* padding-left: 100px ;
        padding-right: 100px ; */
        
        position: sticky;
        top: 0;
        width: 100%;
        background: var(--primary_background); /* Keep background visible */
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 50px;
        z-index: 1000; /* Ensure it stays above other content */
        
    }
    
    /* Ensure smooth transition */
    body {
        scroll-behavior: smooth;
    }

    .logo a h1 {
        margin: -2px 0 0 0px;
        font-size: 40px;
    }
    
    .logo a h2 {
        font-size: 25px;
    }

    /* Nav bars */

    .menu-toggle {
        display: none;
    }

    .header_nav {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        box-shadow: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header_nav ul {
        display: flex;
        flex-direction: row;
    }

    .header_nav li {
        padding: 0px 10px;
        display: inline-block;
        padding: 7px;
        font-size: 14px;
        color: var(--button_background);
    }

    .header_nav li a {
        color: var(--paragraph_text);
        font-weight: 600;
    }

    .header_nav li a:hover {
        border-bottom: 2px solid var(--button_background);
        padding-bottom: 15px;
    }

    .header_nav.active {
        left: auto;
    }

    .header_nav .nav_item a.active {
        border-bottom: 2px solid var(--button_background);
        padding-bottom: 15px;
    }
    

    /* Hero or Welcome section */
    .welcome {
        padding-left: 100px ;
        padding-right: 100px ;
    }

    .welcome_left {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
    
    .welcome_left h1 {
        font-size: 35px;
    }
    
    .welcome_left .intro_desc {
        font-size: 16px;
    }
    
    .welcome_left .intro_contact {
        font-size: 13px;
    }
    
    .welcome_left .intro_summary_box {
        margin-top: 100px;
    }

    .welcome_left .summary_item {
        height: 80px;
    }
    
    .welcome_left .summary_item h3 {
        font-size: 20px;
    }
    
    .welcome_left .summary_item p {
        font-size: 13px;   
    }
    
    .welcome_right {
        padding-right: 0;
    }

    .welcome_right .welcome_img {
        margin-top: 20px;
        max-width: 400px;
        height: 400px;
    }

    .welcome_img img {
     margin-left: -32px;
    }

    /* About */
    .about .about_container {
        margin: 0 100px;
    }

    .about_rigth.section_divide  {
        padding-right: 0px;
    }

    .about .about_container .about_left .about_img {
        margin: 50px;
        width: 350px;

    }

    .about .about_container .about_left .about_img img {
        margin: 0px 0 0 0px;
        width: 350px;
        height: 100%;
        border-radius: 15px;
       }

    .about .about_left .social_handles ul {
        margin: -25px 0 0 100px;
        width: fit-content;
        height: 70px;
        display: inline-flex;
        margin-top: 20px;
        top: 380px;
        padding: 20px;
    }

    .about .about_title {
        font-size: 25px;
    }

    .about .about_right {
        padding: 80px 50px 0px 50px;
    }

    /* Process Section */
    .process {
        padding: 0px 100px 100px 100px;
        height: fit-content;
    }

    .process .process_left {
        padding: 0px 100px 0 0;
    }

    .process .process_right {
        padding-top: 350px;
    }

    .process .process_right .inner_process_content h3 {
        font-size: 18px;
    }

    .process .process_right .inner_process_content p {
        font-size: 13.5px;
    }

    /* Portfolio Section */

    .portfolio .portfolio_header {
        padding: 100px 0 40px 0;
    }

    .portfolio .portfolio_container {
        padding: 0 100px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content h3 {
        font-size: 20px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content h4 {
        font-size: 16px;
    }

    .portfolio .project_idea_container {
        min-height: 350px !important;
        padding: 50px;
    }

    /* Blog Section */
    .blog {
        margin-top: 1300px;
        padding-top: 100px 100px;
    }

    .section_title {
        padding-top: 120px;
    }

    .blog .blog_container h3 {
        font-size: 16px;
    }

    .blog .blog_container p {
        font-size: 13px;
    }

    /* Services Section */

    .services {
        padding: 0 100px;
    }

    .services .services_left {
        padding-right: 50px;
    }

    .services .services_right .services_card {
        height: 120px;
    }

    .services .services_right .services_card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services .services_right .services_card p {
        font-size: 15px;
    }

    .services .services_right {
        gap: 10px;
        padding-top: 70px;
    }

    /* Contact Section */
    .contact {
        padding: 75px 0px 600px 50px;
    }

    .contact .contact_container {
        padding: 25px;
        gap: 15px;
        margin: -20px auto;
        position: absolute;
    }

    .contact .contact_container .contact_left {
        padding: 50px 25px 0 25px;
        gap: 10px;
    }

    .contact .contact_container .contact_left h3 {
        font-size: 24px;
    }

    .contact .contact_container .contact_right {
       padding: 50px 25px 0 25px;
    }

    footer {
        padding: 100px 0px 100px 100px;
    }

    footer .logo a .brand {
        padding: 0px 10px;
        
    }

    footer .logo a h1 {
        font-size: 35px;
        margin-top: 1.8px;
    }

    footer .footer_left a h2 {
        font-size: 20px;
    }

    .footer_middle ul {
        gap: 10px;
        font-size: 13px;
        font-weight: 300;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 50px;
    }

    .footer_middle ul li {
        width: 100px;
    }

    .footer_right {
        width: 25%;
    }
    
    .footer_copyright {
        color: var(--button_text);
    }

    .testimonies .clients_logo {
        gap: 10px;
    }

}

/* ================================== */

@media (max-width: 768px) {
    header {
        padding: 15px 50px;
        height: 70px;
    }

    .menu-toggle {
        display: block;
    }

    .header_nav {
        width: 25%;
        height: 100vh;
    }

    .header_nav li {
        text-align: justify;
        padding-left: 50px;
        font-size: 20px;
    }

    .welcome {
        height: 100vh;
    }

    .welcome_left {
        padding: 100px 0px 25px 50px;
        gap: 20px;
    }

    .welcome_left h1 {
        font-size: 30px;
    }

    .welcome_left .intro_desc {
        font-size: 15px;
    }

    .welcome_right {
        padding: 100px 50px 25px 0px;
    }

    .welcome_right .welcome_img {
        padding-top: 70px;
        height: 440px;
        width: 300px;
    }

    .welcome_right .welcome_img img {
        width: 100%;
    }

    .welcome_left .intro_summary_box {
        margin-top: 10px;
        gap: 10px;
    }

    .welcome_left .summary_item {
        height: 100px;
    }

    .welcome_left .summary_item h3 {
        font-size: 22px;
    }

    .welcome_left .summary_item p {
        font-size: 15px;
    }


    /* Abouit Section */

    .about {
        padding-top: 100px;
        height: fit-content;
        padding-bottom: 100px;
    }
    .about .about_container {
        margin: 0 50px;
        height: 600px;
    }

    .about .about_left .about_img {
        width: 300px;
        height: 450px;
        margin: 75px 0 0 25px;
    }

    .about .about_left .about_img img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
    }

    .about .about_right {
        gap: 25px;
        padding: 100px 25px 0px 25px;
    }

    .about .about_title {
        font-size: 25px;
    }

    .about .about_link a {
        padding: 10px 12px;
        font-size: 15px;
    }

    .about .about_link a i {
        font-size: 15px;
    }

    .about .about_left .social_handles ul {
        width: fit-content;
        height: 50px;
        margin: 0px;
        margin-top: 0px;
        top: 490px;
        left: 47px;
        padding: 0 25px;
    }

    .about .about_left .social_handles ul li a i {
        font-size: 25px;
        padding: 10px;
    }

    /* Process Section */

    .process {
        padding: 200px 50px 0 50px;
    }

    .process .process_left {
        width: 45%;
        padding-right: 25px;
    }

    .process .process_left h2 {
        font-size: 25px;
    }

    .process .process_left p {
        font-size: 15px;
    }

    .process .process_right .right_box {
        height: fit-content;
        padding: 20px;
    }

    .process .process_right {
        width: 65%;
    }

    .process_right .icon {
        width: 50px;
        height: 50px;
    }

    .inner_process_content i {
        margin: 13px;
        font-size: 25px;
    }

    .process .process_right .inner_process_content h3 {
        font-size: 18px;
    }

    .process .process_right .inner_process_content p {
        font-size: 13px;
    }

    /* Portfolio Section*/
    .portfolio .portfolio_header {
        text-align: center;
        padding: 50px 0 40px 0;
    }

    .portfolio .portfolio_header h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .portfolio .portfolio_header p {
        font-size: 17px;
    }

    .portfolio .portfolio_container {
        padding: 0 50px;
    }

    .portfolio .portfolio_container .portfolio_card {
        width: calc(50% - 20px);
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content h4 {
        font-size: 14px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content h3 {
        font-size: 15px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content p {
        font-size: 15px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content {
        padding: 10px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content a {
        padding: 5px 7px;
        font-size: 12px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content i {
        font-size: 12px;
    }

    .portfolio .more a {
        padding: 7px 15px;
        border-radius: 10px;
        font-size: 13px;
    }

    .portfolio .project_idea_container {
        min-height: 300px !important;
        padding: 50px;
        text-align: center;
    }

    .portfolio .project_idea_container h2 {
        font-size: 20px;
    }

    .portfolio .project_idea_container p {
        margin: 35px 0 35px 0;
        font-size: 15px;
    }

    .portfolio .project_idea_container .project_idea_link a {
        padding: 7px 15px;
        border-radius: 10px;
        font-size: 13px;
    }



    /* ====================== */
    /* Blog Section */
    /* .blog {
        margin-top: 500px;
    }

    .blog .section_title h2 {
        font-size: 30px;
    }

    .blog .blog_content h4 {
        font-size: 10px;
    }

    .blog .blog_content h3 {
        font-size: 14px;
    }
    
    .blog .blog_content p {
        font-size: 12px;
    } */

    .blog {
        margin-top: 1250px;
        padding: 50px 20px;
        height: fit-content;
    }

    .section_title h2 {
        font-size: 30px;
    }

    .section_title p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .blog_container {
        flex-direction: column;
        max-width: 80%;
    }

    .blog_cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog_card {
        min-width: 80%;
        margin: 10px 0;
    }

    button.prev,
    button.next {
        font-size: 20px;
    }


    /* Services Section */
    .services {
        padding: 0 50px;
    }

    .services .services_left {
        padding-right: 20px;
    }

    .services .services_right .services_card {
        padding: 10px;
        height: 120px;
    }

    .services .services_left h2 {
        font-size: 25px;
    }

    .services .services_left p {
        font-size: 15px;
    }

    .services .services_left a {
        padding: 7px 15px;
        font-size: 13px;
    }

    .services .services_right .services_card h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .services .services_right .services_card p {
        font-size: 14px;
    }

    .section_title {
        padding-top: 50px;
    }

    .section_title h2 {
        font-size: 25px;
    }

    .section_title p {
        font-size: 14px;
    }

    .testimonies .clients_logo {
        justify-content: space-around;
        gap: 20px;
        padding: 0 50px;
    }

    .testimonies .clients_logo img {
        width: 150px;
        height: 70px;
    }

    .testimon_desc {
        font-size: 14px;
    }

    .testimon_name {
        font-size: 15px;
    }

    .testimon_title {
        font-size: 14px;
    }

    /* ============ */

    /* Contact Section */

    .contact {
        padding: 100px 0px 480px 0px;
        height: fit-content;
        
    }

    .contact .contact_container {
        gap: 10px;
        padding: 0 50px 50px 0;
        height: fit-content;
        z-index: 10;
        position: absolute;
        margin: -20px 25px;
    }

    .contact .contact_container .contact_left {
        padding: 50px 25px 0 25px;
    }

    .contact .contact_container .contact_left h3 {
        font-size: 20px;
    }

    .contact .contact_container .contact_left p {
        font-size: 13px;
    }

    .contact_icon {
        font-size: 25px;
    }

    .contact .contact_container .contact_left p {
        font-size: 12px;
    }

    .contact .contact_container .contact_left h4 {
        font-size: 12px;
    }

    .contact .contact_container .contact_right {
        gap: 30px;
        padding: 50px 25px 0 0px;
    }

    .contact .contact_container .contact_right p {
        font-size: 13px;
    }

    label {
        font-size: 14px;
    }

    .form_btn {
        padding: 5px 20px;
        font-size: 14px;
    }


    /* =============== */

    footer {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 70px 100px 25px 100px;
        gap: 20px;
    }

    .foot {
        width: 100%;
    }
    footer .logo a {
        margin: 5px auto 5px auto;
    }

    .logo a .brand {
        padding: 0px 10px;
        height: 40px;
    }

    .logo a h1 {
        margin: 1px 0 0 0px;
        font-size: 28px;
    }

    .logo a h2 {
        font-size: 16px;
    }

    .footer_middle .footer_nav .nav_bar {
        flex-direction: row;
        padding: 0 100px;
        flex-wrap: wrap;
        width: 600px;
        gap: 15px;
    }

    .footer_nav .nav_bar a {
        font-size: 17px;
        margin-left: auto;
    }

    .footer_copyright {
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
    }

    .back-to-top {
        font-size: 10px;
    }
}

/* =================================== */

@media (max-width: 425px) {
    
    header {
        /* padding: 25px; */
        padding: 15px 30px;
    }

    .header_nav {
        width: 40%;
        height: 100vh;
        padding-bottom: 25px;
    }

    .header_nav li {
        text-align: justify;
        padding-left: 30px;
        font-size: 15px;
    }

    .logo a .brand {
        padding: 0px 10px;
        height: 30px;
        margin-right: 5px;
    }

    .logo a h1 {
        margin: 2px 0 0 0px;
        font-size: 20px;
    }

    .logo a h2 {
        font-size: 15px;
    }
    
    /* welcome section */
    .welcome {
        width: 100%;
        flex-direction: column;
        height: fit-content;
    }

    .welcome_left h1 {
        font-size: 25px;
        text-align: center;
    }

    .welcome_left {
        width: 100%;
        padding: 0px 25px;
        gap: 20px;
        order: 1;
    }
    
    .welcome_left .intro_desc {
        font-size: 14px;
    }

    .welcome_left .intro_contact {
        padding: 5px 10px;
        font-size: 12px;
        margin: auto;
    }

    .welcome_left .intro_summary_box {
        margin-top: 0px;
        justify-content: space-evenly;
    }

    .welcome_left .summary_item {
        width: 30%;
        padding: 10px 0;
        height: fit-content;
    }

    .welcome_left .summary_item h3 {
        font-size: 20px;
    }

    .welcome_left .summary_item p {
        font-size: 13px;
    }

    .welcome_right {
        width: 100%;
        height: inherit;
        padding: 25px;
    }

    .welcome_right .welcome_img {
        height: fit-content;
        width: 300px;
        margin: auto;
    }

    .welcome_right .welcome_img img {
        width: 300px;
        margin-top: -100px;
    }

    /* about section */
    .about {
        padding: 25px;
    }

    .about .about_container {
        width: calc(425px - 50px);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
        height: fit-content;
    }

    .about .about_left {
        width: 100%;
    }

    .about .about_left .about_img {
        width: 250px;
        height: 250px;
        margin: 25px 60px;
    }

    .about .about_left .social_handles ul {
        width: 200px;
        height: 40px;
        margin: 0px 0px 0 85px;
        top: 245px;
        left: 0px;
    }

    .about .about_left .social_handles ul li a i {
        font-size: medium;
    }

    .about .about_right {
        width: 100%;
        padding: 50px 25px;
        gap: 20px;
        margin-top: 230px;
    }

    .about .about_title {
        font-size: 20px;
        text-align: center;
    }

    .about .about_desc {
        font-size: 13px;
    }

    .about .about_link a {
        padding: 4px 7px;
        font-size: 11px;
        margin: auto;
    }

    .about .about_link a i {
        font-size: 11px;
    }

    /* process section */
    .process {
        flex-direction: column;
        padding: 25px;
        height: fit-content;
    }

    .process .section_divide {
        width: 100%;
        height: inherit;
    }

    .process .process_left {
        padding: 25px 0px 0 0;
        gap: 20px;
    }

    .process .process_left h2 {
        font-size: 25px;
        text-align: center;
    }

    .process .process_left p {
        font-size: 14px;
        text-align: center;
    }

    .process .process_right {
        margin-top: 80px;
    }

    .process .process_right .right_box {
        padding: 10px;
        height: fit-content;
    }

    .process_right .icon {
        width: 40px;
        height: 40px;
    }

    .inner_process_content i {
        margin: 10px;
        font-size: 20px;
    }
    
    /* portfolio section */
    .portfolio .portfolio_header {
        padding: 50px 0 40px 0;
    }

    .portfolio .portfolio_header h2 {
        font-size: 25px;
    }
    
    .portfolio .portfolio_header p {
        font-size: 15px;
        padding: 0 25px;
    }

    .portfolio .portfolio_container {
        flex-direction: column;
        padding: 0 25px;
    }

    .portfolio .portfolio_container .portfolio_card {
        width: calc(100% - 100px);
        height: fit-content;
        padding-bottom: 10px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_img {
        height: 150px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content h4 {
        font-size: 15px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content h3 {
        font-size: 20px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content p {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content a {
        padding: 3px 7px;
        font-size: 14px;
    }

    .portfolio .more a {
        padding: 5px 10px;
        font-size: 15px;
    }

    .portfolio .project_idea_container {
        min-height: 300px;
        padding: 50px;
    }

    .portfolio .project_idea_container h2 {
        font-size: 20px;
    }

    .portfolio .project_idea_container p {
        font-size: 15px;
    }

    .portfolio .project_idea_container .project_idea_link a {
        font-size: 12px;
        padding: 5px 10px;
    }

    /* blog section */
    .blog {
        margin-top: 2300px;
        padding: 50px 20px;
        height: fit-content;
    }

    .section_title h2 {
        font-size: 30px;
    }

    .section_title p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .blog_container {
        flex-direction: column;
        max-width: 100%;
    }

    .blog_cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .blog_card {
        min-width: 90%;
        margin: 10px 0;
    }

    .blog_card h3 {
        font-size: 15px;
    }

    .blog_card p {
        font-size: 12px;
    }

    button.prev,
    button.next {
        font-size: 20px;
    }

    /* contact section */
    .services {
        padding: 50px 25px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: fit-content;
    }

    .services .services_left {
        width: 100%;
        padding: 0px 25px 50px 25px;
        flex-direction: column;
        gap: 20px;
    }

    .services .services_right {
        width: 100%;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 20px;
    }

    .services .services_right .services_card {
        width: 100%;
        padding: 20px;
        height: fit-content;
    }

    .services .services_left a {
        padding: 4px 8px;
        font-size: 12px;
    }

    .services .services_left h2 {
        font-size: 25px;
    }

    .services .services_left p {
        font-size: 15px;
    }

    .services .services_right .services_card h3 {
        font-size: 20px;
    }

    .services .services_right .services_card p {
        font-size: 14px;
    }
    
    /* testimonies section */

    .testimonies {
        height: fit-content;
    }

    .testimon_container {
        height: fit-content;
    }

    .testimonies .section_title {
        padding-top: 50px;        
    }

    .testimonies .clients_logo {
        gap: 10px;
        padding: 0 25px;
        align-items: center;
        justify-content: center;
    }

    .testimonies .clients_logo img {
        width: 150px;
    }

    .testimon_desc {
        padding-bottom: 25px;
        font-size: 14px;
    }

    .testimon_name {
        font-size: 17px;
    }

    .testimon_title {
        font-size: 14px;
    }

    .testimon_indicators {
        margin-top: 100px;
    }

    .section_title h2 {
        font-size: 25px;
    }

    /* contact section */
    .contact {
        padding: 100px 0px 900px 0px;
        height: fit-content;
    }

    .contact .contact_container {
        flex-direction: column-reverse;
        justify-content: center;
        width: 400px;
        padding: 25px;
        height: fit-content;
        margin: -40px 12.5px;
    }


    .contact .contact_container .contact_right {
        width: 100%;
        gap: 25px;
        padding: 0;
    }

    .contact .contact_container .contact_right p {
        font-size: 13px;
        margin-bottom: 0px;
    }

    label {
        font-weight: 400;
        font-size: 12px;
    }

    .form_btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 10px;
    }

    .contact .contact_container .contact_left {
        width: 100%;
        padding: 50px 0px 0 0px;
        gap: 10px;
    }

    .contact .contact_container .contact_left h3 {
        font-size: 22px;
    }

    .contact .contact_container .contact_left .contact_details_1 {
        margin-top: 15px;
        justify-content: center;
        gap: 10px;
    }

    .contact_container .contact_desc h4 {
        font-size: 12px;
    }

    .contact .contact_details_2 ul {
        justify-content: space-evenly;
        align-items: center;
        margin: 20px;
    }

    /* contact section */
    footer {
        margin-top: -50px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 100px 25px 10px 25px;
        gap: 20px;
    }

    .foot {
        width: 100%;
        margin: 0 auto;
    }

    .footer_middle .footer_nav .nav_bar {
        flex-direction: row;
        padding: 0 0px;
        flex-wrap: wrap;
        width: 400px;
        gap: 15px;
    }

    footer .logo a {
        margin: 0 auto;
    }

    .footer_nav ul {
        gap: 25px;
        flex-wrap: wrap;
        justify-content: center;
        /* width: 300px; */
    }
    
    .footer_nav ul li {
        /* max-width: 100px; */
    }

    .footer_nav ul li a {
        font-size: 13px;
    }

    .footer_copyright {
        margin-top: 25px;
        font-size: 13px;
        text-align: center;
    }

    .back-to-top {
        padding: 5px 10px;
        font-size: 12px;
    }
}


 @media (max-width: 375px) {
    header {
        /* width: 100%; */
        padding: 15px 20px;
    }

    .header_nav {
        width: 40%;
        height: 100vh;
        padding-bottom: 25px;
    }

    .header_nav li {
        text-align: justify;
        padding-left: 30px;
        font-size: 15px;
    }

    .welcome_left {
        width: 100%;
        padding: 0 25px;
    }

    .welcome_left .intro_summary_box {
        margin-top: 0px;
    }

    .welcome_left .summary_item h3 {
        font-size: 18px;
    }

    .welcome_left .summary_item p {
        font-size: 11px;
    }

    /* About */
    .about {
        padding-bottom: 25px;
    }

    .about .about_container {
        width: calc(375px - 50px);
    }

    .about .about_left .about_img {
        margin: 25px 38px;
    }

    .about .about_left .social_handles ul {
        margin: 0px 0px 0 64px;
    }

    /* process */

    .process .process_left h2 {
        font-size: 22px;
    }

    .process .process_right {
        margin-top: 80px;
    }

    .process .process_right .inner_process_content h3 {
        font-size: 18px;
    }

    .process .process_right .inner_process_content p {
        font-size: 12px;
    }

    /* Portfolio  */
    .portfolio .portfolio_container {
        padding: 0 0px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content h4 {
        font-size: 12px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content h3 {
        font-size: 15px;
        margin-top: 5px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content p {
        font-size: 12px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content a {
        padding: 3px 5px;
        font-size: 11px;
    }

    .portfolio .more {
        margin: 20px auto;
    }

    .portfolio .more a {
        padding: 5px 10px;
        font-size: 12px;
        margin: auto;
    }

    .portfolio .project_idea_container {
        min-height: 250px;
        padding-left: 0;
        padding-right: 0;
    }

    .portfolio .project_idea_container h2 {
        font-size: 17px;
    }

    .portfolio .project_idea_container p {
        margin: 25px 0 25px 0;
        font-size: 13px;
    }

    /* Blog */

    .blog {
        margin-top: 2210px;
        padding: 25px 20px;
        /* width: calc(375px - 25px); */
    }

    .section_title h2 {
        font-size: 20px;
    }

    .section_title p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .date_comments {
        font-size: 10px;
        margin-bottom: 20px;
    }

    .blog_card h3 {
        font-size: 13px;
    }

    .blog_card p {
        font-size: 11px;
    }

    /* Services */

    .services {
        
    }
    .services .services_left h2 {
        font-size: 20px;
    }

    .services .services_left p {
        font-size: 13px;
    }

    .services .services_right .services_card h3 {
        font-size: 17px;
    }

    .services .services_right .services_card p {
        font-size: 12px;
    }

    /* Testimonies */
    .testimonies .clients_logo img {
        width: 100px;
    }

    .testimon_card {
        padding: 50px 10px;
    }

    .testimon_desc {
        padding-bottom: 25px;
        font-size: 13px;
    }

    .testimon_name {
        font-size: 15px;
    }

    .testimon_title {
        font-size: 11px;
    }

    /* Contact */
    .contact {
        width: 375px;
        padding: 100px 0px 900px 0px;
        height: fit-content;
    }

    .contact .contact_container {
        width: 335px;
        padding: 12px;
        margin: -10px 20px;
    }

    .contact .contact_container .contact_right p {
        font-size: 12px;
    }

    .contact .contact_container .contact_left h3 {
        font-size: 20px;
    }

    .contact .contact_container .contact_left p {
        font-size: 14px;
        padding-right: 0px;
    }

    .contact_container .contact_left .contact_details_1 .contact_details_box {
        width: 100%;
    }

    .contact .contact_details_2 ul {
        margin: 20px 0px;
    }

    footer {
        /* margin: 0; */
    }

    .footer_middle .footer_nav .nav_bar {
        width: 325px;
        justify-content: space-evenly;
    }

    .foot .footer_nav a {
        font-size: 15px;
    }

    .back-to-top {
        padding: 5px 10px;
        font-size: 10px;
        /* left: 50px; */
        width: max-content;
    }
 }

 @media (max-width: 320px) {
    header {
        padding: 10px 15px;
    }

    .header_nav {
        width: 40%;
        height: 100vh;
        padding-bottom: 25px;
    }

    .header_nav li {
        text-align: justify;
        padding-left: 20px;
        font-size: 15px;
    }

    .welcome {
        width: 320px;
    }

    .welcome_right .welcome_img {
        width: 270px;
    }

    .welcome_left .summary_item {
        width: 33.33%;
    }

    .welcome_left .summary_item p {
        font-size: 10px;
        font-weight: 500;
    }



    /* ============= */

    .about {
        padding: 5px 0;
    }


    .about .about_container {
        width: 320px;
        margin: 50px auto;
    }

    .about .about_left .about_img {
        margin: 25px 35px;
    }

    .about .about_left .social_handles ul {
        margin: 0px 0px 0 60px;
    }

    .about .about_link a {
        padding: 5px 10px;
        font-size: 12px;
        margin: auto;
    }

    .process .process_right {
        flex-direction: column;
        margin-top: 40px;
    }

    .process .process_right .right_box {
        padding: 20px;
        width: 100%;
    }

    .process_right .right_box_1 {
        margin-top: 10px !important;
    }

    .portfolio .portfolio_container .portfolio_card {
        width: 90%;
        height: fit-content;
        margin: auto;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content {
        padding: 20px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content h4 {
        font-size: 15px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content h3 {
        font-size: 18px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content p {
        font-size: 15px;
    }

    .portfolio .portfolio_container .portfolio_card .portfolio_content a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .portfolio .project_idea_container {
        min-height: 200px;
        /* padding: 25px; */
    }

    .portfolio .project_idea_container .project_idea_link a {
        padding: 5px 10px;
        font-size: 12px;
        margin: auto;
    }

    .blog {
        margin-top: 2650px;
    }

    .section_title {
        padding-top: 60px;
    }

    .services {
        padding: 50px 0px;
    }

    .services .services_left a {
        padding: 5px 10px;
        font-size: 12px;
        margin: auto;
    }

    .services .services_right {
        padding: 0 20px;
    }

    .testimon_desc {
        padding-bottom: 25px;
        font-size: 12px;
    }

    .contact {
        padding: 100px 0px 900px 0px;
        height: fit-content;
        width: 320px;
        margin: -10px 0px;
    }

    .contact .contact_container {
        width: 300px;
        padding: 6px;
        margin: -10px 10.5px;
    }

    footer .logo {
        width: 320px;
    }

    footer .logo a {
        margin: 0 100px;
    }

    .footer_middle .footer_nav .nav_bar {
        width: 275px;
        justify-content: space-evenly;
    }

    .back-to-top {
        right: 50px;
    }
 }