@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@font-face {
    font-family: "std_light";
    src: url(../../assets/fonts/Circular_light.ttf);
}
@font-face {
    font-family: "std_medium";
    src: url(../../assets/fonts/circular_medium.ttf);
}
@font-face {
    font-family: "std_Bold";
    src: url(../../assets/fonts/Circular_bold.ttf);
}
/* font-family: "DM Sans", sans-serif; */
body{
    padding: 0;
    margin: 0;
    background: #141414;
    scroll-behavior: smooth;
    font-family: "std_medium";
}
body::-webkit-scrollbar{
    width: 15px;
    background-color: #83C44C;
}
body::-webkit-scrollbar-thumb{
    background-color: #83C44C;
}
body::-webkit-scrollbar-track{
    background-color: #141414;
    border-left: 1px solid #EEF7E6;
    border-right: 1px solid #EEF7E6;
}
.header_section{
    padding: 10px 0px 0px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: transparent;
}
.scrolled {
    background-color: #141414;
    padding-bottom: 20px;
}
.header_inner_main_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: end;
}
.header_inner_links a{
    text-decoration: none;
    color: #fff;
}
.navbar-nav{
    gap: 55px;
}
.navbar-nav li a{
    font-size: 20px;
    font-weight: 500;
    line-height: 25.3px;
    letter-spacing: 0.28em;
    font-family: "DM Sans", sans-serif;
    padding-bottom: 0;
}
.navbar .container-fluid{
    align-items: end;
}
.content_bg{
    background-image: url(../../assets/imgs/hero_bg.svg);
    height: auto;
    min-height: 180vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.hero_section{
    height: auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_section .nav-link.active{
    color: #83C44C;
}
.hero_text_main_div{
    text-align: center;
    padding-top: 100px;
}
.hero_text_main_div h1{
    font-size: 72px;
    font-weight: 700;
    line-height: 91.08px;
    text-align: center;
    color: #fff;
}
.hero_text_main_div button{
    margin-top: 40px;
}
.brands_section{
    margin-top: 150px;
    border-top: 1px solid #FFFFFF4D;
    border-bottom: 1px solid #FFFFFF4D;
    padding: 40px 0px;
}
.brands_section .swiper-wrapper{
    align-items: center;
}
.brands_logo_div img{
    height: 30px;
    width: auto;
    object-fit: contain;
}
.brands_logo_div svg{
    height: 30px;
    width: auto;
    object-fit: contain;
}
.brands_logo_div .brand1{
    height: 20px;
}
.brands_logo_div .brand4{
    height: 37px;
}
.brands_logo_div .brand5{
    height: 28px;
}
.about_section{
    padding-top: 200px;
}
.mytext_main_div{
    text-align: center;
}
.mytext_main_div h6{
    color: #83C44C;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.36px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.mytext_main_div h3{
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 62.5px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.mytext_main_div h3 span{
    color: #83C44C;
}
.mytext_main_div p{
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    color: #fff;
    padding-bottom: 60px;
}
.text_keyframe_main_div{
    margin-top: 90px;
}
.text_keyframe_main_div h1{
    display: flex;
    gap: 20px;
}
.text_keyframe_main_div span{
    background: linear-gradient(224.04deg, #4C7030 7.56%, #EEF7E6 92.44%);
    color: transparent;
    -webkit-text-stroke: 4px;
    border-image: linear-gradient(224.04deg, #4C7030 7.56%, #EEF7E6 92.44%);
    text-transform: uppercase;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 140px;
    font-weight: 500;
    line-height: 177.1px;
    text-align: center;
    -webkit-text-fill-color: #141414;
}
.services_section{
    padding-top: 120px;
}
.services_tabs_main_div{
    margin-top: 60px;
}
.services_tabs_main_div ul{
    padding: 10px 10px;
    background:  #191A1A;
    border-radius: 30px;
    width: 100%;
    justify-content: space-between;
}
.services_tabs_main_div .nav-pills .nav-link{
    border-radius: 30px;
    font-weight: 400;
    min-width: 250px;
    color: #fff;
    transition: 0.2s ease-in-out all;
    font-size: 14px;
}
.services_tabs_main_div .nav-pills .nav-link.active{
    border-radius: 30px;
    background: linear-gradient(224.04deg, #4C7030 7.56%, #98AE85 92.44%);
    color: #191A1A;
    font-weight: 600;
    position: relative;
}
.services_tabs_card_main_div{
    padding: 0px 0px 40px 0px;
}
.services_tabs_card_body_div{
    background: #191A1A;
    box-shadow: 0px 3px 18px 0px #0000001F;
    padding: 20px;
    min-height: 320px;
    border-radius: 12px;
    margin-top: 20px;
    border: 1px solid #191A1A;
    transition: 0.3s ease-in-out all;
}
.services_tabs_card_body_div:hover{
    border: 1px solid #4C7030;
    transform: scale(1.01);
}
.services_tabs_card_body_div img{
    height: 35px;
    margin-top: 12px;
}
.services_tabs_card_body_div h4{
    padding-top: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.3px;
}
.services_tabs_card_body_div p{
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFFCC;
    padding-top: 10px;
    font-family: "std_light";
}
.services_last_card_body_div{
    background: #191A1A;
    box-shadow: 0px 3px 18px 0px #0000001F;
    padding: 20px 35px;
    min-height: 320px;
    border-radius: 12px;
    margin-top: 20px;
    border: 1px solid #4C7030;
    transition: 0.3s ease-in-out all;
}
.services_last_card_body_div:hover{
    border: 1px solid #4C7030;
    transform: scale(1.01);
}
.services_last_card_body_div h3{
    padding-top: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    line-height: 35.42px;
}
.services_last_card_body_div p{
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #A8A8A8;    
}
.service_btn {
    position: relative;
    padding: 10px 10px 10px 20px;
    background-color: transparent;
    color: black;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 30px;
    z-index: 1;
    overflow: hidden;
    min-width: 170px;
    color: #fff;
    margin-top: 15px;
}
.service_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    padding: 1.5px;
    background: linear-gradient(180deg, #83C44C 0%, #F7BD13 100%);
    mask: "";
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
.service_btn img{
    margin-left: 28px;
    height: 30px;
}
.portfolio_section{
    padding-top: 100px;
}
.portfolio_main{
    background: #191A1A;
    padding: 50px 40px 20px 40px;
    border-radius: 15px;
    box-shadow: 0px 3px 18px 0px #0000001F;
}
.portfolio_inner_main_div{
    height: 630px;
    overflow-y: auto;
    margin-top: 20px;
}
.portfolio_inner_main_div::-webkit-scrollbar{
    width: 0;
}
.portfolio_left_text_div{
    width: 100%;
    max-width: 240px;
}
.portfolio_left_text_div h4{
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;    
    margin-top: 20px;
}
.portfolio_left_text_div p{
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFFCC;
}
.portfolio_left_text_div button{
    background-color: transparent;
    color: #83C44C;
    margin-top: 40px;
    border: none;
    text-transform: uppercase;
    font-size: 17px;
}
.portfolio_left_text_div button img{
    height: 25px;
    margin-left: 10px;
}
.portfolio_inner_main{
    display: flex;
    margin-top: 30px;
    align-items: center;
    gap: 20px;
}
.portfolio_right_img{
    position: relative;
    width: 100%;
}
.portfolio_right_img img{
    width: 100%;
    height: 450px;
    border-radius: 12px;
    object-fit: cover;
}
.portfolio_scroll_card_text{
    width: 100%;
    max-width: 500px;
    position: absolute;
    bottom: 30px;
    padding: 20px;
}
.portfolio_scroll_card_text h3{
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.portfolio_bottom_main{
    margin-top: 70px;
    padding-bottom: 100px;
}
.porfolio_swiper_main{
    margin-top: 50px;
    padding: 10px 40px 30px 40px;
    border-left: 1px solid #EEF7E6;
}
.port_swiper_text_div{
    padding: 0px 30px;
}
.port_swiper_text_div p{
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
    color: #fff;
}
.port_profile{
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.port_profile img{
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.port_profile h6{
    margin-bottom: 0;
    color: #FFFFFF;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.port_profile small{
    font-family: "DM Sans", sans-serif;
    color: #A8A8A8;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.swiper-button-next:after{
    content: url(../../assets/imgs/Next.svg);
    transform: scale(0.7);
}
.swiper-button-prev:after{
    content: url(../../assets/imgs/Next.svg);
    transform: scale(0.7);
    rotate: 180deg;
}
.swiper-button-next{
    right: 20px;
    left: unset;
    top: unset;
    bottom: 10px;
} 
.swiper-button-prev{
    right: 80px;
    left: unset;
    top: unset;
    bottom: 13px;
}
.contact_section{
    background: #191A1A;
    padding: 60px 0px;
    border-radius: 15px;
}
.contact_form_main_div{
    margin-top: 50px;
}
.contact_input_div{
    margin-top: 25px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: "DM Sans", sans-serif;
}
.contact_input_div label{
    display: block;
    min-width: 100px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.contact_input_div input{
    width: 100%;
    background: #191A1A;
    border: 1px solid #A8A8A8CC;
    color: #fff;
    border-radius: 8px;
    padding: 12px 12px;
    font-size: 16px;
}
.contact_input_div select{
    width: 100%;
    background-color: #191A1A;
    border: 1px solid #A8A8A8CC;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    padding: 12px 12px;
    box-shadow: none !important;
    background-image: url(../../assets/imgs/down.svg);
}
.contact_input_div input::placeholder{
    color: #fff;
}
.contact_input_div textarea{
    width: 100%;
    background-color: #191A1A;
    border: 1px solid #A8A8A8CC;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    padding: 8px 12px;
    box-shadow: none;
}
.contact_input_div textarea::placeholder{
    color: #fff;
}
.contact_btn_div button{
    background-color: transparent;
    border: none;
    font-family: "DM Sans", sans-serif;
    font-size: 28.89px;
    font-weight: 500;
    line-height: 23.11px;
    letter-spacing: 0.04em;
    color: #83C44C;
    margin-left: 100px;
    margin-top: 30px;
}
.contact_btn_div button img{
    height: 45px;
}
.contact_right_text_div{
    margin-top: 50px;
    padding: 0px 30px;
}
.contact_right_text_div p{
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: justify;
    color: #fff;
}
.contact_social_icon_inner{
    margin-top: 20px;
    display: flex;
    gap: 20px;
}
.contact_social_icon_inner a{
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.44px;
    color: #fff;
    text-decoration: none;
}
.footer_main_div{
    margin-top: 100px;
    background-image: url(../../assets/imgs/footer_bg.svg);
    height: auto;
    min-height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.newslatter_main_div{
    padding: 50px 0px;
}
.newsletter_text_div h1{
    font-size: 56px;
    font-weight: 900;
    line-height: 67.2px;
    letter-spacing: -0.053em;
    text-transform: uppercase;
    color: #fff;
}
.newsletter_text_div h1 span{
    background: linear-gradient(224.04deg, #4C7030 7.56%, #EEF7E6 92.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-right: 4px;
}
.newsletter_card_div{
    background: #FFFFFF;
    padding: 30px 20px;
    border-radius: 12px;
}
.newsletter_card_div input{
    background: #A8A8A8B2;
    padding: 12px 20px;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    width: 100%;
    border: none;
}
.newsletter_card_div input::placeholder{
    border-radius: 10px;
    color: #000;
    font-weight: 500;
}
.newsletter_card_div button{
    width: 100%;
    background-color: #83C44C;
    padding: 12px;
    text-align: center;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 10px;
    border: none;
}
.footer_one_main_div{
    display: flex;
    align-items: center;
}
.footer1_logo_div{
    width: 100%;
    max-width: 250px;
}
.footer1_logo_div p{
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    margin-top: 30px;
}
.footer1_links_main_div{
    width: 100%;
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}
.footer1_links_main_div a{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.77px;
    letter-spacing: 0.03em;
    color: #fff;
    text-decoration: none;
}
.footer_two_main_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0px;
    border-radius: 30px;
    padding: 20px 30px;
    border: 1px solid #A8A8A8;
}
.footer2_text1 p{
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25.2px;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}
.footer2_text2{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer2_text2 a{
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: -0.01em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.footer2_icons_div{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.footer2_icons_div img{
    height: 30px;
    width: auto;
}
.mo_nav {
    height: 50px;
}
.navbar-toggler{
    border: none;
    box-shadow: none !important;
}
@media (max-width: 1396px){
    .navbar-nav{
        gap: 25px;
    }
    .navbar-nav li a {
        font-size: 19px;
        font-weight: 500;
        line-height: 25.3px;
        letter-spacing: 0.28em;
        font-family: "DM Sans", sans-serif;
        padding-bottom: 0;
    }
    .header_section {
        padding-bottom: 20px;
    }
}
@media (max-width: 1100px){
    .navbar-nav{
        gap: 20px;
    }
    .navbar-nav li a {
        font-size: 17px;
        font-weight: 500;
        line-height: 25.3px;
        letter-spacing: 0.20em;
        font-family: "DM Sans", sans-serif;
        padding-bottom: 0;
    }
    .hero_text_main_div h1 {
        font-size: 50px;
        font-weight: 700;
        line-height: 65.08px;
        text-align: center;
        color: #fff;
    }
}
@media (max-width: 992px){
    .navbar-nav{
        text-align: center;
        gap: 30px;
    }
    .header_section {
        background-color: #141414;
        padding-bottom: 10px;
    }
}
@media (max-width: 576px){
    .brands_logo_div img{
        height: 30px;
        width: auto;
        object-fit: contain;
    }
    .header_section{
        background-color: #141414;
    }
    .mo_nav {
        height: 40px;
    }
    .hero_text_main_div h1 {
        font-size: 40px;
        font-weight: 400;
        line-height: 44.08px;
        text-align: center;
        color: #fff;
    }
    .mytext_main_div p {
        font-family: "DM Sans", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 33px;
        text-align: center;
        color: #fff;
    }
    .text_keyframe_main_div span{
        font-size: 90px;
    }
    .mytext_main_div h3 br{
        display: none;
    }
    .mytext_main_div h3 {
        font-family: "DM Sans", sans-serif;
        font-size: 32px;
        font-weight: 600;
        line-height: 46.5px;
        text-align: center;
        color: #fff;
        text-transform: capitalize;
        word-break: break-all;
    }
    .services_tabs_main_div .nav-pills .nav-link{
        width: 100%;
        max-width: 576px;
        font-size: 14px;
    }
    .services_tabs_main_div .nav-item{
        width: 100%;
    }
    .contact_input_div{
        flex-direction: column;
        align-items: start;
    }
    .newsletter_text_div h1 {
        font-size: 30px;
        font-weight: 400;
        line-height: 45.2px;
        letter-spacing: -0.053em;
        text-transform: uppercase;
        color: #fff;
    }
    .porfolio_swiper_main {
        margin-top: 50px;
        padding: 0;
        border: none;
    }
    .portfolio_scroll_card_text {
        width: 100%;
        max-width: 500px;
        position: absolute;
        bottom: 15px;
        left: 0px;
        right: 0;
        padding: 10px;
    }
    .portfolio_scroll_card_text h3 {
        color: #fff;
        font-family: "DM Sans", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 32px;
    }
    .contact_right_text_div {
        margin-top: 50px;
        padding: 0px 10px;
    }
    .contact_right_text_div {
        margin-top: 50px;
        padding: 0px 10px;
    }
    .portfolio_left_text_div{
        max-width: 576px;
    }
    .port_swiper_text_div {
        padding: 0px 10px;
    }
    .footer_one_main_div{
        flex-direction: column;
    }
    .footer1_links_main_div{
        flex-wrap: wrap;
    }
    .footer1_links_main_div{
        margin-top: 30px;
    }
    .footer1_logo_div{
        text-align: center;
    }
    .footer_two_main_div{
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer2_text2{
        flex-wrap: wrap;
    }
    .portfolio_main {
        background: #191A1A;
        padding: 30px 15px 20px 15px;
        border-radius: 15px;
        box-shadow: 0px 3px 18px 0px #0000001F;
    }
    .portfolio_inner_main{
        flex-direction: column;
    }
    #header_logo{
        display: block;
    }
}
@media(max-width:420px){
    .brands_logo_div{
        text-align: center;
    }
    .mytext_main_div h3 {
        font-family: "DM Sans", sans-serif;
        font-size: 23px;
        font-weight: 600;
        line-height: 35.5px;
        text-align: center;
        color: #fff;
        text-transform: capitalize;
        word-break: break-all;
    }
    .portfolio_right_img img {
        width: 100%;
        height: 350px;
        border-radius: 12px;
        object-fit: cover;
    }
}
