@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

/* Abouts */
.abouts h1 {
    font-weight: 700;
    color: #372702;
}

img#img-abt-us {
    width: 50%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: drop-shadow(2px 4px 6px #000);
}

.abt-flex-box {
    position: relative;
}

.abt-flex-content {
    position: absolute;
    background: #f4f4f4;
    padding: 20px 40px;
    border-radius: 6px;
    width: 500px;
    top: 78%;
    right: 19%;
    box-shadow: 1px 0 5px #00000045;
}

.abt-flex-content h4 {
    font-weight: 700;
    color: #372702;
}

.abt-flex-content p {
    margin-bottom: 0;
    padding-top: 8px;
    font-weight: 500;
    color: #372702;
}

@media screen and (min-width:200px) and (max-width:550px) {
    .abt-flex-content {
        position: relative;
        background: #f4f4f4;
        padding: 20px 40px;
        border-radius: 6px;
        width: 300px;
        bottom: 0%;
        left: 0%;
        margin: 30px auto;
        text-align: center;
        box-shadow: 1px 0 5px #00000045;
        margin-bottom: 0px
    }

    .present {
        flex-direction: column;
    }

    .mis-present {
        flex-direction: column;

    }
}

@media screen and (min-width:700px) and (max-width:1024px) {
    .abt-flex-content {
        position: absolute;
        background: #f4f4f4;
        padding: 20px 40px;
        border-radius: 6px;
        width: 400px;
        top: 80%;
        right: 8%;
        box-shadow: 1px 0 5px #00000045;
    }
}

@media screen and (min-width:1024px) and (max-width:1366px) {
    .abt-flex-content {
        position: absolute;
        background: #f4f4f4;
        padding: 20px 40px;
        border-radius: 6px;
        width: 500px;
        top: 85%;
        right: 12%;
        box-shadow: 1px 0 5px #00000045;
    }

}

/* end */

/* mission and sales */
.mis-content h3 {
    font-weight: 700;
    color: #372702;
}

.mis-content p {
    font-weight: 500;
    font-size: 18px;
    color: #372702;
}

.mis-content {
    padding: 8px 36px;
}

.visit {
    background: #f4f4f4;
    font-weight: 700;
    color: #372702;
    padding: 10px 15px;
    text-align: center;
    width: 200px;
    border-radius: 6px;
    box-shadow: 1px 0 5px #00000045;
    border: 2px solid #f4f4f4;
    transition: all .6s;
}

.visit p {
    margin-bottom: 0;
}

.visit h6 {
    margin-top: 5px;
}

.present {
    display: flex;
    justify-content: space-evenly;
    padding: 8px 10px;
    cursor: pointer;
}

.sales {
    background: #f4f4f4;
    font-weight: 700;
    color: #372702;
    padding: 10px 15px;
    text-align: center;
    width: 200px;
    border-radius: 6px;
    box-shadow: 1px 0 5px #00000045;
    border: 2px solid #f4f4f4;
    transition: all .6s;
}

.sales p {
    margin-bottom: 0;
}

.sales h6 {
    margin-top: 5px;
}

.mis-present {
    display: flex;
    justify-content: space-evenly;
    padding: 8px 10px;
    cursor: pointer;
}

.promo {
    background: #f4f4f4;
    font-weight: 700;
    color: #372702;
    padding: 10px 15px;
    text-align: center;
    width: 200px;
    border-radius: 6px;
    box-shadow: 1px 0 5px #00000045;
    border: 2px solid #f4f4f4;
    transition: all .6s;
}

.promo p {
    margin-bottom: 0;
}

.promo h6 {
    margin-top: 5px;
}

.collect {
    background: #f4f4f4;
    font-weight: 700;
    color: #372702;
    padding: 10px 15px;
    text-align: center;
    width: 200px;
    border-radius: 6px;
    box-shadow: 1px 0 5px #00000045;
    border: 2px solid #f4f4f4;
    transition: all .6s;
}

.collect p {
    margin-bottom: 0;
}

.collect h6 {
    margin-top: 5px;
}

.visit:hover {
    border: 2px solid #372702;
    transition: all .6s;
    transform: translateY(-5px);
}

.sales:hover {
    border: 2px solid #372702;
    transition: all .6s;
    transform: translateY(-5px);
}

.promo:hover {
    border: 2px solid #372702;
    transition: all .6s;
    transform: translateY(-5px);
}

.collect:hover {
    border: 2px solid #372702;
    transform: translateY(-5px);
    transition: all .6s;
}

@media screen and (min-width:200px) and (max-width:550px) {

    .present {
        flex-direction: column;
        text-align: center !important;
        padding: 0 2em;
        align-items: center;
    }


    .sales {
        margin-top: 20px;
    }

    .mis-present {
        flex-direction: column;
        text-align: center !important;
        margin-top: 20px;
        padding: 0 2em;
        align-items: center;
    }


    .collect {
        margin-top: 20px;
    }

    .mission {
        padding-top: 0px !important;
        margin: 0px I !important;
        margin-top: 0px !important;
        text-align: center;
    }


}

@media screen and (min-width:700px) and (max-width:1024px) {
    .present {
        flex-direction: row;
        text-align: center !important;

    }

    .mis-present {
        flex-direction: row;
        text-align: center !important;
        padding: 15px 10px;

    }


    .mission {
        padding-top: 10em !important;

    }
}

/* end */

/* Testimonial */
.testimonial h1 {
    color: #372702;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial {
    background: #f4f4f4;
}

.testimonial .test-content {
    background: #fff;
    padding: 38px 72px;
    border-radius: 6px;
    box-shadow: 1px 0 5px #00000045;
    cursor: pointer;
    border: 2px solid #fff;
    transition: all .6s;
}

.testimonial .test-content:hover {
    transform: translateY(-5px);
    border: 2px solid #372702;
    transition: all .6s;
}

.testimonial .item {
    padding: 8px 15px;
}

.testimonial p {
    font-weight: 500;
}

.testimonial h5 {
    font-weight: 700;
}

@media screen and (min-width:200px) and (max-width:550px){
    .testimonial .test-content {
        padding: 38px 30px;
    }
}
/* end */

/* story */
.story h3 {
    font-weight: 700;
    color: #372702;
}

.story p {
    color: #372702;
    font-weight: 500;
}

.st-content {
    padding: 0 50px;
}

.story{
    text-align: center;
}
/* end */

/* our parterns */
.pt-box {
    /* background: #000; */
    text-align: center;
    /* align-items: center; */
    display: flex;
    justify-content: center;
}

img#img-pt {
    width: 34%;
}

.partner h3{
    text-align: center; 
    color: #372702;
    font-weight: 700;
    margin-bottom: 20px;
}

.pt-img {
    border-radius: 6px;
    background: #000;
    padding: 8px 15px;
    width: 600px;
    height: 209px;
    box-shadow: 1px 0 5px #c58d3c;
    border: 3px solid #000;
    transition: all .6s;
}

.pt-img:hover {
    border: 3px solid #c58d3c;
    transform: translateY(-5px);
    transition: all .6s;
}

@media screen and (min-width:200px) and (max-width:550px){
    .pt-img {
        border-radius: 6px;
        background: #000;
        padding: 8px 15px;
        width: 361px;
        height: 136px;
        box-shadow: 1px 0 5px #c58d3c;
        border: 3px solid #000;
        transition: all .6s;
    }
}

/* end */

/* join */
.join{
    padding: 0 50px;
    color: #372702;
}

.join h3, h6{
    font-weight: 700;
}

.join p{
    font-weight: 500;
}
