@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');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html{
    scroll-behavior: smooth;
    user-select: none;
    -webkit-user-select: none;
}

body{
    background-color: rgb(4, 2, 35);
    color: white;
}

nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1.5rem;
    background-color: rgba(1, 48, 157, 0.116);
}

.left{
    font-size: 1.1rem;
    position: relative;
    right: 88px;
    transition: 0.77s all;
}

nav ul{
    display: flex;
    justify-content: center ;
}

nav ul li{
    list-style: none;
    margin: 0 1.2rem;
    font-weight: 600;
    font-size: 1rem;
}

nav ul li a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: 0.3s all;
}


footer h4{
    transition: 0.33s ease-in-out;
    cursor: pointer;
}
footer h4:hover{
    color: rgb(255, 97, 113)
    
}


nav ul li a:hover{
    color: rgb(132, 0, 255);
}

.left:hover{
    color: rgb(132, 0, 255);
    text-shadow: 0 0 52px #9a23d5;

}

.name:hover{
    cursor: pointer;
}

.first-sec{
    display: flex;
    justify-content: space-around;
    margin: 4rem 0;
    padding: 30px;
}

.first-sec div{
    width: 30%;
}

.left-sec{
    font-size: 2.2rem;
    width: 30%;
    margin-top: 3.8rem;
}

.left-sec .btn{
    padding: 12px;
    margin-top: 2rem;
    width: 20rem;
    cursor: pointer;
    color: #fff;
    background: none;
    border: 2px solid rgba(192, 125, 255, 0.499);
    border-radius: 10px;
    text-decoration: none;
    transition: 0.47s all;
}

.left-sec .btn a{
    text-decoration: none;
    color: #fff;
    transition: 0.44s all;
}

.left-sec .btn:hover{
    color: #9a39f5;
    background-color: rgba(95, 0, 124, 0.138);
}

.left-sec h1{
    font-weight: 570;
}

.name{
	background: linear-gradient(-45deg, #a052ee, #e73cab, #23a6d5, #9a23d5);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.right-sec img{
    width: 25rem;
    margin-top: 2rem;
    transition: all 0.55s;
}

.right-sec img:hover{
    scale: 1.077;
    cursor: pointer;
}

#element{
    background: linear-gradient(90deg, rgb(169, 136, 255) 0%, rgb(112, 16, 222) 75%, rgba(209,0,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.second-sec{
    max-width: 88vw;
    height: 92vh ;
    font-size: 1.44rem;
    margin: auto;
}

main hr{
    border: 0;
    background: rgba(149, 136, 200, 0.83);
    height: 1.44px;
    margin: 1.5rem 3.3rem;
}

.box{
    background-color: white;
    width: 60vw;
    height: 2px;
    display: flex   ;
    margin: 36px 0;
}

.second-sec .vertical{
    height: 93px;
    width: 1.2px;
    background-color: white;
    margin: 0 100px;
}

.vertical-title{
    position: relative;
    top: 55px;
    left: 20px;
    font-size: 1.2rem;
    font-weight: 525;
    width: 190px;
}

.vertical-desc{
    position: relative;
    top: 55px;
    left: 40px;
    color: rgb(226, 226, 226);
    width: 440px;
    font-size: 0.93rem;
}

.img-top{
    height: 96px;
    width: 102px;
    position: relative;
    top: 44px;
    left: 2px  ;
    margin-right: 11px;
}

.box2{
    background-color: white;
    width: 60vw;
    height: 2px;
    display: flex   ;
    margin: 188px 0;
}

.vertical-title2{
    position: relative;
    top: 55px;
    left: 20px;
    font-size: 1.2rem;
    font-weight: 525;
    width: 190px;
}

.vertical-desc2{
    position: relative;
    top: 55px;
    left: 40px;
    color: rgb(226, 226, 226);
    width: 380px;
    font-size: 0.93rem;
}

.box3{
    background-color: white;
    width: 60vw;
    height: 2px;
    display: flex   ;
    margin: 188px 0;
}

.vertical-title3{
    position: relative;
    top: 55px;
    left: 20px;
    font-size: 1.2rem;
    font-weight: 525;
    width: 190px;
}

.vertical-desc3{
    position: relative;
    top: 55px;
    left: 40px;
    color: rgb(226, 226, 226);
    width: 350px;
    font-size: 0.93rem;
}

.second-sec h1{
    background: linear-gradient(90deg, rgb(191, 113, 255) 0%, rgba(61,9,121,1) 35%, rgba(209,0,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer{
    background: rgb(132,0,255);
    background: linear-gradient(90deg, rgb(39, 1, 74) 0%, rgb(1, 22, 79) 35%, rgb(43, 7, 85) 100%);    
    padding: 15px 0;
    align-items: center;
    position: relative;
    top: 120px;
  }
  
  .footer_container{
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
  }
  
  footer h4{
    font-weight: 499;
  }

  @media screen and (max-width: 1000px) {
    .first-sec{
        margin: auto;
    }
    .first-sec img{
        position: relative;
        right: 5rem;
    }
    nav .left h1{
        margin: 0 100px;
    }
    nav ul{
        margin: 20px;
    }
    nav{
        width: 115vw;
    }
    footer{
        position: relative;
        top: 150px;
        width: 110vw;
    }
  }

  @media screen and (max-width: 820px) {
    .box3{
        margin-bottom: 20rem;
    }
    footer{
        width: 120vw;
    }
    .vertical-title, .vertical-title2, .vertical-title3{
        font-size: 0.9rem;
    }

    .vertical-desc, .vertical-desc2, .vertical-desc3{
        font-size: 0.87rem;
    }
  }

  @media screen and (max-width: 650px) {
    footer{
        display: none;
    }
  }

  @media screen and (max-width: 378px) {
    .first-sec .left-sec{
        font-size: 1.6rem;
        display: flex;  
        flex-direction: column;
        flex-wrap: wrap;
        position: relative;
        top: 50px;
        right: 20px;
    }

    .left-sec .btn{
        position: relative;
        top: -100px;
    }

    .right-sec img{
        position: relative;
        right: 69px;
    }

    .second-sec h1{
        text-align: center  ;
    }

    footer{
        position: relative;
        top: 200px;
    }
  }
