@import url('https://fonts.googleapis.com/css2?family=Asul:wght@400;700&family=Nunito:ital,wght@0,600;0,1000;1,400&family=Ubuntu&family=Varela&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asul:wght@400;700&family=Lato:ital,wght@0,700;1,700&family=Nunito:ital,wght@0,600;0,1000;1,400&family=Ubuntu&family=Varela&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asul:wght@400;700&family=Lato:ital,wght@0,700;1,700&family=Nunito:ital,wght@0,600;0,1000;1,400&family=Ubuntu:ital,wght@0,400;0,500;0,700;1,700&family=Varela&family=Varela+Round&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Asul', sans-serif;
}
html, body{
    height: 100%;
    width: 100%;
    color: azure;
}

#nav{
    height: 130px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 120px;
    gap: 60px;
    font-size: 20px;
    position: fixed;
    z-index: 99;
}
.c-blur{
    height: 300px;
    width: 300px;
    position: fixed;
    background-color: rgba(165, 42, 42, 0.473);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 9;
}
.cursor{
    height: 25px;
    width: 25px;
    position: fixed;
    z-index: 99;
    background-color: brown;
    border-radius: 50%;
}
#nav img{
    height: 70px;
    cursor: pointer;
}
#nav h4{
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
}

video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: fixed;
}

.main{
    position: relative; 
    background-color: rgba(0, 0, 0, 0.37);
}

.words{
    height: 100vh;
    width: 100%;
    display: flex;
    position: relative; 
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}
.words h1{
    font-size: 80px;
    font-weight: 900;
}

.second-part{
    min-height: 100vh;
    width: 100%;
    z-index: 10;
}

.scroller{
    /* background-color: maroon; */
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 9;
}
.scroller::-webkit-scrollbar{
    display: none;
}
.scroller h4{
    display: inline-block;
    font-size: 120px;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 20px;
    -webkit-text-stroke: 2px azure;
    color: transparent;
    transition:all linear 0.2s ;
}
.scroller h4:hover{
    color: green ;
}
.scrollone{
    display: inline-block;
    white-space: nowrap;
    animation-name: anim;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.about{
    height: 60vh;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    position: relative; 
}

.about img{
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.contents{
    width: 40%;
    text-align: center;
    font-weight: 900;
}
.contents p{
    margin-top: 15px;
   
}

.contents h3{
    font-size: 45px;
    font-weight: 800;
}

.cards{
    height: 90vh;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    overflow: hidden;
    transition: all ease 0.5s;
}

.card:hover{
    transform: rotate3d(1,1,0,10deg);
}

.third{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40vh;
    background: linear-gradient(to bottom, black,green,black);
}

.third h3{
    font-size: 30px;
    font-weight: 900;
}

.third img{
    height: 100%;
    object-fit: cover;
    width: 20%;
}


.fourth{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fourth p{
    font-size: 35px;
    width: 50%;
    font-weight: 800;
    text-align: center;
    line-height: 40px;
}

.fourth img{
    position: absolute;
    height: 50px;
}

.one{
    left: 17%;
    top: 25%;
    background-color: maroon;
}

.two{
    right: 17%;
    bottom: 25%;
    background-color: maroon;
}

.texts{
    background-color: maroon;
    height: 100%;
    width: 100%;
    padding: 30px;
    padding-top: 180px;
    opacity: 0;
    transition: all ease 0.5s;
}

.texts:hover{
    opacity: 1;
    border-radius: 20px;
}



.texts h2{
    font-size: 40px;
    color: azure;
    font-weight: 800;
    white-space: nowrap;
    margin-bottom: 30px;
}

.texts p{
    font-size: 20px;
}

.card{
    height: 65%;
    width: 25%;
    background-color: #fff;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
}

#card1{
    background-image: url(images/wallpaperflare.com_wallpaper\ \(3\).jpg);
}
#card2{
    background-image: url(images/spider-man-2099-spiderman-across-the-spider-verse-poster-2k-wallpaper-uhdpaper.com-792@1@k.jpg);
}
#card3{
    background-image: url(images/wallpaperflare.com_wallpaper\ \(8\).jpg);
}

.fifth{
    height: 60vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.elements{
    height: 50%;
    width: 27%;
    overflow: hidden;
    border-radius: 23px;
    position: relative;
}
.elements h2{ 
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: maroon;
    color: black;
    font-size: 40px;
    transition: all ease 0.6s;
    position: absolute;
    z-index: 10;
}
.elements:hover h2 {
    background-color: transparent;
    color: azure;
    cursor: pointer;
}
.elements img{
    height: 100%;
    width: 100%;
    scale: 1.2;
    object-fit: cover;
}
.elements:hover img{
    scale: 1;
}

.last{
    height: 45vh;
    width: 100%;
    background: linear-gradient(to bottom, black, maroon,black);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 250px;
    
}
.last img{
    height: 160px;
    margin-left: 390px;
    margin-top: 70px;
}

.last h2{
    font-size: 23px;
    font-weight: 900;
}

.last p{
    font-size: 17px;
}

#ones{
    margin-top: 70px;
}
@keyframes anim{
      from{
        transform: translateX(0);
      }
      to{
        transform: translate(-100%);
      }
}

