/* font_inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body{
    background-color: #fffbfb;
}

.container_xxxl{
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
}
.inner_container{
    width: 100%;
    max-width: 1100px;
    margin-inline: auto;
    font-family: "Inter", sans-serif;
}
.proj_block{
    max-width: 992px;
}
.container_padding{
    padding-block: 90px;
}
.portfolio_de_innner{
    display: flex;
}
.more_details_container{
    padding-inline: 11.25px;
}
.proj_info_heading{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.75rem;
    color: var(--primary-color);
}
.block_padding{
    padding-top: 120px;
    padding-bottom: 0px;
}
.proj_sub_heading{
    margin-top: 20px;
    margin-bottom: 6px;
    font-size: 35px;
    line-height: 45px;
    color: var(--primary-color);
    font-weight: 500;
}
.about_portfolio{
    flex: 0 0 auto;
    width: 58.3333333333%;
    padding-inline: 11.25px;
    text-align: justify;
}
.portfolio_info{
    flex: 0 0 auto;
    width: 41.6666666667%;
    padding-inline: 11.25px;
}
.title{
    font-weight: 500;
    font-size: 35px;
    line-height: 130.5%;
    margin-bottom: 20px;
    color: #202020;
    letter-spacing: 1px;
}
.typo_styles{
    font-size: 16px;
    color: #888888;
    line-height: 1.5;
}
.margin_b_15{
    margin-bottom: 15px;
}
.info_card{
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-bottom: 50px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.extra_p{
    padding-top: 30px;
}
.info_list{
    list-style: none;
    padding: 50px 30px;
    box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);
}
.padding_top-0{
    padding-top: 0px !important;
}
.info_list li{
    display: flex;
    padding: 10px 0;
    font-size: 16px;
    color: #202020;
    font-weight: 600;
    position: relative;
    justify-content: space-between;
    font-weight: 600;
    line-height: 24px;
}
.info_list li span{
    flex-basis: 60%;
    color: #888888;
    font-weight: 400;
}
.info_list li span a{
    flex-basis: 60%;
    color: #888888;
    font-weight: 400;
    text-decoration: none;
    transition: .3s ease;
}
.info_list li span a:hover{
    color: #49c378;
}
/* related_proj_card */
.related_proj_inner{
    width: 100%;
}
.related_proj_inner h3{
    padding-inline: 11.25px;
}
.related_proj_card{
    display: flex;
    /* gap: 22.5px; */
    flex-wrap: wrap;
}
.proj_block p{
    margin-bottom: 4px;
}
.related_proj{
    width: 33.3333333333%;
    overflow: hidden;
    padding-inline: 11.25px;
    margin-bottom: 30px;
}
.project_item{
    position: relative;
    overflow: hidden;
}
.project_img{
    overflow: hidden;
    position: relative;
}
.project_img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
    transform: scale(1);
    vertical-align: middle;
}
.project_texts{
    position: absolute;
    left: 0;
    bottom: -100%;
    padding: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(14, 29, 44, 0.7);
    transition: all .3s;
}
.project_texts h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    cursor: pointer;
    color: #202020;
    font-family: "Inter", sans-serif;
}
.project_texts h2 a{
    text-decoration: none;
    color: #fff;
}
.project_texts h2 a:hover{
    color: #59C378;
}
.project_texts h2 span{
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #b4b4b4 !important;
    display: block;
}
.related_proj .project_item:hover .project_texts{
    bottom: 0;
}
.related_proj .project_item:hover .project_img img{
    transform: scale(1.2);
    overflow: hidden;
}
.sub_title_challanges{
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 4px;
    color: #747373;
}
.form_container{
    padding-inline: 11.25px;
    padding: 30px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
}
.form_title{
    font-size: 30px;
    line-height: 36px;
    color: #202020;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    margin-bottom: 7.5px;
    text-decoration: none;
}
.title_desc{
    font-size: 16px;
    color: #888888;
    line-height: 1.8em;
    margin-bottom: 16px;
}
.input_wrapper{
    display: flex;
    align-items: center;
    gap: 22.5px;
}
.input_field{
    width: 50%;
    height: 50px;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    background-color: #f1f1f1;
    color: #888888;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    outline: none;
    margin-bottom: 30px;
}
.select_field{
    width: 100% !important;
}
.select_wrapper{
    position: relative;
}
.select_wrapper svg{
    position: absolute;
    top: 18px;
    right: 20px;
    width: 16px;
    pointer-events: none;
}
.form_inner{
    padding-inline: 11.25px;
}
#services{
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    background-color: #f1f1f1;
    color: #888888;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
    margin-bottom: 30px;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#services option {
    padding: 10px;
    font-size: 1rem;
    color: #888888 !important;
}
.text_area{
    height: 120px;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    background: #f1f1f1;
    color: #888888;
    width: 100%;
    outline: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.send_msg_btn{
    width: 214.13px;
    height: 54px;
    background: #59C378;
    color: #fff;
    font-weight: 600;
    padding: 15px 35px;
    border: 0;
    text-transform: capitalize;
    border-radius: 6px;
    position: relative;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    cursor: pointer;
}
.padding-b-0{
    padding-bottom: 0px !important;
}
.padding-t-40{
    padding-top: 40px;
}
.desc_points{
    padding-left: 20px;
    position: relative;
}
.desc_points::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #94a3b8;
    position: absolute;
    left: 1px;
    top: 11px;
}
.desc_points span{
    font-weight: 500;
    color: #747373;
}
.category_title{
    font-size: 16px;
    font-weight: 500;
    color: #5b5a5a;
    margin-top: 10px;
    margin-bottom: 6px;
}
.brand-section {
    padding-block: 85px;
    background-color: #fff;
}
.brand-section .max-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 11.25px;
    height: 107px !important;
}
.footer_section{
    padding-bottom: 33px;
}

/* slider */
.proj_slider{
    width: 100%;
    max-width: 1100px;
    padding-inline: 11.25px;
    margin-inline: auto;
    max-height: 677px;
    overflow: hidden;
    position: relative;
}
.max_slider_container{
    max-width: 1100px;
    position: relative;
    overflow: hidden;
    margin-inline: auto;
}
/* .max_slider_container .splide__arrow{
    border: 2px solid #59C378 !important;
}
.max_slider_container .splide__arrow:hover{
    background-color: #59c3794f !important;
}
.max_slider_container .splide__arrow--prev{
    left: 20px !important;
    top: 43% !important;
    cursor: pointer;
}
.max_slider_container .splide__arrow--next{
    right: 20px !important;
    top: 43% !important;
    cursor: pointer;
} */

.max_slider_container .splide__arrows{
    display: flex !important;
    bottom: unset !important;
    left: 1em !important;
}
.max_slider_container .splide__arrow {
    -ms-flex-align: center !important;
    align-items: center !important;
    background: #fff !important;
    border: 0 ;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 3em !important; 
    -ms-flex-pack: center !important;
    justify-content: center !important;
    opacity: .7 !important;
    padding: 0;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 3em !important;
    z-index: 1 !important;
    border: 0px !important;
}
.max_slider_container .splide__arrow--next{
    right: 16px !important;
}
.max_slider_container .splide__arrow--prev {
    left: 16px !important;
}
.max_slider_container .splide__arrow svg {
    fill: #000 !important;
}
.pro_sli_img{
    width: 100%;
    height: auto;
}

.text_justify{
    text-align: justify;
}

@media (max-width: 1199px){
    .padding-t-0{
        padding-top: 0px !important;
    }
    .container_xxxl{
        max-width: 960px;
    }
}
@media (max-width:991px){
    .container_xxxl{
        max-width: 720px;
    }
    .portfolio_de_innner{
        flex-direction: column-reverse;
    }
    .portfolio_info {
        width: 100%;
    }
    .info_card {
        max-width: 100%;
        margin-left: unset;
    }
    .about_portfolio {
        width: 100%;
    }
    .related_proj{
        width: 50%;
    }
    .logo {
        margin-left: 0px !important;
    }
    .block_padding{
        padding-top: 90px;
        padding-bottom: 0px;
    }
}
@media(max-width: 767px){
    .input_wrapper {
        flex-direction: column;
        gap:0px 22.5px;
    }
    .input_field{
        width: 100%;
    }
    .related_proj{
        width: 100%;
        min-width: 100%;
        padding-inline: 0px;
    }
    .container_xxxl, .slider_container{
        max-width: 540px;
    }
    .footer_section{
        padding-bottom: 10px ;
    }
    .title, .proj_sub_heading, .form_title{
        font-size: 25px;
    }
    .form_title{
        line-height: 30px;
    }
    .related_proj_inner h3{
        padding-left: 0px
    }
    .max_slider_container .splide__arrow{
        width: 30px !important;
        height: 30px !important;
    }
    .block_padding{
        padding-top: 80px;
        padding-bottom: 0px;
    }
    .container_p_x{
        padding-inline: 11.25px;
    }
}
@media (max-width:575px){
    .info_list{
        padding: 50px 20px;
    }
   
}
