
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');


    
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

:root {
    --color-1: transparent;
    --color-2: #4d62d1;
    --primary-color: #ff4c29;
    --dark-blue-background: #16213e;
    --text-color-white: #fff;
    --border-spining-blue: #4c4dff     ;
}

/* General settings */



.bold {
    font-weight: bold;

}


/* Make the highlighted (selected) text transparent */
/* Make the selected text appear smaller */
::selection {
    background-color: rgba(255, 99, 71, 0.3); /* Semi-transparent background */
    color: rgba(255, 255, 255, 0.9); /* Semi-transparent white text color */
    font-size: 14px; /* Reduced font size on selection */
}

.italic {
    font-style: italic;
    font-size: clamp(1rem, 0.9464rem + 0.2857vw, 1.3rem);
}

.bold-disruptive {
    font-weight: bold;
    font-size: clamp(1.5rem, 1.2321rem + 1.4286vw, 3rem);
    font-family: 'Courier New', Courier, monospace;
}


.why-choose-us {
    margin: auto;
    margin-bottom: 5rem;
}

.page-headings{
    font-size: 3em;
}

.why-choose-us blockquote p::first-letter {
    float: left;
    font: 11em arial;
    line-height: 1;
    margin-right: -12rem; 
    margin-left: -4.3rem; 
    margin-top: -5.5rem; 
    color: #E03D19;

}

.why-choose-us blockquote {
    position: relative;
    font-size: clamp(1.5rem, 1.4286rem + 0.381vw, 1.9rem);
    line-height: 1.8;
    font-family: arial;
    max-width: 700px;
    margin: 8em 0;
    hyphens: auto;
    text-align: justify;
    flex-shrink: 0;
    padding: 1em;
    font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;


    --before-top: 0px;
    --after-left: 60%;
}

/* Vertical line on the right (half height) */
.why-choose-us blockquote::before {
    content: "";
    position: absolute;
    top: var(--before-top); 
    right: 0;
    width: 2px;
    height: 50%;
    background-color: #6988E7;
}

/* Horizontal line at the bottom (half width) */
.why-choose-us blockquote::after {
    content: "";
    position: absolute;
    left: var(--after-left); 
    width: 50%;
    height: 2px;
    background-color: #6988E7;
    bottom: 0;
}


body {
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: center;
    overflow-x: hidden;
    background: var(--dark-blue-background);
}

.container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

h1 {
    font-size: 90px;
    font-weight: 600;
    margin: 0;
    transition: all 0.3s ease;
}

.subtext {
    font-size: 24px;
    opacity: 0; /* Start with opacity 0 */
    margin-top: 10px;
    transition: all 0.3s ease;
}

.content {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 66vw;
    margin: auto;
    overflow-x: hidden;
}

/* General Navbar Styling */
.sticky-header {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 99;
    padding: 15px 20px;
    display: flex;
    border: none;
    justify-content: space-between;
    position: sticky; 

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */
}

.sticky-header a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
    transition: color 0.3s;
}

.sticky-header a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 4px;
}

.sticky-header a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

.sticky-header a:hover::after {
    width: 100%;
}

.nav-links {
    display: flex;
    align-items: center;
}





.spacer {
    height: 400vh;  
    background: linear-gradient(to bottom, #7EC8E3, #6988E7);




/*background: linear-gradient(to bottom, #b3d9ff, #ffb6c1);*/


/*background: linear-gradient(to bottom, #a29bfe, #ff9ff3);*/




/*background: linear-gradient(to bottom, #00b4d8, #1e3a8a);*/



}

/* Style for the Why Choose Us section */




.features-list {
    font-size: clamp(0.9rem, 1.5vw + 0.8rem, 1.1rem); /* Adjusted for smaller font sizes */
    line-height: 1.8;
    margin-bottom: 8rem;
}

.feature-item {
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 4px solid var(--primary-color);
    transform: translateY(20px);
    transition: all 0.6s ease-in-out;
    text-align: left;
}

.feature-item strong {
    color: var(--primary-color);
    font-size: clamp(1rem, 2vw + 0.8rem, 1.2rem); /* Adjusted for smaller font sizes */
}

#web-hosting {
    position: relative;
    padding: 10px;
    overflow: hidden; /* Ensure the pseudo-element doesn't overflow */
}

#web-hosting::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, transparent 65%, rgba(0, 0, 0, 1));
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    pointer-events: none; /* Ensure the pseudo-element doesn't block clicks */
    z-index: 10; /* Place it behind the content */
}

#web-hosting:hover::before {
    opacity: 1; /* Show the gradient on hover */
}

#web-hosting .more-info {
    position: absolute;
    bottom: clamp(0.7rem, 0.6464rem + 0.2857vw, 1rem);
    top: 50%; /* Position from the top at 50% of the parent */
    transform: translateY(-50%);
    right: 10px;
    font-size: clamp(0.7rem, 0.6464rem + 0.2857vw, 1rem);
    color: #fff;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease-in-out;
    z-index: 20; 
}

#web-hosting .more-info a {
    text-decoration: none; 
    color: inherit;        
    background: none;     
    border: none;   
}



#web-hosting:hover .more-info {
    opacity: 1; /* Show "Find out more" on hover */
}



#services {
    display: flex;
    gap: 20px; /* Adds space between cards */
    justify-content: space-between; /* Distributes cards evenly */
    margin-bottom: 8rem;
}





.service-card {
    display: flex;
    flex-direction: column; /* Stack children vertically */
    justify-content: space-between; /* Optional: space out items */
    width: calc(33.33% - 20px); /* Adjust width and spacing */
    padding: 20px;
    font-size: 1rem; /* Reset font size */
    position: relative; /* For the pseudo-element to position correctly */
    border-radius: 10px; /* Optional: To keep rounded corners */
    background: var(--dark-blue-background);
    border: 0.1em solid var(--color-2);
    align-items: center;   
}




.service-card h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--color-2);
}
.service-card p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.service-card-h3{
    font-size: 1.2rem;
    margin-bottom: 1em;

}

.package-card p {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #555;
}



.demoButton {
    width: 50%;
    margin-top: auto;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.demoButton:hover {
    background-color: #0056b3;
}

.step-section {
    margin-bottom: 8rem;
    text-align: left;
}

.FAQ-section {
    margin-top: 8rem;
}

.step {
    background-color: rgba(240, 248, 255, 0.27);
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
    transition: background-color 0.3s ease;
}
.step:hover {
    background-color: rgba(240, 248, 255, 0.17);
}


/*
.testimonial-slider {
    display: flex;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}
.testimonial {
    min-width: 100%;
    transition: transform 0.5s ease;
    padding: 20px;
    box-sizing: border-box;
}
.testimonial p {
    font-style: italic;
}
.testimonial h4 {
    margin-top: 10px;
    color: #007bff;
}

.slider-controls {
    margin-top: 10px;
}
.slider-controls button {
    background: #007bff;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px;
}
.slider-controls button:hover {
    background: #0056b3;
}

*/


.contact-form {
    background-color: #16213e;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.form-style{
    font-family: 'Cutive Mono', monospace;
    font-weight: 400;

}

.form-style::placeholder {
    color: #AAA;
    opacity: 1;
}


#message{
    resize: none;
    min-height: 10em;
    max-height: 10em;
    overflow-y: auto; 
}

.headingH2 {
    margin-bottom: 0.5em;
    text-align: left ;
    font-size:  1.75em;
}

/* Form inputs and textarea */
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1.2rem;
    border: 2px solid #5E17EC; /* Accent color for borders */
    border-radius: 6px;
    background-color: #16213e; /* Dark background for inputs */
    color: #fff; /* Text color inside inputs */
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease;
}

/* Change border color on focus */
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #FFD700; /* Gold color on focus */
}

/* Error messages */
.error {
    color: #FF6347; /* Red color for error messages */
    font-size: 0.9rem;
    display: none;
    margin-top: 0.5rem;
}

/* Show error messages when needed */
.contact-form .error.show {
    display: block;
}

/* Submit button */
.contact-form button {
    width: 100%;
    padding: 1rem;
    background-color: #5E17EC; /* Accent color for the button */
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Change button color on hover */
.contact-form button:hover {
    background-color: #4A14B2; /* Darker shade of accent color on hover */
}


.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


.dropdown-toggle {
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    outline: none;
}


.service-list {
    list-style-type: none; /* Removes default list item markers (bullets or numbers) */
    padding-left: 0; /* Removes left padding */
}

.service-list li {
    margin-bottom: 10px; /* Adds some space between each list item */
}

/* Dropdown container hidden by default */
.service-dropdown-content {
    display: none;
    padding-top: 0;    /* Padding on the top */
    padding-left: 0.7em;   /* Padding on the left */
    padding-right: 0.7em;  /* Padding on the right */
    padding-bottom: 0;     /* No padding on the bottom */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}


/* Styling the clickable sentence (">" symbol and the text) */
.service-dropdown-toggle {
    text-decoration: none;
    display: flex;
    justify-content: center; /* Space between text and arrow */
    align-items: center;
}

.service-dropdown-toggle button{
    display: flex;
    text-align: center;
    font-family: inherit;
    color: inherit;
}


.service-dropdown-toggle:hover {
    text-decoration: none;
}

/* Cool Text Animation for Dropdown */
.dropdown-text {
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out; /* Smooth fade-in and slide-up */
    
    /* Applying a border-image with gradient fade effect */
    border-bottom: 1px solid transparent; /* Use transparent base border */
    border-image: linear-gradient(to right, transparent, grey, transparent) 1; /* Create the fade effect */

    padding-top: 0.5em;    /* Padding on the top */
    padding-left: 0.5em;   /* Padding on the left */
    padding-right: 0.5em;  /* Padding on the right */
    padding-bottom: 0.3em;     /* No padding on the bottom */
}


.dropdown-text.show {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Slide to its normal position */

}

.FAQ-dropdown-link{
    color: inherit;
    font-family: inherit;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    background: none;
    color: inherit;
    text-decoration: none;
    padding: 0;
    border: none;
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

.dropdown-link {
    align-items: center;
    background: none;
    color: inherit;
    text-decoration: none;
    padding: 0;
    border: none;
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}

.dropdown-toggle span.material-symbols-outlined {
    transition: transform 0.3s ease; /* Smooth rotation of the icon */
}



.FAQ-dropdown button{
    width: 100%;
}


@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.border-spinning-animation{
    position: relative;
}

.border-spinning-animation::before,
.border-spinning-animation::after {
    content: " ";
    position: absolute;
    z-index: -1;
    inset: -0.16rem; /* Border thickness */
    background: conic-gradient(
        from var(--gradient-angle),
        var(--color-1),
        var(--border-spining-blue),
        var(--color-1),
        var(--color-1),
        var(--color-1),
        var(--border-spining-blue),
        var(--color-1),
        var(--color-1),
        var(--color-1)
    );
    border-radius: inherit;
    animation: rotate 2.5s linear infinite;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease;
}


.border-spinning-animation::after {
    filter: blur(0.5rem);
    opacity: 0;
}

.border-spinning-animation:hover::after,
.border-spinning-animation:hover::before {
    opacity: 1;
}

@keyframes rotate {
    to {
        --gradient-angle: 360deg;
    }
}

.getStartedButton{
    background-color: #007bff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
}


.text-skew-animation-container{
    position: relative;  /* This will allow the `.center` element to be positioned relative to it */
    width: 20em;
    height: 15em; /* Set a specific height */
    margin: 3em 0px;
}



.text-skew-animation {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: skewY(-10deg);
    transition: 0.5s;
}

.text-skew-animation:hover {
    transform: skewY(0deg);
}


.pre-text span {
    position:absolute;
    top:0;
    left:0;
    transform:translate(-50%,-50%);
    margin:0;
    padding:0;
    text-transform:uppercase;
    font-size:12em;
    color:#fff;
    transform-style:preserve-3d;
    transition:0.8s;
}

.pre-text span:nth-child(1) {
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
}

.pre-text span:nth-child(2) {
    color: #5E17EC;
    transform: translate(-50%, -50%) skewX(60deg);
    left: 0.12em;
    clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}

.pre-text span:nth-child(3) {
    transform: translate(-50%, -50%) skewY(0deg);
    left: 0.24em;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
}

.text-skew-animation:hover .pre-text span:nth-child(2),
.text-skew-animation:hover .pre-text span:nth-child(3) {
    transform: translate(-50%, -50%) skewX(0deg);
    left: 0;
    color: #fff;
}


.ThreeD-text{
    position: relative;
    letter-spacing:0.1em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
    font-weight: 900;
    transition: all 0.28s ease-in-out;
    right: 0%;;
    display: inline-block;
    margin-bottom: 1%;
}



.envelope-svg{
    fill: none;
    stroke: #5E17EC;
    stroke-width: 2;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    z-index: -1;
    left: -30%;

    position: relative;
    height: auto;

}

.email-us {
    display: flex;
    align-items: flex-end;
    justify-content: center ;
}

.email-us-hover{
    display: flex;
    align-items: flex-end;
    justify-content: center ;
    padding-left: 5%;
}

.email-us-hover:hover .envelope-svg {
    left: -20%;
    transition: all 0.3s ease-in-out;
}

.email-us-hover:hover .ThreeD-text {
    right: 2%;
    transition: all 0.28s ease-in-out;
}

.email-us-link {
    text-decoration: none; 
    color: inherit;        
    background: none;     
    border: none;          
    padding: 0;           
    margin: 0;             
    font: inherit;
}

.contact-email{
    margin-top: 5rem;
    text-align: right;
    font-size: 1.7rem;
}


.TC {
    width: 80%;
    margin: 8rem auto;
    line-height: 1.6;
    text-align: left;

}

.TC h1 {
    font-size: 28px;
    margin-bottom: 20px;

}

.TC h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

.TC p {
    margin-bottom: 15px;
}

.TC strong {

}

.TC ul {
    padding-left: 20px;
    margin-top: 10px;
}

.TC li {
    margin-bottom: 10px;
}


  /* Larger Footer */
footer {
    width: 98%;
    color: var(--text-color-white);
    text-align: center;
    margin: auto;
    margin-top: 5rem;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
    padding: 30px;
}

.footer-links {
    font-size: 1rem;
}

.footer-links ul li {
    list-style-type: none;
    margin-bottom: 0.2rem;
}

.footer-links a {
    color: var(--text-color-white);
    text-decoration: none;
    margin: 0 20px;
    transition: color 0.3s;
    cursor: pointer;
}

.footer-links a:hover {
    color: var(--primary-color);
}


.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-logo {
    height: 48px; /* or 64px depending on your design */
    width: auto;
    max-width: 100%;  
    display: block;
    margin-bottom: 0.5rem;
    image-rendering: crisp-edges; /* optional: improves pixel clarity */
    object-fit: contain;
    overflow-clip-margin: unset;
}

.footer-tagline {
    font-size: 1rem;
    opacity: 1;
    line-height: 1.5;
}

.footer-glitch {
    cursor: pointer;
    text-decoration: none;
    text-underline-offset: 3px;
    transition: 0.3s;
    opacity: 0.80;
    color: var(--text-color-white);
}

.footer-glitch:hover {
    opacity: 1;
    animation: glitch var(--glitch-duration) infinite;
}

@keyframes glitch {
    0% { text-shadow: 2px 0 red; }
    25% { text-shadow: -2px 0 cyan; }
    50% { text-shadow: 2px 0 magenta; }
    100% { text-shadow: -2px 0 yellow; }
}

.footer-heading {
    color: #5E17EC;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    list-style-type: none;
}

.footer-bar {
    border-top: 1px solid rgba(94, 23, 236, 0.2);
    margin-top: 3rem;
    padding: 1rem 0;
    font-size: 0.7rem;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    text-align: center;
}

.footer-pulse {
    font-family: 'Courier New', monospace;
    color: #5E17EC;
    position: relative;
    padding-left: 15px;
}

.footer-pulse::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #5E17EC;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(94, 23, 236, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(94, 23, 236, 0); }
    100% { box-shadow: 0 0 0 0 rgba(94, 23, 236, 0); }
}

@media (max-width: 1024px) {
    #web-hosting .more-info {
        top: 70%;
        transform: translateY(0%);
    }
    .content {
        max-width: 80vw; /* Increase max-width for tablet sizes */
    }

    #services {
        display: block;
    }

    .service-card {
        width: calc(80%); 
        margin: auto;
        margin-bottom: 3em;
    }

    .why-choose-us blockquote {
        margin-left: 1em;
    }

    .pre-text span {
        font-size:10em;
    }

    .footer-logo {
        height: 36px;
    }

    .footer-bar {
        margin-top: 3rem;
    }
}

@media (max-width: 768px) {
    .service-card {
        width: calc(50% - 20px); /* Two cards per row on smaller screens */
    }
}




/* Mobile - Further adjust for mobile screens */
@media (max-width: 700px) {
    .content {
        max-width: 90vw; /* Increase max-width for smaller screens */
    }

    #services {
        display: block;
    }

    .service-card {
        width: calc(80%); 
        margin: auto;
        margin-bottom: 3em;
    }


    .why-choose-us blockquote {
        margin-left: 1em;
    }

    .text-skew-animation-container{
        overflow-x: clip;
        overflow-x: clip;
    }

    .pre-text span {
        font-size:10em;
    }

    .contact-email{
        font-size: 1.5rem;
    }
}

@media (max-width: 550px) {
    .contact-email{
        text-align: center;
    }

    .footer-logo {
        height: 28px;
    }
}

/* Very small screens (e.g., very small phones) */
@media (max-width: 480px) {
    .content {
        max-width: 95vw; /* Increase max-width for very small screens */
    }

    #services {
        display: block;
    }

    .service-card {
        width: calc(90%); 
        margin: auto;
        margin-bottom: 3em;
    }

    .why-choose-us blockquote {
        margin-left: 1em;
    }

    .text-skew-animation-container{
        overflow-x: clip;
        overflow-x: clip;
    }

    .pre-text span {
        font-size: clamp(8em, calc(8em + (4 * ((100vw - 375px) / (1400 - 375)))), 12em);

    }

    .contact-email{
        font-size: 1.3rem;
    }
}

::-webkit-scrollbar {
    width: 8px; /* Adjust the width of the scrollbar */
    height: 12px; /* Adjust the height for horizontal scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #1e252b; /* Dark charcoal-grey track */
}

/* Thumb */
::-webkit-scrollbar-thumb {
    background-color: #6c7a86; /* Lighter grey-blue thumb */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #95a3a9; /* Soft grey-blue on hover */
}

input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
}











