@media only screen and (max-width: 20000px) and (min-width: 1000px){
    /*intro splash style*/
    #intro-splash{
        width: 100%;
        height: 350px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: center;
    }
    #intro-splash img:nth-of-type(2){
        width: 800px;
        position: absolute;
        z-index: 200;
    }
    .screenfx{
        display: none;
    }
    #moblogosplash{
        display: none;
    }
    #dsklogosplash{
        display: block;
    }
    /* init content*/
    #initcontent{
        width: 100%;
        height: auto;
        background-color: #F0BFFF;
        display: flex;
        flex-flow: row;
        align-items: center;
    }
    .contentheading{
        margin-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-flow: column;
    }
    .contentheading h2{
        font-family: 'Rancho', sans-serif;
        text-align: center;
        font-size: 35px;
        font-weight: bold;
    }
    .contentheading p{
        font-family: 'Inter', sans-serif;
        text-align: center;
        margin-top: 10px;
        font-weight: 500;
        font-size: 18px;
        width: 450px;
    }
    .contactbtn{
        background-color: #72627C;
        width: 200px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
    }
    .contactbtn a, .contactbtn a::before, .contactbtn a::after{
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        text-decoration: none;
        color: #F2F2F2;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .servedLOC{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        font-family: 'Rancho', sans-serif;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .servedLOC h2{
        font-size: 45px;
        margin: 0;
        font-weight: 600;
    }
    .servedLOC .area-icon{
        width: 90%;
        height: 180px;
        background-color: #72627C;
        border-radius: 20px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .servedLOC .area-icon img{
        width: 100px;
    }
    .servedLOC .area-icon h3{
        font-size: 34px;
        font-weight: 600;
        color: #000000;
    }
    /* services sector */
    #service-container{
        width: 100%;
        height: auto;
        background-color: white;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .serv-head h2{
        font-family: 'Rancho', sans-serif;
        font-size: 50px;
        font-weight: 600;
        color: #BD84FF;
    }
    .serv-cards{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: center;
    }
    .serv-card-cont{
        width: 300px;
        height: 400px;
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
        background-color: #BD84FF;
        margin: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
        color: #000000;
        z-index: 2;
    }
    .serv-card-cont img{
        width: 100px;
    }
    .serv-card-cont:nth-of-type(2) img{
        margin-top: 15px;
    }
    .serv-card-cont h3{
        font-family: 'Rancho', sans-serif;
        font-size: 35px;
        font-weight: 600;
        line-height: 40px;
    }
    .serv-card-cont p{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 14px;
        width: 93%;
        line-height: 18px;
        margin-bottom: 30px;
    }
    .shdw{
        box-shadow: 0 0 15px -5px;
        z-index: 1;
    }
    .btntwo{
        font-size: 20px !important;
    }
    /* about sector */
    #about-sector{
        margin-top: 50px;
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .abt-header h2{
        font-family: 'Rancho', sans-serif;
        font-size: 60px;
        color: #BD84FF;
    }
    .abt-img img{
        width: 150px;
    }
    .abt-p{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .abt-p p{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        color: #BD84FF;
        width: 550px;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 400px){
    /*intro splash style*/
    #intro-splash{
        width: 100%;
        height: 250px;
        position: relative;
        margin-top: -20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(https://lh3.googleusercontent.com/scbLZHzJrOtTFigmuB1zxPjAlpBaU-ZHVLx4MmRwfJK7vNE7e1dMF2Fk3NH_RsoHNapjnuE40CJ3zKvuuXD-82rq1rSbJMomaifFX1tmJmDP0-WTZXy0UrOHuiaFu3MhaYcQiB8);
        background-size: cover;
        background-position: center;
    }
    #intro-splash img:nth-of-type(1){
        width: 300px;
        position: absolute;
        z-index: 200;
    }
    .screenfx{
        width: 100%;
        height: 100%;
        background-color: black;
        position: absolute;
        z-index: 101;
        opacity: 50%;
    }
    #moblogosplash{
        display: block;
    }
    #dsklogosplash{
        display: none;
    }
    /* init content*/
    #initcontent{
        width: 100%;
        height: auto;
        background-color: #F0BFFF;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .contentheading{
        margin-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-flow: column;
    }
    .contentheading h2{
        font-family: 'Rancho', sans-serif;
        text-align: center;
        font-size: 35px;
        font-weight: bold;
    }
    .contentheading p{
        font-family: 'Inter', sans-serif;
        text-align: center;
        margin-top: 10px;
        font-weight: 500;
        font-size: 18px;
        width: 90%;
    }
    .contactbtn{
        background-color: #72627C;
        width: 200px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
    }
    .contactbtn a, .contactbtn a::before, .contactbtn a::after{
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        text-decoration: none;
        color: #F2F2F2;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .servedLOC{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        font-family: 'Rancho', sans-serif;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .servedLOC h2{
        font-size: 45px;
        margin: 0;
        font-weight: 600;
    }
    .servedLOC .area-icon{
        width: 90%;
        height: 180px;
        background-color: #72627C;
        border-radius: 20px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .servedLOC .area-icon img{
        width: 100px;
    }
    .servedLOC .area-icon h3{
        font-size: 34px;
        font-weight: 600;
        color: #000000;
    }
    /* services sector */
    #service-container{
        width: 100%;
        height: auto;
        background-color: white;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .serv-head h2{
        font-family: 'Rancho', sans-serif;
        font-size: 50px;
        font-weight: 600;
        color: #BD84FF;
    }
    .serv-cards{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .serv-card-cont{
        width: 90%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
        background-color: #BD84FF;
        margin-bottom: 20px;
        border-radius: 20px;
        color: #000000;
        z-index: 2;
    }
    .serv-card-cont img{
        width: 100px;
    }
    .serv-card-cont:nth-of-type(2) img{
        margin-top: 15px;
    }
    .serv-card-cont h3{
        font-family: 'Rancho', sans-serif;
        font-size: 35px;
        font-weight: 600;
        line-height: 40px;
    }
    .serv-card-cont p{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 14px;
        width: 93%;
        line-height: 18px;
        margin-bottom: 30px;
    }
    .shdw{
        box-shadow: 0 0 15px -5px;
        z-index: 1;
    }
    .btntwo{
        font-size: 20px !important;
    }
    /* about sector */
    #about-sector{
        margin-top: 50px;
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .abt-header h2{
        font-family: 'Rancho', sans-serif;
        font-size: 60px;
        color: #BD84FF;
    }
    .abt-img img{
        width: 150px;
    }
    .abt-p{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .abt-p p{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        text-align: center;
        color: #BD84FF;
        width: 90%;
    }
}
@media only screen and (max-width: 400px) and (min-width: 250px){
    /*intro splash style*/
    #intro-splash{
        width: 100%;
        height: 250px;
        position: relative;
        margin-top: -20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(https://lh3.googleusercontent.com/scbLZHzJrOtTFigmuB1zxPjAlpBaU-ZHVLx4MmRwfJK7vNE7e1dMF2Fk3NH_RsoHNapjnuE40CJ3zKvuuXD-82rq1rSbJMomaifFX1tmJmDP0-WTZXy0UrOHuiaFu3MhaYcQiB8);
        background-size: cover;
        background-position: center;
    }
    #intro-splash img:nth-of-type(1){
        width: 250px;
        position: absolute;
        z-index: 200;
    }
    .screenfx{
        width: 100%;
        height: 100%;
        background-color: black;
        position: absolute;
        z-index: 101;
        opacity: 50%;
    }
    #moblogosplash{
        display: block;
    }
    #dsklogosplash{
        display: none;
    }
    /* init content*/
    #initcontent{
        width: 100%;
        height: auto;
        background-color: #F0BFFF;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .contentheading{
        margin-top: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        flex-flow: column;
    }
    .contentheading h2{
        font-family: 'Rancho', sans-serif;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
    }
    .contentheading p{
        font-family: 'Inter', sans-serif;
        text-align: center;
        margin-top: 10px;
        font-weight: 500;
        font-size: 16px;
        width: 90%;
    }
    .contactbtn{
        background-color: #72627C;
        width: 150px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
    }
    .contactbtn a, .contactbtn a::before, .contactbtn a::after{
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        text-decoration: none;
        color: #F2F2F2;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .servedLOC{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        font-family: 'Rancho', sans-serif;
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .servedLOC h2{
        font-size: 40px;
        margin: 0;
        font-weight: 600;
    }
    .servedLOC .area-icon{
        width: 90%;
        height: 150px;
        background-color: #72627C;
        border-radius: 20px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .servedLOC .area-icon img{
        width: 100px;
    }
    .servedLOC .area-icon h3{
        font-size: 34px;
        font-weight: 600;
        color: #000000;
    }
    /* services sector */
    #service-container{
        width: 100%;
        height: auto;
        background-color: white;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .serv-head h2{
        font-family: 'Rancho', sans-serif;
        font-size: 50px;
        font-weight: 600;
        color: #BD84FF;
    }
    .serv-cards{
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .serv-card-cont{
        width: 90%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
        background-color: #BD84FF;
        margin-bottom: 20px;
        border-radius: 20px;
        color: #000000;
        z-index: 2;
    }
    .serv-card-cont img{
        width: 100px;
    }
    .serv-card-cont:nth-of-type(2) img{
        margin-top: 15px;
    }
    .serv-card-cont h3{
        font-family: 'Rancho', sans-serif;
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
    }
    .serv-card-cont p{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 12px;
        width: 93%;
        line-height: 18px;
        margin-bottom: 30px;
    }
    .shdw{
        box-shadow: 0 0 15px -5px;
        z-index: 1;
    }
    .btntwo{
        font-size: 18px !important;
    }
    /* about sector */
    #about-sector{
        margin-top: 50px;
        width: 100%;
        height: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .abt-header h2{
        font-family: 'Rancho', sans-serif;
        font-size: 60px;
        color: #BD84FF;
    }
    .abt-img img{
        width: 100px;
    }
    .abt-p{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .abt-p p{
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        text-align: center;
        color: #BD84FF;
        width: 90%;
    }
}