
                /*  ----------  resets --------------  */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    font-family: "Special Gothic Expanded One", sans-serif;
}

html,
body{
    height: 100%;
    width: 100%;
}

                    /* ---------- utility - classes ------------*/

.primary-button{
    color: #000;
    background: linear-gradient( 90deg, rgb(146, 143, 143), white, rgb(146, 143, 143));
    border: none;
    border-radius: 50px;
    padding: .5vw;
    font-weight: 900;
}
.primary-button:hover{
    background: linear-gradient( 45deg, rgb(115, 113, 113), white, rgb(115, 113, 113));
}

a{
    text-decoration: none;
    display: inline-block;
}


                    /*  ------------------ nav - bar ------------------  */
nav{
    position: fixed;
    background-color: rgba(91, 91, 91, 0.3);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 10vh;
    padding: 1.6vw 10vw;
    justify-content: space-between;
    z-index: 10;
}

nav h1{
    letter-spacing: .15rem;
}


.nav-part2{
    gap: 3vw;
    display: flex;
    align-items: flex-start;
    justify-items: flex-start;
    padding: 0.5vh;
    /* background-color: #810100;  */
    position: relative;
    z-index: 10;
}

.nav-part2 h4{
    font-size: 0.7vw;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2.5vw;
    margin-inline: 1vw;
}

.nav-part2 h5{
    margin: 1vw;
    display: none;
    /* background-color: #810100; */
    overflow: hidden;
}

.nav-part2 h5 span{
    font-size: 0.6vw;
    font-weight: 400;
    display: inline-block;
    transform: translateY(25px);
}

.nav-bottom{
    width: 80%;
    height: 0vh;
    background-color: rgba(91, 91, 91, 0.3);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 100%;
    z-index: 9;
    border-bottom: .5px solid white;
}




                    /*  ------------------ page - 1 ------------------  */
.page1{
    height: 100vh;
    width: 100%;
    background-color: #000;
    /* background: linear-gradient(210deg,#000, #000, #630000); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page1 h1{
    font-size: 7.2vw;
    text-transform: uppercase;
    font-weight: 600;
    /* background-color: #810100; */
    line-height: 8vw;
}

.page1 p{
    text-align: center;
    font-weight: 400;
    margin-top: 3vh;
}

.page1-something{
    display: flex;
    justify-content: center;
    align-items: center;
}

.page1-something h4:nth-last-child(2){
    border: none;
    padding: 2px;
    font-weight: 400;
    background-color: #000;
    color: white;
}

.page1-something h4{
    margin: 7px 3px;
    font-weight: 600;
    font-size: 0.89vw;
    text-transform: lowercase;
    padding: 3px 10px;
    /* border: 1px solid white; */
    border: none;
    color: white;
    border-radius: 50px;
    background-color: #810100;
}

.moving-div{
    /* background-color: rebeccapurple; */
    /* height: 10vh; */
    /* width: 30vh; */
    margin-top: 5vh;
    position: absolute;
    bottom: 8%;
    width: 55%;
    white-space: nowrap;
    padding: 1.5vw;
    overflow: hidden;
    background: linear-gradient(to left, #000, transparent);
    /* display: flex;
    gap: 2vw; */
}
.move{
    display: inline-block;
    animation: mobe 15s linear infinite;
}
.moving-div img{
    height: 1.2vw;
    /* background-color: black; */
    /* width: 10vh; */
    margin: 0 1.5vw;
}

@keyframes mobe {
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-100%);
    }
}
.blurleft{
    height: 100%;
    width: 20%;
    /* background-color: #810; */
    background: linear-gradient(to left, transparent, #000);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.blurright{
    height: 100%;
    width: 20%;
    /* background-color: #810; */
    background: linear-gradient(to right, transparent, #111);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}



                    /*  ------------------ page - 2 ------------------  */

.page2{
    height: 100vh;
    background-color: #000000;
    position: relative;
    padding: 0vw 10vw;
    padding-bottom: 8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.page2-left{
    height: 100%;
    width: 40%;
    /* background-color: #810100; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3vw 0;
}

.page2-left p{
    font-size: 1vw;
}
.page2-left h5{
    font-size: 1.1vw;
    width: 80%;
    font-weight: 500;
}

.page2-right{
    height: 100%;
    width: 50%;
    /* background-color: #112250; */
}
.right-elem{
    position: relative;
    /* background-color: #810100; */
    padding-bottom: 5vw;
    padding-top: 3vw;
    border-bottom: 1.5px solid #810100;
}
.right-elem h2{
    font-size: 1.4vw;
    font-weight: 500;
}

.right-elem img{
    height: 5vw;
    width: 5vw;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    scale: 0;
}






                    /*  ------------------ page - 3 ------------------  */

.page3{
    height: 100vh;
    width: 100%;
    background-image: url(./my-assets/iamceo-bitch.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page3-center{
    /* background-color: #810100; */
    border-radius: 50px;
    /* border: 1px solid black; */
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .2vw;
}

.page3-center .icon{
    /* background-color: #000000; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 1vw; */
    border-radius: 50%;
    font-size: 3.5vw;
    /* font-weight: lighter; */
}

.page3-center h5{
    font-size: 1vw;
    text-transform: uppercase;
    background-color: #810100;
    border-radius: 50px;
    padding: 0.2vw .5vw ;
    opacity: 0;
    transition: all ease 0.9s;
    /* margin-top: 1.5vw; */
    transform: translateY(16%);
}

.page3-center:hover h5{
    opacity: 1;
    transform: translateY(0%);
    /* margin-top: .2vw; */
}
.page3 video{
    height: 100%;
    width: 55%;
    position: absolute;
    object-fit: cover;
    transform: scaleX(0.7) scaleY(0);
    opacity: 0;
    border-radius: 30px;
}


                    /*  ------------------ page - 4 ------------------  */

.page4{
    height: 100vh;
    width: 100%;
    background-color: white;
    position: relative;
    padding: 0vw 5vw;
    padding-bottom: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
    /* border-top: 1px solid #333; */
    border-bottom: 1px solid #dadada;
}

.page4-left{
    height: 100%;
    width: 40%;
    /* background-color: #810100; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4.5vw 0;
    /* color: black; */
}
.page4-left h1{
    color: #000;
    font-size: 2.8vw;
}

.page4-right{
    height: 100%;
    width: 50%;
    /* background-color: #119921; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5vw 0;
    /* color: #000000; */
}

.page4-right .right-elem-4 h2{
    color: black;
}

.page4-right .right-elem-4 h4{
    color: #810100;
}




                    /*  ------------------ page - 5 ------------------  */

.page5{
    height: 100vh;
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1px;
}

.page5 .page5-row1{
    height: 40%;
    width: 85%;
    /* background-color: #810100; */
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}

.page5-row1-elem{
    height: 89%;
    width: 33%;
    background: linear-gradient( 90deg, #630000, #000000, #630000);
    padding: .8vw 2.5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    /* border: 2px solid #810100; */
    border-radius: 50px;

}

.page5-row1-elem h1{
    font-size: 4vw;
    color: white;
}
.page5-row1-elem h4{
    color: white;
}

.page5-row1-elem p{
    color: #810100;
}


.page5 .page5-row2{
    height: 40%;
    width: 85%;
    /* background-color: #810100; */
    display: flex;
    justify-content: space-between;
    gap: 2vw;
}

.page5-row2-elem{
    height: 89%;
    width: 33%;
    background: linear-gradient( 90deg, #630000, #000000, #630000);
    padding: .5vw 2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    border-radius: 50px;
    /* border: 2px solid #810100; */
}

.page5-row2-elem h1{
    font-size: 4vw;
    color: white;
}
.page5-row2-elem h4{
    color: white;
}

.page5-row2-elem p{
    color: #810100;
}


                    /*  ------------------ page - 6 ------------------  */

.page6{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 39vh;
    width: 100%;
    background-color: white;
}

.page6-small-h6{
    height: 20%;
    width: 100%;
}

.page6-content{
    display: flex;
    gap: 7vw;
    height: 100%;
    width: 65%;
    padding: 1rem;
}

.page6-content h6{
    font-size: 1rem;
    color: #810100;
}

.page6-content h3{
    font-size: 2rem;
    color: #000000;
}



                    /*  ------------------ page - 7 ------------------  */
.page7{
    min-height: 100vh;
    width: 100%;
    background-color: white;
    position: relative;
}

.section{
    height: 76vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7vh 10vw;
    padding-bottom: 1vh;
}

.sec-left{
    height: 100% ;
    width: 25%;
    /* background-color: #810100; */
    border-top: 4px solid #810100;
}

.sec-left h2{
    padding-top: 3vh;
    color: black;
    font-size: 2.1vw;
}

.sec-left p{
    color: black;
    margin-top: 9.1vh;
    font-size: 1vw;
}

.sec-right{
    height: 100%;
    width: 70%;
    background-color: black;
    position: relative;
}

.sec-right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sec-right video{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    opacity: 0;
    transition:  opacity ease 0.3s;
}

.sec-right .moving-img img{
    height: 5vw;
    width: 5vw;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    scale: 0;
    transition: scale .3s ease-in-out;
}



                    /*  ------------------ page - 8 ------------------  */
.page8{
    height: 100vh;
    width: 100%;
    background-color: white;
    padding: 12vh 10vw;
    display: flex;
    justify-content: space-between;
}

.page8-emty{
    height: 100%;
    width: 25%;
    /* background-color: #333; */
}

.page8-content{
    height: 100%;
    width: 70%;
    /* background-color: #181717; */
    display: flex;
    justify-content: space-between;
    padding-top: 2vh;
}

.pg8-cont-elem{
    height: 100%;
    width: 45%;
    /* background-color: #810100; */
    padding: 2vh 0vw;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    gap: 7vh;
    position: relative;
    border-top: 0px solid #810100;
}

.pg8-cont-elem h1{
    padding: 2vh 0vh;
    color: #000000;
}

.pg8-cont-elem p{
    font-size: 1.2rem;
    color: #000000;
    opacity: 1;
    transition: all ease .2s;
}

.pg8-elem-vdo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50px;
    bottom: 2vh;
    opacity: 0;
}

.pg8-elem-vdo video{
    height: 60%;
    width: 100%;
    border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    opacity: 1;
    /* scale: 0; */
}





                    /*  ------------------ page - 9 ------------------  */
.page9{
    min-height: 100vh;
    width: 100%;
    background-color: #000000;
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5vh 10.5vw;
    /* position: relative; */
}

.page9>button{
    background-color: #810100;
    padding: .9vw 2.5vw;
    font-weight: 500;
    font-size: 1vw;
    border: none;
    border-radius: 50px;
    position: sticky;
    top: 15%;
}

.page9-right{
    width: 70%;
}

.page9-right>p{
    font-size: 1.5vw
}
.page9-right>p>span{
    display: inline-block;
    width: 17vw;
}

.page9-right-disc{
    width: 100%;
    /* background-color: #810100; */
    margin-top: 5vh;
    padding: 5vh 0;
}

.ui-ux{
    border-top: 1.6px solid white;
    padding: 3vh 0;
    position: relative;
}

.product{
    position: relative;
    border-top: 1.6px solid white;
    padding: 3vh 0;
}

.pg9-rt-disc-elem1{
    display: flex;
    margin-top: 4vh;
    margin-bottom: 4vh;
}
.pg9-rt-disc-elem1>h4{
    border-radius: 50px;
    border: 1.5px solid #810100;
    padding: 10px 20px;
}

.disc-elem2-elem{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* background-color: #810100; */
    padding-top: 3vh;
    padding-bottom: 8vh;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #810100;
}

.disc-elem2-elem p{
    width: 60%;
    font-size: .8vw;
    position: relative;
    z-index: 8;
}

.disc-elem2-elem h3{
    font-size: 1vw;
    position: relative;
    z-index: 8;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.disc-elem2-elem i{
    font-size: 1vw;
    position: relative;
    z-index: 8;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.over9{
    height: 100%;
    width: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}

.disc-elem2-elem:hover h3{
    padding-left: 1.5vw;
    color: black;
}

.disc-elem2-elem:hover p{
    color: black;
}

.disc-elem2-elem:hover i{
    padding-right: 2.5vw;
    color: black;
}

.disc-elem2-elem:hover .over9{
    transform: translateY(0);
    opacity: 1;
}

.disc-elem2-elem:hover{
    border-top: 3px solid #810100;
}

summary::marker{
    content: "";
}

.product summary>i{
    position: absolute;
    right: 1.5%;
    font-size: 1.5rem;
}

.product details[open] .fa-angles-down {
    display: none;
}

.product details:not([open]) .fa-angles-up {
    display: none;
}

.ui-ux summary>i{
    position: absolute;
    right: 1.5%;
    font-size: 1.5rem;
}

.ui-ux details[open] .fa-angles-down {
    display: none;
}

.ui-ux details:not([open]) .fa-angles-up {
    display: none;
}



                    /*  ------------------ page - 10 ------------------  */
.page10{
    min-height: 100vh;
    width: 100%;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 4vh 0;
}

.page10-upper{
    height: 30vh;
    width: 80%;
    /* background-color: #810100; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 6vh;
}

.page10-upper h1{
    width: 65%;
}

.page10-lower{
    height: 70vh;
    width: 80%;
    /* background-color: #810100; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 2vh; */
    flex-wrap: wrap;
    position: relative;
}

.page10-lower-elem{
    color: #000;
    height: 42%;
    width: 32%;
    background: linear-gradient( 90deg, #9e9a88, white, #9e9a88);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4vh 4vh;
    position: relative;
    box-shadow: 7px 7px 2px white;
    transition: all ease-in-out 0.2s;
    border-radius: 5px;
}

.page10-lower-elem>h3{
    color: #810100;
}

.page10-lower-elem>p{
    color: black;
}

.page10-lower-elem:hover{
    box-shadow: 11px 11px 3px white;
}

.page10-lower-elem>i{
    color: #000;
    position: absolute;
    right: 8%;
}

.page10-lower .self{
    position: absolute;
    /* position: center; */
    right: 49.3vh;
    bottom: 2.9vh;
}



                    /*  ------------------ page - 11 ------------------  */
.page11{
    min-height: 100vh;
    width: 100%;
    background-color: white;
    padding: 8vh 5vw;
}

.page11>h1{
    color: black;
    font-size: 5.5vw;
    /* background-color: red; */
    padding-left: 30vw;
    padding-right: 5vw;
    line-height: 5vw;
    padding-bottom: 8vh;
    /* border-bottom: 1px solid #dadada; */
}

.page11-content{
    /* background-color: red; */
    padding-top: 2.3vh;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.page11-content .right-11{
    width: 66.5%;
}

.page11-content .right-11 p{
    font-size: 1.5vw;
    color: black;
    margin-bottom: 6vh;
    width: 85%;
}

.blue-btn{
    width: 14.6vw;
    height: 3.31vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    /* flex-direction: column; */
    background-color: #810100;
}

.blue-btn h4{
    position: absolute;
    text-transform: uppercase;
    /* padding: 4vh 4vh; */
    font-size: .9vw;
    word-spacing: 1px;
    font-weight: lighter;
}

.page-11-bottom{
    height: 40vh;
    width: 100%;
    /* background-color: #810100; */
    /* border-top: 1px solid #dadada; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.btm11-part1{
    /* border-right: 1px solid #dadada; */
    width: 34%;
    /* background-color: #000; */
    height: 100%;
}
.btm11-part2{
    /* border-right: 1px solid #dadada; */
    width: 26%;
    /* background-color: #000; */
    height: 100%;
}
.btm11-part3{
    /* border-right: 1px solid #dadada; */
    width: 19%;
    /* background-color: #000; */
    height: 100%;
}
.btm11-part4{
    /* border-right: 1px solid #dadada; */
    width: 19%;
    /* background-color: #000; */
    height: 100%;
}
.btm11-part5{
    width: 16%;
    /* background-color: #000; */
    height: 100%;
}


#btm11-parts{
    padding: 4vh 0vh;
}

#btm11-parts h5{
    color: black;
    font-size: .85vw;
    margin-bottom: 4vh;
}

#btm11-parts h4{
    background: linear-gradient(90deg, #810100, black, #810100);
    width: 85.9%;
    font-weight: lighter;
    font-size: .89vw;
    border-radius: 50px;
    padding: 8px 10px;
    margin-bottom: .8vh;
    display: flex;
    align-items: center;
}

#btm11-parts h4 span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.6vw;
    width: 1.6vw;
    background-color: white;
    color: black;
    border-radius: 50%;
    padding: .5vw;
    margin-right: .7vw;
}


.btm11-part2 h4:nth-child(2){
    transform: translateX(0%);
}
.btm11-part2 h4:nth-child(3){
    transform: translateX(17%);
}
.btm11-part2 h4:nth-child(4){
    transform: translateX(32%);
}
.btm11-part2 h4:nth-child(5){
    transform: translateX(46%);
}
.btm11-part2 h4:nth-child(6){
    transform: translateX(60%);
}





.btm11-part3 h4:nth-child(2){
    transform: translateX(0%);
}
.btm11-part3 h4:nth-child(3){
    transform: translateX(22%);
}
.btm11-part3 h4:nth-child(4){
    transform: translateX(40%);
}



.btm11-part4 h4:nth-child(2){
    transform: translateX(0%);
}
.btm11-part4 h4:nth-child(3){
    transform: translateX(22%);
}
.btm11-part4 h4:nth-child(4){
    transform: translateX(40%);
}












                    /*  ------------------ page - 12 ------------------  */


.page12{
    height: 100vh;
    width: 100%;
    background: white;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.page12-examples-section{
    padding: 3vw 5vh;
    border-top: 1px solid #dadada;
    height: 65vh;
    width: 100%;
    /* background-color: #333; */
}

.examples-head{
    height: 30%;
    width: 100%;
    /* background-color: #630; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4vh;
}

.examples-head h2{
    font-size: 1.7rem;
    font-weight: lighter;
    color: #000;
}
.examples-head a{
    color: #000;
}
.examples-head i{
    color: #000;
}

.examples-area{
    height: 70%;
    width: 100%;
    /* background-color: #630000; */
    display: flex;
    justify-content: space-between;
    /* margin-block: 20px; */
    /* flex-wrap: wrap; */
}

.examples-card{
    /* background-color: #9e9a88; */
    height: 318px;
    width: 22%;
    position: relative;
    border-radius: 10px
}

.examples-card:nth-child(1){
    background: linear-gradient(rgb(0, 0, 0, 0.1), rgb(0, 0, 0, 0.8)), url(./my-assets/asset-32.jpeg);
    background-size: cover;
}
.examples-card:nth-child(2){
    background: linear-gradient(rgb(0, 0, 0, 0.1), rgb(0, 0, 0, 0.8)), url(./my-assets/asset-33.jpeg);
    background-size: cover;
}
.examples-card:nth-child(3){
    background: linear-gradient(rgb(0, 0, 0, 0.1), rgb(0, 0, 0, 0.8)), url(./my-assets/asset-34.jpeg);
    background-size: cover;
}
.examples-card:nth-child(4){
    background: linear-gradient(rgb(0, 0, 0, 0.1), rgb(0, 0, 0, 0.8)), url(./my-assets/asset-35.jpeg);
    background-size: cover;
}


.card-text{
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    color: white;
}


.cta-section{
    height: 40vh;
    width: 100%;
    background: linear-gradient(90deg, #630000, #000, #630000);
}

.cta-section-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4vh;
}

.cta-section-container h2{
    margin-top: 8vh;
}






                    /*  ------------------  footer  ------------------  */
.footer-section-container{
    height: 45vh;
    width: 100%;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 2vw 5vh;
}

.footer-section-container h1{
    color: #000;
}
.footer-section-container h4{
    color: #000;
}

.footer-section-container a{
    color: #000;
}

.link-columns{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* justify-content: center; */
}

.link-columns a{
    margin-top: 3vh;
}



                    /*  ------------------  sub - footer  ------------------  */
.subfooter-container{
    height: 8vh;
    width: 100%;
    background-color: #333;
    display: flex;
    justify-content: center;
    gap: 3vw;
    align-items: center;
}