:root {
    --body_back_color:black;
    --border_color:#00f7ff44;
    --box_shadow:#00f7ff44;
    --text_color:#00f7ff;
    --span_color:#B97BCB;
    --letter_spacing:.3px;
    --buttom_text_color:rgb(219, 219, 219);
    --highlight_text_color: hsl(183, 100%, 96%);
} 
 
 
 body{
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  background-color: var(--body_back_color);
  display: flex;
  justify-content: center;
}
.main{
    /* border: 1px solid red; */
    /* height: 1000px; */
    width: 100%;
    /* display: flex; */
    justify-items: center;
}
.navbar_main_shibshankar{
    border: 2px solid var(--border_color);
    height: 70px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(0 0 0 / 60%);
    border-radius: 7px;
    transition: all ease .5s;
    align-items: center;
    margin-top: 30px;
    position: sticky;
    z-index: 999;
    top: 10px;
    background-color: var(--body_back_color);
}
.navbar_main_shibshankar:hover{
  box-shadow:0px 0px 17px 5px var(--box_shadow);
}
.navbar_main_left_shibshankar{
    /* border: 1px solid red; */
    height: 60px;
    width: 15%;
    color: var(--text_color);
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 30px; */
    letter-spacing: .3px;
}
.logo_shibshankar{
    height: 40px;
    width: 40px;
}
.navbar_main_right_shibshankar{
    /* border: 1px solid red; */
    height: 60px;
    width: 38%;
    display: flex;
    gap: 20px;
}
.navbar_main_right_shibshankar_home{
    /* border: 1px solid red; */
    height: 60px;
    width: auto;
    text-align: center;
    align-content: center;
    color: var(--text_color);
    padding: 0px 5px;
    letter-spacing: .3px;
    position: relative;
    overflow: hidden;
}
.navbar_main_right_shibshankar_home::before{
    content: '';
    position: absolute;
    top: 85%;
    left: -100%;
    height: 2px;
    width: 100%;
    background-color: var(--text_color);
    transition: all ease-in-out .5s;
}
.navbar_main_right_shibshankar_home:hover::before{
    left: 0%;
}
.navbar_span_color{
    color: var(--span_color);
}

.banar_shibshankar_main{
    /* border: 1px solid red; */
    height:600px;
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.banar_shibshankar_main_left{
    /* border: 1px solid red; */
    height: 500px;
    width: 50%;
    justify-items: center;
}
.banar_shibshankar_main_left_introduc_text{
    /* border: 1px solid red; */
    height: 130px;
    width: 65%;
    color: var(--highlight_text_color);
    font-size: 36px;
    line-height: 50px; 
    word-spacing: 10px;
    letter-spacing: 1px;
}
.banar_span_color{
    color: var(--text_color);
}
.banar_shibshankar_main_left_introduc_text_sub{
    /* border: 1px solid red; */
    height: 60px;
    width: 50%;
    color:rgb(233, 233, 233);
    margin-right: 140PX;
    word-spacing: 10px;
    letter-spacing: 1px;
    line-height: 25px;

}
.banar_shibshankar_main_left_introduc_button{
    /* border: 1px solid red; */
    height: 60px;
    width: 65%;
    margin-top: 20PX;
}
.banar_shibshankar_main_left_introduc_button_box{
    height: 45px;
    width: 150px;
    border: 2px solid #00f7ff9e;   
    background-color: black; 
    color: var(--buttom_text_color);
    border-radius: 2px;
    transition: all ease .6s;
    font-size: 14px;
    font-family: "Orbitron", sans-serif;
  /* font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal; */
}
.banar_shibshankar_main_left_introduc_button_box_span{
    color: white;
}
.banar_shibshankar_main_left_introduc_button_box:hover{
    box-shadow: 0px 0px 26px 7px var(--box_shadow);
    transform: translateY(-3px);
    font-size: 15px;
    background-color:#10bfc5c3 ;
}


.banar_shibshankar_main_right{
    /* border: 1px solid red; */
    height: 500px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}
.banar_shibshankar_main_right_image_box{
    border: 4px solid var(--border_color);
    height: 450px;
    width: 400px;
    border-radius: 50%;
    justify-items: center;
    align-content: center;
    text-align: center;
    /* overflow-y: hidden; */
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0px 0px 18px 1px var(--border_color);
    transition: all ease .4s;
}
.banar_shibshankar_main_right_image_box:hover{
    /* box-shadow: 0px 0px 20px -3px #2ff8ff ; */
    filter: drop-shadow(1px 0px 4px#2ff8ff );
}
.banar_photo_img{
    height: 850px;
    width: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* top: -150px; */
    bottom: 40px;
}
.banar_shibshankar_main_right_image_box_text{
    border: 4px solid var(--border_color);
    /* height: 50px; */
    width: 400px;
    text-align: center;
    align-content: center;
    color:rgb(181, 179, 179);
    position: absolute;
    /* left: 280px; */
    top: 400px;
    font-size: 20px;
    padding: 20px;
    background-color: var(--body_back_color);
    /* word-spacing: 10px; */
    letter-spacing: 1px;
    transition: all ease .4s;

}
.banar_shibshankar_main_right_image_box:hover .banar_shibshankar_main_right_image_box_text{
    /* box-shadow: 2px 2px 20px -7px #2ff8ff ; */
}
/* .banar_shibshankar_main_right_image_box_text:hover{
    box-shadow: 2px 2px 20px -6px #2ff8ff ;
} */
.banar_shibshankar_main_right_image_box_text_span{
    color: white;
    /* border: 1px solid red; */
}
.banar_shibshankar_main_right_image_box_text_span_high_light{
    color: hsl(183, 100%, 96%);
}
.commant_shibshankar_text{
    /* border: 1px solid red; */
    height: 200px;
    width: 100%;
    justify-items: center;
    position: relative;
}
.commant_shibshankar_text_sub_box{
    border: 3px solid var(--border_color);
    height: 120px;
    width: 40%;
    color: white;
    font-size: 23px;
    letter-spacing: 1px;
    word-spacing: 7px;
    align-content: center;
    text-align: center;
    line-height: 39px;
    font-family: "SN Pro", sans-serif;
    box-shadow: 0px 0px 10px 3px var(--box_shadow);
}
.commant_shibshankar_text_sub_box_second{
    border-bottom: 3px solid var(--border_color);
    border-left: 3px solid var(--border_color);
    border-right: 3px solid var(--border_color);
    height: 60px;
    width: 200px;
    position: absolute;
    right: 565px;
    color: white;
    font-family: "SN Pro", sans-serif;
    font-size: 22px;
    text-align: center;
    align-content: center;
    box-shadow:0px 2px  17px 2px var(--box_shadow);
    
}
.commant_shibshankar_text_icons1{
    /* border: 1px solid red; */
    height: 40px;
    width: 40px; 
    background-color: var(--body_back_color);
    z-index: 20px;
    color: white;
    font-size: 60px;
    position: absolute;
    text-align: center;
    align-content: center;
    top: -20px;
    left: 630px;
}
.commant_shibshankar_text_icons2{
    /* border: 1px solid red; */
    height: 40px;
    width: 40px; 
    background-color: var(--body_back_color);
    z-index: 20px;
    color: white;
    font-size: 60px;
    position: absolute;
    text-align: center;
    align-content: center;
    top: 100px;
    left: 1220px;
}
.main_project_section_shibshankar{
    /* border: 1px solid red; */
    height: 700px;
    width: 100%;
    justify-items: center;
    margin-top: 100px;
}
.main_project_section_shibshankar_sub_top_container{
    /* border: 1px solid red; */
    height: 100px;
    display: flex;
    /* justify-content: space-between; */
    width: 85.7%;
    position: relative;
    align-items: center;
}
.main_project_section_shibshankar_sub_top_container_left{
    /* border: 1px solid red; */
    height: 45px;
    width: 12%;
    color: var(--text_color);
    font-size: 30px;
    letter-spacing: 1.5px;
    /* align-content: center; */
}
.main_project_section_shibshankar_sub_top_container_medel_border{
    border: 1px solid var(--span_color);
    width: 40%;
    height:0px;
    /* margin-top: 43px; */
    background-color: var(--span_color);
}
.main_project_section_shibshankar_sub_top_container_right{
    /* border: 1px solid red; */
    height: 45px;
    width: 150px;
    position: absolute;
    right: 0;
    color:rgb(181, 179, 179);
    /* align-content: center; */
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    transition: all ease .4s;
}
.main_project_section_shibshankar_sub_top_container_right_icon_arrow{
    font-size:30px;  
    margin-left: 5px;
}
.main_project_section_shibshankar_sub_top_container_right:hover{
    color: white;
    transform: translate(4px);
    font-size: 18.5px;
}
.main_project_section_shibshankar_project_pictures_main{
    /* border: 1px solid red; */
    height: 650px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.main_project_section_shibshankar_project_pictures_main_fast_box{
    /* border: 2px solid rgb(97, 97, 97); */
    border: 2px solid var(--border_color);
    height: 600px;
    width: 26.6%;
    border-radius: 8px;
    overflow: hidden;
}
.main_project_section_shibshankar_project_pictures_main_fast_box_picture_box_sub{
    /* border: 1px solid blue; */
    height: 300px;
    width: 100%;
    /* background-color:blue; */
}
.main_project_section_shibshankar_project_pictures_main_fast_box_text_box_sub{
    /* border-top: 2px solid rgb(97, 97, 97);
    border-bottom: 2px solid rgb(97, 97, 97); */
    border-top: 2px solid var(--border_color);
    border-bottom: 2px solid var(--border_color);
    height: 90px;
    width: 95.9%;
    color: var(--buttom_text_color);
    word-spacing: 10px;
    font-size: 18px;
    line-height: 33px;
    padding-left: 20px;
    align-content: center;
    letter-spacing: 1px;
}
.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub{
    /* border: 1px solid green; */
    height: 200px;
    width: 100% ;
}
.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_hedding{
    /* border: 1px solid red; */
    height: 68px;
    /* width: 100%; */
    color: hsl(183, 100%, 96%);
    font-size: 30px;
    align-content: center;
    padding-left: 20px;
    letter-spacing: 2.5px;
}
.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_about_project{
    /* border: 1px solid red; */
    height: 60px;
    width: 90%;
    color:var(--buttom_text_color);
    font-size: 19px;
    align-content: center;
    padding-left: 20px;
    letter-spacing: 2px;
    line-height: 30px;
    word-spacing: 10px;
}
.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_hedding_box_button{
    /* border: 1px solid red; */
    height: 75px;
    align-content: center;
    padding-left: 20px;
}
.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_hedding_box_button_child_contain{
    /* border: 2px solid #00f7ff9e;   
    height: 45px;
    width: 150px;
    color: var(--buttom_text_color);
    text-align: center; 
    align-content: center;
    background-color: var(--body_back_color);
    font-size: 20px;
    word-spacing: 10px;
    font-weight: 300;
    transition: all ease .4s;
    font-family: "Orbitron", sans-serif; */

    background-color: var(--body_back_color);
    padding: .5em 1em;
    border: none;
    border-radius: 3px;
    /* font-weight: bold; */
    letter-spacing: 5px;
    /* text-transform: uppercase; */
    cursor: pointer;
    color: var(--text_color);
    transition: all 1000ms;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    outline: 2px solid #00f7ff9e;
}

.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_hedding_box_button_child_contain::before{
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #10bfc5c3 ;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_hedding_box_button_child_contain:hover::before{
  width: 250%;
}

.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_hedding_box_button_child_contain:hover{
    /* box-shadow: 0px 0px 26px 7px var(--box_shadow);
    transform: translateX(3px);
    font-size: 20px;
    background-color:#10bfc5c3 ; */

    color: #ffffff;
    /* transform: scale(1.1); */
    transform: translate(5px);
    outline: 2px solid #70bdca;
    box-shadow: 4px 5px 17px -4px #268391;
}
.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_hedding_box_button_child_contain i{
    transform: rotate(-90deg);
    animation: icon .7s infinite alternate;
}
@keyframes icon{
    from{
        transform: translate(3px);
    }
    to{
        transform: translate(-3px);
    }
    
}
/* .long-arrow {
  transform: scaleX(1.4);
  display: inline-block;
} */


/* From Uiverse.io by vikiWayne */ 
/* .button {
  padding: 1em 2em;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  color: #2c9caf;
  transition: all 1000ms;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  outline: 2px solid #2c9caf;
}

button:hover {
  color: #ffffff;
  transform: scale(1.1);
  outline: 2px solid #70bdca;
  box-shadow: 4px 5px 17px -4px #268391;
}

button::before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #2c9caf;
  transform: skewX(45deg);
  z-index: -1;
  transition: width 1000ms;
}

button:hover::before {
  width: 250%;
} */





.main_skilll_section_shibshankar_containar{
    /* border: 1px solid red; */
    height: 600px;
    width: 100%;
    margin-top: 100px;
    justify-items: center;
}
.main_skilll_section_shibshankar_containar_top_heding_box{
    /* border: 1px solid red; */
    height: 80px;
    width: 85.7%;
    display: flex;
    /* justify-content: ; */
    align-items: center;
}
.main_skilll_section_shibshankar_containar_top_heding_box_sub{
    /* border: 1px solid red; */
    height: 45px;
    width: 8.6%;
    color: var(--text_color);
    font-size: 30px;
    letter-spacing: 2px;
    /* align-content: center; */
}
.main_skilll_section_shibshankar_containar_top_icon_box{
    /* border: 1px solid red; */
    height: 200px;
    width: 85.7%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.main_skilll_section_shibshankar_containar_top_icon_box_images_and_text{
    border: 2px solid var(--border_color);
    height: 200px;
    width: 260px;
    /* border-radius: 2px; */
    /* text-align: center; */
    align-content: center;
    /* display: flex; */
    justify-items: center;
}
.main_skilll_section_shibshankar_containar_top_icon_box_images_and_text_image_box{
    /* border: 1PX solid RED; */
    height: 95PX;
    width: 37%;
}
.main_skilll_section_shibshankar_containar_top_icon_box_images_and_text_image_box img{
    height: 100%;
    width: 100%;
}
.main_skilll_section_shibshankar_containar_top_icon_box_images_and_text_name_box{
    /* border: 1px solid red; */
    height: 40px;
    /* width: 30%; */
    text-align: center;
    color: var(--text_color);
    margin-top: 10px;
    align-content:  center;
    font-size: 23px;
    letter-spacing: 2.7px;
}


  /* <!-- ======================== ABOUT ME ====================== --> */
.main_about_me_container{
    /* border: 1px solid red; */
    height: 600px;
    width: 100%;
    /* display: flex; */
    justify-items: center;
    margin-top: 80px;
}
.main_about_me_container_top_hedding{
    /* border: 1px solid red; */
    height: 80px;
    width: 85.7%;
    display: flex;
    align-items: center;
}
.main_about_me_container_top_hedding_child{
        /* border: 1px solid red; */
    height: 45px;
    width: 12.5%;
    color: var(--text_color);
    font-size: 29px;
    letter-spacing: 1.5px;
    /* align-content: center; */
}
.main_about_me_container_bottom_box{
    /* border: 1PX solid RED; */
    height: 490px;
    width: 85.7%;
    display: flex;
    margin-top: 20px;
}
.main_about_me_container_bottom_box_left{
    /* border: 1px solid red; */
    height: 480px;
    width: 42.85%;
}
.main_about_me_container_bottom_box_left_hedding{
    /* border: 1px solid red; */
    height: 60px;
    width: 48%;
    color: var(--highlight_text_color);
    word-spacing: 8px;
    align-content: center;
    letter-spacing: 2px;
}
.main_about_me_container_bottom_box_left_hedding_span_highlight{
    color: var(--text_color);
    font-size: 20px;
    letter-spacing: 3px;
}
.main_about_me_container_bottom_box_left_sub_text{
    /* border: 1px solid red; */
    height: 120px;
    width: 83%;
    color: var(--buttom_text_color);
    line-height: 25px;
    font-size: 17px;
    font-family: "IBM Plex Mono", monospace;
    /* margin-top: 15px; */
}
.main_about_me_container_bottom_box_left_sub_text2{
   /* border: 1px solid red; */
    height: 150px;
    width: 81%;
    color: var(--buttom_text_color);
    line-height: 25px;
    font-size: 17px;
    font-family: "IBM Plex Mono", monospace;
    /* margin-top: 15px;    */
}

.main_about_me_container_bottom_box_left_button_child_style{
    background-color: var(--body_back_color);
    padding: .5em 1em;
    border: none;
    border-radius: 3px;
    /* font-weight: bold; */
    letter-spacing: 5px;
    /* text-transform: uppercase; */
    cursor: pointer;
    color: var(--text_color);
    transition: all 1000ms;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    outline: 2px solid #00f7ff9e;
}

.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_hedding_box_button_child_contain::before{
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #10bfc5c3 ;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
}

.main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_hedding_box_button_child_contain:hover::before{
  width: 250%;
}

.main_about_me_container_bottom_box_left_button_child_style:hover{
    /* box-shadow: 0px 0px 26px 7px var(--box_shadow);
    transform: translateX(3px);
    font-size: 20px;
    background-color:#10bfc5c3 ; */

    color: #ffffff;
    /* transform: scale(1.1); */
    transform: translateY(4px);
    outline: 2px solid #70bdca;
    box-shadow: 4px 5px 17px -4px #268391;
    font-size: 18px;
}
.main_about_me_container_bottom_box_left_button_child_style i{
    transform: rotate(-90deg);
    animation: icon .7s infinite alternate;
}
@keyframes icon{
    from{
        transform: translateY(2px);
    }
    to{
        transform: translateY(-2px);
    }
    
}






.main_about_me_container_bottom_box_right{
    /* border: 1px solid red; */
    height: 480px;
    width: 42.85%;
}





.main_contact_section_box{
    /* border: 1px solid red; */
    height: 450px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.main_contact_section_box_sub{
    /* border: 1px solid red; */
    height: 400px;
    width: 85.7%;
    
}
.main_contact_section_box_sub_top{
    /* border: 1px solid red; */
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
}
.main_contact_section_box_sub_top_child{
    /* border: 1px solid red; */
    height: 45px;
    width: 15%;
    color: var(--text_color);
    font-size: 29px;
    letter-spacing: 1.5px;
    /* align-content: center; */
}
.main_contact_section_box_sub_bottom{
    /* border: 1px solid red; */
    height: 300px;
    width: 100%;
    /* position: relative; */
    display: flex;
    justify-content: space-between;
}
.main_contact_section_box_sub_bottom_child1{
    /* border: 2px solid var(--border_color); */
    height: 100px;
    width: 33%;
    font-family: "IBM Plex Mono", monospace;
    color: var(--highlight_text_color);
    font-size: 17px;
    letter-spacing: .5px;
    /* margin-top: 30px; */
    align-content: center;
    line-height: 25px;
}
.main_contact_section_box_sub_bottom_child2{
    /* border: 2px solid;
    border-image: linear-gradient(to right bottom, red, blue,rgb(255, 0, 0)) 1; */
    /* box-shadow: 0px 0px 100px 15px rgba(21, 0, 255, 0.32); */
  border: none;
  border-radius: 50%;
  background: 
    linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) padding-box,
    linear-gradient(45deg,var(--border_color)) border-box;
  border: 3px solid transparent;
    height: 300px;
    width: 300px;
    right: 10%;
    /* border-radius: 50%; */
    position: relative;
    /* color: var(--span_color); */
    margin-top: 50px;
    /* box-shadow: 0px 0px 24px -1px var(--box_shadow); */

   /* box-shadow: 
    0 1px 25px var(--box_shadow),
    0 1px 30px var(--box_shadow); */
    animation:borderbox infinite 6s linear;

    transition: all ease-in-out 6s;

    
}
.main_contact_section_box_sub_bottom_child2::before{
    content: '';
    height: 80%;
    width: 80%;
    position: absolute;
    background-image:url();
    background-size: cover;
    left: 3%;
    top: 7%;
    animation: before 6s infinite linear;
    transition: all ease-in-out 6s;
}
@keyframes before{
     from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(-360deg);
    }
}
/* .main_contact_section_box_sub_bottom_child2::after{
    content: '';
    height: 10%;
    width: 60%;
    background-color: red;
    position: absolute;
    top: 70%;
    left: 21%;
} */
.main_contact_section_box_sub_bottom_child2:hover{
    /* box-shadow: 0px 0px 10px 0px var(--box_shadow); */

    /* box-shadow: 
    0 5px 10px rgba(255,0,0,0.4),
    0 10px 20px rgba(0,0,255,0.3); */

    transition: all ease-in-out 6S;
    height: 299.5px;
    width: 299.5px;
}
@keyframes borderbox{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.main_contact_section_box_sub_bottom_child2_child_icons_1{
    /* border: 1.5px solid #2f3bc0; */
    background-color: #5865F2;
color: #FFFFFF;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    position: absolute;
    left: 58%;
    top: -4%;
    transition: all ease-in-out 6s;
    animation: subborderbox infinite 6s linear;
}
@keyframes subborderbox{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(-360deg);
    }
}
.main_contact_section_box_sub_bottom_child2_child_icons_2{
    /* border: 1.5px solid #2f3bc0; */
    /* background: linear-gradient(45deg,#833AB4,#E1306C, #F77737,#FCAF45); */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    position: absolute;
    color:white ;
    top: 46%;
    right: -7%;
    transition: all ease-in-out 6s;
    animation: subborderbox infinite 6s linear;
}
.main_contact_section_box_sub_bottom_child2_child_icons_2 i{
    font-size: 40px;
}
.main_contact_section_box_sub_bottom_child2_child_icons_3{
    /* border: 1.5px solid #2f3bc0; */
background-color: #EA4335;
color: #FFFFFF;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    position: absolute;
    top: 66%;
    left: -2%;
    transition: all ease-in-out 6s;
    animation: subborderbox infinite 6s linear;
}
.main_contact_section_box_sub_bottom_child2_child_icons_4{
    /* border: 1.5px solid #2f3bc0; */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    position: absolute;
    bottom: -5%;
    right: 33%;
    background: linear-gradient(90deg, #1ABCFE, #A259FF);
    color: white;
    transition: all ease-in-out 6s;
    animation: subborderbox infinite 6s linear;
}
.main_contact_section_box_sub_bottom_child2_child_icons_5{
    /* border: 1.5px solid #2f3bc0; */
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    position: absolute;
    background:linear-gradient(45deg, gray,rgb(255, 255, 255),gray,rgb(255, 255, 255));
    color: #000000;
    top: 15%;
    left: 3%;
    font-size: 20px;
    transition: all ease-in-out 6s;
    animation: subborderbox infinite 6s linear;
}











/* ===================== MEDIA QUARI ======================= */


@media (max-width:1440px){
    .navbar_main_right_shibshankar {
        width: 48%;
    }
    .navbar_main_left_shibshankar {
        width: 22%;
    }
    .banar_shibshankar_main_left_introduc_text {
        width: 70%;
        font-size: 32px;
    }
    .banar_shibshankar_main_left_introduc_button {
        width: 70%;
    }
    .commant_shibshankar_text_sub_box {
        width: 54%;
    }
    .commant_shibshankar_text_icons1 {
        left: 27%;
    }
    .commant_shibshankar_text_icons2 {
        left: 70.5%;
    }
    .commant_shibshankar_text_sub_box_second {
        right: 22.9%;
    }
    .main_project_section_shibshankar_sub_top_container_left {
        width: 16%;
    }
    .main_project_section_shibshankar_project_pictures_main_fast_box_button_box_sub_about_project {
        width: 94%;
        font-size: 14px;
    }
    .main_project_section_shibshankar_project_pictures_main_fast_box_text_box_sub {
        height: 107px;
    }
    .main_project_section_shibshankar_project_pictures_main_fast_box {
        height: 611px;
    }
    .main_skilll_section_shibshankar_containar_top_heding_box_sub {
    width: 11.6%;
    }
    .main_skilll_section_shibshankar_containar_top_icon_box {
        height: 230px;
        margin-top: 15px;
    }
    .main_about_me_container_top_hedding_child {
        width: 17.5%;
    }
    .main_about_me_container_bottom_box_left_hedding {
        width: 90%;
    }
    .main_about_me_container_bottom_box_left_sub_text {
        height: 130px;
        width: 95%;
    }
    .main_about_me_container_bottom_box_left_sub_text2 {
        height: 177px;
        width: 95%;
    }
    .main_about_me_container_bottom_box {
    margin-top: 0px;
    }
    .main_contact_section_box_sub_top_child {
        width: 20%;
    }
    .main_contact_section_box_sub_bottom_child1 {
        width: 40%;
        font-size: 18px;
    }
}
