@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* @import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */

html,
body{
    height: 100%;
    width: 100%;
    background-color: #EFEAE3;
    cursor: none;
}
body{
    overflow-x: hidden;
}
/* h1,h2,span{
    font-family: "Lato", sans-serif;
}


h3,h4,p{
    font-family: "Google Sans", sans-serif;
} */

















#loader{
    height: 100%;
    width: 100%;
    background-color: #181818;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: all ease 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;

}

#loader h1{
    font-size: 3.5vw;
    color: transparent;
    background-color: #EFEAE3;
    /* background: linear-gradient(to right,rgb(32, 31, 31), rgb(240, 6, 6)); */
    -webkit-background-clip:text;
    position: absolute;
    opacity: 0;
    animation-name:load;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: linear;
}

#loader h1:nth-child(2){
    animation-delay: 2s;

}

#loader h1:nth-child(3){
    animation-delay: 3s;

}

@keyframes load{
    0%{
        opacity: 0;

    }10%{
        opacity: 1;
    }90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.section1{
    height: 100%;
    width: 100%;
    background-color: #EFEAE3;
    position: relative;
}

nav{

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 60px 80px;
}

.part2{

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;

}

nav h1{
    font-size: 45px;
}

nav h4{
    font-size: 20px;
    font-weight: 500;
}
nav button{

    padding: 18px 30px ;
    font-size: 22px;
    border-radius: 15px;
    font-weight: 600;
    background-color: #BEF264;
    box-shadow: 0px 15px 0px #5E5CE6;

}

nav a {
    text-decoration: none;
    color: inherit;
}

nav h1 i{
    rotate: 25deg;
    display: inline-block;
}

.center{
    width: 100%;
    display: flex;
    padding: 80px ;
    
}

.center-part1{
    height: 100%;
    width: 45%;
    transform: translateY(-50px);
}

.center-part2{
    height: 100%;
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-170px);
}

.center-part2 img{
    max-width: 100%;
    height: auto;
}



.center-part1 h1{
    font-size: 105px;
    line-height: 1;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.list-div p{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.footer-top p{
    font-family: fantasy;
}

.footer-top p:hover{
    color: red;
}

.center-part1 p{
    font-size: 37px;
    width: 95%;
    margin-top: 40px;
    font-family: "Syne", sans-serif;
}

.section2{
    min-height: 20vh;
    width: 100%;
    background-color: #EFEAE3;
}

#moving-text h1{
    font-size: 4vw;
    display: inline-block;

}

#gola{
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #181818;
    display: inline-block;
    margin: 0pc 40px;
}

#moving-text {
    white-space: nowrap;
    overflow-x: auto;
}

#moving-text::-webkit-scrollbar{
    display: none;
}

.con{
    white-space: nowrap;
    display: inline-block;
    animation: move 8s linear infinite;
}


@keyframes move {

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


.section3 .about{
    background-color:#EFEAE3 ;
    padding: 30px 100px;
    display: flex;
    align-items:center;
    justify-content: flex-start;
    gap: 60px;
    margin-top: 5px;
}

.list-page .about{
    background-color:#EFEAE3 ;
    padding: 30px 100px;
    display: flex;
    align-items:center;
    justify-content: flex-start;
    gap: 60px;
    margin-top: 5px;
    margin-bottom: 100px;
}


.about h3{
    background-color: #181818;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 50px;
    color: whitesmoke;
}

.about p{
    width: 40%;
    font-size: 25px;
    font-weight: 500;
}


.container{

    height: 100%;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 20px;
}

.elem{
    flex-shrink: 0;
    height: 270px;
    width: 47%;
    border: 2px solid black;
    background-color: #BEF264;
    border-radius: 30px;
    box-shadow: 0px 20px 0px black;
    padding: 50px;
    display: flex;
    gap: 70px;

}

.elem-part1{
    height: 100%;
    width: 70%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
    
}

.elem-part3{
    height: 100%;
    width: 70%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
    
}


.elem-part5{
    height: 100%;
    width: 80%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
    
}

.elem-part3 h2{
    font-size: 30px;
    font-weight: 500;
    width: 60%;
    padding: 0px 5px;
    border: 1px solid black;
    border-radius: 15px;
    background-color: #BEF264;
    margin-bottom: 30px;
}

.elem-part5 h2{
    font-size: 30px;
    font-weight: 500;
    width: 80%;
    padding: 0px 5px;
    border: 1px solid black;
    border-radius: 15px;
    background-color: #BEF264;
    margin-bottom: 30px;
}



.elem-part2{
    height: 100%;
    width: 50%;
}

.elem-part2 img{
    height: 100%;
}

.elem-part1 h2{
    font-size: 30px;
    font-weight: 500;
    width: 60%;
    padding: 0px 5px;
    border: 1px solid black;
    border-radius: 15px;
    background-color: #EFEAE3;
    margin-bottom: 30px;
}

.elem-part1 h3{
    /* margin-bottom: 20px; */
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 30px;
    
}


.elem:nth-child(2){
    background-color: #5E5CE6;
}
.elem:nth-child(3){
    background-color: #5E5CE6;
}

nav h4 a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}


.list-page{
    height: 100vh;
    width: 100%;
    padding: 1rem 0.5rem;
    background-color: #EFEAE3 ;
    margin-top: 90px;
}


.list-div{
    border-top: 2px black solid;
    height: 25%;
    width: 100%;
    display: flex;
}

.list-number{
    height: 100%;
    width: 55%;
    display: flex;
    align-items: center;
    justify-content:left
}

.list-number h2{
    font-size: 13.7rem;
    font-weight: 400;
    letter-spacing: -1.5rem;
}

.list-info{
    height: 100%;
    width: 45%;
    display: flex;
    padding: 1rem 0rem;
}


.list-description{
    height: 100%;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.list-description p{
    font-size: 1.3rem;
    line-height: 1.1;
    text-wrap: balance;
}


.list-img{
    height: 100%;
    width: 55%;
    display: flex;
    gap: 2rem;
    overflow: hidden;
}

.list-img img{
    height: 100%;
    width: 45%;
    object-fit: cover;
    transform: translateY(120%);
    transition: transform 0.37s cubic-bezier(0.455, 0.03, 0.515, 0.955);

}

.list-div:hover .list-img img{
    transform: translateY(0%);
}


.list-div:hover {
    background-color: #BEF264;
    color: white;
}

.list-div:hover:nth-child(2){

    background-color: #5E5CE6;
    color: white;

}

.list-div:hover:nth-child(4){

    background-color: #5E5CE6;
    color: white;

}



.footer-top-div{
    height: 100%;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-top-image img{
    height: 100%;
    width: 100%;
    filter: saturate(0);
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);

}

.footer-top-image img:hover{
    scale: 1.1;
    filter: saturate(100%);
}


.footer-top-description p{
    font-size: 1.2rem;
    width: 40ch;
    text-wrap: balance;


}

.footer-top{
    height: 65vh;
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 2rem;
}


footer{
    height: 100vh;
    width: 100%;
    padding: 2rem 2rem;
    margin-top: 320px;

}

.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 120px;
}

.footer-bottom h2{
    font-size: 200px;
    transition: color 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    
}

.footer-bottom h2:hover{
    color: red;
}


.circle{
    height: 24px;
    width: 24px;
    border-radius : 24px ;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999;
}


