* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    /* background: #FDCD61; */
    background: aliceblue;
}

.cursor{
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid black;
    border-radius: 50%;
    position: fixed;
}

.nav {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.nav .right .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.nav h1 {
    font-size: 40px;
}

.nav .right ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.nav .right ul a {
    font-size: 18px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}


.nav .right .icons i {
    font-size: 20px;
    color: black;
    font-weight: 900;
    cursor: pointer;
}


.full {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: -100%;
    left: 0%;
    background: black;
    padding: 20px 30px;
    z-index: 11;
}

.full ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
    position: absolute;
    top: 10%;
    left: 6%;
}

.full ul a {
    font-size: 50px;
    /* color: #FDCD61; */
    color: aliceblue;
    text-decoration: none;
    text-transform: uppercase;
}

.full i {
    font-size: 20px;
    font-weight: 900;
    color: black;
    /* background: #FDCD61; */
    background: aliceblue;
    padding: 15px 15px;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    right: 6%;
    cursor: pointer;
}

.full img {
    width: 150px;
    position: absolute;
    right: 6%;
    bottom: 5%;
}

.header {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.header h1 {
    font-size: 200px;
    -webkit-text-stroke: 2px black;
    /* color: #FDCD61; */
    color: aliceblue;
}

.header img {
    width: 500px;
    /* rotate: 70deg; */
    position: absolute;
    top: 20%;
}

.header h2 {
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 20%;
}

.header h3 {
    font-size: 16px;
    position: absolute;
    right: 5%;
    bottom: 5%;
}


.sec1 {
    width: 100%;
    height: 100vh;
    position: relative;
}

.sec1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sec1 .flexbox01{
    position: absolute;
    top: 4%;
    left: 3%;
}

.sec1 .flexbox01  h1{
    font-size: 40px;
    margin-bottom: 25px;
    color: aliceblue;
}

.sec1 .flexbox01 p {
    font-size: 17px;
    width: 40%;
    margin-bottom: 30px;
    color: aliceblue;
}


.sec1  h2 {
    font-size: 20px;
    position: absolute;
    bottom: 5%;
    left: 3%;
    color: aliceblue;
}


.sec1 .flexbox01 a {
    font-size: 18px;
    color: black;
    border: 2px solid aliceblue;
    padding: 10px 20px;
    text-decoration: none;
    color: aliceblue;
}

.sec1 h3 {
    font-size: 20px;
    position: absolute;
    right: 5%;
    bottom: 5%;
    color: aliceblue;
}



.sec2 {
    width: 100%;
    height: 100vh;
    position: relative;
}


.sec2 .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2 .flex1 {
    width: 50%;
    height: 99vh;
    position: relative;
}

.sec2 .flex1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sec2 .flex1 .text {
    position: absolute;
    left: 5%;
    bottom: 10%;
}


.sec2 .flex1 .text h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.sec2 .flex1 .text h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.sec2 .flex1 .text a {
    font-size: 18px;
    color: black;
    padding: 10px 20px;
    border: 2px solid black;
    text-decoration: none;
}



.sec2 .flex2 {
    width: 50%;
    height: 99vh;
    position: relative;
}

.sec2 .flex2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sec2 .flex2 .text {
    position: absolute;
    left: 5%;
    bottom: 10%;
    color: aliceblue;
}


.sec2 .flex2 .text h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}

.sec2 .flex2 .text h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.sec2 .flex2 .text a {
    font-size: 18px;
    color: aliceblue;
    padding: 10px 20px;
    border: 2px solid aliceblue;
    text-decoration: none;
}


.sec3 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 20px;
}


.sec3 h1 {
    font-size: 70px;
    text-transform: uppercase;
    padding: 30px 30px;
    text-align: center;
}


.sec3 .div {
    width: 100%;
    height: 500px;
    background: rgb(24, 24, 24);
    color: aliceblue;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3 .div .left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}


.sec3 .div .left h2 {
    font-size: 40px;
    text-transform: uppercase;
    width: 30%;
    line-height: 1;
    margin-bottom: 20px;
}

.sec3 .div .left p {
    font-size: 15px;
    width: 50%;
    margin-bottom: 20px;
}


.sec3 .div .left a {
    font-size: 18px;
    color: aliceblue;
    padding: 10px 20px;
    border: 2px solid aliceblue;
    text-decoration: none;
}


.sec3 .div .right img {
    width: 600px;
}


.sec4 {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 20px;
}

.sec4 .text1 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    flex-direction: column;
    padding: 40px 40px;
    height: 300px;
}

.sec4 h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

.sec4 h1 {
    font-size: 75px;
    margin-bottom: 10px;
}

.sec4 h3 {
    font-size: 30px;
}


.sec4 .flexbox {
    width: 100%;
    height: auto;
    position: relative;
}

.sec4 .flexbox .row1 {
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 5px;
    margin-bottom: 10px;
}

.sec4 .flexbox .row1 .left {
    width: 950px;
    height: 500px;
}

.sec4 .flexbox .row1 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.sec4 .flexbox .row1 .right {
    width: 450px;
    height: 500px;

}

.sec4 .flexbox .row1 .right .top {
    width: 700px;
    height: 245px;
    margin-bottom: 10px;
}

.sec4 .flexbox .row1 .right .bottom {
    width: 700px;
    height: 245px;
}


.sec4 .flexbox .row1 .right .top img {
    width: 450px;
    height: 250px;
    object-fit: cover;
}

.sec4 .flexbox .row1 .right .bottom img {
    width: 450px;
    height: 250px;
    object-fit: cover;
}


.sec4 .flexbox .row2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.sec4 .flexbox .row2 img {
    width: 430px;
    height: 250px;
}






.sec4 .flexbox .row3 {
    width: 100%;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 5px;
    margin-bottom: 10px;
}

.sec4 .flexbox .row3 .right {
    width: 950px;
    height: 500px;
}

.sec4 .flexbox .row3 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.sec4 .flexbox .row3 .left {
    width: 450px;
    height: 500px;

}

.sec4 .flexbox .row3 .left .top {
    width: 700px;
    height: 245px;
    margin-bottom: 10px;
}

.sec4 .flexbox .row3 .left .bottom {
    width: 700px;
    height: 245px;
}


.sec4 .flexbox .row3 .left .top img {
    width: 450px;
    height: 250px;
    object-fit: cover;
}

.sec4 .flexbox .row3 .left .bottom img {
    width: 450px;
    height: 250px;
    object-fit: cover;
}





.sec4 .flexbox .row4 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.sec4 .flexbox .row4 img {
    width: 430px;
    height: 250px;
}






.sec5 {
    width: 100%;
    height: 100vh;
    position: relative;
}


.sec5 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sec5 h1{
    font-size: 35px;
    position: absolute;
    top: 5%;
    left: 3%;
    color: aliceblue;
}


.sec5 h2{
    font-size: 25px;
    color: aliceblue;
    position: absolute;
    left: 3%;
    bottom: 10%;
}

.sec5 p{
    font-size: 14px;
    color: aliceblue;
    position: absolute;
    bottom: 3%;
    left: 3%;
    width: 30%;
}

.sec5 h3{
    font-size: 20px;
    color: aliceblue;
    position: absolute;
    bottom: 4%;
    right: 4%;
}


footer{
    width: 100%;
    height: 100vh;
    background: #080808;
    position: relative;
}


footer img{
    width: 150px;
    position: absolute;
    top: 1%;
    left: 2%;
}

footer .flexbox1{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 100px;
    position: absolute;
    top: 20%;
    left: 20%;
}

footer .flexbox1 .link h2{
    font-size: 20px;
    color: aliceblue;

}
footer .flexbox1 .link ul{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}


footer .flexbox1 .link ul a{
    font-size: 15px;
    color: gray;
    text-decoration: none;
}


footer p{
    font-size: 20px;
    color: aliceblue;
    position: absolute;
    left: 2%;
    bottom: 2%;
}

footer h3{
    font-size: 18px;
    color: aliceblue;
    position: absolute;
    bottom: 2%;
    right: 2%;
}