*
{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html,body
{
    width:100%;
    height:100%;
}
.source-serif-4-font {
  font-family: "Source Serif 4", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.main
{
    width:100%;
    height:100%;
    background-color:#fafafa;
    overflow-x: hidden;
}
.page1
{
    width:100%;
    height:80vh;
    margin-bottom: 2vh;
}
.page1 .nav
{
    height: 12vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.page1 .nav .options-left
{
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 1vmax;
    font-family: poppins;
    padding-right: 1.5%;
}
.page1 .nav .options-left h4
{
    font-weight: 350;
    cursor: pointer;
}
.page1 .nav .options-left h5
{
    display: none;
}
.page1 .nav .logo
{
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 30%;
    padding: 0.5%;
    padding-bottom: 1%;
    cursor: pointer;
}
.nav .logo img
{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.nav .options-right
{
    height: 100%;
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav .options-right #search
{
    height: 45%;
    width: 70%;
    border-radius: 20px;
    border: 1px solid black;
    padding-left: 1.5vmax;
}
.nav .options-right button
{
    margin-right: 3%;
    height: 40%;
    width: 25%;
    border-radius: 3vmax;
    background-color: transparent;
    border: none;
    font-family: Roboto;
    font-size: 1vmax;
    cursor: pointer;
    padding: 2%;
}
.nav .options-right .signup
{
    background-color: #0d0c22;
    color: white;
}
.page1 .header
{
    height: 63vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1.3vmax;
    align-items: center;
    padding: 4vmax 15%;
    font-family: Raleway;
}
.page1 .header h4
{
    font-size: 1.3vmax;
    background-color: rgba(180, 36, 180, 0.616);
    padding: 1.5% 2.5%;
    border-radius: 5vmin;
    cursor: pointer;
}
.page1 .header h1
{
    font-size: 5vmax;
    text-align: center;
    font-family: "Source Serif 4",serif;  
    font-weight: 500;
    color: #0d0c22;  
}
.page1 .header h3
{
    font-size: 1.1vmax;
    background-color: rgba(255, 228, 196, 0.774);
    padding: 1.5% 2.5%;
    cursor: pointer;
    border-radius: 1vmax;
}
.page1 .header button
{
    font-size: 1.1vmax;
    padding:  1.5% 3%;
    background-color:#0d0c22;
    color: white;
    border-radius: 5vmin;
    border: none;
    cursor: pointer;
}
.page1 .header button:hover
{
    color: #0d0c22;
    background-color:grey;
}
.scrollContainer
{
    height: 50vh;
    width:fit-content;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
.scroller
{
    font-family: Raleway;
    display: flex;
    height: 100%;
    width: fit-content;
    gap:30px;
    flex-wrap: nowrap;
    animation: anime 10s linear 0s infinite;
    margin-right: 30px;
}
.elem
{
    width:16.5vw;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}
.elem img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.elem video
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.overlay
{
    height: 35%;
    width: 100%;
    position: absolute;
    top:70%;
    backdrop-filter: blur(3px);
    color: white;
    padding-left: 1vmax;
}
.overlay p
{
    margin-bottom: 0.5vmax;
}
.overlay div
{
    margin-top: 1.5vmax;
    span
    {
        border-radius: 20px;
        border: 2px solid white;
        padding:2% 2.5%;
    }
    cursor: pointer;
}
@keyframes anime {
    from{
      transform: translateX(0);
    }
    to{
      transform: translateX(-100%);
    }
}
.page2
{
    font-family: Poppins;
    height:fit-content;
    width: 100vw;
}
.page2 h1
{
    padding: 3%;
    font-family: 'Source Serif 4';
    font-weight: 500;
    font-size: 3vmax;
}
.page2 .row
{
    height: 45vh;
    width: 100vw;
    /* background-color: skyblue; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1%;
    padding-right: 2.5%;
}
.row .col
{
    height: 100%;
    width: 23%;
    border-radius: 10px;
    display: flex;
    position: relative;
}
.row .col .col-main
{
    position: absolute;
    height: 80%;
    width: 100%;
    top: 0;
}
.col-main img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.col-main-overlay
{
    position: absolute;
    height: 40%;
    width: 100%;
    bottom: 0%;
    display: flex;
    align-items: center;
    padding-left: 4%;
    padding-right: 10%;
    padding-top: 6%;
    padding-bottom: 8%;
    justify-content: space-between;
    color: white;
    background: linear-gradient(rgba(255, 254, 254, 0),rgb(2, 2, 2));
    opacity: 0;
    border-radius: 0px 0px 10px 10px;
    cursor: pointer;
}
.col-main-overlay p
{
    margin-top: 10%;
    font-size: 1.4vmax;
    width: 80%;
    line-height: 1.5vmax;
}
.col-main-overlay h4
{
    margin-top: 10%;
    height: 50%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 1.3vmax;
}
.col-main-overlay h4 span
{
    border: 2px solid white;
    padding: 13% 21%;
    border-radius: 50px;
    background-color: white;  
}
.col-main-overlay h4 span i
{
   color: black;
}
.row .col .col-main:hover .col-main-overlay
{
    transition-delay: 100ms;
    opacity: 1;
}
.row .col .col-footer
{
    position: absolute;
    top:80%;
    height: 20%;
    width: 100%;
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0% 3%;
    display: flex;
    align-items: center;
}
.col .col-footer div
{
    height: 100%;
    width: 80%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    position: relative;
}
.col .col-footer div img
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 2%;
    height: 70%;
    width: 20%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top:10%;
    left: 0;
}
.col-footer p
{
    padding-top: 5%;
}
.col-footer div
{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.col-footer div p
{
    position: absolute;
    left: 24%;
    padding-top: 4%;
    font-weight: 400;
    line-height: 1.3vmax;
}
.page2 h3
{
    margin: 3% 0;
    padding: 1.2%;
    border: 2px solid black;
    border-radius:4vmax;
    width: fit-content;
    font-size: 1.2vmax;
    font-weight: 500;
    cursor: pointer;
}
.page2 h3:hover
{
    background-color: black;
    color: white;
}
.page3
{
    height: 75vh;
    width: 100%;
    background-color: #FFDA79;
    padding: 1% 6%;
}
.page3 h1
{
    font-size: 4.5vmax;
    font-weight: 500;
    padding: 2%;
}
.page3 p
{
    font-family: Raleway;
    font-size: 2vmax;
    line-height: 3vmax;
    margin: 1vmax;
    margin-top: 0;
}
.page3 button
{
    font-family: Raleway;
    font-size: 1.5vmax;
    padding: 1.5%;
    border-radius: 4vmax;
    background-color: #0d0c22;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 2vmax;
    color: #fafafa;
    background-color: #0d0c22;
    
}
.page3 button:hover
{
    background-color:#fafafa ;
    color: #0d0c22;
    font-weight: 500;
}
.join-dribbble
{
    margin-bottom: 1vmax;
}
.page3 a
{
    color: black;
    font-weight:350;
}
.marquee
{
    margin-top: 4vh;
    height: 35vh;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
.marquee .container
{
    display: inline-block;
    height: 100%;
    width: fit-content;
    animation-name: anime;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.marquee .container .child
{
    display: inline-block;
    flex-shrink: 0;
    height: 100%;
    width: 24vw;
    margin-right: 1vw;
    padding: 1% 2% 1% 1%;
    border-radius: 2vmax;
    cursor: pointer;
}
.marquee .container .child img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 2vmax;
}
.footer
{
    height: 25vh;
    padding: 1% 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-top
{
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top .logo
{
    height: 100%;
    width: 10%;
}
.footer-top .logo img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.footer-top .options
{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Raleway;
}
.footer-top .options h3
{
    cursor: pointer;
    font-weight: 500;
}
.footer-top .options h3:hover
{
    text-decoration: underline;
}
.footer-top .social
{
    width: 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.footer-bottom
{
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto;
}
.footer-bottom h3
{
    font-weight: 400;
}
.footer-bottom .left
{
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1%;
}
.footer-bottom .right
{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 2%;
}