@import url('https://fonts.googleapis.com/css2?family=Rubik+Microbe&display=swap');

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: url(pexels-pixabay-301920.jpg);
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
}
.container {
    width: 100%;
    position: relative;
    padding: 10px 50px;
}

.container .top {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.logopic {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
    border-radius: 8px;
}

.logo {
    border-radius: 16px;
}

.text-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 10px 0;
}

.text-point h2 {
    font-family: 'Rubik Microbe', cursive;
    font-size: 48px;
    color: orangered;
    font-weight: 900;
}

.text-point h1 {
    font-family: 'Rubik Microbe', cursive;
    color: rgb(12, 113, 59);
    font-weight: 800;
}

.hexagon {
    position: relative;
    margin: 50px auto;
    width: 250px;
    height: 145px;
    border-radius: 4px;
    background: rgb(235, 235, 235);
    transform: rotate(-90deg);
    display: inline-block;
    transition: all 150ms ease-in-out;
    cursor: pointer;
}

.hexagon:before,
.hexagon:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
}

.hexagon:before {
    transform: rotate(60deg);
}

.hexagon:after {
    transform: rotate(-60deg);
}

.section1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
}

ol.even1 {
    width: 70%;
    position: relative;
    justify-content: space-around;
    display: flex;
    object-fit: cover;
    margin-bottom: 10px;
}

ol.even2 {
    width: 70%;
    position: relative;
    display: flex;
    justify-content: space-around;
    object-fit: cover;
    margin-top: 20px;
}

ol.odd {
    width: 25%;
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    object-fit: cover;
    z-index: 1;
}

.image1 {
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
    width: 130px;
    margin: 0;
    right: 25px;
    bottom: 5px;
}

.image2 {
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
    width: 200px;
    right: -20px;
    bottom: 15px;
}

.text1 {
    font-family: cursive;
    position: absolute;
    width: 150px;
    z-index: 1;
    transform: rotate(90deg);
    font-weight: 500;
    color: green;
    left: -30px;
    bottom: 30px;
}

.text2 {
    font-family: cursive;
    position: absolute;
    width: 150px;
    z-index: 1;
    transform: rotate(90deg);
    font-weight: 500;
    color: green;
    left: -30px;
    bottom: 45px;
}

.text3 {
    font-family: cursive;
    position: absolute;
    width: 160px;
    z-index: 1;
    transform: rotate(90deg);
    font-weight: 500;
    color: green;
    left: -30px;
    bottom: 30px;
}

.image3 {
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
    border-radius: 50%;
    width: 200px;
    object-fit: cover;
    margin: 0;
    right: -20px;
    bottom: 5px;
    /* top: 0px; */
}

.text4 {
    font-family: cursive;
    position: absolute;
    width: 150px;
    z-index: 1;
    transform: rotate(90deg);
    font-weight: 500;
    color: green;
    left: -30px;
    bottom: 50px;
}

.image4 {
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
    width: 150px;
    margin: 0;
    right: 10px;
    bottom: 5px;
}

.image5 {
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
    width: 180px;
    margin: 0;
    right: -10px;
    bottom: 30px;
}

.text5 {
    font-family: cursive;
    position: absolute;
    width: 150px;
    z-index: 1;
    transform: rotate(90deg);
    left: -30px;
    top: 60px;
    font-weight: 500;
    color: green;
}

.section2 {
    width: 100%;
    margin: 20px auto;
}

.segment-3 {
    position: relative;
    /* width: 100%; */
    /* background: rgb(255, 249, 252); */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dia {
    width: 280px;
    border-radius: 20px;
    box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.final-text {
    width: 500px;
    font-family: cursive;
    font-size: 48px;
    color: green;
    text-decoration-color: rgb(44, 44, 84);
    font-weight: 600;
    font-size: 30px;
    text-align: center;
}

.forbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.btn-apply {
    font-family: 'Rubik Microbe', cursive;
    background-color: transparent;
    color: orangered;
    font-weight: 900;
    padding: 10px 20px;
    font-size: 30px;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 16px;
    transition: all 0.3s linear;
}

.btn-apply:hover {
    background: rgb(141, 217, 141);
}

footer {
    /* background-color: rgb(225, 240, 243); */
    /* background:rgb(245, 250, 252); */
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
}

@media (max-width:1280px) {
    .container {
        width: 100%;
        position: relative;
        padding: 40px;
    }
    h2{
        font-size: 55px;
    }
    h1{
        font-size: 45px;
    }
    .hexagon {
        width: 260px;
        height: 146px;
    }

    ol.even1 {
        width: 100%;
        margin-bottom: 30px;
    }

    ol.even2 {
        width: 100%;
        margin-top: 30px;
    }

    ol.odd {
        width: 35%;
    }

    .image1 {
        width: 180px;
        right: 15px;
        bottom: -25px;
    }

    .image2 {

        width: 250px;
        right: -40px;
        bottom: 5px;
    }

    .text1 {
        width: 210px;
        left: -55px;
        bottom: 20px;
        font-size: 18px;
    }

    .text2 {
        width: 200px;
        font-size: 18px;
        left: -50px;
        bottom: 25px;
    }

    .text3 {
        font-size: 18px;
        width: 200px;
        left: -50px;
        bottom: 10px;
    }

    .image3 {
        width: 220px;
        right: -25px;
        bottom: 2px;
    }

    .text4 {
        width: 200px;
        font-size: 18px;
        left: -60px;
        bottom: 20px;
    }

    .image4 {
        width: 200px;
        right: 10px;
        bottom: -25px;
    }

    .image5 {
        width: 200px;
        right: -10px;
        bottom: 10px;
    }

    .text5 {
        width:200px;
        left: -60px;
        top: 80px;
        font-size: 18px;
    }

    .dia {
        width: 380px;
    }

    .final-text {
        width: 500px;
        font-family: cursive;
        font-size: 40px;
    }

}

@media (max-width:1115px) {

    ol.even1 {
        width: 100%;
        margin-bottom: 10px;
    }

    ol.even2 {
        width: 100%;
        margin-top: 20px;
    }

    ol.odd {
        width: 25%;
    }

    .dia {
        width: 250px;
        border-radius: 20px;
        box-shadow: 1px 10px 15px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

    .final-text {
        width: 400px;
        font-family: cursive;
        font-size: 28px;
        color: green;
        text-decoration-color: rgb(44, 44, 84);
        font-weight: 600;
        font-size: 20px;
    }

}
@media (min-width: 1200px) {
    footer{
        font-size: 28px;
    }
}

@media (max-width:925px) {
    .container {
        width: 100%;
        position: relative;
        padding: 10px;
    }

    .hexagon {
        width: 220px;
        height: 126px;
    }

    ol.even1 {
        width: 100%;
    }

    ol.even2 {
        width: 100%;
    }

    ol.odd {
        width: 35%;
    }

    .dia {
        width: 250px;
    }

    .final-text {
        width: 400px;
        font-family: cursive;
        font-size: 26px;
    }
}

@media (max-width:820px) {
    .container {
        width: 100%;
        position: relative;
        padding: 10px;
    }

    .hexagon {
        width: 220px;
        height: 126px;
    }

    ol.even1 {
        width: 100%;
    }

    ol.even2 {
        width: 100%;
    }

    ol.odd {
        width: 35%;
    }

    .image2 {
        width: 200px;
        right: -20px;
        bottom: -2px;
    }

    .text2 {
        width: 150px;
        left: -30px;
        bottom: 30px;
    }

    .image3 {
        width: 180px;
        right: -20px;
        bottom: 5px;
    }

    .text3 {
        width: 160px;
        left: -30px;
        bottom: 15px;
    }

    .image4 {
        width: 150px;
        right: 10px;
        bottom: -10px;
    }

    .text4 {
        width: 150px;
        left: -30px;
        bottom: 40px;
    }

    .image5 {
        width: 180px;
        right: -10px;
        bottom: 10px;
    }

    .dia {
        width: 220px;
    }

    .final-text {
        width: 400px;
        font-size: 24px;

    }

}
@media (max-width:751px){
    .hexagon {
        width: 200px;
        height: 116px;
        margin: 50px auto;
    }
    .image1{
        width: 120px;
        right: 15px;
        bottom: -7px;
    }
    .text1 {
        width: 150px;
        left: -30px;
        bottom: 23px;
        font-size: 16px;
    }
    .image2 {
        width: 170px;
        right: -20px;
        bottom: -2px;
    }

    .text2 {
        width: 150px;
        left: -30px;
        bottom: 30px;
        font-size: 16px;
    }

    .image3 {
        width: 150px;
        right: -20px;
        bottom: 8px;
    }

    .text3 {
        width: 160px;
        left: -30px;
        bottom: 15px;
        font-size: 16px;
    }

    .image4 {
        width: 120px;
        right: 10px;
        bottom: -5px;
    }

    .text4 {
        width: 150px;
        left: -30px;
        bottom: 30px;
        font-size: 16px;
    }

    .image5 {
        width: 150px;
        right: -10px;
        bottom: 10px;
    }
    .text5 {
        width: 150px;
        left: -10px;
        bottom: 50px;
        font-size: 16px;
    }
    /* ol.even1 {
        width: 100%;
    } */

    ol.even2 {
        width: 100%;
        margin-top: 10px;
    }

    /* ol.odd {
        width: 35%;
    } */
}

@media (max-width:685px) {
    .container {
        width: 100%;
        position: relative;
        padding: 10px;
    }

    .text-point h2 {
        font-size: 35px;
    }

    .text-point h1 {
        font-size: 28px;
    }

    .hexagon {
        width: 180px;
        height: 106px;
    }

    ol.even1 {
        width: 100%;
    }

    ol.even2 {
        width: 100%;
    }

    ol.odd {
        width: 35%;
    }

    .image1 {
        width: 90px;
        right: 15px;
        bottom: 5px;
    }

    .image2 {
        width: 150px;
        right: -20px;
        bottom: 5px;
    }

    .text1 {
        width: 140px;
        font-size: 12px;
        left: -30px;
        bottom: 20px;
    }

    .text2 {
        width: 130px;
        font-size: 12px;
        left: -30px;
        bottom: 25px;
    }

    .text3 {
        width: 160px;
        font-size: 12px;
        left: -40px;
        bottom: 2px;
    }

    .image3 {
        border-radius: 50%;
        width: 140px;
        right: -10px;
        bottom: 8px;
    }

    .text4 {
        width: 120px;
        font-size: 12px;
        left: -30px;
        bottom: 30px;
    }

    .image4 {
        width: 100px;
        margin: 0;
        right: 10px;
        bottom: 5px;
    }

    .image5 {
        width: 135px;
        margin: 0;
        right: -10px;
        bottom: 30px;
    }

    .text5 {
        font-size: 12px;
        width: 120px;
        left: -20px;
    }

    .dia {
        width: 180px;
        border-radius: 20px;
    }

    .final-text {
        width: 400px;
        font-size: 22px;
        font-size: 20px;
    }

}

@media (max-width:414px) {
    .container {
        width: 100%;
        position: relative;
        padding: 10px;
    }

    .text-point h2 {
        font-size: 22px;
        font-weight: 600;
    }

    .text-point h1 {
        font-size: 17px;
        font-weight: 600;
    }

    .hexagon {
        width: 120px;
        height: 70px;
        margin: 40px auto;
    }

    ol.even1 {
        width: 100%;
        margin-bottom: 0px;

    }

    ol.even2 {
        width: 100%;
        margin-top: 0px;
    }

    ol.odd {
        width: 45%;
    }

    .logo {
        width: 100%;
        height: inherit;
    }

    .image1 {
        width: 50px;
        right: 15px;
        bottom: 10px;
    }

    .image2 {
        width: 100px;
        right: -10px;
        bottom: 5px;
    }

    .text1 {
        width: 100px;
        font-size: 10px;
        left: -20px;
        bottom: 10px;
    }

    .text2 {
        width: 110px;
        font-size: 10px;
        left: -30px;
        bottom: 10px;
    }

    .text3 {
        width: 120px;
        font-size: 10px;
        left: -30px;
        bottom: -10px;
    }

    .image3 {
        border-radius: 50%;
        width: 75px;
        right: 0px;
        bottom: 8px;
    }

    .text4 {
        width: 105px;
        font-size: 10px;
        left: -10px;
        top: 40px;
    }

    .image4 {
        width: 65px;
        margin: 0;
        right: 10px;
        bottom: 5px;
    }

    .image5 {
        width: 95px;
        margin: 0;
        right: -10px;
        bottom: 10px;
    }

    .text5 {
        font-size: 10px;
        width: 90px;
        left: -15px;
        top: 30px;

    }

    .dia {
        width: 130px;
        border-radius: 20px;
    }

    .final-text {
        width: 400px;
        font-size: 18px;
    }

    .btn-apply {
        font-family: 'Rubik Microbe', cursive;
        background-color: transparent;
        color: orangered;
        font-weight: 900;
        padding: 10px 20px;
        font-size: 22px;
        cursor: pointer;
        outline: none;
        border: none;
        border-radius: 16px;
        transition: all 0.3s linear;
    }

}

@media (max-width: 393px) {
    .hexagon {
        width: 120px;
        height: 70px;
        margin: 50px auto;
    }
}

@media (max-width: 390px) {
    .hexagon {
        width: 120px;
        height: 70px;
        margin: 50px auto;
    }
}

@media (max-width:375px) {
    .hexagon {
        width: 100px;
        height: 57px;
        margin: 30px auto;
    }

    ol.even1 {
        width: 100%;
        margin-bottom: 0px;
        justify-content: end;
    }

    ol.even2 {
        width: 100%;
        margin-top: 0px;
    }

    ol.odd {
        width: 45%;
    }

    .logo {
        width: inherit;
        height: inherit;
    }

    .image1 {
        width: 40px;
        right: 10px;
        bottom: 9px;
    }

    .image2 {
        width: 80px;
        right: -10px;
        bottom: 5px;
    }

    .text1 {
        width: 100px;
        font-size: 9px;
        left: -20px;
        bottom: 10px;
    }

    .text2 {
        width: 100px;
        font-size: 9px;
        left: -30px;
        bottom: 5px;
    }

    .text3 {
        width: 120px;
        font-size: 9px;
        left: -30px;
        bottom: -15px;
    }

    .image3 {
        border-radius: 50%;
        width: 65px;
        right: -5px;
        bottom: 8px;
    }

    .text4 {
        width: 105px;
        font-size: 9px;
        left: -10px;
        top: 40px;
    }

    .image4 {
        width: 55px;
        right: 5px;
        bottom: 2px;
    }

    .image5 {
        width: 78px;
        margin: 0;
        right: -10px;
        bottom: 10px;
    }

    .text5 {
        font-size: 9px;
        width: 90px;
        left: -25px;
        top: 30px;
    }

    .final-text {
        font-size: 16px;
    }
}