*{
    margin: 0;
    padding: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

/* section 1 */
.container{
    width: 100%;
    height: 900px;
    color: #fff;
    position: relative;
}
.background{
    width: 100%;
    height: 750px;
    background: rgb(27, 0, 51);
    position: absolute;
    z-index: -1;
    border-bottom-left-radius: 180px 25px;
    border-bottom-right-radius: 180px 25px;
    /* border-radius: 0 0 50% 50%/0  0 50% 50%;
    transform: scaleX(3.5); */
}

.logodiv{
    display: flex;
    justify-content: space-between;
    margin-left: 3%;
    margin-right: 3%;
}
.logo{
    margin-top: 20px;
}
.it{
    font-weight: 50;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.accessbtn{
    border-bottom: 3px solid rgb(108, 241, 161);
    margin-top: 20px;
}
.headtext{
    text-align: center;
    font-size: 50px;
    margin-top: 70px;
}
.span{
    border-bottom: 3px solid rgb(108, 241, 161);
}
.button1{
    font-size: 30px;
    padding: 15px;
    background: rgb(108, 241, 161);
    margin-top: 70px;
}
.phone img{
    width: 800px;
    border: 200px;
    position: absolute;
    top: 340px;
    margin-left: 20em;
}


@media screen and (max-width: 770px){
    .background{
        width: 100%;
    }
    .headtext{
        text-align: center;
        font-size: 25px;
        margin-top: 70px;
    }

    .phone img{
        width: 300px;
        /* border: 200px; */
        position: absolute;
        top: 385px;
        margin-left: 3em;
    }

    .container{
        width: 100%;
        height: 530px;
    }

    .background{
        width: 100%;
        height: 530px;
        background: rgb(27, 0, 51);
        position: absolute;
        z-index: -1;
        border-bottom-left-radius: 180px 25px;
        border-bottom-right-radius: 180px 25px;
        /* border-radius: 0 0 50% 50%/0  0 50% 50%;
        transform: scaleX(3.5); */
    }
}

/* section 2 */
.container2{
    /* text-align: center; */
    margin-top: 10em;
    display: flex;
    /* flex-direction: column; */
    /* gap: 70px; */
    color: rgb(27, 0, 51);
}
.container2 p{
    color: grey;
    margin: 0 50px;
    line-height: 1.8;
}
.item1 h2, .item2 h2, .item3 h2{
    border: 2px solid;
    padding: 5px;
    border-radius: 50px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item1, .item2, .item3{
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 770px){
    .container2{
        text-align: center;
        margin-top: 10em;
        display: flex;
        flex-direction: column;
        gap: 70px;
        color: rgb(27, 0, 51);
    }
}

/* section 3 */
.container3{
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    margin-top: 5em;
    /* gap: 70px; */
    margin-bottom: 5em;
    position: relative;
}
.item4{
    position: relative;
    z-index: 1;
}
.item4 img{
    width: 400px;
    border: 200px;
    margin-left: 80px;
}

.item5{
    text-align: center;
    background:rgb(27, 0, 51);
    margin-left: 310px;
    margin-right: 80px;
    height: 400px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 230px;
}
.item5 h1{
    margin-top: 2em;
}
.item5 p{
    margin: 2em 2em ;
    margin-bottom: 10px;
    padding: 20px 20px 0 20px;
    line-height: 2;
}
.button2{
    font-size: 30px;
    padding: 15px;
    background: rgb(108, 241, 161);
}
.item6{
    position: absolute;
    z-index: 3;
    top: 750px;
    color: rgb(27, 0, 51);
    margin-left: 50%;
}
.item7{
    position: absolute;
    z-index: 4;
    top: 800px;
    margin-left: 48.2%;
}
.item7 a{
    text-decoration: none;
    padding: 15px;
    color: grey;
}

@media screen and (max-width: 770px){
    .container3{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 5em;
        gap: 70px;
        margin-bottom: 5em;
        position: relative;
    }

    .item4 img{
        margin-left: 0;
    }

    .item5{
        margin-left: 20px;
        margin-right: 20px;
        top: 310px;
    }

    .item6{
        position: absolute;
        z-index: 3;
        top: 750px;
        color: rgb(27, 0, 51);
        margin-left: 0;
    }

    .item7{
        position: absolute;
        z-index: 4;
        top: 800px;
        margin-left: 0;
    }
    .item7 a{
        text-decoration: none;
        padding: 15px;
        color: grey;
    }
}