@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --ghost-green: #f1f4f0;
    --dark-slate-grey-2: #00554e;
    --pale-green: #cafdc6;
    --main-text: #003e39;
    --blanched-almond: #feeeca;
    --ghost-white: #f6f8ff;
    --light-salmon: #ffc1ae;
    --greenish-black: #001917;
    --fde8d3: var(--blanched-almond);
    --dark-ghost-green: #e7ebe4;
    --basecamp-yellow: #ffeb71;
    --main-background: #e5e5cf
}

* {
    margin: 0px;
    padding: 0px;

}

body {
    background-color: var(--main-background);
    color: var(--main-text);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.nav-link {
    color: var(--main-text);
    font-weight: 500;
    margin: 10px 10px;
}

.logo-img {
    width: 45px;
}


.hero_text {
    color: #003e39;
    letter-spacing: -1.8px;
    text-transform: uppercase;
    flex: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    font-size: 60px;
    font-weight: 800;
    line-height: 100%;
}

.hero_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    height: 60px;
}

.hero_btn button {
    width: 50%;
    font-family: 600;
    font-size: 20px;
}

.btn_sign {
    background-color: #003e39;
    color: var(--ghost-green);
}

/* in this css all images are converting into same size and same background use aspetc ratio */

.brand_name img {
    width: 150px;
    height: 30px;
}

.box {
    width: 90%;
    height: 100%;
    background-color: #ffffff66;
    border-radius: 10px;
}

.first-card img {
    margin: 60px 60px;
}

.why {
    background-color: var(--main-text);
    color: #f1f4f0;
    padding: 30px;
    padding-top: 100px;
}

.second_text {
    color: #f1f4f0;
    letter-spacing: -1.8px;
    text-transform: uppercase;
    flex: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    font-size: 60px;
    font-weight: 800;
    line-height: 100%;
}

.text {
    font-size: 20px;
    font-weight: 500;
}

.card-title {
    max-width: 380px;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.inner-text {
    background-color: #ffeb71;
    color: var(--main-text);
}

.images-col img {
    height: 100px;
}

.accordion,
.accordion-item,
.accordion-header,
.accordion-button,
.accordion:hover,
.accordion-item:hover,
.accordion-header:hover,
.accordion-button:hover,
.accordion:active,
.accordion-item:active,
.accordion-header:active,
.accordion-button:active {
    background: transparent;
}

.accordion-item{
    border-bottom: 1px solid;
}