*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    /* font-family: "Dancing Script", cursive; */
}
/* section_1 */
.section_1{
    min-height: 100dvh;
    background-image: url(./images/gencoseeds.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.sec1_logo{
    height: 200px;
    position: absolute;
    right: calc(100% - 90%);
    margin-top: 4%;
}
.sec1_logo img{
    height: 100%;
}
/* section_2 */
.section_2{
    padding: 4% 10% 4% 10%;
}
.section_2 h2{
font-family: 'Kaufmann BT';
font-style: italic;
font-weight: 400;
font-size: 55px;
line-height: 96px;
background: linear-gradient(90deg, #276F49 0%, #F6ED10 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.sec2_content h3{
    font-size: 30px;
    text-decoration: underline #276F49;
 }

.sec2_content p{
   font-size: 22px;
   margin-top: 2%;
}

/* section_3 */
.section_3{
    padding: 4% 0% 0% 6%;
}
.sec_3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec3_content{
    font-size: 22px;
    width: 55%;
}
.sec3_img{
    height: 400px;
}
.sec3_img img{
    height: 100%;
}

/* section_4 */
.section_4{
    padding-top: 4%;
    padding-bottom: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
gap: 60px;
}
.sec4{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec4_content_inner h3{
    font-size: 35px;
}
.sec4_content_inner p{
    font-size: 22px;
    margin-top: 2%;
}
.sec4_content_img,
.sec5_img,
.sec7_img,
.sec8_img,
.sec10_img{
    height: 300px;
}
.sec4_content_img img,
.sec5_img img,
.sec7_img img,
.sec8_img img,
.sec10_img img{
    height: 100%;
}
.sec4_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec4_content_inner{
    width: 60%;
}
.sec4_content_inner ul{
    font-size: 22px;
    list-style: square;
    margin-top: 2%;
    padding-left: 10%;
}

/* section_5 */
.section_5{
    padding: 1% 8% 1% 8%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sec5_content{
    font-size: 22px;
    width: 50%;
    font-weight:600;
}

/* section_6 */
.section_6{
    padding: 0% 8% 4% 8%;
}
.sec6 h4{
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 48px;
background: linear-gradient(180deg, #53F610 0%, #276F49 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.sec6 p{
    font-size: 22px;
}
/* section_7 */
.section_7{
    padding: 1% 8% 1% 8%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sec7_content{
    font-size: 22px;
    width: 50%;
    font-weight:600;
}
.sec7_content ul li{
    margin-top: 2%;
}
.sec7_content ul li::marker{
    color: #4BA470;
    font-size: 2.5rem;
}
/* section_8 */
.section_8,
.section_10{
    padding: 1% 8% 1% 8%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sec8_content,
.sec10_content{
    font-size: 22px;
    width: 50%;
    font-weight:600;
}
.sec8_content ul li{
    margin-top: 2%;
}
.sec8_content ul li::marker{
    color: #4BA470;
    font-size: 2.5rem;
}

/* section_9 */
.section_9{
    background-image: url(./images/Frame.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 80dvh;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
/* section_10 */
