@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&family=Major+Mono+Display&family=Poppins&family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&family=Major+Mono+Display&family=Poppins:wght@400;500;700&family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&family=Dela+Gothic+One&family=Fuggles&family=Major+Mono+Display&family=Poppins:wght@400;500;700&family=Roboto:wght@400;500&display=swap');

.bn632-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .bn632-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  
  .bn632-hover:focus {
    outline: none;
  }
  
  .bn632-hover.bn19 {
    background-image: linear-gradient(
      to right,
      #f5ce62,
      #e43603,
      #fa7199,
      #e85a19
    );
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
  }

  .bn53 {
    background-color: rgb(247, 158, 25);
    border: none;
    border-radius: 8px;
    padding: 13px;
    width: 150px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    animation: bn53bounce 4s infinite;
    cursor: pointer;
  }
  .bn53:hover{
    color: aliceblue;
    font-weight: 500;
  }
  
  @keyframes bn53bounce {
    5%,
    50% {
      transform: scale(1);
    }
  
    10% {
      transform: scale(1);
    }
  
    15% {
      transform: scale(1);
    }
  
    20% {
      transform: scale(1) rotate(-5deg);
    }
  
    25% {
      transform: scale(1) rotate(5deg);
    }
  
    30% {
      transform: scale(1) rotate(-3deg);
    }
  
    35% {
      transform: scale(1) rotate(2deg);
    }
  
    40% {
      transform: scale(1) rotate(0);
    }
  }

  .bn29 {
    border: none;
    padding: 0.6em 2em;
    outline: none;
    color: white;
    font-style: 1.2em;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background: none;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
  }
  
  .bn29:before,
  .bn29:after {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10em;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 105%;
    height: 105%;
    content: "";
    z-index: -2;
    background-size: 400% 400%;
    background: linear-gradient(
      60deg,
      #f79533,
      #f37055,
      #ef4e7b,
      #a166ab,
      #5073b8,
      #1098ad,
      #07b39b,
      #6fba82
    );
  }
  
  .bn29:before {
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-animation: pulse 10s infinite ease;
    animation: pulse 10s infinite ease;
  }
  
  .bn29:after {
    -webkit-filter: blur(0.3px);
    filter: blur(0.3px);
  }
  
  .bn29:hover:before {
    width: 115%;
    height: 115%;
  }
html{
    /* scroll-behavior: smooth; */
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins';
    scroll-behavior: smooth;
}
body{
background-color: black;
scroll-behavior: smooth ;
}
::selection{
    background-color: rgb(202, 124, 6);
    color: aliceblue;
}
a:hover{
    color: aliceblue;
}
.container{
   /* border: 1px solid aliceblue; */
   color: aliceblue;
   /* overflow: hidden; */
}
 img{
   width: 150px;
   margin-top: 5px;

 }
 .row{
    /* border: 1px solid aliceblue; */
    /* justify-content: center; */
 }
 .col-md-6{
    display: flex;
    /* justify-content: center; */
    
 }
 input{
    width: 200%;
    /* height: 100%; */
    background-color: #333;
    border-radius: 5px;
    padding-inline: 10px;
    font-family: 'poppins';
    border: none;
    /* width: 1000px; */
 }  
 .btn{
    margin-left: 6%;
    color: black;
    width: 70px;
    background-color: rgb(243, 146, 0);
    transform: translateX(-50%);
    padding-inline: 20px;
 }
 .btn-primary:hover{
  background-color: rgb(202, 124, 6);
  color: #111;
 }
 .btn-2{
    color: black;
    /* width: 90px; */
    background-color: rgb(243, 146, 0);
    /* transform: translateX(-50%); */
    border-radius: 8px;
 }
 .btn-1{
    color: aliceblue;
    /* width: 70px; */
    background-color: #555;
    /* transform: translateX(-50%); */
    border-radius: 5px;
    padding-inline: 10px;
 }
 .log{
    color: aliceblue;
 }
 .text{
    font-weight: 500;
    background-color: #111010;
 }
span{
    color:  rgb(247, 158, 25);
}
.card{
    margin-top: 15px;
    height: 200px;
color: aliceblue;
background-color: #111;
transition: 0.5s ease-in-out;
cursor: pointer;
overflow: hidden;
border-radius: 8px;
display: flex;
justify-content: space-around;
}
.card:hover{
    border: 1px solid rgba(240, 248, 255, 0.319) ;
    /* transform: scale(1.1); */
    background-color: #222;
    border-radius: 10px;
}
.card img{
    /* background-position: center; */
    width: 100%;
    height: 200px;
    /* background-position: cover; */
    border-radius: 8px;
    transition: 0.5s;
   
}
.card img:hover{
    transform: scale(1.1);
}
h3{
    font-size: 1rem;
    margin-top: 10px;
}
.card p{
    margin-top: -3%;
    color: #555;
}
h6{
    font-size: 0.8rem;
}
.home{
    cursor: pointer;
    transition: 0.5s;
}
.home a:hover{
    color:  rgb(247, 158, 25);
}
.btn-3:hover{
    background-color: rgb(202, 124, 6);

}
.btn-primaty{
    color: aliceblue;
}
a{
    text-decoration: none;
    color: aliceblue;
}
.ff{
    margin-left: -10%;
}
.no{
    padding-left: 6%;
}
a:hover{
    text-decoration: none;
}
.photo{
    background: url(rr3.jpeg);
    background-size: cover;
    border-radius: 20px;
    height: 300px;
    margin-block: 20px;
    transition: 0.5s;
}
.photo:hover{
    border: 1px solid rgba(240, 248, 255, 0.325);
    box-shadow: 1px 1px 10px rgba(240, 248, 255, 0.466);
}
.photo:nth-child(4){
    background: url(netflix.jpeg) no-repeat;
    background-size: 100%;
}
.photo:nth-child(5){
    background: url(spotify.png) no-repeat;
    background-size: 100%;
    
}
.photo:nth-child(7){
    background: url(whatsapp.jpeg) no-repeat;
    background-size: 165%;
    background-position: center;
    
}
.photo:nth-child(8){
    background: url(gta.jpeg) no-repeat;
    background-size: 100%;
    
}
.photo:nth-child(9){
    background: url(anydesk.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.photo .cont{
    position: relative;
    top: 55%;
    font-family: 'Roboto';
}

.cont h3{
    font-family: 'Dela Gothic One';
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(44, 127, 215);
}
.cont p{
    margin-top: -3%;
}
.cont h6{
    margin-top: -3%;
}
.box{
    display: flex;
    /* justify-content: space-a; */
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-inline: 20px;
}
.box::-webkit-scrollbar {
    display: none;
}
.resume{
    background: url(r1.png);
    min-width: 200px;
    height: 250px;
    transition: 0.5s;
}

.resume:hover{
    transform: scale(0.9);
}
.resume:nth-child(2){
    background: url(r2.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}
.resume:nth-child(3){
    background: url(r3.png) no-repeat;
}
.resume:nth-child(4){
    background: url(r4.jpeg) no-repeat;
}
.resume:nth-child(5){
    background: url(r5.jpeg) no-repeat;
}
.resume:nth-child(6){
    background: url(r6.png) no-repeat;
}
.resume:nth-child(7){
    background: url(r7.jpeg) no-repeat;
}
.resume:nth-child(8){
    background: url(r8.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.resume:nth-child(9){
    background: url(r9.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}
.resume:nth-child(10){
    background: url(r10.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.web{
    height: 300px; 
}
.text2{
    position: relative;
    /* left: 20%; */
    top: 9%;
    background-color: #000;
}
.two img{
    width: 200px;
    height: 200px;
}
.two{
    width: 100%;
}
.po{
    width: 250px;
    max-height: 200px;
    overflow-y: auto;
    position: relative;
    left: 20%;
    top: 24%;
    scrollbar-width: none;
}
.po::-webkit-scrollbar{
    display: none;
}
.bn{
    background-color: rgb(247, 158, 25);
    padding: 20px;
    border-radius: 8px;
}
.text2 p{
    margin-bottom: 4%;
}
.img img{
    /* position: relative; */
    /* left: 20%;
    top: 50px; */
}
.boo{
    position: relative;
    top: 40%;
    left: 20%;
}