@font-face {
    font-family: GilroyM;
    src: url(Fonts/Gilroy-Medium.ttf);
}

@font-face {
    font-family: GilroyL;
    src: url(Fonts/Gilroy-Light.ttf);
}

@font-face {
    font-family: GilroySM;
    src: url(Fonts/Gilroy-SemiBold.ttf);
}


@font-face {
    font-family: FuturaH;
    src: url(Fonts/Futura\ Hv\ BT\ Heavy.ttf);
}

@font-face {
    font-family: FuturaL;
    src: url(Fonts/Futura\ Bk\ BT\ Book.ttf);
}
/* ===( Creative 💌 : CODE AASHU )=== */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: GilroyM;
}
html , body{
    height: 100%;
    width: 100%;
}

#main{
    width: 100%;
    min-height: 100vh;
}

nav{
    display: flex;
    width: 100%;
    height: 10vh;
}

.lft-nav, .cntr-nav, .rght-nav{
    width: calc(100%/3);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5vw;
}

.cntr-nav a{
    text-decoration: none;
    font-size: 1vw;
    color: #111;
}

.rght-nav a{
    text-decoration: none;
    font-size: 1vw;
    color: #111;
}

.rght-nav button{
    padding: 0.8vw 1.2vw;
    border-radius: 50px;
    background: none;
    font-size: 0.9vw;
    border: 2px solid #B9E901;
}


/* -------part-1----- */

.part-1{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 90vh;
}

#background{
    position: absolute;
    top: -32%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.lft-part-1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20vh;
    width: 30%;
    height: 100%;
}

.cntr-part-1{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3vh;
    width: 100%;
    height: 90%;
    z-index: 1;
    /* background-color: orange; */
}

.rght-part-1{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 25vh;
    justify-content: center;
    width: 30%;
    height: 100%;
}

.img-one{
    margin-left: 10vw;
    width: 18vw;
    height: 18vw;
    rotate: -5deg;
    border-radius: 20px 20px 250px 250px;
    background-image: url(https://images.unsplash.com/photo-1626770537547-66e789b70e2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA==&auto=format&fit=crop&w=2574&q=80);
    background-size: cover;
    background-position: center;
}

.img-one img{
    margin-top: -2.6vw;
    margin-left: 1vw;
}

.profile-cmt{
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-image: url(https://images.unsplash.com/photo-1541823709867-1b206113eafd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2574&q=80);
    background-size: cover;
    border: 2px solid #B9E901;
    background-position: top;
}

.comment{
    display: flex;
    flex-direction: column;
    gap: 3vh;
    padding-left: 5vw;
    width: 20vw;
}

.cntr-part-1 #cntr-p{
    font-size: 1.2vw;
    font-family: GilroyL;
}

.cntr-part-1 h1{
    font-size: 5vw;
}

.cntr-rotate{
    display: flex;
    align-items: center;
    gap: 2vw;
}

.rotate-b{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    border: 3px solid #B9E901; 
}

.rotate{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #5F20EA;
    animation: rotate 5s infinite linear;
}

@keyframes rotate {
    0%{
        rotate: 0deg;
    }

    100%{
        rotate: 360deg;
    }    
}

.btm-cntr-h{
    display: flex;
    gap: 1vw;
}

.creative{
    padding: 1vh;
    color: #fff;
    border-radius: 20px;
    rotate: 3deg;
    background-color: #B9E901;
}

.creative h1{
    transform: rotate(-3deg);
}

.scroll{
    position: absolute;
    bottom: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    animation: updown 2s linear infinite;
}

.scroll p{
    font-size: 0.9vw;
}

.scroll i{
    font-size: 1.5vw;
    color: #5F20EA;
}

@keyframes updown {
    0%{
        bottom: 3vh;
    }
    50%{
        bottom: 5vh;
    }
    100%{
        bottom: 3vh;
    }    
}

.rght-cmnt{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2vh;
    justify-content: center;
}

.comment-1{
    padding: 0.5vw 1vw;
    color: #fff;
    border-radius: 50px;
    background-color: #5F20EA;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.rght-img{
    margin-left: -15vw;
    rotate: 7deg;
    width: 15vw;
    height: 15vw;
    border-radius: 20px 360px 20px 20px;
    background-image: url(https://images.unsplash.com/photo-1571781926291-c477ebfd024b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1976&q=80);
    background-position: bottom;
    background-size: cover;
}

.rght-img svg{
    margin-left: 7vw;
}


/* ----part-2---------- */

.part-2{
    position: relative;
    width: 100%;
    height: 200vh;
    border-radius: 100px;
    padding: 5vw;
    color: #fff;
    overflow: hidden;
    background-color: #111;
}

.heading-service{
    display: flex;
    align-items: center;
    width: 100%;
    height: 10vh;
    color: #fff;
    font-size: 1.5vw;
}

.cir-ser-1{
    width: 2vw;
    height: 2vw;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 0.5vw;
}
.cir-ser-2{
    width: 2vw;
    height: 2vw;
    background-color: #B9E901;
    border-radius: 50%;
    margin-right: 2vw;
}

.part-2 h1{
    margin-top: 5vh;
    font-size: 4.5vw;
    margin-bottom: 5vh;
}

.part-2 p{
    font-size: 1vw;
}

.services{
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.services-item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    /* gap: 10vw; */
    height: 10vh;
    border-bottom: 1px solid #333;
    overflow: hidden;
    font-size: 2vw;
    margin-bottom: 5vh;
   /* background-color: #B9E901; */
}

.hover-div{
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #5F20EA;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
}

.services-item h2{
    font-family: FuturaL;
    font-weight: 200;
    z-index: 2;
    text-align: left;
    /* margin-left: 2vw; */
}

.services-item i{
    margin-left: 10vw;
    margin-right: 20vw;
    font-size: 4vw;
    z-index: 2;
}

.ser-name{
    width: 30vw;
}

.banner-1{
    position: absolute;
    top: 70%;
    left: -5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 130%;
    height: 18vh;
    rotate: -10deg;
    background-color: #B9E901;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.banner-1 h1{
    font-size: 4vw;
}

.banner-2{
    position: absolute;
    top: 68%;
    right: -5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 130%;
    height: 18vh;
    rotate: 2deg;
    background-color: #fff;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)1s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.banner-2 h1{
    font-size: 4vw;
    color: #111;
}

.register-now{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5%;
    right: 5%;
    border-radius: 50%;
    border: 3px solid #B9E901;
    width: 10vw;
    height: 10vw;
    /* animation: rotate 5s infinite linear; */
}

.register-now svg{
        fill: currentColor;
        height: auto;
        transform-origin: center;
        width: 90%;
    animation: rotate 5s infinite linear;
}

.register-now .cir-svg{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #5F20EA;
}

.cir-svg img{
    width: 70%;
}