@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
#main{
    position: relative;
    overflow: hidden;
}
#page{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: white;
}
#page>img{
    height: 55vh;
    width: 20vw;
    border-radius: 50%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
    object-position: top;
}
#page>#nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    position: absolute;
    height: 10%;
    width: 100%;
}
#center_nav{
    margin-right: 1vw;
    display: flex;
    gap: 50px;
}
#center_nav1>i{
    display: none;
}
#center_nav>a{
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 17px;
}
#text{
    padding: 30px 50px;
    position: relative;
    top: 15%;
    left: 5%;
    height: 75%;
    width: 65%;
}
#text>h1{
    font-size: 60px;
    line-height: 1;
    margin-top: 20px;
}
#text>h1>span{
    color:#E2BFEB;
    font-size: 62px;
}
#text>h4{
    margin-top: 20px;
    color: black;
    font-size: 15px;
    font-weight: 500;
}
#text>h5{
    color: lightblue;
    transform: rotate(-30deg);
    position: absolute;
    left: 5%;
}
#buttons{
    position:absolute;
    padding-left:50px;
    left: 0%;
    bottom: 5%;
    height: 20%;
    width: 100%;
}
#buttons>button{
    padding: 10px 22px ;
    border-radius: 10px;
    border: none;
    font-weight: 600;
}
i{
    font-size: 17px;
}
#b1{
    background-color:rgb(226, 191, 235);
}
#b2{
    margin-left: 10px;
}
#page1{
    position: relative;
    height: 100vh;
    width: 100vw; 
    background-color:rgb(226, 201, 55);
}
#left{
    position: absolute;
    right: 5%;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
}
.box{
    height: 33.3%;
    width: 100%;
    border-top: 2px solid black;
}
.box>h4{
    margin-top: 10%;
}
.circle{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15%;
    width: 15%;
    background-color: rgb(172, 108, 231);
    border-radius: 50%;
    margin-left: 60%;
    margin-top: -8%;

}
.circle>i{
    color: white;
    font-size: 23px;
    padding:10px;
}
#text1{
    margin: 50px 50px;
    height: 30%;
    width: 50%;
    position: absolute;
}
#text1>h1{
    font-size: 70px;
    margin-top: 20px;
    line-height: 1; 
}
#text1>h4{
    font-size: 17px;
    font-weight: 500;
    width: 70%;
    margin-top: 20px;
}
#text1>h5{
    color:rgb(172, 108, 231);
    transform: rotate(-30deg);
    position: absolute;
    left: -2%;
    margin-top: -1%;
}
#page2{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: white;
}
#text2{
    margin: 50px 50px;
    height: 30%;
    width: 50%;
    position: absolute;
}
#text2>h1{
    font-size: 70px;
    margin-top: 20px;
    line-height: 1;
}
#text2>h4{
    font-size: 17px;
    font-weight: 500;
    width: 70%;
    margin-top: 20px;
}
#text2>h5{
    color:rgb(172, 108, 231);
    transform: rotate(-30deg);
    position: absolute;
    left: -2%;
    margin-top: -1%;
}
#text2>h3{
    font-size: 30px;
    font-weight: 700;
    padding-left: 0%;
    padding-top: 4%;
}
#text2-1{
    display: flex;
    justify-content: space-between;
    margin-left: -1%;
    margin-top: 2%;
    height: 25%;
    width: 30px;
    gap: 30px;
}
#text2-2{
    display: flex;
    justify-content: space-between;
    margin-left: -1%;
    margin-top: 4%;
    height: 25%;
    width: 30px;
    gap: 30px;
}
#left-1{
    margin-top: 8%;
    position: absolute;
    right: 5%;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
}
.box-1{
    height: 18%;
    width: 100%;
    border-top: 2px solid black;
}
.box-1>h4{
    margin-top: 10%;
}
.box-1>h1{
    font-size: 22px;
    font-weight: 700;
    margin-left: 180px;
    margin-top: -25px;
}
h3{
    font-size: 28px;
    font-weight: 700;
    padding-left: 65%;
    padding-top: 5%;
}
#page3{
    position: relative;
    height: 100vh;
    width: 100vw; 
    background-color:rgb(226, 201, 55);
}
#project{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50%;
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
}
.projects{
    border-top: 2px solid #000;
    height: 100%;
    width: 31%;
}
.projects>#image>img{
    height: 100%;
    width: 70%;
    padding-top: 2%;
}
#text3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    height: 30%;
    width: 100%;
}
.p2{
    position: relative;
    top: -20%;
}
.p3{
    position: relative;
    top: -50%;
}
#text3{
    position: absolute;
    top: 10%;
    left: 5%;
    height: 20%;
    width: 30%;
}
#text3>h1{
    margin-top: 20px;
    font-size: 70px;
    line-height: 1;
}
#text3>h5{
    color: #8873EF;
    transform: rotate(-30deg);
    position: absolute;
    top: 0%;
    left: 0%;
    margin-top: -15px;
}
.circle-1{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15%;
    width: 15%;
    background-color: rgb(172, 108, 231);
    border-radius: 50%;
    margin-left: 60%;
    margin-top: 10%;
}
.circle-1>i{
    color: white;
    font-size: 23px;
    padding:10px;
}
#page4{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 60px;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: white;
}
#left2{
    height: 70%;
    width: 35%;
}
#right2{
    position: relative;
    height: 40vw;
    width: 40vw;
    border-radius: 50%;
    border: 2px solid #000;
}
.line{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    height: 10%;
    width: 100%;
}
.l1>h1{
    position: absolute;
    
}
.l2{
    left: 10%;
    top: 47%;
    width: 65%;
    border-bottom: 2px solid #000;
    position: absolute;
    transform: rotate(15deg);
    transform-origin: left;
}
.c1{
    height: 12vw;
    width: 12vw;
}
.c1>i{
    font-size: 80px;
}
#text4{
    position: relative;
    height: 30%;
    width: 100%;
}
#text4>h1{
    padding-top: 20px ;
    font-size: 60px;
    line-height: 1;
}
#text4>h1>span{
    color:#AC6CE7;
}
#text4>h5{
    color: #8873EF;
    transform: rotate(-30deg);
    position: absolute;
    top: 0%;
    left: 0%;
    margin-top: -1%;
}
#info{
    margin-top: 80px;
    height: 50%;
    width: 100%;
}
.infos2>h1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-left: -20px;
    padding-top: 7%;
    margin-top: 7%;
    height: 33.3%;
    width: 100%;
    border-top: 2px solid #000;
}
.infos3>h1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding-left: -20px;
    padding-top: 7%;
    margin-top: 7%;
    height: 33.3%;
    width: 100%;
    border-top: 2px solid #000;
}
.infos2>h1>i{
    font-size: 20px;
}
.infos3>h1>i{
    font-size: 20px;
}
@media (max-width:600px) {
    #nav>h1{
        margin-left: -4%;
        font-size: 25px;
        font-weight: 700;
    }
    #center_nav{
        position: absolute;
        top: 25px;
        margin-left: 90px;
        display: flex;
        gap: 0;
    }
    #center_nav>a{
        padding: 8px;
        text-decoration:none;
        color: black;
        font-weight: 600;
        font-size: 10px;
    }
    #text{
        height: 100%;
        width: 100%;
    }
    #text>h1{
      width: 100%;
      margin-top: 76vw;
      margin-left: -14vw;
      font-size: 30px;
      line-height: 1;
    }
    #text>h1>span{
        bottom: -50%;
        font-size: 30px;
    }
    #text>h4{
        margin-bottom: 1vw;
        width: 120%;
        font-size: 10px;
        font-weight: 600;
        margin-left: -14vw;
    }
    #text>h5{
        margin-left: -7vw;
        margin-top: 70vw;
    }
    #page>img{
        top: 65vw;
        right: 18vw;
        height: 45vh;
        width:65vw;
        object-fit: cover;
        object-position: top;
        border-radius: 50%;
    }
    #buttons{
        margin-left: -14%;
    }
    #left{
       position: absolute;
       right: -5%;
       height: 50%;
       top: 68%;
       transform: translateY(-50%);
       width: 100%;
    }
    .box{
        height: 33.3%;
        width: 90%;
        border-top: 2px solid black;
    }
    .box>h1{
        font-size: 22px;
    }
    .box>h4{
        font-size: 22px;
        margin-top: 4%;
    }
    .circle{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 25%;
        width: 10%;
        background-color: rgb(172, 108, 231);
        border-radius: 50%;
        margin-left: 60%;
        margin-top: -10%;
    }
    .circle>i{
      color: white;
      font-size: 23px;
      padding:10px;
    }
    #text1{
       margin: 50px 80px;
       height: 30%;
       width: 100%;
       position: absolute;
    }
    #text1>h1{
        font-size: 40px;
        margin-top: 20px;
        line-height: 1; 
        margin-left: -16%;
    }
    #text1>h4{
        font-size: 17px;
        font-weight: 500;
        width: 90%;
        margin-top: 20px;
        margin-left: -16%;
    }
    #text1>h5{
        color:rgb(172, 108, 231);
        transform: rotate(-30deg);
        position: absolute;
        left: -2%;
        margin-top: -2%;
        margin-left: -16%;
    }
    #text2{
       margin: 50px 25px;
       height: 30%;
       width: 100%;
       position: absolute;
    }
    #text2>h1{
       font-size: 40px;
        margin-top: 20px;
        line-height: 1; 
        margin-left: -3%;
    }
    #text2>h4{
       font-size: 15px;
        font-weight: 500;
        width: 100%;
        margin-top: 20px;
        margin-left: -3%;
    }
    #text2>h5{
       color:rgb(172, 108, 231);
       transform: rotate(-30deg);
       position: absolute;
       left: -4%;
       margin-top: -5%;
    }
    #text2>h3{
      font-size: 30px;
      font-weight: 700;
      margin-left: -2.5%;
      padding-top: 3%;
    }
    #text2-1{
        display: flex;
        gap: 12px;
        margin-left: -2%;
        margin-top: 2%;
        height: 10%;
        width: 30px;
    }
    #text2-2{
        display: flex;
        gap: 12px;
        margin-left: -2%;
        margin-top: 4%;
        height: 10%;
        width: 30px;
    }
    #left-1{
        margin-top: 105%;
        position: absolute;
        right: 5%;
        height: 80%;
        top: 50%;
        transform: translateY(-50%);
        width: 90%;
    }
    .box-1{
        height: 12%;
        width: 100%;
        border-top: 2px solid black;
    }
    .box-1>h4{
        margin-top: 10%;
    }
    .box-1>h1{
        font-size: 22px;
        font-weight: 700;
        margin-left: 130px;
        margin-top: -25px;
    }
    h3{
        font-size: 30px;
        font-weight: 700;
        padding-left: 4%;
        padding-top: 110%;
    }
    #project{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50%;
        width: 90%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5%;
    }
    .projects{
        border-top: 2px solid #000;
        height: 100%;
        width: 31%;
    }
    .projects>#image>img{
        height: 150%;
        width: 100%;
        padding-top: 10%;
    }   
    #text3{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 20px;
        height: 30%;
        width: 100%;
    }
    .p2{
        position: relative;
        top: -25%;
    }
    .p3{
        position: relative;
        top: -50%;
    }
    #text3{
        position: absolute;
        top: 10%;
        left: 5%;
        height: 20%;
        width: 30%;
    }
    #text3>h1{
        font-size: 40px;
        margin-top: -165%;
        line-height: 1; 
        margin-left: -28%;
    }
    #text3-1>h1{
        font-size: 20px;
    }
    #text3-2>h1{
        font-size: 20px;
    }
    #text3-3>h1{
        font-size: 20px;
    }
    #text3>h5{
        color: #8873EF;
        transform: rotate(-30deg);
        position: absolute;
        top: 0%;
        left: -2%;
        margin-top: -45%;
    }
    .circle-1{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 15%;
        width: 45%;
        background-color: rgb(172, 108, 231);
        border-radius: 50%;
        margin-left: 60%;
        margin-top: 10%;
    }
    .circle-1>i{
        color: white;
        font-size: 23px;
        padding:10px;
    }
    #page4{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 60px;
        position: relative;
        height: 100vh;
        width: 100vw;
        background-color: white;
    }
    #left2{
        height: 65%;
        width: 35%;
    }
    #right2{
        position: absolute;
        margin-top: -40%;
        margin-left: 4%;
        height: 26%;
        width: 60%;
        border: 2px solid #000;
    }
    .line{
        position: absolute;
        top: 70%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 10px;
        height: 10%;
        width: 100%;
    }
    .l1>h1{
        position: absolute;
        margin-top: -50%;
        font-size: 20px;
    }
    .l2{
        left: 8%;
        top: 47%;
        width: 68%;
        border-bottom: 2px solid #000;
        position: absolute;
        transform: rotate(18deg);
        transform-origin: left;
    }
    .c1{
        height: 20vw;
        width: 20vw;
        margin-top: -50%;
    }
    .c1>i{
        font-size: 50px;
    }
    #text4{
        position: relative;
        height: 30%;
        width: 100%;
    }
    #text4>h1{
        font-size: 40px;
        margin-top: -105%;
        line-height: 1; 
        margin-left: -48%;
    }
    #text4>h1>span{
        color:#AC6CE7;
    }
    #text4>h5{
        color: #8873EF;
        transform: rotate(-30deg);
        position: absolute;
        top: 0%;
        margin-left: -55%;
        margin-top: -10%;
    }
    #info{
        margin-top: 300px;
        height: 80%;
        width: 300%;
    }
    .infos2>h1{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding-left: -20px;
        padding-top: 7%;
        margin-top: 7%;
        height: 8%;
        width: 100%;
        border-top: 2px solid #000;
    }
    .infos3>h1{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding-left: -20px;
        padding-top: 7%;
        margin-top: 7%;
        height: 8%;
        width: 100%;
        border-top: 2px solid #000;
    }
}