header {
    min-height: 100vh;
    padding: var(--SectionPadding) 10px;
    background-color: var(--BlackBackground);
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

header .box {
    z-index: 1;
}

header .box p:first-child {
    font-size: 1.2rem;
    /* letter-spacing: 8px; */
    word-spacing: 8px;
}

header p:nth-last-child(2) {
    max-width: 750px;
    width: 100%;
}

header a {
    padding: 10px;
    width: 150px;
}

header a::before {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background-color: var(--BlackTransparent);
    z-index: -1;
    border-radius: 50%;
    transition: .5s ease;
}

header a:hover::before {
    border-radius: 0px;
    width: 96px;
}

header img.s {
    left: 10%;
    width: 500px;
}

header .img {
    z-index: 0;
    object-fit: contain;
}

header img.p {
    bottom: 0;
    left: 40%;
    width: 200px;
}

header .stars {
    right: 0;
    top: 300px;
    width: 40px;
    transform: scale(-1);
}

header .arrow {
    left: 16%;
    bottom: 10px;
}





/* * here the height is from the box 
* not section's height */
section.one .box {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    gap: 80px;
    padding: 50px  10px 0;
}

section.one .box p {
    width: min(100%, 700px);
    font-size: 1.6rem;

}


section.one .box p:nth-of-type(2) {
    /* margin-right: auto; */
    /* align-self: flex-end; */
    justify-self: end;
}

section.one .box p:nth-of-type(1)::first-line {
    background-color: var(--OrangeText);
    color: white;
}

section.one .circle {
    width: 200px;
    height: 200px;
    left:13%;
    top: 360px;
    z-index: -1;
}
@media (max-width:500px) {
    section.one .circle {
        width: 150px;
        height: 150px;
        top: 500px;
    }
}
section.one img.stars2 {
    width: 120px;
    top: 260px;
    right: 0%;
    z-index: -1;
}

section.one img.stars3 {
    top: 500px;
    left: 0%;
    z-index: -1;
}

section.one .orange-box {
    bottom: 0;
    padding: 120px 10px;
    font-size: 2.4rem;
    font-weight: 300;
    transition: .8s ease;
    overflow: hidden;


}

section.one .orange-box p {
    transition: 1s ease;
}


section.one .orange-box::before {
    position: absolute;
    content: '';
    width: 300px;
    height: 300px;
    border-radius: 50%;
    right: -100px;
    top: 100px;
    background-color: rgba(255, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.349);
    border-style: dashed;
    border-width: 3px;
    z-index: 0;
    animation: rotate 50s linear infinite;
}

section.one .laptopphone-image{
    /* position: absolute; */
    /* bottom: -20px; */
    z-index: 111;
    max-width: 500px;
    height: 300px;
    position: relative;
    top: 10px;
    z-index: 0;
}
section.one .laptopphone-image::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: white;
    transform: scaleY(-1);
}

@keyframes rotate {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}





section.tow {
    min-height: 60vh;
    padding: var(--SectionPadding) 10px 60px;
}

section.tow li {
    width: fit-content;
}

section.tow h3 {
    word-spacing: 8px;
}

section.tow .imgs {
    position: relative;
    /* background-color: rgba(255, 0, 0, 0.328); */
    min-height: 500px;
    height: 100%;
}

section.tow img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s ease;
}

section.tow ul li {
    cursor: default;
}

#tringle1 {
    top: 10%;
}

#tringle2 {
    top: 30%;
}

#tringle3 {
    top: 20%;
}




section.tow-2 {
    min-height: 80vh;
    padding: var(--SectionPadding) 10px;
    position: relative;
    overflow: hidden;
}




section.tow-2 .back-words{
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: bold;
}
section.tow-2 .back-words p:first-child{
    font-weight: bold;
    font-size: 6rem;
}
section.tow-2 .back-words p:last-child{
    font-weight: bold;
    font-size: 8rem;
}


@media (min-width:200px) and (max-width:760px) {
    section.tow-2 .back-words h1:first-child{
        font-size: 4rem;
    }
    section.tow-2 .back-words h1:last-child{
        font-size: 6rem;
    }
    
}
section.tow-2 svg{
    /* border: 1px solid var(--OrangeText); */
    /* padding: 10px; */
}
section.tow-2 .container h4{
    color: var(--OrangeText);
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1.2rem;
}
section.tow-2 .icon-container{
    width:70px;
    height:70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .5px solid var(--OrangeText);
    border-radius: 50%;
}
section.tow-2 p{
    line-break: loose;
    font-size: .9rem;
}




section.three {
    min-height: 100vh;
    padding: var(--SectionPadding) 10px;

}

section.three p {
    max-width: 450px;
    width: 100%;
    transition: .5s ease;
}

section.three img.o {
    top: 200px;
    transform: scale(-1);
    right: 0;
    max-width: 500px;
    width: 100%;
    z-index: -1;
}

section.three img.t {
    left: 0;
    transform: scale(-1);
    max-width: 600px;
    width: 100%;
    bottom: 10%;
    z-index: -1;
}

section.three img.circle {
    left: 0;
    width: 300px;
    z-index: -1;
}











/* section {
    height: 120vh;
    width: 100%;
}

section.black {
    background-color: black;
}

.circle {
    position: fixed;
    top: 0px;
    background-color: red;
    width: 100px;
    height: 100px;
    transition: .5s ease;
} */


@media (max-width:400px) {
    header img.stars {
        top: 85%;
        left: 10%;
    }

    header img.E {
        right: 10px;
    }

    header button::before {
        left: 5px;
    }

    header button:hover::before {
        width: 140px;
    }

    section.three .box p {
        font-size: 2rem;
    }

    /* section.one .circle {
        width: 100px;
        height: 100px;
        right: 100px;
        top: 660px;
        z-index: -1;
    } */

    /* section.one img.stars2 {
        top: 200px;
        right: 5%;
    }

    section.one img.stars3 {
        bottom: 350px;
        left: 10%;
    } */

    section.three .circle {
        display: none;
    }
}


/* @media (min-width:401px) and (max-width:787px) {
    section.one .circle {
        width: 140px;
        height: 140px;
        right: 100px;
        top: 660px;
        z-index: -1;
    }

    section.one img.stars2 {
        top: 200px;
        right: 5%;
    }

    section.one img.stars3 {
        bottom: 300px;
        left: 10%;
    }
} */

@media (min-width:768px) {}



@media (max-width:930px) {
    section.three .box img.rellax {
        display: none;
    }

    section.three .box {
        justify-content: center;
    }

    section.three .box p {
        text-align: center;
        margin-bottom: 60px;
        max-width: 704px;
        font-size: 3rem;
    }
}







.modal-content {
    max-width: 1000px !important;
    width: 100%;

    background-color: var(--BlackBackground);
    border: 2px solid white;
    color: white;
}

.modal-content div {
    border: none;
}

.modal-content button {
    background-color: var(--OrangeText);
    color: white;
    transition: .2s linear;
}

.modal-content button:hover:not(.btn-close) {
    background-color: #c14700;
}

.modal-footer{
    justify-content: flex-start;
}
