*{
    margin:0px;
    padding: 0px;
    box-sizing: border-box;
}

.loaded{
    opacity:1;
}
.navbar{
    background-color:#202020;
}


.nav-link{
    color: #929292 !important;
}
.active{
    color:#B80003 !important;
}

.blood{
    color:#A60003;
}

.silver{
    color:#929292;
}

.navbar-nav{
    gap:50px !important;
}

body{
    background-color: #1e1e1e;
    color: white;
}

.linedbox-right{
    display: flex;
    justify-content: end;
    gap:30%;
    padding: 10px;
}
.linedbox-left{
    display: flex;
    justify-content: start;
    gap:30%;
    padding: 10px;
}

.linedbox p{
    font-weight: bold;
    position: relative;
}
.linedbox-right p::before{
    content: "";
    position: absolute;
    top: -15px;
    right: 30px;
    width: 10px;
    height:10px;
    border-radius: 50%;
    background-color: #B80003;
}

.linedbox-left p::before{
    content: "";
    position: absolute;
    top: -15px;
    left: 30px;
    width: 10px;
    height:10px;
    border-radius: 50%;
    background-color: #B80003;
}

.linedbox-left p{
    position: relative;
    left: -50px;
}

.linedbox-right p{
    position: relative;
    left: 40px;
}

#services{
    background-image: url('./assets/service_background.svg');
    background-size: cover;
    background-attachment: fixed;
   
}

#home{
    background-image: url('./assets/hitman.svg');
    background-size: cover;
    height: 100vh;
}

#aboutpage{
    background-image: url('./assets/hitman.svg');
    background-size: cover;
    background-attachment: fixed;
}

#about{
    background-image: url('./assets/wings.svg');
    background-size: cover;
    height: 40vh;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 170vh;
    position: relative;
    width: 100%;
    top: -100px;
    filter: brightness(100%);
}

#about h2{
    font-size: 7.5vw !important;
    line-height: 150px;
}

#why{
    background-color: transparent;
}
#winning{
    position: relative;
    top: -300px;
}

.bcard {
    perspective: 1000px; /* Creates a 3D space for the flip effect */
    width: 80%;
    padding: 10px;
    height: 60vh;
    margin: auto;
    z-index: 5 !important;
}

.bcard-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s ease-in-out;
    z-index: 5 !important;
}

.bcard:hover .bcard-inner {
    transform: rotateY(180deg);
}

.bcard-front, .bcard-back {
    position: absolute !important;
    width: 100%;
    height: 100%;
     backface-visibility: hidden !important;
     -webkit-backface-visibility: hidden !important;
     -moz-backface-visibility: hidden !important;
     -o-backface-visibility: hidden !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    padding: 10px;
    align-items: center;
    color: white;
    border-radius: 20px;
    border:1px solid white;
    overflow: hidden;
}

.bcard-front {
    text-align: center;
}

.bcard-back {
    background-color:white !important;
    color: black !important;
    transform: rotateY(180deg); 

}

.bcard:hover .bcard-back{
    height: 60vh;
    z-index: 5 !important;  
    font-size: 16px !important;
}


.dullblood{
    color: #A73537;
    text-shadow: 0px 0px 10px #A73537;
    filter: blur(1px);
    cursor: pointer;
    z-index: 0 !important;
}

.dullblood:hover{
    color:#A60003;
    text-shadow: 0px 0px 2px #A60003;
    filter: blur(0px);
    font-weight: bolder !important;
}

.avatar img{
    width: 40% !important;
    display: block;
    margin-left: auto;
    opacity:0.3;
    border-radius: 50%;
}

.avatar{
    padding: 10px;
}

.avatar img:hover{
    cursor: pointer;
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
    border-radius: 50%;
}



.r_text{
    font-size: 32px;
}
.r_name, .r_work, .r_no{
    font-size: 24px;
    color:#929292;
}

#contact{
    background-color:#2b0001;
    padding: 20px;
    color: #929292 !important;
}

#contact form input, #contact form textarea,#submitbutton{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #929292;
    color: #909090;
    font-size: 24px;
    padding: 10px;
    margin: 10px 0px;
    display: block;
    width:60%;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

#contact form textarea{
    font-size: 18px;
    font-weight: normal;
}

form input:focus, form textarea:focus{
    background-color: white !important;
    border-radius: 10px !important;
    border:2px solid white !important;
    outline: none !important;
    font-weight: bold !important;
}

#submitbutton{
    background-color: #909090;
    border: 2px solid black !important;
    border-radius: 10px !important;
    color:black;
}

#submitbutton:active{
    background-color: black !important;
    color:#909090 !important;
}

#arrowbutton:hover{
    cursor: pointer;
    transform: scale(1.1);
    filter: drop-shadow(0px 0px 5px red);
}

.social_media_links:hover{
    filter:drop-shadow(0px 0px 5px #B80003);
    transform: scale(1.1);
}

.night{
    background-color: #131313;
}

/* for about section  */

.black_glass{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border:1px solid white;
    padding: 10px 50px;
    margin:20px 0px;
    width: 60% !important
}

.inner_res_p1{
    width: fit-content;
    margin-left: auto;
}

/* for small screen devices */



@media (max-width: 1300px) {
   .linedbox-left,.linedbox-right,.linedbox{
    position: static;
    display: block !important;
    justify-content: start !important;
   }

   .linedbox-left p,.linedbox-right p,.linedbox p{
    position: static !important;
    left: 0px;
   }

   .res_p1{
    text-align: center;
    width:100% !important;
    padding:20px 0px !important;
   }
   #home{
    height: fit-content !important;
    text-align: center !important;
    padding:20px 0px !important;
   }

   #services div{
    padding: 10px 5px !important;
    /* margin:10px !important; */
   }
   
   #services h3{
    margin: 0px !important;
    padding: 10px !important;
   }
  #services{
    padding: 10px 0px !important;
  }
  #svg{
    margin:0px !important;
    padding: 10px !important;
  }

  #about{
    height:fit-content;
    padding: 100px 0px !important;
    margin: 10px 0px !important;
    position: static !important;
  }

  #winning{
    padding: 20px 15px !important;
    /* margin-top:50px !important; */
    height: fit-content !important;
    position: static !important;
  }
  .bcard{
    height: 40vh !important;
  }
  .bcard-back{
    height: 40vh !important;
  }
  #projects h2{
    text-align: center !important;
  }

  .avatarbox{
    display: flex;
    justify-content: space-around !important;
    align-items: center !important;
  }
  .avatar{
    flex: 1 !important;
  }
  .avatar img{
    width: 100% !important;
  }
  .r_text{
    font-size: 16px !important;
    min-height: 20vh !important;
  }
  .r_name, .r_work, .r_no{
    font-size: 12px !important;
  }

  #contact form input, #contact form textarea,#submitbutton{
    width: 100% !important;
    font-size: 12px !important;
  }

  .black_glass{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border:1px solid white;
    padding: 10px 50px;
    width: 90% !important;
    margin:20px auto !important;
}
}