* {box-sizing: border-box;}

h2, .small {letter-spacing: 2px; line-height: 1.5em;}

h3 {font-size: 20px; color: linear-gradient(to bottom, #ffffff 0%, #ccffff 100%);} 

.me-text {font-size: 15px; color: black}
@media screen and (min-width: 576px) {
    .me-text {font-size: 14px; letter-spacing: 1px;}
}

p {font-size: 1vw; letter-spacing: 1px;}
@media screen and (max-width: 992px) {
    p {font-size: 14px; letter-spacing: 1.1px;}
}
@media screen and (min-width: 576px) {
    p {font-size: 13px; letter-spacing: 1px;}
}

hr{opacity: .1;}

.small-text {letter-spacing: 1.3px; font-size: 14px;}

body {
    font-family: 'Raleway', sans-serif;
    background: url('../img/bg/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    scroll-behavior: smooth;
}


/* Main Container */
main {
    background: #feffff;
    margin: 2vw 4vw;
    box-shadow: 15px 15px 30px 15px rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}
@media screen and (min-width: 1200px) {
    main {
      width: 1024px; 
    } 
}


/* Navigation */
nav, hr {box-shadow: 0 1px 2px 0 hsl(0, 0%, 70%);}

.navbar-brand {
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 17px;
    font-style: italic;
}
.nav-link:hover, .navbar-brand:hover {color: #000;}

.menu-icon {
    font-size: 30px;
    cursor: pointer;
}
.navmenu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.navmenu-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.navmenu a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.navmenu a:hover, .navmenu a:focus {
    color: #f1f1f1;
}
.navmenu .closebtn {
    position: absolute;
    top: 0;
    right: 93px;
    font-size: 60px;
}
@media screen and (max-height: 450px) {
    .navmenu a {font-size: 20px}
    .navmenu .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* Hero */
.hero {
    box-shadow: 0 6px 10px rgba(0,0,0,.03), 0 0 6px rgba(0,0,0,.05);
}
.hero-text p {
    color: #2196F3;
    font-size: 3.5vw;
    font-weight: bold;
    letter-spacing: 1.4px;
    opacity: .8;
}
.btn.btn-learn {
    color: #000;
    font-weight: 600;
    border: 1px solid #000;
    background: transparent !important; 
}
.btn.btn-learn:hover, .btn.btn-learn:focus {
    background: transparent !important;
    border: 1px solid #2196F3 !important;
}
@media screen and (min-width: 768px) {
    .hero-welcm p {margin-top: 1em; font-size: 1.4em;}
    .hero-welcm .btn-learn {margin-top: 2em;}
}
  

/* About Me */
.about-text {
    border-radius: 4px;
    box-shadow: 0 6px 10px rgba(0,0,0,.03), 0 0 6px rgba(0,0,0,.05);
    background: #e7f3fe;
}
.info {
    border: 1px solid #2c98f0;
    border-left: 6px solid #2196F3;
    padding: 15px;
}


/* Slide Show */
.owl-carousel {
    position: relative;
    left: 0;
    overflow-y: hidden;
}
.item { /* Carousel Images and Inner Text*/
    position: relative;
    text-align: center;
    z-index: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
.likes {
    border-radius: 5px;
    background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%); 
    opacity: .8;
    padding: 1em;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
}


/* SKILLS */
#skills .container-1 {
    width: 100%;
    height: 5px;
    background-color: #c7bdbd;
    border-radius: 40px;
}
.skill-bag, .program {
    border-radius: 5px;
    background-color: #e7f3fe;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    padding: 0 7px;
    opacity: .9;
    font-size: 14px;
    font-weight: 600;
}
.skill-bag, .my-work {
    margin-left:.2vw;
    margin-right:.2vw;
}
#skills .num-1 {
    position: relative;
    bottom: 2px;
}
#skills .num {
    position: relative;
    bottom: 23px;
    font-size: 12.5px;
}    
#skills .skills {
    text-align: right;
    border-radius: 40px;
    height: 5px;
    color: #000;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}  
/* WEB */
#skills .html {width: 91%; background-color: #4CAF50;}
    .html span {color: #4CAF50;}
#skills .bootstrap {width: 78%; background-color: #ec5453;;}
    .bootstrap span {color: #ec5453;;}
#skills .css {width: 83%; background-color: #721ae6;}
    .css span {color: #721ae6;}
#skills .js {width: 64%; background-color: #55ACEE;} 
    .js span {color: #55ACEE;} 
#skills .php {width: 70%; background-color: #a84cb8;}
    .php span {color: #a84cb8;}

/* PROGRAMMING */
#skills .java {width: 67%; background-color: #ec5453;}
    .java span {color: #ec5453;}
#skills .cpp {width: 65%; background-color: #721ae6;}
    .cpp span {color: #721ae6;}
#skills .python {width: 73%; background-color: #4CAF50;}
    .python span {color: #4CAF50;}
#skills .kotlin {width: 54%; background-color: #a84cb8;}
    .kotlin span {color: #a84cb8;}

/* NETWORKING */
#skills .packet-tracer {width: 71%; background-color: #4CAF50;}
    .packet-tracer span {color: #4CAF50;}
#skills .gns-3 {width: 67%; background-color: #721ae6;}
    .gns-3 span {color: #721ae6;}
#skills .eve-ng {width: 63%; background-color: #ec5453;}
    .eve-ng span {color: #ec5453;}
#skills .ensp {width: 61%; background-color: #55ACEE;}
    .ensp span {color: #55ACEE;}


/* What I Do */
.service-bag {
    margin-left: 1vw;
    margin-right: 1vw;
}
.services {
    border-radius: 5px;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 1.5em;
   -webkit-box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    -moz-box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    -ms-box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    -o-box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    border-bottom: 2px solid #2c98f0; 
}
.services.color-2 {border-bottom: 2px solid #ec5453; }

.services.color-3 {border-bottom: 2px solid #f9bf3f; }

.services.color-4 {border-bottom: 2px solid #a84cb8; }

.work-done-img {float: left; border-radius: 5px;}

/* Education Timeline */
.timeline-centered {
    position: relative;
    margin-bottom: 30px; 
}  
.timeline-centered:after {
    content: " ";
    display: table;
    clear: both; 
} 
.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #d6d7d8;
    top: 20px;
    bottom: 20px;
    margin-left: 29px; 
}   
.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 15px;
    clear: both; 
}  
.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
}  
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: #2c98f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #d6d7d8;
    -webkit-box-shadow: 0 0 0 5px #d6d7d8;
    -o-box-shadow: 0 0 0 5px #d6d7d8;
    box-shadow: 0 0 0 5px #d6d7d8;
    line-height: 40px;
    float: left; 
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
    color: #fff; 
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-2 {
    background: #ec5453; 
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-3 {
    background: #f9bf3f; 
} 
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-none {
    background: #fff;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #e7f3fe;
    padding: 1.5em;
    padding-bottom: .5em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; 
}  
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #e7f3fe transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px; 
} 
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 17px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 500; 
}    
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #000; 
}    
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    font-size: 14px; 
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    font-size: 14px; 
}


/* Contact Me Form */
.star {color: red; letter-spacing: 1.5px; font-weight: 600;}

.form-control {
    font-size: 1rem;
    margin-bottom: 15px;
    height: 38px;
    font-weight: 300; 
}
.form-control:focus {
    border-color: #f15e75;
    box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25); 
    margin-bottom: 10px;
}
.input, .input:focus {
    background: #e7f3fe;
    color: #000;
    border: .1em solid;
    padding: .7rem 1.4rem;
    line-height: 1.5rem;
    letter-spacing: 1.2px;
}
.btn-red {
    background-color: #FC665F !important;
    color: #fff !important;
    border: none !important; 
    font-size: 18px;
}


/* Sticky Social Icons */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}
.icon-bar a {
    display: block;
    text-align: center;
}


/* Move Up The Page Button */
#myUpBtn {
    display: none;
    position: fixed;
    bottom: 7vw; 
    border: none;
    outline: none;
    border-radius: 50%;
    right: 9.5vw;
    z-index: 99;
    cursor: pointer;
    transition: opacity 0.5s, transform 0.5s;
}


.category {
    text-align: center;
    font-size: 20px;
}

/* Contact Form */
.form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  .form-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  
  .form-input:focus {
    outline: none;
    border-color: DodgerBlue;
  }
  
  .form-textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
  }
  
  .form-textarea:focus {
    outline: none;
    border-color: DodgerBlue;
  }
  
  /*.form-submit {
    background-color: DodgerBlue;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .form-submit:hover {
    background-color: RoyalBlue;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 200ms linear;
    color: White;
  }*/

  .form-submit {
    color: #000;
    border: 1px solid #000;
    background: transparent !important;
    font-weight: bold;
    letter-spacing: 1.4px;
    opacity: .8;
  }
  
  .form-submit:hover, .form-submit:focus {
    background: transparent !important;
    border: 1px solid #2196F3 !important;
  }