<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styles for screen sizes up to 600px */

/* Styles for screen sizes up to 600px */
@media (min-width: 0px) and (max-width: 600px) {
    .main-img img{
        width:80%;
        height:80%;
        max-width:768px; 
        top: 50px; 
        right: 40px; 
        position: fixed;
    }
    .body-class{
        background-color: black;
        overflow: hidden;
    }
    .navbar-brand img{
        width: 300px !important;
        padding-top: 40px;
        padding-left: 70px;
    }
    .main-font{
        padding-left: 70px;
        padding-top: 50px;
    }
    .font-sizee{
        margin-bottom: 0;
        font-family: 'OPTIVenus-BoldExtended' !important;
        font-size: 30px !important;
        color: #fff !important; 
        letter-spacing: 2px;
    }
    .font-sub h1{
        font-family: Segoe UI ;
        font-size: 30px !important;
        color: #fff !important;
        padding-top: 450px;
        padding-left: 70px;
    }
    .contact-det{
        color: #fff; 
        position: absolute; 
        top: 560px !important; 
       left: 70px;
    }
    .contact-det p{
       font-size: 20px;
    }
    .star-sym {
        display: flex;
        width: 80px;
    }
    .portfolioo a {
        font-family: 'Archivo Black', sans-serif;
        background-color: #000;
        color: #fff;
        position: absolute;
        font-size: 28px;
        right: 30px;
        top: 30px;
        text-decoration: none;
        padding: 8px 24px;
        border-radius: 32px;
        animation-duration: 1200ms;
        animation-name: blink;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        -webkit-animation: blink 1200ms infinite;
        /* Safari and Chrome */
    }
    svg {
        max-width: 22px;
        width: 22px;
        margin-left: 12px;
    }  
 }

        /* Styles for screen sizes between 600px and 1024px */
        @media (min-width: 601px) and (max-width: 1024px) {
            .headerr .navbar-brand img{
                padding-left: 90px;
                width: 400px;
               }
        
            .main-logo-row{
                padding-top: 50px;
            }
            .contact-det{
                top: 830px !important; 
                right: 230px;
                font-size: 25px !important;
            }
            .caption{
                padding-top: 40px;
            }
            .font-sizee {
                font-size: 60PX !important;
                margin-left: 50px;
            }
        
           
            .font-sub h1{
                letter-spacing: 2px;
                padding-left: 120px;
                padding-top: 590px;
            }

            .main-img img{
                width:80%;
                height:80%;
                top: 120px; 
                right: 80px; 
                position: absolute;
            }
            .star-sym{
                width: 50px;
            }
        
            .portfolioo a {
                font-family: 'Archivo Black', sans-serif;
                background-color: #000;
                color: #fff;
                position: absolute;
                font-size: 28px;
                right: 30px;
                top: 30px;
                text-decoration: none;
                padding: 8px 24px;
                border-radius: 32px;
                animation-duration: 1200ms;
                animation-name: blink;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                -webkit-animation: blink 1200ms infinite;
                /* Safari and Chrome */
            }
        
            svg {
                max-width: 22px;
                width: 22px;
                margin-left: 12px;
            }

        }

        /* Styles for screen sizes between 1024px and 1280px */
        @media (min-width: 1025px) and (max-width: 1280px) {
            .main-img img{
                width:100%;
                height:100%;
                max-width:768px; 
                top: 50px; 
                right: 250px; 
                position: fixed;
            }
            .body-class{
                background-color: black;
                overflow: hidden;
            }
            .navbar-brand img{
                width: 450px !important;
                padding-top: 30px;
                padding-left: 160px;
            }
            .main-font{
                padding-left: 160px;
                padding-top: 50px;
            }
            .font-sizee{
                margin-bottom: 0;
                font-family: 'OPTIVenus-BoldExtended' !important;
                font-size: 105px !important;
                color: #fff !important; 
                letter-spacing: 2px;
            }
            .font-sub h1{
                font-family: Segoe UI ;
                font-size: 30px !important;
                color: #fff !important;
                letter-spacing: 2px;
                padding-left: 160px;
            }
            .contact-det{
                color: #fff; 
                position: absolute; 
                top: 90px !important; 
                right: 150px;
            }
            .star-sym {
                display: flex;
                width: 80px;
            }
            .portfolioo a {
                font-family: 'Archivo Black', sans-serif;
                background-color: #000;
                color: #fff;
                position: absolute;
                font-size: 28px;
                right: 30px;
                top: 30px;
                text-decoration: none;
                padding: 8px 24px;
                border-radius: 32px;
                animation-duration: 1200ms;
                animation-name: blink;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                -webkit-animation: blink 1200ms infinite;
                /* Safari and Chrome */
            }
            svg {
                max-width: 22px;
                width: 22px;
                margin-left: 12px;
            }
        }

        /* Styles for screen sizes between 1280px and 1580px */
        @media (min-width: 1281px) and (max-width: 1580px) {
            .headerr .navbar-brand img{
                padding-left: 0px !important;
                width: 600px;
            }
        
            .main-logo-row{
                padding-top: 60px;
            }
            .contact-det{
                top: 160px !important; 
                font-size: 22px;
                right: 100px;
                
            }
            .caption{
                padding-top: 80px;
                margin-left: 70px !important;
            }
            .font-sizee {
                
                font-size: 140px !important;
            }
        
           
            .main-img img{
                width: 90% !important;
                height: 90% !important;
                max-width: 768px;
                top: 110px;
                right: 400px;
                position: fixed;
            }
        
            .font-sub h1{
                letter-spacing: 2px;
                padding-left: 135px !important;
                font-size: 45px !important;
            }

            .star-sym {
                width: 100px;
            }
        
            .portfolioo a {
                font-family: 'Archivo Black', sans-serif;
                background-color: #000;
                color: #fff;
                position: absolute;
                font-size: 28px;
                right: 30px;
                top: 40px;
                text-decoration: none;
                padding: 8px 24px;
                border-radius: 32px;
                animation-duration: 1200ms;
                animation-name: blink;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                -webkit-animation: blink 1200ms infinite;
                /* Safari and Chrome */
            }
        
            svg {
                max-width: 22px;
                width: 22px;
                margin-left: 12px;
            }
        }

        /* Styles for screen sizes between 1580px and 1920px */
        @media (min-width: 1581px) and (max-width: 1920px) {
            .headerr .navbar-brand img{
                padding-left: 0px !important;
                width: 600px;
            }
        
            .main-logo-row{
                padding-top: 60px;
            }
            .contact-det{
                top: 160px !important; 
                font-size: 22px;
                right: 100px;
                
            }
            .caption{
                padding-top: 80px;
                margin-left: 160px !important;
            }
            .font-sizee {
                
                font-size: 160px !important;
            }
        
           
            .main-img img{
                width: 100% !important;
                height: 100% !important;
                max-width: 768px;
                top: 100px;
                right: 490px;
                position: fixed;
            }
        
            .font-sub h1{
                letter-spacing: 2px;
                padding-left: 225px !important;
                font-size: 45px !important;
            }

            .star-sym {
                width: 100px;
            }
        
            .portfolioo a {
                font-family: 'Archivo Black', sans-serif;
                background-color: #000;
                color: #fff;
                position: absolute;
                font-size: 28px;
                right: 30px;
                top: 40px;
                text-decoration: none;
                padding: 8px 24px;
                border-radius: 32px;
                animation-duration: 1200ms;
                animation-name: blink;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                -webkit-animation: blink 1200ms infinite;
                /* Safari and Chrome */
            }
        
            svg {
                max-width: 22px;
                width: 22px;
                margin-left: 12px;
            }
        }

        /* Styles for screen sizes between 1920px and 2500px */
        @media (min-width: 1921px) and (max-width: 2500px) {
            .headerr .navbar-brand img{
                
                width: 600px;
            }
            .main-logo{
                padding-left: 0px !important;
            }
            .main-logo-row{
                padding-top: 60px;
            }
            .contact-det{
                top: 160px !important; 
                font-size: 22px;
                right: 100px;
                
            }
            .caption{
                padding-top: 80px;
                margin-left: 160px !important;
            }
            .font-sizee {
                
                font-size: 180px !important;
            }
        
           
            .main-img img{
                width: 100% !important;
                height: 100% !important;
                max-width: 768px;
                top: 100px;
                right: 630px !important;
                position: fixed;
            }
        
            .font-sub h1{
                letter-spacing: 2px;
                padding-left: 275px !important;
                font-size: 45px !important;
            }

            .star-sym {
                width: 100px;
            }
        
            .portfolioo a {
                font-family: 'Archivo Black', sans-serif;
                background-color: #000;
                color: #fff;
                position: absolute;
                font-size: 28px;
                right: 30px;
                top: 40px;
                text-decoration: none;
                padding: 8px 24px;
                border-radius: 32px;
                animation-duration: 1200ms;
                animation-name: blink;
                animation-iteration-count: infinite;
                animation-direction: alternate;
                -webkit-animation: blink 1200ms infinite;
                /* Safari and Chrome */
            }
        
            svg {
                max-width: 22px;
                width: 22px;
                margin-left: 12px;
            }
        }</pre></body></html>