@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');
* {
    /* background-color: rgb(9, 33, 44); */
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body {
    /* background: linear-gradient(to bottom, #09212c , rgb(4, 62, 73)); */
    background-color:  rgb(8, 12, 21);
    background-repeat: no-repeat;
    box-sizing: border-box; 
    width: 100vw;
    height: 110vh;
}
.photo26 {
    display: flex;
    box-sizing: border-box;
    align-content: last baseline;
    justify-content: last baseline;
    background-image: url('../img26/unsplash_T8SD7bwyxHU.png');
    background-repeat: no-repeat;
    box-sizing: content-box;
    background-size: 900px;
    z-index: 1;
    width: 100vw;
    height: 120vh;
    position:relative;
    background-position: right;

}
.maintext26 {
    box-sizing: border-box;
    width: 35vw;
    height: 60vh;
    /* background-color: rgba(0, 3, 7, 0.185); */
    position: absolute;
    top: 5vw;
    left: 15vw;
    z-index: 2;
    border-radius: 15px;
    color: white;
    padding: 2vw;
}
.title26 {
    font-size: 3.5vw;
    font-weight: 700; 
    margin-bottom: -1vw;
}
.subtext26 {
    font-weight: 200;
    margin-bottom: 1vw;
}
.buttom26 {
    width: 12vw;
    height: 7vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(205, 41, 42);
    color: white;
    border: none;
    border-radius: 50px;
}
.bottombox26 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 70vw;
    height: 15vh;
    border-radius: 15px;
    font-size: 1vw;
    padding: 2vw;
    /* background-color: rgba(0, 0, 0, 0.308); */
    z-index: 3;
    position: absolute;
    top: 45vw;
    left: 13vw;
    color: white;
}
.subbox26 {
    width: 18vw;
    height: 10vh;
    /* background-color: rgb(55, 85, 112); */
    background: linear-gradient(to right,gray, rgba(128, 128, 128, 0.185));
    display: flex;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: center;
    align-items: center;
}
.text26 {
    font-weight: 500;
    font-size: 1.2vw;
}
.grid26 {
    display: grid;
    grid-template-columns: repeat(7,50px);
    margin-bottom: 1vw;
    margin-top: 2vw;

}
.circles26 {
    width: 5.5vw;
}
@media (max-width: 780px) {
    body {
        /* background: linear-gradient(to bottom, #09212c , rgb(4, 62, 73)); */
        background-color:  rgb(8, 12, 21);
        background-repeat: no-repeat;
        box-sizing: border-box; 
        width: 100vw;
        height: 120vh;
    }
    .photo26 {
        display: flex;
        box-sizing: border-box;
        align-content: last baseline;
        justify-content: last baseline;
        background-image: url('../img26/unsplash_T8SD7bwyxHU.png');
        background-position-x: 0vw; 
        background-position-y: -3.5vw; 
        background-repeat: no-repeat;
        box-sizing: content-box;
        background-size: 1020px;
        z-index: 1;
        width: 100vw;
        height: 120vh;
        position: relative;
    }
    .maintext26 {
        box-sizing: border-box;
        width: 80vw;
        height: 60vh;
        /* background-color: rgba(0, 3, 7, 0.185); */
        position: absolute;
        top: 5vw;
        left: 10vw;
        z-index: 2;
        border-radius: 15px;
        color: white;
        padding: 2vw;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .title26 {
        font-size: 9vw;
        font-weight: 700; 
        margin-bottom: -1vw;
    }
    .subtext26 {
        font-weight: 200;
        margin-bottom: 5vw;
    }
    .buttom26 {
        width: 40vw;
        height: 7vh;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgb(205, 41, 42);
        color: white;
        border: none;
        border-radius: 50px;
    }
    .bottombox26 {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 70vw;
        height: 55vh;
        border-radius: 15px;
        font-size: 1vw;
        padding: 2vw;
        /* background-color: rgba(0, 0, 0, 0.308); */
        z-index: 3;
        position: absolute;
        top: 130vw;
        left: 13vw;
        color: white;
    }
    .subbox26 {
        width: 60vw;
        height: 10vh;
        /* background-color: rgb(55, 85, 112); */
        background: linear-gradient(to right,gray, rgba(128, 128, 128, 0.185));
        display: flex;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        justify-content: center;
        align-items: center;
    }
    .text26 {
        font-weight: 500;
        font-size: 4vw;
    }
    .grid26 {
        display: grid;
        grid-template-columns: repeat(7,35px);
        padding-bottom: 3vw;
        margin-top: 3vw;
    
    }
    .circles26 {
        width: 13vw;
    }
}
