@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: aliceblue;
    font-family:'Poppins';
    /* overflow: hidden; */
}

body{
    background: rgb(0, 0, 0);
}

.profiles{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 3rem;
}

.profile-pic img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.profile-pic{
    display: flex;
    flex-direction: column;
    width: 200px; 
    height: 200px;
    /* border-radius: 50%;  */
    background-color: rgb(0, 0, 0); 
    margin: 0 30px;
    position: relative;
    overflow: hidden;
    /* text-align: center; */
}

.followers{
    /* font-size: 1.5rem; */
    transform: translate(30%,420%);
}

.followers p{
    font-size: 1.2rem !important;
}

.profile-pic p {
    margin-top: 10px; /* Adjust this value as needed to control the spacing between the image and text */
    font-size: 1rem;
}

.profile-pic:hover{
    scale: 130%;
    transition: 0.2s;
}

.container{
    max-width: 100%;
    height: 100vh;
    position: relative;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

nav{
    width: 100%;
    padding: 2rem 2rem;
    position: absolute;
    color: aliceblue;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul{
    width: 30%;
    justify-content: center;
    border: solid 1px rgb(255, 255, 255);
    border-radius: 5rem;
    display: flex;
    margin: 0; /* Remove default margin on ul */
    padding: 0; /* Remove default padding on ul */
}

nav li{
    padding: 1rem 2rem;
}

nav img {
    width: auto; /* Adjust the width and height as needed for your logo */
    height: 60%; /* This maintains the aspect ratio of the logo */
    top: 20%;
    margin-top: 0; /* Adjust this value to align the logo correctly */
    margin-right: 10px; /* Add margin to separate the logo from the ul */
}

.count{
    width: 80%;
    height: 80vh;
    color: azure;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    font-weight: 100;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem;
    border: solid 10px rgb(255, 255, 255);
    margin-bottom: 100px;
    transform: translate(12%)
}

.counter{
    display: flex;
    padding: 1rem;
    font-size: 3rem;
}

.counter-item{
    padding: 2rem 4rem;
    /* font-size: 3rem; */
}

.vid-container{
    max-width: 100%;
    height: 100vh;
    position: relative;
}

.overlay{
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent,black);
    position: absolute;
    z-index: 99;
}

.home-text{
    width: 100%;
    height: 100%;
    position: absolute;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    /* padding: 1rem 2rem; */
    line-height: 8rem;
    top: 5%;
}

.middle-home{
    color: yellow;
    border: solid 2px rgb(255, 255, 255);
    padding: 0.5rem 3rem;
    border-radius: 5rem;
}

button{
    width: fit-content;
    border: solid 1px rgb(255, 255, 255);
    background: transparent;
    font-size: 1rem;
    padding: 0rem 2rem;
    color: aliceblue;
}

.home-btn button{
    padding: 1rem 1rem;
}

.craft-text{
    width: 100%;
    height: 100%;
    position: absolute;
    color: aliceblue;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    font-size: 3rem;
    /* padding: 1rem 2rem; */
    line-height: 5rem;
    top: 5%;
}

.middle{
    color: orange;
    font-weight: 800;
    font-size: 4rem;
    stroke: black;
    stroke-width: 1rem;
    /* border: solid 1px black; */
}

.shorts{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    height: 80vh;
    /* background: rgba(255, 255, 255, 0.727); */
    transform: translate(6%,80%);
}

.video{
    width: 20%;
    height: 80%;
    border: solid 1px white;
    border-radius: 2rem;
    background: rgb(0, 0, 0);
}

.video1{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%) translateX(-15%) rotate(-7deg);
}
.video2{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(10%) rotate(-5deg);
}
.video3{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-10%) rotate(5deg);
}
.video4{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-60%) translateX(15%) rotate(7deg);
}

#vid{
    border-radius: 2rem;
}

.creator{
    width: 90%;
    height: 90vh;
    background-color: rgb(255, 167, 227);
    /* position: absolute; */
    /* top: 390%; */
    /* bottom: 20%; */
    transform: translate(6%,65%);
    border-radius: 2rem;
    /* padding: 2rem; */
    margin-bottom: 2rem;
}

.creator-head{
    display: flex;
    flex-direction: column;
    align-items: left;
    font-size: 2rem;
    padding: 1rem 4rem;
}

.create-name{
    width: 90%;
    height: 60%;
    background-color: aliceblue;
    transform: translate(5%);
    border-radius: 2rem;
}

.steps{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* position: absolute; */
    height: 150vh;
    /* border: solid 50px black; */
    transform: translate(0%,50%);
    width: 100%;
    /* background-color: rgb(255, 0, 0); */
    padding: 1rem;
}

.steps-text{
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    font-size: 3rem;
}

.steps-content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 80%;
    margin-bottom: 2rem;
    margin-top: 5rem;
}

.content{
    width: 30%;
    height: 93vh;
    position: relative;
    /* background-color: aliceblue; */
    margin: 1rem 1rem;
    /* font-size: 1.2rem; */
}

.image-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 75%;
    border-radius: 15px;
    padding-top: 100%; 
}

.number {
    position: absolute;
    bottom: 110px; 
    right: -20px; 
    text-align: center;
    font-size: 1.5rem; 
    /* background: rgba(255, 255, 255, 0.5);  */
    font-size: 5rem;
    font-weight: 600;
    color: orange;
    padding: 5px; 
    border-radius: 5px; 
}
h2 {
    font-size: 2.5rem;
    margin-top: 50px; 
}

p {
    font-size: 3rem;
}

.features{
    width: 100%;
    height: 100vh;
    transform: translate(0%,80%);
    /* background: red; */
    display: flex;
    flex-direction: column;
    /* margin-bottom: 2rem; */
}

.features-1, .features-2{
    display: flex;
    /* flex-wrap: wrap; */
    width: 80%;
    height: 40%;
    /* background: wheat; */
    justify-content: space-between;
    transform: translate(12%);
    margin-top: 2rem;
}

.features-1 .item,
.features-2 .item{
    margin: 10px; /* Adjust this value to control the spacing between items */
    width: calc(33.33% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center; 
    position: relative;
    overflow: hidden;
    border-radius: 5rem;
    /* background: #ffffff; */
    padding: 20px;
    background: transparent;
}

.item img {
    filter: hue-rotate(220deg);
    border-radius: 1rem;
    width: 30%; /* Make the image fill the width of the item div */
    height: auto; /* Maintain the aspect ratio */
    display: block; /* Remove any default inline styles that may affect alignment */
}

.item-text {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 130px;
    color: rgb(255, 255, 255); /* Adjust text color as needed */
}

.features-text{
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    font-size: 3rem;
}

.subscription{
    width: 100%;
    height: 150vh;
    background:wheat;
    transform: translate(0%,70%);
}

.subscription-text{
    margin-top: 2rem;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    font-size: 3rem;
    transform: translate(0%,20%);
}

.registration{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 80%;
    height: 60vh;
    border: solid 10px rgb(0, 0, 0);
    transform: translate(13%,20%);
    padding: 2rem 2rem;
}

.registration h1{
    color: black;
    font-size: 5rem;
    font-weight: 100;
    transform: translate(0%,-50%);
}

.registration button{
    color: black;
    border: solid 2px black;
    width: 20%;
    font-size: 2rem;
}

.registration button:hover{
    color: aliceblue;
    background: black;
    transition: 0.5s;
}

@media screen and (max-width:740px) {

    nav{
        width: 100%;
        font-size: 0.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    nav ul{
        width: fit-content;
        justify-content: center;
        border: solid 1px rgb(255, 255, 255);
        border-radius: 5rem;
        display: flex;
    }

    button{
        display: flex;
        font-size: 0.5rem;
        padding: 0rem 0rem;
        width: 50px;
        align-items: center;
        justify-content: center;
        /* margin: 1rem 1rem; */
        /* height: fit-content; */
    }


    .home-btn{
        display: flex;
        justify-content: space-between;
        width: 200px;
        display: flex;
        padding: 1rem;
    }
    
    nav li{
        padding: 0.5rem 1rem;
    }

    .container{
        width: 100%;
    }

    .home-text{
        font-size: 0.9rem;
    }
    
    .profiles{
        height: auto;
        padding: 1rem 0rem;
    }

    .profile-pic img{
        width: 60px !important;
        height: 60px !important;
    }

    .followers{
        /* font-size: 1.5rem; */
        transform: translate(20%,250%);
    }
    
    .followers p{
        font-size: 0.5rem !important;
    }

    .profile-pic{
        display: flex;
        flex-direction: column;
        height: 100px;
        width: 100px;
        margin: 0.5rem;
        position: relative;
    }

    .count{
        width: 80vw;
        height: 30%;
        font-size: 0.5rem;
    }

    .counter-item{
        padding: 0rem 1rem;
    }

    .counter-item p{
        font-size: 1rem !important;
        
    }

    .vid-container{
        max-width: 100vw;
        height: 50vh;
        position: relative;
    }

    .craft-text{
        line-height: 2rem;
    }

    p{
        font-size: 1rem !important;
    }

    #sub_text{
        font-size: 0.5rem !important;
    }

    .middle{
        font-size: 1.2rem !important;
    }

    .shorts{
        display: flex;
        flex-direction: column;
        transform: translate(0%,630%);
        height: 170px;
        width: 100vw;
        border-radius: 0px !important;
    }

    .video{
        width: 70%;
        height: auto;
        border-radius: 20px;
        margin: 1rem 1rem;
    }

    #vid{
        border-radius: 20px;
    }

    .video1{
        transform: translateY(-10%) rotate(10deg);
    }

    .video3{
        transform: translateY(10%) rotate(10deg);
    }

    .video4{
        transform: translateY(10%) rotate(-10deg);
    }

    .steps{
        transform: translate(0%,100%);
    }

    .steps-content{
        flex-direction: column;
        width: 100%;
        height: 300px;
    }

    .content{
        height: 100%;
        width: 100%;
        margin-bottom: 300px;
    }

    .content h2{
        font-size: 1rem;
    }

    .number{
        font-size: 2.5rem;
        right: 10%;
        top:-10%;
    }

    nav img{
        left: 1%;
    }

    .features{
        width: 100vw;
        transform: translate(0%,270%);
    }

    .features-text{
        height: fit-content;
    }
    .features-1, .features-2{
        width: 100%;
        margin-left: 0;
        transform: translate(0%);
        left: 0%;
    }

    .item img{
        width: 50%;
    }

    .subscription{
        width: 100vw;
        height: 50vh;
        transform: translate(0%,575%);
    }
    
    .subscription-text{
        height: fit-content;
        font-size: 1.5rem;
    }

    .registration{
        height: 200px;
        border: solid 5px black;
    }

    .registration h1{
        font-size: 1rem;
    }

    .registration button{
        font-size: 0.5rem;
        width: fit-content;
    }


}