* {
    box-sizing: border-box;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}


p {
    /* font-family: 'Poppins', sans-serif; */
    margin: 20px 0 ;
    font-size: 21px;
    font-weight: 400;
}

.disp-f {
    display: flex;
    align-items: center;
    justify-content: center;
    }

button {

    padding: 10px 25px;
    border-radius: 30px;
    background: #1A3779;
    color: white;
    border:none;
    font-weight: 600;
    /* font-size: 18px; */


}

.banner {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    /* overflow-y: scroll; */
}

@media screen and (max-width: 766px) { 
    .banner {
        padding: 20px;
    }
    .banner.disp-f {display: block;}
}

.frame-11 {
    font-family: 'Inter', sans-serif;
    color: white;
    background-color: #1B003E;
    background-image: url(../img/stars.png);
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
    background-size: cover;
}

.frame-11 .content h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #820DC5;
    font-size: 34px;
}

.frame-11 .content p {
    font-size: 18px;
}

.frame-11 button {
    background: #820DC5;
    padding: 8px 30px;
    border-radius: 8px;
}

.frame-11 img.server {
    width: 100%;
}

.fr-bg-1,
.fr-bg-2,
.fr-bg-3 {
    width: 75px;
    position: absolute;
}

.fr-bg-1 {
    top: 40px;
    left: 10%;
}

.fr-bg-2 {
    top: 40px;
    right: 10%;
}

.fr-bg-3 {
    bottom: 40px;
    left: 10%;
}

.fr-bg-star {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

@media screen and (min-width:1025px) {

    .fr-bg-1,
    .fr-bg-2,
    .fr-bg-3 {
        width: 120px;
    }

}

@media screen and (max-width:765px) {

    .fr-bg-1,
    .fr-bg-2,
    .fr-bg-3 {
        display: none;
    }

    .frame-11 {
        background-image: none;
    }

    .frame-11 img.server {
        margin-top: 60px;
    }
}

@media screen and (min-width:1160px) {
    .frame-11 {
        background-size: contain;
    }
}

@media screen and (max-height:723px) {

    .fr-bg-1,
    .fr-bg-2,
    .fr-bg-3 {
        width: 70px;
    }
}

@media screen and (max-height:545px) {

    .fr-bg-1,
    .fr-bg-2,
    .fr-bg-3 {
        display: none;
    }
}