/*
Theme Name:     Wryta Designs Maintenance Theme
Theme URI:      https://www.wrytadesigns.com
Author:         Wryta Designs
Author URI:     https://www.wrytadesigns.com
Description:    A hybrid WordPress theme built for a modern tech company website, featuring dynamic product pages, responsive design, and modular templates.
Version:        1.1.0
License:        GNU General Public License v2 or later
License URI:    https://www.gnu.org/licenses/gpl-2.0.html
Tags:           hybrid, responsive, custom-post-types, modular, ACF, tech
Text Domain:    techcorp-hybrid
Requires at least: 5.8
Tested up to:   6.5
Requires PHP:   7.4
*/



/*
    Start Coming Soon
*/

 *{
            margin: 0px;
            padding: 0px;
        }

body {
            background: #101010;
            color: #fff;
            font-family: 'Open Sans', sans-serif;
            margin: 0;
            position: relative;
        }

.coming-soon-container {
    text-align: start;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.coming-soon-logo {
    width: 250px;
    font-weight: bold;
    letter-spacing: 2px;
    align-self: center;

    position: absolute;
    bottom: 24px;
    right: 72px;
}

.coming-soon-logo img{
    width: 100%;
    height: 100%;
}

.coming-soon-main-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    z-index: 10;

    position: absolute;

    top: 0;
    bottom: 0;
    left: 50;
    right: 50;

    text-align: center;
}

.coming-soon-title{
    text-align: start;
    font-size: 128px;
    letter-spacing: 0;
    font-weight: 800;
    text-align: center;
    line-height: 110px;

    font-family: "Bebas Neue", sans-serif;
}

 .coming-soon-subtitle{
            font-size: 32px;

            margin-top: 16px;
            margin-bottom: 8px;
            font-family: 'Open Sans', sans-serif;
        }

.coming-soon-para{
    position: absolute;
    
    bottom:60px;
    left: 50px;
    font-size: 18px;
    text-align: center;
    color: aliceblue;
}

.coming-soon-para span{
    font-size: 20px;
    font-weight: 700;
    color: aliceblue;
    opacity: 1;
    z-index: 50;

}

.coming-soon-circle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    width: 400px;
    height: 200px;
    background: linear-gradient(45deg, #0091ef, #18d162);
    border-radius: 200px 200px 0 0; /* Top semi-circle */
    z-index: 0;

    opacity: 0.7;

    /* filter: blur(100px);
    -webkit-filter: blur(100px); */
}

.coming-soon-badge-coming-soon-container{
    position: absolute;
    top: 64px;
    right: 72px;
    display: flex;
    flex-direction: column;

    opacity: 0.8;
}

.coming-soon-badge{
    padding: 8px 0px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 0.15px;
    color: #0E100F;
}

.coming-soon-badge-top{
    /* background: rgb(135, 211, 255); */
    background: #00497a;
    color: aliceblue;
    
    font-size: 1.25rem;
    margin: 0px 36px 0px -36px;
    z-index: 20;
    filter: drop-shadow(16px 16px 0px rgba(0,0,0,0.25));
    padding: 8px ;
}
.coming-soon-badge-bottom{
    /* background: rgb(224, 162, 111); */
    background: #0091ef;
    
    font-size: 1rem;
    margin: -8px 0px 0px 0px;
    z-index: 10;
    padding: 24px 16px 16px 16px;
}

.coming-soon-badge-bottom ul {
    list-style: disc;
    margin-left: 8px;
    text-align: start;
    margin-top: 8px;
}

.coming-soon-badge-bottom ul li{
    margin: 8px 0px;
    color: aliceblue;
}

.coming-soon-contact{
    transform: rotate(-10deg);
    background: #18D162;
}

.coming-soon-contact-values{ 
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    align-items: center;
    /* backdrop-filter: blur(15px); */
    /* -webkit-backdrop-filter: blur(15px); */
    
}

.coming-soon-contact-values div{
    font-size: 48px;
    white-space: nowrap;
    font-weight: 700;
    color: #101010;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    align-items: center;
    justify-content: center;

}



/* coming-soon-logo SVG */

    .coming-soon-svg-1 {
        fill: none;
        stroke: url(#linear-gradient);
        stroke-miterlimit: 10;
        stroke-width: 48.73px;
    }

    .coming-soon-svg-2 {
        fill: #00b7ff;
    }

    .coming-soon-svg-3 {
        fill: #e8e8e8;
    }

    .coming-soon-circle-images{
        width: 100px;
        height: 100px;

        position: absolute;
        opacity: 1;
    }

    .coming-soon-image-one{
        left:172px;
        bottom: 150px;
    }

    .coming-soon-image-two{
        width: 64px;
        height: 64px;

        left:24px;
        bottom: 100px;

        z-index: 2;
    }

    .coming-soon-image-three{

        width: 72px;
        height: 72px;

        left:350px;
        bottom: 0px;

        z-index: 2;
    }

    .coming-soon-contact-details{
        display: flex;
        flex-direction: row;
        gap: 24px;
        align-items: center;
        justify-content: center;
    }

    .coming-soon-contact-details div{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        margin: 0px 8px;
    }

    .coming-soon-contact-details div p{
        font-size: 18px;
        margin: 0px 0px 0px 8px;
    }

    .coming-soon-logo-icon{
        fill:#18D162;

        height: 28px;
        width: 28px;
    }


    @media (max-width: 900px) {

        .coming-soon-container{
            height: 95vh;
        }

        .coming-soon-circle-images{
            display: none;
            visibility: hidden;
        }

        .coming-soon-circle{
            display: none;
            visibility: hidden;
        }

        .coming-soon-title{
            font-size: 64px;
            line-height: 110%;
        }

         .coming-soon-subtitle{
            font-size: 24px;
            margin-bottom: 12px;
        }

        .coming-soon-para{
            left: 0;
            right: 0;
            margin: 0 auto;

            bottom: 180px;
            color: #686868;

            display: block;
            visibility: visible;
        }

        .coming-soon-para span{
            color: #18D162;
        }

        .coming-soon-logo{
            left: 0;
            right: 0;
            margin: 0 auto;

            width: 150px;


        }

        .coming-soon-logo-icon{
            height: 24px;
            width: 24px;
        }

        .coming-soon-contact-details{
            justify-content: center;

            flex-direction: column;
            gap: 12px;
        }

        .coming-soon-contact-details div p{
            font-size: 18px;
        }

        .coming-soon-contact-details a{
            color: white;
        }

        .coming-soon-badge-coming-soon-container{
            top: 72px;
            right: 10px;

            display: flex;
            visibility: visible;
        }

        .coming-soon-badge-top{
            font-size: 16px;
            margin: 0px 24px 0px -24px;

        }
        .coming-soon-badge-bottom{
            font-size: 14px;
            margin: -8px 0px 0px 0px;
            z-index: 10;
            padding: 8px 8px 2px 16px;

            
        }


        .coming-soon-contact-values div{
            font-size: 32px;
        }
    }


    @media only screen and (orientation: landscape) and (max-width: 900px){

        .coming-soon-container{
            height: 100vh;
        }

        .coming-soon-para{
                    display: none;
                    visibility: hidden;
                }

         .coming-soon-badge-coming-soon-container{
            display: none;
            visibility: hidden;
        }

        .coming-soon-title{
            font-size: 64px;
            line-height: 60px;
        }

        .coming-soon-subtitle{
            font-size: 24px;
        }

        .coming-soon-logo{
            bottom: 0;
            width: 120px;
        }

        .coming-soon-contact-details{
            flex-direction: row;
        }
    }

/* End Coming Soon */


/*----------------------------------------------------------------------------*/
