@font-face {
    font-family: Gilroy-Light;
    src: url(./Fonts/Gilroy-Light.ttf);
}

@font-face {
    font-family: Gilroy-regular;
    src: url(./Fonts/Gilroy-Regular.ttf);
}

@font-face {
    font-family: Gilroy-Thin;
    src: url(./Fonts/Gilroy-Thin.ttf);
}

@font-face {
    font-family: Gilroy-UltraLight;
    src: url(./Fonts/Gilroy-UltraLight.ttf);
}

@font-face {
    font-family: Gilroy-Bold;
    src: url(./Fonts/Gilroy-Bold.ttf);
}

*::selection{
    background-color: rgb(5, 199, 5);
    color: black;
}

*{
margin:0;
padding:0
font-family:Gilroy-Regular;
}
html,body{
width:100%;
height:100%
}

.pages{
    width: 100%;
    height: 100vh;
    /* position: sticky; */
    top: 0;
  
}

#page1{
    background:#EFEAE3;
    
}


#page2{
    background: #EFEAE3;
    height: 100vh;
    overflow: hidden;
}

#page2heading{
    font-family: Gilroy-Regular;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw 0vw;
    overflow: hidden;
    font-size: 2.5vw;
    gap: 1vw;
}

#page2buttons{
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 1vw;
    padding: 8vw 0vw;
    justify-content: center;
    
}

#page2elements{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0vw 2vw;

}

#page2cards{
    transition: transform 1s;
    width: 40vw;
    height: 40vw;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    flex-direction: column;
justify-content: flex-start;
}

#swipe{
    font-size: .5vw;
    font-family: Gilroy-Regular;
    color: black;
display: flex;
justify-content: space-between;
}

#navigation{
    width: 45vw;
    height: 10vw;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.arrows{
    width: 200px;
    height: 150px;
    font-size: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 1;
    position: relative;
    color: white;
    scale: 0;
}

.ri-arrow-left-circle-line{
    position: relative;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.ri-arrow-right-circle-line{
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);

}

.arrows i{
    position: relative;
}

/* #page2cards:hover{
    border: 2px solid blue;
    transform:rotateX(15deg) rotateY(10deg);
} */



.swiper-wrapper{
    width: 30vw ;
    height: 35vw;
}



  .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    font-family: Gilroy-Regular;
    background-color: black;
    overflow: hidden;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(.5px);
    opacity: .6;

}



.swipertext{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1vw 1vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    z-index: 99;
    top: 10%;
    opacity: 0;
    transition: all .7s ease-in-out;
}

.swipertext:hover{
    top: -4%;
    opacity: 1;

}

.swipertext:hover .swiperimg{

}


.swipertext h2{
    font-weight: 400;
    font-size: 3vw;
}

.swipertext p{
    width: 80%;
    font-weight: 200;
    font-size: 1.25vw;
}



  .cardbtn{
    font-family: Gilroy-Regular;
    background-color: transparent;
    width: 250px;
    border: 2px solid rgb(255, 255, 255);
    font-size: 1.3vw;
    padding: .5vw 1vw;
    border-radius: 50px;
    color: white;
    cursor: pointer;
  }

#button2swiper{
    width: 250px;
    font-size: 1.2vw;
}

#button3swiper{
    width: 200px;
    font-size: 1.2vw;

}



.btn{
    width: 28vw;
    padding: 1.5vw 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.45vw;
    font-family: Gilroy-Regular;
    background-color: transparent;
    border: 2px solid black;
    border-radius: 50px;
    transition: background-color .6s ease-in-out;
    transition: color .2s ease-in-out;


}

.btn:hover{
    background-color: black;
    color: #EFEAE3;
}

#btn1{
    background-color: black;
    color: #EFEAE3;
}

#movingtext{
   white-space: nowrap;
    overflow-x: auto;
    align-items: center;
    background-color: #EFEAE3;
    padding-bottom: 2vw;
    
}

#movingtext::-webkit-scrollbar{
    display: none;
}

@keyframes textmove {
    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(-100%);
    }
}

#separator{
   font-size: 4vw;
}


.con{
    white-space: nowrap;
    display: inline-block;
    gap: 2vw;
    /* animation-name:textmove;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transition: transform .5s ease-in-out; */
transform: translateX(-100%);
}

.con h1{
    font-family: Gilroy-Bold;
    font-size: 8vw;
    display: inline-block;
    margin: 0vw 1vw;

}

#page3{
    width: 100%;
    height: 100vh;
    background-color: #EFEAE3;
    position: relative;
}

@keyframes gooeyanimation3 {
    from{
        transform: translate(0%,5%);   
    }
    to{
        transform: translate(0%,-5%);
    }
}

#gooey{
    width: 50vw;
    height: 30vw;
    background-color: rgb(3, 185, 3);
    filter: blur(40px);

    border-top-left-radius:50% ;
    /* border-bottom-right-radius:50% ; */
    /* filter: blur(40px); */
    animation-name: gooeyanimation3;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;

}

@keyframes gooeyanimation1 {
    from{
        transform: translate(-10%,10%);   
    }
    to{
        transform: translate(20%,-30%);
    }
}

@keyframes gooeyanimation2 {
    from{
        transform: translate(30%,10%);   
    }
    to{
        transform: translate(80%,-20%);
    }
}

#gooey-1{
    width: 25vw;
    border-top-right-radius:50% ;
    border-bottom-right-radius:50% ;
    height: 50%;
    position: absolute;
    background-color: rgb(3, 138, 3);
    filter: blur(40px);
    animation-name: gooeyanimation1;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
#gooey-2{
    width: 35vw;
    border-top-right-radius:50% ;
    border-bottom-right-radius:50% ;
    height: 50%;
    background-color: rgb(1, 161, 1);

    /* filter: blur(40px); */
    position: absolute;
    animation-name: gooeyanimation2;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


#page3video{
    width: 100%;
    height: 100vh;
    position: absolute;
    display: flex;
    z-index: 99;
    align-items: center;
justify-content: center;
}

#text{
    width: 95vw;
    height: 45vw;
    border-radius: 50px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.384);
}
#cursor{
    width: 4vw;
    height: 4vw;
    padding: 1vw 1vw;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 99;
    scale: 0;
    cursor: pointer;
}

#cursor h2{
    font-size: 1.35vw;
    text-align: center;
    color: white;
    font-family: Gilroy-Bold;

}

#video{
    width: 95vw;
    height: 45vw;
    border-radius: 50px;
}

#video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;

}

#text h1{
    font-family: Gilroy-Bold;
    font-size: 5vw;
color: white;
}



#line1{
    display: flex;
    gap: 1vw;
    overflow: hidden;
}

#line2{
    display: flex;
    gap: 1vw;
    overflow: hidden;
}

#page4{
    width: 100%;
    height: 100vh;
    background-color: #EFEAE3;
  display: flex;
  justify-content: center;
align-items: center;  
padding: 5vw 0vw;
flex-direction: column;

}

#page4 h1{
    font-family: Gilroy-Regular;
    font-size: 6vw;
    text-align: center;
}



#ball{
    width: 800px;
    height: 800px;
    background-color: rgb(5, 173, 5);
    border-radius: 50%;
position: sticky;
filter: blur(40px);
position: absolute;

}

@keyframes ball1 {
    from{
        transform: translate(-10%,10%);
    }
    to{
        transform: translate(10%,-10%);
    }
}

@keyframes ball2 {
    from{
        transform: translate(-10%,10%);
    }
    to{
        transform: translate(-10%,5%);
    }
}

#ball1{
    width: 100%;
    height: 100%;
    background-color: rgb(4, 170, 4);
    border-radius: 50%;
    position: absolute;

    animation-name: ball1;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#ball2{
    width: 100%;
    height: 100%;
    background-color: rgb(32, 177, 32);
    position: absolute;
    border-radius: 50%;
    animation-name: ball2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#templates{
    width: 100%;
    display: flex;
    overflow: hidden;
    /* flex-direction: column; */
    /* flex-shrink: 0; */
}

@keyframes textslideup {
    from{
        transform: translateY(100%);
    }
    to{
        transform: translate(50%);
    }
}

#templatebtn{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1vw 1.5vw;
    border-radius: 50px;
    font-family: Gilroy-Regular;
    font-size: 1.5vw;
    background-color: transparent;
    border: none;
    background-color: white;
    color: black;
top: 100%;
opacity: 0;
transition: all .4s ease-in-out;
}

#templatebtn:hover{
    background-color: black;
    color:white;
    cursor: pointer;
}




#templatesline1{
    display: flex;
    flex-shrink:0;
    /* flex-grow: 1; */
    padding: 2vw 2vw;
    gap: 4vw;
    align-items: center;
    animation-name: textmove;
    animation-duration: 100s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


/* #templatesline1:hover{
    animation-play-state: paused;
} */

.template1{
    width: 700px;
    height: 400px;
    border-radius: 30px;
    background-color: rgb(0, 0, 0);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.template1:hover img{
    opacity: .8;
}

.template1:hover #templatebtn{
top:50%;
opacity: 1;
}

.template2{
    width: 400px;
    height: 750px;
    border-radius: 20px;
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.template2:hover img{
    opacity: .8;
}

.template2:hover #templatebtn{
top:50%;
opacity: 1;
}
.template1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    transition: opacity .5s ease-in-out;

}

.template2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:  top;
    border-radius: 20px;

}

#box{
    width: 100px;
    height: 300px;
    background-color: green;
}

#page5{
    background-color: #EFEAE3;
}

#page5 h1{
    font-family: Gilroy-regular;
    font-size:3vw;
    text-align: center;
    padding: 1vw 0vw;
}

#questions{
    margin-top: 1vw;

}
.question{
    width: 80%;
    font-family: Gilroy-UltraLight;
    font-size: 1.25vw;
    padding: 1.5vw 2vw;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

#line{
    width: 80%;
    height: 1px;
    margin-left: 2vw;
    background-color: #27293b3d;
}



.question i{
    padding: .8vw 1vw;
    font-weight: lighter;
    font-size: 2vw;
    border-radius: 50%;
    border: 1px solid ;
    scale: 0;
    cursor: pointer;
    
}

footer{
    height: 100vh;
    background-color: black;
    color: white;
    padding-top: 8vw;
}

#footertop{
    display: flex;
    justify-content: space-around;

}

.footercolumns{
    display: flex;
    flex-direction: column;
  
    
}

footer h1{
    font-family: Gilroy-Bold;
    font-size: 1.25vw;
}

footer h3{
    font-family: Gilroy-Regular;
    font-weight: 200;
    font-size: 1vw;
}

#page6{
    height: 100vh;
    background-color: red;
}


#footerbottomlinks{
    color: white;
    padding-right: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4vw;
}

#bottomleft{
    color: white;
    display: flex;
    align-items: center;
    gap: 1vw;
}

.links{
    display: flex;
    font-family: Gilroy-Regular;
    align-items: center;
}
.links i{
    font-size: 2vw;
}

#logo2{
    font-family: Gilroy-Bold;
font-size: 1.35vw;
padding: 1vw 0vw;
padding-left: 2vw;
color: #ffffff;
display: flex;
align-items: center;
gap: 1vw;
}

#logo2 img{
    filter: invert(1);
    width: 2.5vw;
    height: 2vw;
}

#bottomright{
    font-size: 2vw;
}

#footerline{
    width: 100%;
    height: 2px;
    background-color: white;
}

#footerend{
    color: white;
}

.copyright{
    display: flex;
    font-family: Gilroy-Regular;
    font-weight: 200;
    justify-content: space-between;
    padding: 1vw 1vw;
}
#copyrightlinks{
    display: flex;
    gap: 1vw;
}
#copyrightlinks a{
    text-decoration: none;
    color: white;
}

.copyright p{
    width: 70%;
}

#loader{
    width: 100%;
    height: 100vh;
    background-color: black;
    position: fixed;
    z-index: 999;
    pointer-events: none;
   /* display: none; */
   display: flex;
   flex-direction: column;
   font-family: Gilroy-Regular;
   color: white;
justify-content: center;
align-items: center;
}
#loaderline1{
    display: flex;
    gap: 1vw;
    align-items: baseline;
    font-size: 2vw;
    overflow: hidden;
}
#loaderline2{
    display: flex;
    font-size: 1.5vw;
}

#loaderline1 h2{
    color: rgb(1, 177, 1);
}


#newnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5vw 1vw;
    gap: 1vw;
}

#newleft{
    display: flex;
    align-items: center;
    gap: 3vw;
    width: 40%;
}

#newleft h1{
    font-family: Gilroy-Bold;
    font-size: 3vw;
}

#newleft input{
font-size: 1.35vw;
font-family: Gilroy-Light;
border-radius: 2vw;
border:none;
background-color: rgba(151, 145, 145, 0.438);
padding: .5vw 2vw;

}



#newright{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.newbtns{
font-family: Gilroy-Regular;
font-size: 1.25vw;
padding: 1vw 1vw;
border-radius: 2vw;
border: none;
background-color: rgba(151, 145, 145, 0.438);
transition: background-color .3s ease-in-out;
}

.newbtns:hover{
background-color: rgba(95, 90, 90, 0.438);

}

#newpage1mid{
    width: 100%;
    height: 20vw;
    font-family: Gilroy-Regular;
    display: flex;
}

#asterisk{
    width: 100px;
    height: 100px;
    position: absolute;
    font-size: 3vw;
    display: flex;
    justify-content: flex-start;
    color: #02c92d;
    top: 10%;
    
}

.ri-asterisk{
    font-weight: 800;
}

#midleft{
    width: 15%;
    height: 100%;
    display: flex;
    font-size: 1.25vw;
    display: flex;
    flex-direction: column;
    gap: .3vw;
    padding: 0vw 1vw;
    z-index: 99;
   
}

.navoptions{
    transition: color .2s ease-in-out;
}

.navoptions:hover{
    color: rgb(5, 184, 5);
    cursor: pointer;
}

#star{
    font-size: 4vw;
}

#midright{
   width: 85%;
   height: 100%;
}

#midline1{
    height: 33%;
    display: flex;
    gap: 1.5vw;
    padding: 0vw 1vw;
}

#midline1 h1{
    font-size: 6vw;
    font-weight: 200;
}

#midline1 img{
   scale: .8;
}

#midline1 p{
    font-size: 2vw;
    line-height: 2vw;
    width: 35%;
}

#midline2{
    padding-left: 15vw;
}

#midline2 h1{
    font-size: 5vw;
    font-weight: 200;
}

#midline3 h1{
    font-size: 5vw;
    font-weight: 200;
}

#midline3{
    padding-left: 8vw;
    display: flex;
    align-items: center;
    gap: 5vw;
}

#midline1, #midline2, #midline3{
    overflow: hidden;
}


#btnarrow{
    background-color: white;
    font-size: 1.5vw;
    border-radius: 50%;
    padding: .5vw .6vw;
    margin: .2vw .2vw;
    /* margin-right: 1vw; */
}

#newpage1bottom{
    display: flex;
    justify-content: space-evenly;
}

#section1{
    width: 20vw;
    height: 20vw;
    background-color: black;
    border-radius: .5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .4s ease-in-out;
    cursor: pointer;
}
#section1:hover{
    transform: translate3d(0px, -50px, 0px);
}

#section1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
    opacity: .3;
}

#section1 h1{
    font-family: Gilroy-Regular;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px #000, 3px 3px 5px #161616;
cursor: pointer;
}

#section1text{
    position: absolute;
text-align: left;
}

#section4text{
    position: absolute;
text-align: left;
color: white;
font-family: Gilroy-Regular;
text-shadow: 1px 1px 2px #000, 3px 3px 5px #161616;
cursor: pointer;
}

#section2{
    width: 30vw;
    height: 20vw;
    background-color: rgba(151, 145, 145, 0.438);
    border-radius: .5vw;
}

#section2 video{
width: 100%;
height: 100%;
object-fit: cover;
object-position:center ;
pointer-events: none;
}

#section3{
    width: 20vw;
    height: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#section4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
    opacity: .3;
}

#section4:hover{
    transform: translate3d(0px, -50px, 0px);
}

.section3child{
    width: 100%;
    height: 9.5vw;
    background-color: red;
    border-radius: .5vw;
}


#section4{
    width: 20vw;
    height: 20vw;
    background-color: black;
    border-radius: .5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .4s ease-in-out;
    cursor: pointer;
    transition: transform .4s ease-in-out;

}



.section3child img{
    width: 100%;
    height: 100%;
    cursor: none;
    border-radius: .4vw;
    /* object-position: top; */
}

#finderanimation{
    width: 8vw;
    height: 8vw;
    position: absolute;
    left: 70%;
}


#getdomain {
    font-family: Gilroy-Regular;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding: .3vw .5vw;
    font-size: 1vw;
    overflow: hidden;
    border-radius: 20px;
    transition: 0.2s;
	transform: scale(2);
}

#getdomain span {
    position: relative;
    z-index: 0;
    color: #fff;
}

#getdomain .liquid {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #00b12c;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: 0.6s;
}

#getdomain .liquid::after,
#getdomain .liquid::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transform: translate(-25%, -75%);
}

#getdomain .liquid::after {
    border-radius: 45%;
    background: rgba(20, 20, 20, 1);
    box-shadow: 0 0 10px 5px #069230, inset 0 0 5px #04ff43;
    animation: animate 5s linear infinite;
    opacity: 0.8;
}

#getdomain .liquid::before {
    border-radius: 40%;
    box-shadow: 0 0 10px rgba(26, 26, 26, 0.5),
        inset 0 0 5px rgba(26, 26, 26, 0.5);
    background: rgba(26, 26, 26, 0.5);

    animation: animate 7s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-25%, -75%) rotate(0);
    }
    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
}
#getdomain:hover .liquid {
    top: -120px;
}

#getdomain:hover {
    box-shadow: 0 0 5px #047a00, inset 0 0 5px #01c41b;
    transition-delay: 0.2s;
}
#responsivewarning{
    display: none;
}

.hamburger{
    display: none;
}

/* @media (max-width: 600px) {
    #loader{
        display: none;
    }
    #main{
        display: none;
    }

    #responsivewarning{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2vw;
        font-family: Gilroy-Regular;
    }
} */

@media screen and (max-width: 800px) {
    body{
      
    }
    
  #loaderline1{
      gap: 2vw;
      font-size: 5vw;
  }
  #loaderline2{
      display: flex;
      font-size: 3.5vw;
  }
    
    
    
    footer{
      height: 100%;
      
    }
    
  
  #footertop{
    /* margin-top: 5vw; */
    flex-wrap: wrap;
    justify-content: space-between;
  
  }
  
  .footercolumns{
    width: 30vw;
    /* padding-bottom: 5vh;
      gap: .20vw; */
    align-items: left;
  }
  
  footer h1{
      font-size: 5vw;
    padding-bottom: 1vh;
  }
  
  footer h3{
      font-size: 3vw;
  }
  
    
  
  #bottomleft{
      gap: 1.5vw;
  }
  .links i{
      font-size: 5vw;
  }
  .links h2{
    font-size: 4vw;
  }
  
  #logo2{
   font-size: 3vw; 
  gap: 2vw;
  align-items: center;
  }
  
  #logo2 img{
      filter: invert(1);
      width: 4.7vw;
      scale: 1.1;
      height: 4.5vw;
  }
  
  #bottomright{
      font-size: 4vw;
  }
  
  #footerline{
      height: 5px;
  }
    
  .copyright{
padding: 1vw 1vw;
    justify-content: space-between;
  }
  #copyrightlinks{
      display: flex;
      gap: 2vw;
      font-size: 2vw;
  }
  #frontend{
    justify-content: space-between;
  }
  
  .copyright p{
      width: 50%;
      font-size: 2vw;
  }
    
    
    
    
    #page5{
      height: 120%;
    }
    
  
  #page5 h1{
    font-weight: bolder;
      font-size:10vw;
      padding-top: 8vh;
  }
  
  #questions{
      margin-top: 4.5vw;
  
  }
  .question{
      font-size: 3vw;
      padding: 8vw 4vw;
  }
  
  #line{
      width: 90%;
      height: 2px;
      margin-left: 3vw;
  }
    
  .question i{
    margin-left: 5vw;
      padding: 4vw 4.4vw;
      font-size: 5vw;
  }
    
    
    
    
    
    
    
  #gooey{
      width: 70vw;
      height: 50vw;
      bottom:20%;
  
  }
    
  
  #gooey-1{
      width: 25vw;
      top: 50%;
      height: 30%;
      
  }
  #gooey-2{
      width: 35vw;
      height: 50%;
  }
  
  
  #page3video{
      width: 100%;
      height: 100%;
  }
  #cursor{
      display: none;
  }
    
    
  #text{
      width: 95vw;
      height: 85vw;
      
  }
    
  #video{
      width: 95vw;
      height: 85vw;
      border-radius: 50px;
  }
  
  #text h1{
      
      font-size: 7vw;
  }
  
  
  
  #line1{
      gap: 2vw;
  }
  
  #line2{
      gap: 2vw;
  }
    
    
    
    
    
    
  #page4{
    height: 100%;
  padding: 5vw 0vw;
  
  }
  
  #page4 h1{
      font-size: 9vh;
    text-decoration: underline;
    padding-bottom: 5vw;
  }
  
  
  
  #templatebtn{
      
      padding: 5vw 3.5vw;
      font-weight: bold;
      font-size: 4.5vw;
      
  }
    
  .template1{
      width: 110vw;
      height: 80vw;
      border-radius: .5vw;
background-color: none;    
  }

  .template1 img{
    border-radius: .5vw;
  }
    
  
  .template2{
      width: 350px;
      height: 500px;
      scale: .7;


      
  }
  #box{
      width: 100px;
      height: 300px;
  }
    
    
    
    #ball{
        width: 80vw;
        height: 100vw;
        opacity: .7;
    }
    
    #page4 h1{
        font-size: 10vw;
    }

    #page4{
        padding: 0vw 0vw;
        justify-content: flex-start;
        align-items:first baseline;
    }
    
    #templates{
        margin: 0vw 0vw;
        justify-content: flex-start;
        padding: 0;
        height: 100vw;
    }
    
    #templatesline1{
padding: 0vw 0vw; 

    }
    
    
    @keyframes ball1 {
        from{
            transform: translate(-10%,0%);
        }
        to{
            transform: translate(10%,20%);
        }
    }
    
    @keyframes ball2 {
        from{
            transform: translate(-10%,0%);
        }
        to{
            transform: translate(-10%,25%);
        }
    }

    #page3{
        justify-content: flex-start;
        height: 100vw;
        padding-bottom: 10vw;
    }
#text h1{
    font-size: 8vw;
}
    .con h1{
        font-size: 20vw;
    }

    

    #page1{
       
    }
    


    #page2heading{
        flex-wrap: wrap;
          font-size: 5.5vw;
          gap: 1vw;
      }
        
      
      #page2elements{
        flex-direction: column;
          padding: 5vw 2vw;
        align-items: center;
        justify-content: center;
      }
      
        #swipe h1{
            font-size: 4vw;
        }
      
      
      #navigation{
          width: 90vw;
          height: 10vw;
          position: absolute;
          display: flex;
          justify-content: space-between;
          align-items: center;
          display: none;
      }
      
      .arrows{
          width: 200px;
          height: 150px;
          font-size: 4vw;
          display: flex;
          justify-content: center;
          align-items: center;
          scale: 1;
          position: relative;
          color: white;
          scale: 0;
      }
      
      
      .swipertext{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
      }
      
      .swiper-wrapper{
          width: 80vw ;
          height: 60vw;
      }
      
      
      .swipertext h2{
          font-weight: 400;
          font-size: 7vw;
      }
      
      .swipertext p{
          width: 80%;
          font-weight: 200;
          font-size: 4.25vw;
      }
      
      
      
        .cardbtn{
          width: 250px;
          font-size: 3.3vw;
          padding: .5vw 4vw;
        }
      
      #button2swiper{
          width: 250px;
          font-size: 3.3vw;
          padding: .5vw 4vw;
      }
      
      #button3swiper{
          width: 250px;
          font-size: 3.3vw;
          padding: .5vw 4vw;
      }
      
      
      
      
      .btn{
          width: 55vw;
          padding: 3vw 10vw;
          font-size: 6vw;
      
      }
        
      
      #page2cards{
        width: 90%;
        height: 65vw;
      }
      
      #page2buttons{
        width: 80%;
        align-items: center;
        justify-content: center;
        
          
      }

      .footercolumns{
        margin: .2vw 0vw;
      }



      /* page1 start  */

      .hamburger{
        display: block;
        font-size: 6vw;
      }
      
      #newnav{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5vw 1vw;
        gap: 1vw;
    }
    
    #newleft{
      justify-content: space-between;
        gap: 5vw;
        width: 70%;
      margin: 3vw 10vw;
      margin-left: 2vw;
    }
    
    #newleft h1{
        font-family: Gilroy-Bold;
        font-size: 8vw;
    }
    
    #newleft input{
    font-size: 3.35vw;
    padding: 1vw 2vw;
    
    }
    
    
    
    #newright{
        display: none;
    }
    
      
      
    .newbtns{
    font-family: Gilroy-Regular;
    font-size: 1.25vw;
    padding: 1vw 1vw;
    border-radius: 2vw;
    border: none;
    background-color: rgba(151, 145, 145, 0.438);
    }
    
    #newpage1mid{
        width: 100%;
        height: 20vw;
        font-family: Gilroy-Regular;
        display: flex;
    }
    
    #midleft{
        width: 15%;
        height: 100%;
        display: flex;
        font-size: 1.25vw;
        display: flex;
        flex-direction: column;
        gap: .3vw;
        padding: 0vw 1vw;
       
    }
    
    .navoptions{
        transition: color .2s ease-in-out;
    }
      
    
    #star{
        font-size: 4vw;
    }
    
    #midright{
       width: 85%;
       height: 100%;
    }
    
    #midline1{
        height: 33%;
        display: flex;
        gap: 1.5vw;
        padding: 0vw 1vw;
    }
    
    #midline1 h1{
        font-size: 6vw;
        font-weight: 200;
    }
    
    #midline1 img{
       scale: .8;
    }
    
    #midline1 p{
        font-size: 2vw;
        line-height: 2vw;
        width: 35%;
    }
    
    #midline2{
        padding-left: 15vw;
    }
    
    #midline2 h1{
        font-size: 5vw;
        font-weight: 200;
    }
    
    #midline3 h1{
        font-size: 5vw;
        font-weight: 200;
    }
    
    #midline3{
        padding-left: 8vw;
        display: flex;
        align-items: center;
        gap: 5vw;
    }
    
    #midline1, #midline2, #midline3{
        overflow: hidden;
    }
    
    
    #btnarrow{
        background-color: white;
        font-size: 1.5vw;
        border-radius: 50%;
        padding: .5vw .6vw;
        margin: .2vw .2vw;
        /* margin-right: 1vw; */
    }
      
      
      
      
    
    #newpage1bottom{
        display: flex;
        justify-content: space-evenly;
      flex-wrap: wrap;
    }
    
    #section1{
        width: 40%;
        height: 40vw;
        background-color: black;
        border-radius: .5vw;
        display: flex;
      margin-top: 5vw;
        justify-content: center;
        align-items: center;
        transition: transform .4s ease-in-out;
        cursor: pointer;
    }
      
    
    #section1 h1{
        font-family: Gilroy-Regular;
        color: rgb(255, 255, 255);
        text-shadow: 1px 1px 2px #000, 3px 3px 5px #161616;
      font-size: 4.5vw;
    cursor: pointer;
    }
    
    #section1text{
        position: absolute;
    text-align: left;
    }
    
    #section4text{
        position: absolute;
    text-align: left;
    color: white;
      font-size: 2.5vw;
    font-family: Gilroy-Regular;
    text-shadow: 1px 1px 2px #000, 3px 3px 5px #161616;
    cursor: pointer;
    }
    
    #section2{
        width: 40%;
        height: 40vw;
      margin-top: 5vw;
        background-color: rgba(151, 145, 145, 0.438);
        border-radius: .5vw;
    }
    
    
    
    #section3{
        width: 40%;
        height: 40vw;
      margin-top: 5vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
      
      
    
    .section3child{
        width: 100%;
        height: 17.5vw;
        background-color: red;
        border-radius: .5vw;
    }
    
    
    #section4{
        width: 40%;
        height:40vw;
        background-color: black;
      margin-top: 5vw;
        border-radius: .5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform .4s ease-in-out;
        cursor: pointer;
        transition: transform .4s ease-in-out;
    
    }
    
      
    
    #finderanimation{
        width: 8vw;
        height: 8vw;
        position: absolute;
        left: 70%;
    }
    
    
    #getdomain {
        font-family: Gilroy-Regular;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        padding: .3vw .5vw;
        font-size: 1vw;
        overflow: hidden;
        border-radius: 20px;
        transition: 0.2s;
        transform: scale(2);
    }
    
    #getdomain span {
        position: relative;
        z-index: 0;
        color: #fff;
    }
    
    #getdomain .liquid {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        height: 200px;
        background: #00b12c;
        box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
        z-index: -1;
        transition: 0.6s;
    }

#midleft{
    display: none;
}
#asterisk{
    display: none;
}

#finderanimation{
    display: none;
}



#newpage1bottom{
    flex-direction: column;
    align-items: center;
  
}

#section1 , #section2 , #section3 , #section4{
    width: 80%;
}

#section3{
    display: none;
}

#midright{
    width: 100%;
    height: 60vw;
    position: relative;
    align-items: center;
    display: flex;
    gap: 0;
    justify-content: flex-start;
    flex-direction: column;
}

#midline1{
    height: 33%;
    width: 100%;
}
#midline1 img,p{
    display: none;
}

#midline1 h1{
    font-size: 18vw;

}

#midline2{
    height: 15vw;
    width: 75%;
    padding-top: 1vw;


}
#midline2 h1{
    font-size: 12vw;
    line-height: 9vw;

}
#midline3{
    display: flex;
    justify-content: space-between;
    height: 25vw;
width: 90%;
left: 0;

}
#getdomain{
    top: 25%;
    right: 20%;
    font-size: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30vw;
}
#midline3 h1{
    font-size: 12vw;
    line-height: 10vw;
}

  #page1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  #newpage1bottom{
    margin-top: 50vw;
    height: 250vw;
  }
  }


