@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

:root {
    --cuprimary-color: #2CA392;
    --cusecondey-color: #A7D441;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: rgb(46, 54, 69);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(210 210 210 /40%);
}


@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-display: block;
    src: url("../webfonts/fa-brands-400.eot");
    src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

a,
a:link,
a:visited,
a:active,
a:hover,
button,
input,
select,
textarea,
i {
    text-decoration: none;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

input,
select,
textarea {
    width: 100%;
    outline: none;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100%;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}




/* ---------------------------------------------------------------------------------------------

    Common Classes

--------------------------------------------------------------------------------------------- */

.commontitle {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 100px;
    font-weight: 700;
    text-align: center;
    color: var(--cuprimary-color);
    margin-bottom: 40px;
    text-transform: uppercase;
}

.commontitle>span.smalltex {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #2E353A;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    font-weight: 400;
}

.bacltext {
    opacity: 0.2;
}

.desc {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
    font-weight: 400;
}


/* ---------------------------------------------------------------------------------------------

    Header Css

--------------------------------------------------------------------------------------------- */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
    background: transparent;
    transition: all 0.5s;
}

.navbar-brand>img {
    transition: all 0.5s;
    width: 100%;
    margin-top: 15px;
}

header.fixed {
    background: var(--cuprimary-color);
}

header.fixed .navbar-brand>img {
    width: 130px;
    margin-top: 0;
}

.header .navbar-nav .nav-link {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 18px;
    letter-spacing: 0.8px;
}

#navbarIndutch {
    transition: all 0.5s;
    margin-top: 30px;
}

header.fixed #navbarIndutch {
    margin-top: 20px;
}

.primary-btn {
    background-color: var(--cusecondey-color);
    border-radius: 6px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    width: fit-content;
    text-transform: uppercase;
}

.primary-btn:hover {
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.tif {
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    letter-spacing: -0.4px;
}

.tif .bold {
    font-weight: 700;
}

.title_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.btnu {
    display: flex;
    align-items: end;
}

.navbar-toggler {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler-icon {
    background: url(../img/menuicon.png) no-repeat center;
    background-size: contain;
    width: 25px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(7deg) brightness(104%) contrast(101%);
}

.inner-banner {
    background: url(../img/inner-background.png) no-repeat center;
    background-size: 100% 100%;
    padding: 160px 0 200px;
}

.inner-banner .hero-title {
    font-size: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}


/* ---------------------------------------------------------------------------------------------

    Home Page Css

--------------------------------------------------------------------------------------------- */

.hero {
    background: url(../img/herosection.png) no-repeat bottom;
    background-size: 100% 100%;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 200px;
}

.hero-title {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    letter-spacing: -0.4px;
    text-align: center;
    color: #fff;
    max-width: 780px;
    margin: auto;
    margin-bottom: 30px;
}

.hero-title>span {
    color: #B2EC2E;
    font-weight: 700;
}

.container-img {
    margin-bottom: -130px;
}

.aboutconta {
    display: flex;
    margin-bottom: 68px;
}

.leftside {
    width: calc(50% + 60px);
    position: relative;
}

.rightside {
    width: 50%;
    margin-left: -60px;
}

.abotDec {
    background-color: #F3F3F3;
    padding: 60px 60px 66px 60px;
    border-radius: 24px;
}

.aboutSec .commontitle {
    width: fit-content;
    padding-left: 60px;
}


.rightside>img {
    width: 100%;
    max-width: 573px;
    margin-top: 60px;
}

.homProductCard {
    background: #F3F3F3;
    border-radius: 24px;
    padding: 14px;
    height: 100%;
}

.homProductCard .image {
    width: 100%;
    border-radius: 16px;
    background-color: #b8d8d3;
    overflow: hidden;
}

.productSec,
.projectSec {
    margin-bottom: 100px;
}

.homProductCard .buttoncon {
    padding: 16px;
    text-align: center;
}

.procardtext {
    text-align: center;
    color: #2E353A;
    font-size: 25px;
    font-weight: 600;
    padding: 0px 20px;
    padding-top: 30px;
    min-height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.homProductCard .image>img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.productSec .homProductCard .image>img {
    /* aspect-ratio: 16/9; */
    aspect-ratio:4/3;
}

.productSec .homProductCard {
    max-width: 500px;
    margin: auto;
}

.productSec>.container {
    max-width: 1100px;
}

.projectSec .owl-item .item {
    width: 600px;
    height: 460px;
    min-height: 460px;
    min-width: 600px;
    transition: all 1s;
    position: relative;
}

.projectSec .owl-item.center .item {
    width: 600px;
    height: 580px;
    min-width: 600px;
    overflow: hidden;
}

.projectSec .owl-stage,
.projectSec .owl-item {
    height: 100%;
    min-height: 580px;
}

.projectSec .owl-item {
    display: flex;
    align-items: center;
    justify-self: center;

}

.projectSec .item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.projectSec .item::before {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    background: transparent;
    border-radius: 24px;
    transition: all 0.5s;
}

.projectSec .center .item::before {
    background: rgb(0 0 0 / 30%);
}

.projectSec .item .projextdetalbox {
    position: absolute;
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    padding: 20px 30px;
    justify-content: space-between;
    opacity: 0;
}

.projectSec .center .projextdetalbox {
    opacity: 1;
}

.projextdetalbox .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.4px;
    color: #FFFFFF;
    max-width: 400px;
}

.projectSec .view_more>img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(7deg) brightness(104%) contrast(101%);
}

.projectSec .button {
    display: flex;
    align-items: end;
}

.questionSec {
    padding: 78px 0;
}

.containctForm {
    max-width: 630px;
}

.containctForm .btn-primary {
    background-color: var(--cuprimary-color);
    border: var(--cuprimary-color);
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px;
    border-radius: 6px;
    box-shadow: none !important;
}

.form-control {
    border-radius: 0;
    line-height: 28px;
    font-size: 18px;
    padding: 10px 15px;
    border-color: #A9A9A9;
}

.form-control::placeholder {
    color: #A9A9A9;
    opacity: 1;
}

.form-control:focus,
.form-control:active {
    border-color: var(--cuprimary-color);
    box-shadow: 0 0 0 0.25rem rgb(89 160 150 / 25%);

}

.ctitle {
    font-size: 30px;
    color: #000810;
    font-weight: 700;
    margin-bottom: 36px;
}

.contact-side small {
    font-size: 14px;
    color: #A9A9A9;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 12px;
}

.contact-side {
    padding-top: 70px;
}

.contact-side p.text {
    max-width: 256px;
    margin-bottom: 0;
}

.contact-side .text {
    font-size: 18px;
    display: block;
    color: #000810;
    font-weight: 600;
}

.contact-side .item {
    margin-bottom: 35px;
}

.contact-side .socialmendia {
    justify-content: start;
}

.contact-side .sociitem {
    width: 52px;
    height: 52px;
}

.contact-side .sociitem a>img {
    height: 22px;
}


.max_1100 {
    max-width: 1100px;
    margin: auto;
    padding: 20px 0px 80px;
}

.indutchTour .max_1100 {
    position: relative;
}

.main-content {
    overflow: clip;
}

.indutchTour {
    position: relative;
}

.indutchTour::before {
    content: "";
    width: 100%;
    position: absolute;
    inset: 0 0 0 0;
    border-radius: 73px;
    background: var(--cuprimary-color);
    transform: rotate(6.138deg);
}

.tourul {
    list-style: none;
}

.tourul .tourItem {
    position: relative;
    font-size: 19px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
}

.tourul .tourItem::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: #FFC631;
    position: absolute;
    left: -30px;
    font-size: 20px;
    top: 1px;
}

.descripts .desc {
    color: #ffffff;
    line-height: 28px;
}

.thumbline {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    inset: 0 0 0 0;
}

.thumbline .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.thumbline .icon>i {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
}

.video-player {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.video-player>video {
    display: block;
}

.video-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.viewalllin {
    color: #000;
    font-size: 20px;
}

.viewalllin:hover {
    color: var(--cuprimary-color);
}


/* ---------------------------------------------------------------------------------------------

    Footer Css

--------------------------------------------------------------------------------------------- */

footer.footer {
    background: url('../img/footer-bg.png') no-repeat center;
    background-size: 100% 100%;
    padding-top: 88px;
}

.footerSocial {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-descript {
    max-width: 360px;
}

.footer-logo {
    margin-top: 25px;
}

.foot-descript .desc {
    color: #ffffff;
    font-size: 19px;
}

.foot-til {
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 18px;
}

ul.linkul {
    padding: 0;
    list-style: none;
}

.linkul .linkli {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding-left: 2px;
    line-height: 26px;
}

.linkul .linkli:hover {
    color: var(--cusecondey-color);
}

.socialmendia {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 22px;
}

.sociitem {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #001F3F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sociitem a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.socailIcon {
    text-align: end;
}

.socailIcon .primary-btn {
    margin-left: auto;
    margin-bottom: 38px;
}

.copyright {
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.4px;
    font-size: 18px;
    display: block;
    line-height: 70px;
    border-top: 1px solid #ffffff;
}


/* ---------------------------------------------------------------------------------------------

    Products Page Css

--------------------------------------------------------------------------------------------- */
.product-lists {
    max-width: 1100px;
    margin: auto;
    padding: 80px 0;
}

.product-lists .homProductCard .image>img {
    /* aspect-ratio: 16 / 9; */
     aspect-ratio : 4/3;
}

.product-lists .procardtext {
    text-align: start;
    min-height: 88px;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
}

.product-lists .homProductCard .desc {
    padding: 0px 20px;
}

/* ---------------------------------------------------------------------------------------------

    Portfolio Page Css

--------------------------------------------------------------------------------------------- */
.gallery-lis {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-lis a.gallery-item {
    width: calc(33.33% - 10px);
    display: block;
    aspect-ratio: 1/1;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.gallery-lis a.gallery-item .galler-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.gallery-lis a.gallery-item .icon {
    top: 96%;
    position: absolute;
    left: 96%;
    transform: translate(-100%, -100%);
}

.portfolio-list {
    padding: 80px 0;
}

.gallery-item::before {
    content: "";
    position: absolute;
    inset: 0 0 0 0;
    background: transparent;
    transition: all 0.5s;
}

.gallery-lis a.gallery-item:hover:before {
    background: rgb(0 0 0 / 40%);
}

.gallery-lis a.gallery-item:hover .icon {
    transform: translate(-100%, -100%) scale(1.2);
}

/* ---------------------------------------------------------------------------------------------

    Vender Page Css

--------------------------------------------------------------------------------------------- */

.venderList {
    padding: 60px 20px;
    max-width: 1200px;
    margin: auto;
}

.searchVender {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 30px;
}

.searchVender .venditem,
.venderitem .title>.row {
    flex-grow: 1;
}

.searchVender .venditem:last-child {
    flex-grow: 0;
}

.venderitem {
    border-radius: 24px;
    background: #F3F3F3;
    padding: 32px;
    margin-bottom: 30px;
}

.venderitem .title {
    display: flex;
    gap: 25px;
}

.ventitl1 .head {
    color: #2E353A;
    font-weight: 600;
    font-size: 34px;
    line-height: 30px;
    margin-bottom: 12px;
}

.ventitl1 .iconbox {
    font-size: 24px;
    color: var(--cuprimary-color);
    font-weight: 600;
}

.ventitl2 {
    padding-left: 15px;
}

.ventitl2 .head {
    color: #2E353A;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.ventitl2 .iconbox {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 8px;
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.ventitl3 .primary-btn {
    font-size: 14px;
    padding: 10px 20px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

.ProdcutsUl {
    list-style: none;
    margin-bottom: 0;
}

.productli {
    position: relative;
    color: #2E353A;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin-bottom: 12px;
}

.instruction .head {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
}

.productli::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    color: var(--cuprimary-color);
    position: absolute;
    left: -30px;
    font-size: 20px;
    top: 1px;
}


/* ---------------------------------------------------------------------------------------------

    Contact Page Css

--------------------------------------------------------------------------------------------- */


.contactinfo {
    background-color: var(--cuprimary-color);
    border-radius: 16px;
    padding: 40px 20px;
}

.contitem .icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;

}

.contitem {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 19px;
    color: #fff;
    margin-bottom: 20px;
}

a.contitem:hover {
    color: var(--cusecondey-color);
}

.contactinfo {
    position: relative;
}

.contactinfo::before,
.contactinfo::after {
    content: '';
    position: absolute;


    border-radius: 50%;
}

.contactinfo::before {
    width: 70px;
    height: 70px;
    right: 30px;
    bottom: 25px;
    background: rgb(167 212 65 / 50%);
}

.contactinfo::after {
    width: 46px;
    height: 46px;
    background: var(--cusecondey-color);
    right: 41px;
    bottom: 37px;
}

.contactform {
    background-color: #EBECF4;
    margin-bottom: 20px;
    position: relative;
}

.upload-box {
    position: relative;
}

.upload-box>img {
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contatdiled {
    max-width: 400px;
    margin-left: auto;
    margin-right: 120px;
    padding: 80px 0;
}

.contatdiled .form-text {
    color: #686868;
    font-size: 12px;
    padding-bottom: 15px;
    display: block;
}

.contatdiled .form-control {
    background: transparent;
    font-size: 16px;
}

.contatdiled .form-floating>.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 15px 10px 4px;
    height: calc(3rem + 2px);
}

.contactform>img.manwithcall {
    position: absolute;
    left: 30px;
    bottom: 0;
}

.contactform>img.letstalk {
    position: absolute;
    left: 20px;
    top: 30px;
}

.misttionvistion .commontitle {
    width: fit-content;
    line-height: 60px;
}

.misttionvistion {
    margin-bottom: 60px;
}

.form-control::-webkit-file-upload-button {
    display: none !important;
}

.form-floating>label {
    padding-left: 0;
    padding-top: 5px;
}

.about .rightside>img {
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.clients-slider .item {
    border: 1px solid #B1B1B1;
    border-radius: 13px;
    overflow: hidden;
    width: 196px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-slider .item>img {
    width: auto;
    max-width: auto;
}

.aboutmaintitle {
    color: #2E353A;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -0.4px;
    margin-bottom: 28px;
}

.aboutmaintitle>span {
    color: #B2EC2E;
    font-weight: 700;
}

.aboutSec .aboutconta {
    margin-bottom: 60px;
}

.chooseindut {
    padding: 68px 0;
    background-color: var(--cuprimary-color);
    margin-bottom: 290px;
}

.subtitle {
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.4px;
    margin-bottom: 90px;
}

.subtitle>span {
    font-weight: 700;
}

.chooseindut .container-img {
    max-width: 618px;
    margin: auto;
    margin-bottom: -300px;
}

.timeline {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
    border: 1px solid #fff;
}

.timelineitem .text {
    color: #fff;
    width: 220px;
    max-width: 220px;
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    text-align: center;
}

.timelineitem {
    position: relative;
}

.timelineitem:first-child .text {
    text-align: start;
    left: 0;
    transform: unset;
}

.timelineitem:last-child .text {
    text-align: end;
    right: 0;
    left: unset;
    transform: unset;
}

.timelineitem::after,
.timelineitem::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.timelineitem::after {
    width: 27px;
    height: 27px;
    background-color: #fff;
    border-radius: 50%;
}

.timelineitem::before {
    width: 17px;
    height: 17px;
    background-color: var(--cuprimary-color);
    border-radius: 50%;
    z-index: 1;
}

.timelineitem:first-child::after {
    transform: translate(-5%, -50%);
}

.timelineitem:first-child::before {
    transform: translate(4px, -50%);
}

.timelineitem:last-child::after {
    transform: translate(-96%, -50%);
}

.timelineitem:last-child::before {
    transform: translate(-120%, -50%);
}

.detail_view .instruction .head {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
}

.detail_view .product-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 35px;
}

.detail_view .desc_imagebox {
    padding: 70px 0;
}

.detail_view .product-imgbox {
    padding-right: 30px;
}

.detail_view .product-imgbox>img {
    width: 100%;
}

.detail_view .decriptionbbox {
    padding-top: 50px;
}

.detail_view.product-imgbox>img {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #b8d8d3;
    border-radius: 16px;
    object-fit: contain;
}


/* After Deploy  */

.has-spinner.primary-btn {
    border: none;
}

.product-lists .homProductCard {
    position: relative;
}

.product-lists .homProductCard .desc {
    margin-bottom: 40px;
}

.product-lists .product_view_more {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--cusecondey-color);
    text-transform: uppercase;
    text-decoration: underline;
}