
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&family=Smooch+Sans:wght@100..900&family=Text+Me+One&display=swap');
#circle {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 255, 0.0);
    border:2px rgba(0, 0, 0,1) solid;
    border-radius: 50%;
    pointer-events: none;
    transition: transform .5s ease-out;
z-index: 1012;}
:root{
    --height:300vh;
    --after:3.5s;
}
html,body{
    scroll-behavior: smooth;
cursor: url('/images/cursor.png'),auto;}
body{
    margin: 0;
    font-family: "Gudea", sans-serif;
    font-weight: 400;
    font-style: normal;
        position: relative;
    height: var(--height);
    animation: freezer 3s;
    /* overflow-x: hidden; */
}
@keyframes freezer{
    0%{
        overflow: hidden;
    }
    100%{
        overflow: hidden;
    }
}
body::before{
    content: "";
    background-color: #888;

    position: absolute;
    z-index: 1000;
    left: 50%;
    top: calc(33vh);
    border-radius: 50%;
    transform: translate(50% 50%);
    width: 150px;
    height: 150px;
    transform:translateY(0px);
    opacity: 1;
    animation: intro 3s forwards;
}
@keyframes intro{
    0%{
        width: 150px;
        height: 150px;
     scale: 14;
     transform:translateY(0px);
     opacity: 1;
     box-shadow: 0px transparent;
    }
    69.9%{
        width: 150px;
        height: 150px;
     scale: 1;
     transform:translateY(0px);
     opacity: 1;
     box-shadow: 0px transparent;
        box-shadow: 0px 0px 0px 0px transparent;
    }
    70%, 80%{
        width: 150px;
        height: 150px;
        transform:translateY(0px);
        box-shadow: 0px 0px 8px 6px rgba(255, 248, 182, 0.264);
        opacity: 1;
    }
    99%{
        width: 150px;
        height: 150px;
        box-shadow: 0px 0px 8px 6px rgba(255, 248, 182, 0.264);
        transform:translateY(450px);
        opacity: .5;
        z-index: 100;
    }
    100%{
        width: 150px;
        height: 150px;
        transform:translateY(450px);
        opacity: 0;
        z-index: -100;
        /* display: none; */
    }
}
@keyframes freezer2{
    0%{
        opacity: 0;
    }
    90%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }}
.Header1{
    position: fixed;
    top: 0%;
    background: #88888836;
    backdrop-filter: blur(20px);
    z-index: 1011;
    width: 100%;
    height: fit-content;
    animation: freezer2 3s 0s;
}
.mainHeader{
    display: flex;
    justify-content: space-between;
    top: 0;
}
header{
    margin-left: 20px;
    font-family: "Smooch Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
header img{
    margin: 20px;
}
/* .mainHeader img{
    position: relative;
   display: flex;
    object-fit: cover;
    animation: rotater alternate-reverse both;
    animation-timeline:view(0% 100%);
}
@keyframes rotater{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(180deg);
    }
} */
.mNav1{
display: flex;
align-items: center;
margin-right: 15px;
}
.mNav1 a:hover, a:active{
   scale: 1.09;
    text-decoration: underline 2px ;

}
.mNav{
    font-family: "Jura", sans-serif;
    font-optical-sizing: auto;
    font-weight:weight;
    font-style: normal;
    text-decoration: none;
   color: black;
}
#Hire{
    background-color: black;
    padding-right: 2px;
    padding-left: 2px;
    color: white;
}
.hello{
   position: relative;
   top:90px;
    display: flex;
    justify-content: center;
    font-family: sans-serif;
    animation: freezer2 3s 0s;
}
/*---------------------- hero-section begins ------------ */
.hero-section{
    position: relative;
    height: 100vh;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: white;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.careers{
    /* position: absolute;
    top: 110px; */
    
    display: flex;
    justify-content: center;
    font-size: xx-large;
   flex-direction: column;
   z-index: 10;
   transform: translateX(0%);
   width: 100vw;
   min-width: 100%;
   /* background-color: rgba(255, 0, 0, 0.514);
  */
}
.wDesigner h1{
   mix-blend-mode: exclusion;
    width: fit-content;
    /* display: flex;
    justify-content: center; */
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: rgb(8, 8, 8);
    cursor: alias;
   align-items: flex-start;
    height: max-content;
    scale: 2;
    animation: slide 2s var(--after) forwards;
    opacity: 0;
    font-size: 5rem;
    /* transform: translateX(50%); */
      /* position: relative; */
  /* left: 400px; */
}
@keyframes slide{
    0%{
      transform: translateX(-90px);
      opacity: 1;
    }
    100%{
       opacity: 1;
    }
}
.wDeveloper h1{
  
    color: white;
    mix-blend-mode: darken;
    width: fit-content;
    stroke-linecap: square;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: black;
    cursor: default;
    align-items: flex-end;
    scale: 2;
    animation: slide2 2s var(--after) forwards ;
   opacity: 0;
   font-size: 5rem;
   
}
@keyframes slide2{
    0%{
      transform: translateX(90px);
      opacity: 1;
    }
    100%{
       opacity: 1;
    }
}
.photo{
    background: transparent;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: linear-gradient(rgba(0, 0, 0, 0.89)white);
    scale: 1.5;
}
.dphoto{
    position: absolute;
    left: calc(50% - 100px);
    top: 27%;
    z-index:-1 ;
    animation: slide3 2s var(--after) forwards ;
    opacity: 0;
    mix-blend-mode: darken;
 
}
@keyframes slide3{
    0%{
      transform: translateY(90px);
      opacity: .8;
    }
    75%{
       opacity: .9;
    } 
    100%{
        opacity: 1;
    }
}
.wDeveloper h1:hover + .wDesigner h1{
    color: rgb(27, 47, 230);
}
.wDesigner:hover + .wDeveloper h1{
    color: black;
    -webkit-text-stroke-color: white;
    font-weight: bolder;
    mix-blend-mode: lighten;
    
}
.wDesigner:hover{
color: white;
-webkit-text-stroke-color: black;
font-weight: bolder;
mix-blend-mode: darken;
}
.btns{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width:15rem;
    top: 75vh;
    left: 50%;
    height: 10rem;
    align-content: center;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    animation: opening 1s var(--after) forwards;
}
.btn2 {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-around;
}
.btns a{
    color: black;
    text-decoration: none;
    padding: 20px;
    background-color: var(--varW);
    border-radius: 20px;
    box-shadow: 2px 2px 2px 0px gray;
}
.btn3{
    display: flex;
    justify-content: center;
}
#btn3{
    display: flex;
    justify-content: center;
    transform: translateX(50%);
    width:fit-content;
    color: black;
    width: content;
    padding-left: 50px;
    padding-right: 50px;
    border: 2px rgba(0, 0, 0, 0) solid;
    
}
.btns a:hover{
    background-color: var(--varB);
    color: white;
}
#btn3:hover{
    color: white;
    text-decoration: underline;
    text-decoration-color: yellowgreen;
}
@keyframes opening{
    from{
        opacity:0 ;
        transform: translateY(50px);
    }
    to{
        opacity: 1;
    }
}



/* ---------------------PAGE2----------------------- */


:root{
    --prime:rgba(44, 44, 182, 0.959);
    --sec:rgba(235, 38, 38, 0.925);
    --varB:#888;
    --varW:whitesmoke;
}


.page2{
    margin: 0;
    position: absolute;
    background-color: var(--varB);
    background-color: rgb(151, 145, 145);
    height: max-content;
    width: 100%;
    top: 100vh;
    z-index: 1010;

}
.secondary_header{
    color: var(--varW);
    display: flex;
    justify-content: center;
    font-size: 2rem;
    margin-top: 20px;
}

.p1{
display: flex;
width: 100%;
height: 50vh;
align-items: center;
margin-left: 0px;
}
.p1 p{
    position: absolute;
    top: 10%;
    width: 33%;
    margin-left: 50px;
    font-size: 1.5rem;
}
 

.p1 img{
    /* display: flex;
    justify-content: end; */
    width: 150px;
    filter: grayscale(70%);
    position: absolute;
    transform: rotate(20deg);
    background-size: cover;
    z-index: 0;
      animation: positioner3_img2 3s .1s infinite ease-out alternate-reverse;
    
    transition-delay: 100ms;

}
:root{
  --top0: ;
  --top100: ;

}

.box3{
  position: absolute;
  left: 62%;
      animation: positioner32 3s .1s infinite ease-out alternate-reverse;
}
.box3:hover2{
    animation-play-state: paused;
    filter: grayscale(0);
}

.p1 img:hover2{
    /* border-bottom: 2px var(--sec) solid; */
    z-index: 10;
    scale: 1.2;
    animation-play-state: paused;
    filter: grayscale(0);
}
@keyframes positioner{
    0%{
        left: 40%;
        top: 10%;
    }
    100%{
       left: 40%;
       top: 20%;
    }
}
@keyframes positioner2{
    0%{
       top: 20%;
    }
    100%{
      top: 10%;
    }
}
@keyframes positioner3{
    100%{
        
        top: var(--top0);
 
    }
    0%{
      
       top:var(--top100);
       
    }
}
@keyframes positioner3_img{
    100%{
        transform: rotate(-20deg);
        
 
    }
    0%{
       transform: rotate(20deg);
       
    }
}
.skills{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;

  transform: translateY(60px);
}
.skill:hover{
    scale: 1.1;
}
.skills .skill{
    background-color:var(--varW);
    width: fit-content;
    min-width: 200px;
    height: auto;
    padding: 10px;
    padding-bottom:30px;
    border-radius: 20px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.849);
    overflow: hidden;
    z-index: 1;
}
.skills img{
    float: left;
}
.skills p{
    color: black;
}
.rank{
    display: flex;
    margin-left: 5px;
    transform: translateY(20px);
    content: " ";
    width: 260px;
    height: 15px;
    border: 1px black solid;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    background: linear-gradient(100deg, rgba(255,255,255,1) 19%, rgba(136,136,136,1) 64%, rgba(0,0,0,1) 100%);
    background-repeat: no-repeat;
}
#html1{
    background-size:95%;
}
#html:hover #html1{
    animation: ranker 2s ease-out .5s forwards;
}
@keyframes ranker{
    0%{
        background-size: 0;
    }
    100%{
        background-size:95%;
    }
}
#css1{
    background-size: 80%;
}
#css:hover #css1{
    animation: ranker2 2s ease-out .5s forwards;
}
@keyframes ranker2{
    0%{
        background-size: 0;
    }
    100%{
        background-size:80%;
    }}
#js1{
    background-size: 60%;
}
#js:hover #js1{
    background-size: 0;
    background-repeat: no-repeat;
    animation: ranker3 2s ease-out .5s forwards;
}
@keyframes ranker3{
    0%{
        background-size: 0;
    }
    100%{
        background-size:60%;
    }}


/* -------------------page3---------------------- */

.page3{
  position: relative;
    width: 100%;
    margin: 0;
    height: max-content;
    position: absolute;
    top: 200vh;
    color:rgba(0, 0, 0, 0.918);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--varW);
}
.page3 h2{
    margin-top: 5%;
    display: flex;
    justify-content: center;
}
.page3 p{
    color: var(--varB);
    display: flex;
    justify-content: center;
    top: 16%;
}
.project-images{
    display: flexbox;
    justify-items: center;
    margin-left: 0em;
    justify-content: center;
    width: fit-content;
    margin-right: 50px;
}
.project-images img{
    width:fit-content;
    height: 300px;
    object-fit: contain;
    background-clip: inherit;
    color: transparent;
    justify-content: center;
    margin-left: 120px;
    margin-top: 20px;
}
.project-images a img:hover{
scale: 1.09;
  background-size: 0%;
  z-index: 1;
  box-shadow:0px 0px 0px 0px black;
  border-radius: 0%;

}
.project-images a img:hover :not(img:hover){
    filter: grayscale(100%);
}
.imgA{
    filter: blur(0px);
    box-shadow:10px 10px 10px 0px #888;
    border-radius: 10px;

}

/* --------------footer----------------- */


footer{
    position: relative;
    bottom: 0px;
    width: 100%;
    height: fit-content;
    background: rgba(0, 0, 0, 0.795);
}
footer h1, footer p,footer h2,footer center{
    display: flex;
    justify-content: center;
    color: var(--varW);
    text-decoration: none;
}
footer a{
    display: flex;
}
footer i{
    color: white;
    display: inline-block;
}
footer i:hover{
    color: blue;
} 
.icons a{
    margin: 20px;
}
footer svg{
    width: 50px;
    height: 30px;
    background: var(--varB);
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 50px;

}
svg:hover{
    background-color: #fff;
    box-shadow: 0 0 4px 4px white;

}




/* ---------------button_hire---------------- */




.button {
    --white: #f5eef5;
    --purple-100: rgba(136, 136, 136, .2);
    --purple-200: rgba(136, 136, 136, .4);
    --purple-300: rgba(136, 136, 136, .6);
    --purple-400: rgba(136, 136, 136, .8);
    --purple-500: rgba(136, 136, 136, 1);
    --radius: 18px;
  
    border-radius: var(--radius);
    outline: none;
    cursor: pointer;
    font-size: 23px;
    font-family: Arial;
    background: transparent;
    letter-spacing: -1px;
    border: 0;
    position: relative;
    width: 220px;
    height: 80px;
    transform: rotate(353deg) skewX(4deg);
   margin-top: 20px;
  }
  #buttonA{
    background-color: transparent;
    box-shadow: none;
  }
  
  .bg {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    filter: blur(1px);
  }
  .bg::before,
  .bg::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: calc(var(--radius) * 1.1);
    background: var(--purple-500);
  }
  .bg::before {
    filter: blur(5px);
    transition: all 0.3s ease;
    box-shadow:
      -7px 6px 0 0 rgb(136 136 136 / 40%),
      -14px 12px 0 0 rgb(136 136 136 / 30%),
      -21px 18px 4px 0 rgb(136 136 136 / 25%),
      -28px 24px 8px 0 rgb(136 136 136 / 15%),
      -35px 30px 12px 0 rgb(136 136 136 / 12%),
      -42px 36px 16px 0 rgb(136 136 136 / 8%),
      -56px 42px 20px 0 rgb(136 136 136 / 5%);
  }
  
  .wrap {
    border-radius: inherit;
    overflow: hidden;
    height: 100%;
    transform: translate(6px, -6px);
    padding: 3px;
    background: linear-gradient(
      to bottom,
      var(--purple-100) 0%,
      var(--purple-400) 100%
    );
    position: relative;
    transition: all 0.3s ease;
  }
  
  .outline {
    position: absolute;
    overflow: hidden;
    inset: 0;
    opacity: 0;
    outline: none;
    border-radius: inherit;
    transition: all 0.4s ease;
  }
  .outline::before {
    content: "";
    position: absolute;
    inset: 2px;
    width: 120px;
    height: 300px;
    margin: auto;
    background: linear-gradient(
      to right,
      transparent 0%,
      white 50%,
      transparent 100%
    );
    animation: spin 3s linear infinite;
    animation-play-state: paused;
  }
  
  .content {
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    height: 100%;
    gap: 16px;
    border-radius: calc(var(--radius) * 0.85);
    font-weight: 600;
    transition: all 0.3s ease;
    background: linear-gradient(
      to bottom,
      var(--purple-300) 0%,
      var(--purple-400) 100%
    );
    box-shadow:
      inset -2px 12px 11px -5px var(--purple-200),
      inset 1px -3px 11px 0px rgb(0 0 0 / 35%);
  }
  .content::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: 10;
    width: 80%;
    top: 45%;
    bottom: 35%;
    opacity: 0.7;
    margin: auto;
    background: linear-gradient(to bottom, transparent, var(--purple-400));
    filter: brightness(1.3) blur(5px);
  }
  
  .char {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .char span {
    display: block;
    color: transparent;
    position: relative;
  }
  .char span:nth-child(5) {
    margin-left: 5px;
  }
  .char.state-1 span:nth-child(5) {
    margin-right: -3px;
  }
  .char.state-1 span {
    animation: charAppear 1.2s ease backwards calc(var(--i) * 0.03s);
  }
  .char.state-1 span::before,
  .char span::after {
    content: attr(data-label);
    position: absolute;
    color: var(--white);
    text-shadow: -1px 1px 2px var(--purple-500);
    left: 0;
  }
  .char span::before {
    opacity: 0;
    transform: translateY(-100%);
  }
  .char.state-2 {
    position: absolute;
    left: 80px;
  }
  .char.state-2 span::after {
    opacity: 1;
  }
  
  .icon {
    animation: resetArrow 0.8s cubic-bezier(0.7, -0.5, 0.3, 1.2) forwards;
    z-index: 10;
  }
  .icon div,
  .icon div::before,
  .icon div::after {
    height: 3px;
    border-radius: 1px;
    background-color: var(--white);
  }
  .icon div::before,
  .icon div::after {
    content: "";
    position: absolute;
    right: 0;
    transform-origin: center right;
    width: 14px;
    border-radius: 15px;
    transition: all 0.3s ease;
  }
  .icon div {
    position: relative;
    width: 24px;
    box-shadow: -2px 2px 5px var(--purple-400);
    transform: scale(0.9);
    background: linear-gradient(to bottom, var(--white), var(--purple-100));
    animation: swingArrow 1s ease-in-out infinite;
    animation-play-state: paused;
  }
  .icon div::before {
    transform: rotate(44deg);
    top: 1px;
    box-shadow: 1px -2px 3px -1px var(--purple-400);
    animation: rotateArrowLine 1s linear infinite;
    animation-play-state: paused;
  }
  .icon div::after {
    bottom: 1px;
    transform: rotate(316deg);
    box-shadow: -2px 2px 3px 0 var(--purple-400);
    background: linear-gradient(200deg, var(--white), var(--purple-100));
    animation: rotateArrowLine2 1s linear infinite;
    animation-play-state: paused;
  }
  
  .path {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    stroke-dasharray: 150 480;
    stroke-dashoffset: 150;
    pointer-events: none;
  }
  
  .splash {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    stroke-dasharray: 60 60;
    stroke-dashoffset: 60;
    transform: translate(-17%, -31%);
    stroke: var(--purple-300);
  }
  
  /** STATES */
  
  .button:hover .words {
    opacity: 1;
  }
  .button:hover .words span {
    animation-play-state: running;
  }
  
  .button:hover .char.state-1 span::before {
    animation: charAppear 0.7s ease calc(var(--i) * 0.03s);
  }
  
  .button:hover .char.state-1 span::after {
    opacity: 1;
    animation: charDisappear 0.7s ease calc(var(--i) * 0.03s);
  }
  
  .button:hover .wrap {
    transform: translate(8px, -8px);
  }
  
  .button:hover .outline {
    opacity: 1;
  }
  
  .button:hover .outline::before,
  .button:hover .icon div::before,
  .button:hover .icon div::after,
  .button:hover .icon div {
    animation-play-state: running;
  }
  
  .button:active .bg::before {
    filter: blur(5px);
    opacity: 0.7;
    box-shadow:
    -7px 6px 0 0 rgb(136 136 136 / 40%),
    -14px 12px 0 0 rgb(136 136 136 / 25%),
    -21px 18px 4px 0 rgb(136 136 136 / 15%);
  }
  .button:active .content {
    box-shadow:
      inset -1px 12px 8px -5px #888,
      inset 0px -3px 8px 0px var(--purple-200);
  }
  
  .button:active .words,
  .button:active .outline {
    opacity: 0;
  }
  
  .button:active .wrap {
    transform: translate(3px, -3px);
  }
  
  .button:active .splash {
    animation: splash 0.8s cubic-bezier(0.3, 0, 0, 1) forwards 0.05s;
  }
  
  .button:focus .path {
    animation: path 1.6s ease forwards 0.2s;
  }
  
  .button:focus .icon {
    animation: arrow 1s cubic-bezier(0.7, -0.5, 0.9, 1.5) forwards;
  }
  
  .char.state-2 span::after,
  .button:focus .char.state-1 span {
    animation: charDisappear 0.5s ease forwards calc(var(--i) * 0.03s);
  }
  
  .button:focus .char.state-2 span::after {
    animation: charAppear 1s ease backwards calc(var(--i) * 0.03s);
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes charAppear {
    0% {
      transform: translateY(50%);
      opacity: 0;
      filter: blur(20px);
    }
    20% {
      transform: translateY(70%);
      opacity: 1;
    }
    50% {
      transform: translateY(-15%);
      opacity: 1;
      filter: blur(0);
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes charDisappear {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(-70%);
      opacity: 0;
      filter: blur(3px);
    }
  }
  
  @keyframes arrow {
    0% {
      opacity: 1;
    }
    50% {
      transform: translateX(60px);
      opacity: 0;
    }
    51% {
      transform: translateX(-200px);
      opacity: 0;
    }
    100% {
      transform: translateX(-128px);
      opacity: 1;
    }
  }
  
  @keyframes swingArrow {
    50% {
      transform: translateX(5px) scale(0.9);
    }
  }
  
  @keyframes rotateArrowLine {
    50% {
      transform: rotate(30deg);
    }
    80% {
      transform: rotate(55deg);
    }
  }
  
  @keyframes rotateArrowLine2 {
    50% {
      transform: rotate(330deg);
    }
    80% {
      transform: rotate(300deg);
    }
  }
  
  @keyframes resetArrow {
    0% {
      transform: translateX(-128px);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  @keyframes path {
    from {
      stroke: white;
    }
    to {
      stroke-dashoffset: -480;
      stroke: #888;
    }
  }
  
  @keyframes splash {
    to {
      stroke-dasharray: 2 60;
      stroke-dashoffset: -60;
    }
  }


  /* ------------------img-hover----------- */
  .p1 .box2{
    position: absolute;
    left: 70%;
    background-size: 50px;
    transform: rotate(0deg);
    transition-delay: 100ms;
    animation: positioner2 3s .1s infinite ease-in  alternate-reverse;
}
.p1 .box{
    transform: rotate(0deg); 
    position: absolute;
    transition-delay: 100ms;
    animation: positioner 3s .1s ease-in-out infinite alternate-reverse;
}
.box,.box2{
    width: 20rem;
    height: 25rem;
    cursor: pointer;
    position: absolute;
    left: 40%;
    filter: grayscale(.7);
    scale: .7;
    margin-right: 40px;
}
.box2{
  position: absolute;
  left: 70%;
}
.bg,.bg2{
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("/images/darkBG.jpg");
    background-size: cover;
    transition: 1s;
    border-radius: 10px;
    box-shadow: 0 10px 10px;
}
.bg2{
  /* background-image: url("/images/Picsart_24-12-23_20-30-36-053.jpg"); */
  background-color: rgb(34,81,181);

}
#box:hover,.box2:hover{
  overflow: visible;
  animation-play-state: paused;
  filter: grayscale(0);
}


.box:hover .bg,   .box2:hover .bg2{
    transform: perspective(20px) rotateX(2deg) translateY(-50px);
}
.bird,.bird2{
    position: absolute;
    width: 20rem ;
    height: 32.5rem;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: 1s;
    top: -30%;
    background-image: url("/images/photo.png");
}
.bird2{
  background-image: url(/images/photo_2.png);
  top: -15.8%;
}

.box:hover .bird,.box2:hover .bird2{
    transform: translateY(-200px) translateX(-10px);
}





/* ------------------------mb-view---------------- */



@media (max-width:1300px){
    body{
        width: 100%;
        overflow-x: hidden;
    }
  
    .mNav1{
        display: flex;
    align-items: center;
    margin-right: 15px;
    }
    .mNav1:hover{
        display: flex;
        align-items: center;
        margin-right: 15px;
    }

.skills{
        min-width: 400px;
        display: flex;
        align-items: center;
       
        
    } 
.rank{
        width: 130px;
    }*/
 .page3{
        margin: 0px;
        scale: 1;
        height: max-content;
    } 
 .project-images{
        margin: 0px;
        display: inline-block;
    }
.project-images img{
        scale: .9;
        display: flexbox;
        margin: 0px;
        top: 0px;
    }
    footer{
        position: absolute;
        top: 355vh;
        width: 100%;
        
    }
    #circle{
        width: 0px;
        height: 0px;
        opacity: 0;
    }
    footer{
    position: relative;
    bottom: 0px;
    width: 100vw;
    height: fit-content;
    background: rgba(0, 0, 0, 0.795);
    }
}
@media (max-width:950px){
    
.page2{
        width: 100%;
        height: max-content;
    }

    .p1 p{
        scale: 1;
        width: 80%;
        margin-left: 10px;
        left: 10%;
      
    }
    #framed-photos{
  display: flex;
  justify-content: space-between;
 
    width: 100vw;
    margin: 0px;
    height: 400px;
    transform: translate(0px,250px);
    scale: 0.9;
     min-width: 100vw;}
    
    .box3{
      left: 38%;
      
    }
    #box2{
      position: relative;
      left: 48%;
    }
    #box{
      transform: translateX(-110%);
      
    }
    .skills{
      transform: translateY(240px);
    }
    #js{
      transform: translate(-450px,200px);
    }
  
}