
*  {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box; 
    font-family: 'montseerat';
    color:crimson;
}
html,body{
    height: 100%;
    perspective: 800;
    width: 100%;
}
*::selection{
    background-color: darkorchid;
    color:pink;
}
body::-webkit-scrollbar {
    display: block;
    width: 8px;
    background: plum;
}
body::-webkit-scrollbar-thumb{
    background-color: pink;
    border-radius: 50px;
}
body {
    overflow-x: hidden;
}
#cursor{
    height: 20px;
    width: 20px;
    background-color:crimson;
    border-radius: 50%;
    position: fixed;
    z-index: 99;
    transition: all linear 0.3s;
}
#cursor-blur{
    height: 500px;
    width: 500px;
    background-color:rgba(220, 20, 60, 0.289);
    border-radius: 50%;
    position: fixed;
    filter: blur(40px);
    z-index: 9;
    transition: all linear 0.4s;

}
#nav{
    height: 145px;
    width: 100%;
    /*background-color: aliceblue; */
    display: flex;
    align-items: center;
    padding: 0 120px;
    gap: 60px; 
    position: fixed;
    justify-content: flex-start;
    z-index: 999;
}
#nav img{
    height: 4.5vw;
}
#nav h4{
    text-transform:uppercase;
    font-weight: 400px;
    cursor: pointer;
    font-size: 1.15vw;
}
video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: fixed;
    z-index: -1;

}
#main{
    position: relative;
    background-color: rgba(0, 0, 0, 0.03);

}

#page1{
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    z-index: 10;
}
#page1 h1{
    font-size: 7.5vw;
    font-weight: 900;
    position: relative;

}
#page1 h1::before{
    content:"BEAUTY.WITH.SELENA";
    position: absolute;
    color:burlywood;
    top: -5px;
    left: -5px;
    -webkit-text-stroke: 4px gray;
    z-index: -1;
}
#page1 h2{
    font-size: 40px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 20px;
}
#page1 p{
    font-size: 1.2vw;
    font-weight: 400;
    width: 40%;
}
#page1 #arrow{
    height: 250px;
    width: 250px;
    background-color: transparent;
    border: 2px solid pink;
    position: absolute;
    display: flex;
    left: -2%;
    bottom: 0%;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all ease 0.5s;
}
#page1 #arrow i{
    font-size: 50px;
    font-weight: 100;


}
#page1 #arrow:hover{
    scale: 0.4;
    background-color: crimson;

}
#page2{
    min-height: 100vh;
    width: 100%;
    z-index: 10;
}
#scroller{
    /* background-color:cadetblue;*/
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 10;

}
#scroller::-webkit-scrollbar{
    display: none;

}
#scroller-in{
    display: inline-block;
    white-space: nowrap;
    animation-name: scroll;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#scroller h4{ 
    display: inline-block;
    font-size: 100px;
    font-weight: 900;
    font-family: gilroy;
    margin-right: 10px;
    transition: all linear 0.5s;
    color:transparent;
   -webkit-text-stroke: 2px plum;
}
#scroller h4:hover{
    color:plum;
    -webkit-text-stroke: 2px palevioletred;
}
@keyframes scroll {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }

}
#about-us{
    height: 40vh;
    width: 100%;
    /*background-color: darkmagenta;*/
    display: flex;
    padding: 0 50px;
    align-items: center;
    justify-content: space-around;
    position: relative;
    z-index: 10;
}
#about-us-img{
    height: 220px;
    width: 220px;
    border-radius: 20px;
    object-fit: cover;
}
#about-us-in{
    width: 50%;
    text-align: center;

}
#about-us-in h3{
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 40px;
}
#about-us-in p{
    font-size: 20px;
    line-height: 26px;

}
#cards-container{
    /*background-color: darksalmon;*/
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
    z-index: 10;
}
.card{
    height: 80%;
    width: 20%;
    /*background-color:bisque;*/
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: all ease 0.6s;

}
#card1{
    background-image: url("https://th.bing.com/th/id/OIP.HX9UwZ7hDdpvQs1j18YQZQHaGF?w=247&h=203&c=7&r=0&o=5&dpr=1.3&pid=1.7");
}
#card2{
    background-image: url("https://th.bing.com/th/id/OIP.X7ED2LqRdi1_LVHmYAnxtQHaEm?w=288&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7");
}
#card3{
    background-image: url("https://th.bing.com/th/id/OIP.rd3pe9ZbNI2ng6hfSsU-pAHaHa?w=225&h=220&c=7&r=0&o=5&dpr=1.3&pid=1.7");
}
.overlay{
    height: 100%;
    width: 100%;
    background-color:palevioletred;
    align-items: center;
    padding: 30px;
    padding-top: 160px;
    opacity: 0;
    transition: all ease 0.6s;
    
}
.overlay h4{
    color:black;
    font-size: 50px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: 800;
}
.overlay p{
    color:blueviolet;
    font-size: 18px;

}
.card:hover .overlay{
    opacity: 1;
}
.card:hover{
    transform: rotate3d(-1, 1, 0, 20deg);
}
#green-div{
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color:hotpink;
    background: linear-gradient(pink,crimson);
}
#green-div h4{
    width: 45%;
    line-height: 40px;
    color:black;
    text-align: center;
    font-weight: 800;
    font-size: 27px;
    text-transform: uppercase;
}
#green-div img{
    height: 100%;
    object-fit: cover;
    width: 14%;
}
#page3{
    height: 100vh;
    width: 100%;
    background-color:pink;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
#page3>p{
    font-size: 35px;
    font-weight: 700;
    width: 60%;
    line-height: 45px;
    text-align: center;
}
#page3 img{
    position: absolute;
    height: 6opx;
}
#page3 #colon1{
    left: 60%;
    top: 55%;
    size: 10px;

}
#page3 #colon2{
    bottom: 55%;
    right: 60%;
}
#page4{
    height: 30vh;
    width: 100%;
    /*background-color: beige;*/
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;

}
.elem{
    height: 70%;
    width: 26%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;

}
.elem h2{
    height: 100%;
    width: 100%;
    background-color: bisque;
    display: flex;
    color:black;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    font-size: 20px;
    position: absolute;
    z-index: 10;

}
.elem img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease 0.5s;
    scale: 1.1;

}
.elem:hover h2{
    color: aliceblue;
    background-color: transparent;
}
.elem:hover img{
   scale: 1;
}
#page4 h1{
    font-size: 112px;
    position: absolute;
    top: -20%;
    font-weight: 350;
    font-family: sans-serif;
    color: pink;
    -webkit-text-stroke: 2px powderblue;
}

