/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html {
    scroll-behavior: smooth;
}
body {

    padding-top: 30px;
    padding-bottom: 20px;
}

#img_view {
    transform: scale(0);
    position: fixed;
    display: none;
    background-color: rgba(0,0,0,0.9);
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: auto;
    left: 0;
    top: 0;
    padding-top: 100px;
    opacity:0;
    transition: all 1s, transform 1s;
}
#Store_Link {
    margin-top: 12px;
    margin-left:12px;
  
}


#content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}
.hr{
  color: #000;
background-color: #000;
height: 2px;
}
h5{
  padding: 0;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#Home {
    position: relative;
    width: 100%;
    height: 100vh; /* Full screen */
    overflow: hidden;
    
}
#CD{
text-align:left;
}

.flex_container_1{
display: flex;
flex-wrap:nowrap;
flex-direction: column;

}
    .flex_container_1 > section {
        background: rgba(169, 169, 169, 0.3);
        padding: 25px;
        margin: 10px;
        border-radius: 10px;
        transition: all 1s;
    }
.flex_container_3 > section:hover,.flex_container_1 > section:hover, .flex_container_2 > section:hover {
    box-shadow: 0 0 20px;
   
}
.flex_container_3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:center;
}
    .flex_container_3 > section {
        background: rgba(169, 169, 169, 0.3);
        padding: 30px;
        margin: 10px;
        border-radius: 10px;
        width: 500px;
        transition: all 1s;
        
    }
.flex_container_2{
display: flex;
flex-wrap:nowrap;

}
    .flex_container_2 > section {
        background: rgba(169, 169, 169, 0.3);
        padding: 30px;
        margin: 10px;
        transition: all 1s;
        border-radius: 10px;
    }
@media only screen and (max-width: 600px) {
    .content {
    
    width:100%;
    }
  .flex_container_2{
  display: flex;
  flex-wrap:wrap;
  }
  .flex_container_2 > section {
    background: rgba(169, 169, 169, 0.3);
    margin: 10px;
    border-radius: 10px;
  }

    video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    #Home {
        position: relative;
        width: 100%;
        height: 40vh; /* Half screen */
        overflow: hidden;
    }

}
ul.a {
  list-style-type:square;
}
li.la{
  font-weight: normal;
}
ul.b {
  list-style-type: square;
}
li{
  font-weight: bold;
}
.itxt{
  font-size:16px;
  vertical-align: bottom;
}
.int_icons{
  width: 30px;
  height: 30px;
}

#About {

}
#Contact {

}
#Hello {
    text-align:center;
    border-radius: 25px;
    opacity: 0.8;
    filter: alpha(opacity=50);
    background-color: white;
    width: 300px;
    position: absolute;
    right: 50px;
    top: 100px;

}
#Me {
    width: 100%;
    position: absolute;
    top:157px;
    left: 0px;


}
.Skill_Bars{
	width:100%;
}

.skills .prog-item{
  margin-bottom:25px
  }
  .skills .prog-item:last-child
  {
    margin-bottom:0
    }

      .skills .prog-item .skills-progress{
        width:100%;
        height:5px;

        border-radius:5px;
        position:relative
        }
        .skills .prog-item .skills-progress span{
          position:absolute;left:0;
          top:0;
          height:20px;
          background:#1E90FF;
          width:0%;

          transition:all 1s
          }
          .skills .prog-item .skills-progress span:after{
            content:attr(data-value);
            position:absolute;
            top:0px;
            right:0;
            font-size:12px;
            color:#fff

            }
            .loader_overlay{
              position:absolute;
              display: none;
              background-color: rgba(0,0,0,0.5);
              cursor: pointer;
              border-radius: 10px;

            }
            .loader {
              position: absolute;
              border: 16px solid #f3f3f3;
              border-radius: 50%;
              border-top: 16px solid blue;
              border-bottom: 16px solid blue;
              width: 120px;
              height: 120px;
              -webkit-animation: spin 2s linear infinite;
              animation: spin 2s linear infinite;
}
.data_overlay{
  position:absolute;
  display: none;
  background-color: rgba(0,0,0,0.9);
  cursor: pointer;
  border-radius: 10px;

}
.data {
 margin:auto;
 padding: 30px;

  color: white;

}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#data{
  display: none;
}
#captcha{
  width: 310px;
}

