body{
 
  font-family: "Poetsen One", sans-serif;
  font-weight: 400;
  font-style: normal;


}
::selection{
    background-color: rgba(0, 0, 0, 0.7);
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
main{
    position: relative;
    background-color: #1d2927;
    width: 100%;
    min-height: 750px;
    height: 100vh;
    display: flex;
    overflow: hidden;
    padding: 30px 60px;
    flex-direction: column;
    justify-content: space-between;
}

.signature{
    width: 100px;
    grid-column-start: 2;
}
nav{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-content: center;
    >ul{
        display: flex;
        >li{
            
            >a{
                display: inline-block;
                padding: 30px;
                color: wheat;
                font-weight: 200px;
                letter-spacing: 1px;
                transition: .4s;
                &:hover{
                    color: salmon;
                    transform: translateX(5px);
                }
            }
        }
    }
}
.image-wrap{
    position: absolute;
    width: 85%;
    max-width: 1000px;
    height: 0px;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
    background-image: url("img/me.jpg");
    background-size: 150%;
    background-position: 50% 38%;
    background-repeat: no-repeat;
}
.big-name{
    position: relative;
    font-family: cursive;
    top: 50px;
 z-index: 1;
 color: #f3c892;
 font-size: 7rem;
 font-weight: 500;
 text-align: center;
 line-height: 1;

}
.bottom-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    >p{
        color: #777;
        font-weight: 300;
        >i{
            color: #f3c892;
            font-size: 1.2rem;
            margin-right: .5rem;
        }
    }
}
.social{
    display: flex;
    
}
.social a{
   
     margin-left: 1rem;
    font-size: 30px;
    color: #777;
    transition: .4s;
    :hover{
        color: salmon;
    }
    
}
.scroll{
    position: absolute;
      color: #f3c892;
      left: 50%; transform: translateX(-50%);
      bottom: 100px;
}
.line{
    width: 1px;
    height: 70px;
    background-image: linear-gradient(to top, rgb(157,167,165), rgb(121,124,124));
     position: absolute;
     left: 50%;transform: translateX(-50%);
     bottom: 0;
}
.curser-circle{
    position: fixed;
    /* transform: translate(calc(-50%), calc(-50%)); */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: .1px solid rgba(161, 161, 161, 0.628);
    z-index: 10;
    transition-duration: 0.08s;
    transition-property: transform;
}
.curser-point{
    position: fixed;
    width: 4px;
    height: 4px;
 
   
    /* transform: translate(calc(-50%), calc(-50%)); */
    border-radius: 50%;
    background-color: white;
    z-index: 10;

}

/* scroll sec */


.container{
    max-width: 70rem;
    padding: 0 2rem;
    margin: 0 auto;
}

header{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

header:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 25;
}

.mountain1{
    position: absolute;
    bottom:-250px;
    width: 1500px;
    right: 0;
    z-index: 19;
}

.person{
    position: absolute;
    width: 650px;
    bottom:-250px;
    left: -70px;
    z-index: 20;
}

.mountain2{
    position: absolute;
    width: 1100px;
    bottom: 100px;
    left: 0;
    z-index: 18;
}

.mountain3{
    position: absolute;
    width: 900px;
    bottom: 250px;
    right: 0;
    z-index: 17;
}

.sky{
    position: absolute;
    width: 2100px;
    bottom: 350px;
    right: 0;
}

nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    z-index: 30;
    background: linear-gradient(to bottom, rgba( 0, 0, 0, 0.05), transparent)
}

nav .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    color: #fff;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.logo span{
    font-weight: 300;
}

.hamburger-menu{
    width: 1.55rem;
    height: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bar{
    position: relative;
    width: 1.2rem; 
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
}

.bar:before, .bar:after{
    content: '';
    position: absolute;
    width: 1.55rem;
    height: 3px;
    right: 0;
    background-color: #fff;
    border-radius: 2px;
}

.bar:before{
    transform: translateY(-8px);
}

.bar:after{
    transform: translateY(8px);
}

.big-title{
    position: absolute;
    z-index: 30;
    line-height: 4rem;
    top: calc(50% - 2rem);
    width: 100%;
    text-align: center;
    font-size: 5rem;
    font-weight: 600;
    color: #fff;
}

section{
    width: 100%;
    background-color: #151515;
    position: absolute;
}

section .container{
    padding: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

section img{
    width: 100%;
    transform: translateY(180px);
}

section .container > *{
    margin: 2rem;
}

.content{
    color: #fff;
    transform: translateY(-50px);
}

.imgContainer{
    transform: translateY(50px);
}

.title{
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    position: relative;
}

.border{
    position: absolute;
    width: 0%;
    height: 3px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}

.shadow{
    position: absolute;
    bottom: 100%;
    height: 300px;
    width: 100%;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, #151515, transparent);
}

.opacity{
    opacity: 0;
}

@media (max-width: 850px){
    section .container{
        grid-template-columns: 1fr;
    }
}

@media(max-width: 600px){
    .big-title{
        font-size: 3rem
    }

    .text{
        font-size: .8rem;
    }

    .title{
        font-size: 1.2rem;
    }
}


/* slider */

 .slider {
            width: 600px;
            height: 300px;
            border-radius: 20px;
            position: absolute;
            top: 1450px;
            left: 10%;
            overflow: hidden;
            z-index: 999;

            >.bus {
                height: 100%;
                display: flex;
                transition: 1s linear;

                >figure {
                    width: 600px;
                    height: 100%;

                    >img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }
            }

            >span {
                position: absolute;
                top: 45%;
                font-size: 30px;
                cursor: pointer;
                transition: 1s;

                &:first-of-type {
                    left: -100px;
                }

                &:last-of-type {
                    right: 10px;
                }
            }

            >#bullet {
                width: 100%;
                height: 50px;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 1000;
                display: flex;
                justify-content: center;
                align-items: center;
                backdrop-filter: blur(10px);

                >li {
                    width: 20px;
                    height: 20px;
                    list-style-type: none;
                    cursor: pointer;
                    margin: 5px;
                    border-radius: 50%;
                    background-color: rgba(146, 138, 138, 0.815);
                    border: 3px solid rgba(86, 86, 86, 0.616);

                    &:first-of-type {
                        background-color: gray;
                    }
                }
            }
        }


        
.bottomfoot{ z-index: 9999;
    width: 100%;
    height: 100px;
    background-color: rgba(137, 43, 226, 0.608);
   display: flex;
   position: absolute;
   top: 290vh;
   
    
   
   
    >span{
        width: 400px;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content:end;
        align-items:center;
        margin-left: 5%;
        >p{
           text-transform: capitalize;
           font-size: 12px;
          font-weight: 400;
           margin-left: 5%;
          font-family:  arial;
          color: black;
        }
    >img{
        width: 100px;
        height: 100px;
        border-end-start-radius: 50%;

    }

    }
    >div{
        width: 600px;
        margin-top: 10px;
        justify-content: center;
        display: flex;
        >a{
            
        font-size: 30px;
        color: #2b2454;
        margin: 20px;
        transition-duration: 0.5s;
        height:fit-content;
        
        
        
    }
}
}


.footer {
    z-index: 9999;
    width: 200px;
    height: 200px;
    position: fixed;
    bottom: 50px;
    right: 50px;

    &:hover {

        >img,
        &::before {
            animation-play-state: paused;
        }

        >a {
            left: -30%;
        }
    }

    >img,
    &::before {
        display: flex;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    &::before {
        content: '';
        background-color: #201b3f;
        animation: fancybefore infinite ease-out alternate 3s;
    }

    >img {
        animation: fancyimg infinite ease-out alternate 5s;

    }

    >figcaption {
        position: absolute;
        width: 130%;
        text-align: center;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        left: -20px;
        font-size: 25px;
        color: #241f46;
        bottom: -45px;
    }

    >a {
        position: absolute;
        left: 8%;
        transition: 1s;
        color: #3d3479;
        font-size: 35px;

        &:nth-of-type(1) {
            top: 10%;
        }

        &:nth-of-type(2) {
            top: 40%;
            transition-delay: .4s;
        }

        &:nth-of-type(3) {
            top: 70%;
            transition-delay: .8s;
        }
    }


}

@keyframes fancybefore {
    0% {
        border-radius: 66% 34% 70% 30% / 41% 54% 46% 59%;
    }

    50% {
        border-radius: 64% 36% 38% 62% / 60% 73% 27% 40%;
    }

    100% {
        border-radius: 27% 73% 57% 43% / 41% 60% 40% 59%;
    }
}

@keyframes fancyimg {
    0% {
        border-radius: 27% 73% 57% 43% / 41% 60% 40% 59%;
    }

    50% {
        border-radius: 66% 34% 70% 30% / 41% 54% 46% 59%;
    }

    100% {
        border-radius: 64% 36% 38% 62% / 60% 73% 27% 40%;
    }
}
 @media(max-width:500px){
    figure{
        scale:.7;
    }
   }