/* ---MAIN STYLES--- */

.main_section {
    padding: 7.5vw 5vw 5vw 5vw;
}

.main_section .main_box {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 2.5vw;
}

.main_section .media_box {
    height: 45vw;
    display: grid;
    grid-template-areas: "a b" "c c";
    gap: 1vw;
}

.main_section .media_item {
    height: 100%;
    position: relative;
    border-radius: 1vw;
    background: #D8D5CD;
    cursor: pointer;
    overflow: hidden;
    transition: .5s;
}

.main_section .media_item:nth-child(1) {
    width: 18vw;
    grid-area: a;
    border-radius: 10vw 1vw 1vw 1vw;
}

.main_section .media_item:nth-child(2) {
    grid-area: b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
    padding: 2vw;
    background-image: url("../media/jpg/background04.jpg");
    background-size: cover;
}

.main_section .media_item:nth-child(2) h2 {
    font-size: 3vw;
}

.main_section .media_item span {
    font-size: 1.1vw;
}

.main_section .bar_box {
    position: relative;
    width: 100%;
    height: .5vw;
    border-radius: 5vw;
    background: var(--cream);
    overflow: hidden;
}

.main_section .bar_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 5vw 5vw 0;
    background: var(--blue);
}

.main_section .media_item:nth-child(3) {
    grid-area: c;
    display: flex;
    gap: 1vw;
    padding: 0 2vw;
    background-image: url("../media/jpg/background03.jpg");
    background-size: cover;
}

.main_section .media_item:nth-child(3) * {
    color: white;
}

.main_section .media_item:hover {
    transform: scale(.98);
}

.main_section .content_box {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin: auto 0;
}

.main_section .content_box h2 {
    font-size: 2vw;
}

.main_section .media_item:nth-child(3) svg {
    width: 20vw;
    margin-top: auto;
}

@media (max-width: 996px) {
    .main_section {
        padding: 22.5vw 5vw 10vw 5vw;
    }
    .main_section .main_box {
        grid-template-columns: 1fr;
        gap: 5vw;
    }
    .main_section .info_box {
        order: 2;
    }
    .main_section .media_box {
        height: 100vw;
        grid-template-areas: "a b" "c c";
        gap: 2.5vw;
    }
    .main_section .media_item {
        border-radius: 2.5vw;
    }
    .main_section .media_item:nth-child(1) {
        width: 40vw;
        border-radius: 20vw 2.5vw 2.5vw 2.5vw;
    }
    .main_section .media_item:nth-child(2) {
        gap: 2.5vw;
        padding: 5vw;
    }
    .main_section .media_item:nth-child(2) h2 {
        font-size: 7vw;
    }
    .main_section .media_item span {
        font-size: 3vw;
    }
    .main_section .bar_box {
        height: 1.5vw;
    }
    .main_section .media_item:nth-child(3) {
        gap: 2.5vw;
        padding: 0 5vw;
    }
    .main_section .content_box {
        gap: 2.5vw;
    }
    .main_section .content_box h2 {
        font-size: 5vw;
    }
    .main_section .media_item:nth-child(3) svg {
        width: 35vw;
    }
}


/* ---CHOOSE STYLES--- */

.choose_section .choose_box {
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
}

.choose_section .title_box h2 {
    width: 55vw;
}

.choose_section .items_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1vw;
}

.choose_section .item_box {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding: 2vw;
    border-radius: 1vw;
    background: #E6E3DC20;
    cursor: pointer;
    transition: .5s;
}

.choose_section .item_box:hover {
    transform: scale(.98);
    background: #E6E3DC40;
}

.choose_section .item_box .media_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3vw;
    height: 3vw;
    padding: 1vw;
    border-radius: .5vw;
    background: #E6E3DC40;
}

.choose_section .item_box .media_box i {
    color: white;
    font-size: 2vw;
}

.choose_section .item_box h2 {
    font-size: 1.7vw;
}

@media (max-width: 996px) {
    .choose_section .choose_box {
        gap: 5vw;
    }
    .choose_section .title_box h2 {
        width: 100%;
    }
    .choose_section .items_box {
        grid-template-columns: 1fr;
        gap: 5vw;
    }
    .choose_section .item_box {
        gap: 2.5vw;
        padding: 5vw;
        border-radius: 2.5vw;
    }
    .choose_section .item_box .media_box {
        width: 10vw;
        height: 10vw;
        padding: 2vw;
        border-radius: 1vw;
    }
    .choose_section .item_box .media_box i {
        font-size: 6vw;
    }
    .choose_section .item_box h2 {
        font-size: 4vw;
    }
}


/* ---SERVICES STYLES--- */

.services_section {
    padding: 5vw;
}

.services_section .services_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5vw;
}

.services_section .media_box {
    width: 100%;
    height: 55vw;
    display: grid;
    grid-template-areas: "a a" "b c";
    gap: 1vw;
}

.services_section .media_item {
    position: relative;
    padding: 2vw;
    border-radius: 1vw;
    background: #D8D5CD;
    cursor: pointer;
    overflow: hidden;
    transition: .5s;
}

.services_section .media_item:nth-child(1) {
    grid-area: a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../media/jpg/background04.jpg");
    background-size: cover;
}

.services_section .media_item:nth-child(2) {
    grid-area: b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
    background-image: url("../media/jpg/background03.jpg");
    background-size: cover;
}

.services_section .media_item:nth-child(2) h2 {
    color: white;
    font-size: 1.7vw;
}

.services_section .media_item span {
    color: white;
    font-size: 1.1vw;
}

.services_section .media_item:nth-child(3) {
    width: 20vw;
    grid-area: c;
    border-radius: 1vw 1vw 10vw 1vw;
}

.services_section .media_item:hover {
    transform: scale(.98);
}

.services_section .dropdown_items {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.services_section .dropdown_item {
    position: relative;
    display: flex;
    gap: 1vw;
    padding: 1vw;
    border-radius: 1vw;
    background: var(--dark);
    cursor: pointer;
    transition: .5s;
}

.services_section .dropdown_item:hover {
    transform: scale(.98);
}

.services_section .icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3vw;
    height: 3vw;
    padding: .5vw;
    border-radius: .5vw;
    background: #E6E3DC20;
}

.services_section .icon_box i {
    color: white;
    font-size: 2vw;
}

.services_section .content_box {
    width: calc(100% - 4vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services_section .content_box h2 {
    color: white;
    font-size: 1.5vw;
}

.services_section .dropdown_item p {
    color: white;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.services_section .dropdown_item.active p {
    max-height: inherit;
    opacity: 1;
    padding-top: .5vw;
    pointer-events: inherit;
}

.services_section .content_box i {
    position: absolute;
    right: 1vw;
    top: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3vw;
    height: 3vw;
    color: var(--dark);
    font-size: 1.5vw;
    border-radius: 50%;
    background: #E6E3DC40;
    transition: .5s;
}

.services_section .dropdown_item.active .content_box i {
    transform: rotate(-45deg);
    color: white;
    background: var(--orange);
}

@media (max-width: 996px) {
    .services_section {
        padding: 10vw 5vw;
    }
    .services_section .services_box {
        grid-template-columns: 1fr;
        gap: 5vw;
    }
    .services_section .media_box {
        height: 100vw;
        grid-template-areas: "a a" "b c" "b c" "b c";
        gap: 2.5vw;
    }
    .services_section .media_item {
        padding: 5vw;
        border-radius: 2.5vw;
    }
    .services_section .media_item:nth-child(2) {
        gap: 2.5vw;
    }
    .services_section .media_item:nth-child(2) h2 {
        font-size: 5vw;
    }
    .services_section .media_item span {
        font-size: 3vw;
    }
    .services_section .media_item:nth-child(3) {
        width: 35vw;
        grid-area: c;
        border-radius: 2.5vw 2.5vw 20vw 2.5vw;
    }
    .services_section .dropdown_items {
        gap: 2.5vw;
    }
    .services_section .dropdown_item {
        gap: 2.5vw;
        padding: 5vw;
        border-radius: 2.5vw;
    }
    .services_section .icon_box {
        width: 10vw;
        height: 10vw;
        padding: 2vw;
        border-radius: 1vw;
    }
    .services_section .icon_box i {
        font-size: 6vw;
    }
    .services_section .content_box {
        width: calc(100% - 20vw);
        display: flex;
        flex-direction: column;
        gap: 2.5vw;
    }
    .services_section .content_box h2 {
        font-size: 4vw;
    }
    .services_section .content_box i {
        right: 5vw;
        top: 5vw;
        width: 8vw;
        height: 8vw;
        font-size: 5vw;
    }
}


/* ---GROW STYLES--- */

.grow_section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw;
}

.grow_section .grow_box {
    width: 70%;
    padding: 5vw;
    border-radius: 1vw;
    background: var(--dark);
}

.grow_section .info_box {
    align-items: center;
}

.grow_section .info_box h2,
.grow_section .info_box p {
    color: white;
    text-align: center;
}

@media (max-width: 996px) {
    .grow_section {
        padding: 10vw 5vw;
    }
    .grow_section .grow_box {
        width: 100%;
        padding: 10vw 5vw;
        border-radius: 2.5vw;
    }
}


/* ---FAQS STYLES--- */

.faqs_section {
    padding: 5vw;
}

.faqs_section .faqs_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5vw;
}

.faqs_section .content_box {
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 2vw;
    border-radius: 1vw;
    background: var(--dark);
}

.faqs_section .content_box h2,
.faqs_section .content_box p {
    color: white;
}

.faqs_section .content_item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.5vw 0;
    border-bottom: .15vw solid #ffffff20;
    filter: blur(.08vw);
    opacity: .4;
    cursor: pointer;
    transition: .5s;
}

.faqs_section .content_item:last-child {
    border-bottom: none;
}

.faqs_section .content_item:hover,
.faqs_section .content_item.active {
    filter: blur(0);
    opacity: 1;
}

.faqs_section .content_item h2 {
    width: 90%;
    font-size: 1.1vw;
}

.faqs_section .content_item p {
    width: 90%;
    padding: 0 0 0 1vw;
    opacity: 0;
    max-height: 0;
    transition: .5s;
}

.faqs_section .content_item.active p {
    padding: .5vw 0 0 1vw;
    max-height: 100vw;
    opacity: 1;
}

.faqs_section .content_item i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3vw;
    height: 3vw;
    color: var(--dark);
    font-size: 1.5vw;
    border-radius: 50%;
    background: #ffffffaa;
    transition: .5s;
}

.faqs_section .content_item.active i {
    top: 1.5vw;
    transform: translate(0, 0) rotate(-45deg);
    color: white;
    background: var(--orange);
}

.faqs_section .media_box {
    width: 100%;
    height: 45vw;
    display: grid;
    grid-template-areas: "a b" "c b";
    gap: 1vw;
}

.faqs_section .media_item {
    position: relative;
    padding: 2vw;
    border-radius: 1vw;
    background: #D8D5CD;
    cursor: pointer;
    overflow: hidden;
    transition: .5s;
}

.faqs_section .media_item:nth-child(1) {
    grid-area: a;
    background-image: url("../media/jpg/background04.jpg");
    background-size: cover;
}

.faqs_section .media_item:nth-child(1) h2 {
    font-size: 2vw;
}

.faqs_section .media_item span {
    font-size: 1.1vw;
}

.faqs_section .media_item:nth-child(2) {
    width: 20vw;
    grid-area: b;
    border-radius: 1vw 1vw 10vw 1vw;
}

.faqs_section .media_item:nth-child(3) {
    grid-area: c;
}

.faqs_section .media_item:hover {
    transform: scale(.98);
}

@media (max-width: 996px) {
    .faqs_section {
        padding: 10vw 5vw;
    }
    .faqs_section .faqs_box {
        grid-template-columns: 1fr;
        gap: 5vw;
    }
    .faqs_section .content_box {
        padding: 10vw 5vw;
        border-radius: 3vw;
    }
    .faqs_section .content_item {
        padding: 5vw 0;
        border-bottom: .4vw solid #ffffff20;
        filter: blur(.2vw);
    }
    .faqs_section .content_item h2 {
        font-size: 4vw;
    }
    .faqs_section .content_item p {
        padding: 0 0 0 0;
    }
    .faqs_section .content_item.active p {
        padding: 5vw 0 0 0;
        max-height: 200vw;
    }
    .faqs_section .content_item i {
        width: 8vw;
        height: 8vw;
        font-size: 5vw;
    }
    .faqs_section .content_item.active i {
        top: 5vw;
    }
    .faqs_section .media_box {
        height: 105vw;
        gap: 2.5vw;
    }
    .faqs_section .media_item {
        padding: 5vw;
        border-radius: 2.5vw;
    }
    .faqs_section .media_item:nth-child(1) h2 {
        font-size: 5vw;
    }
    .faqs_section .media_item span {
        font-size: 3vw;
    }
    .faqs_section .media_item:nth-child(2) {
        width: 30vw;
        border-radius: 2.5vw 2.5vw 20vw 2.5vw;
    }
}