* {
    margin: 0%;
    padding: 0%;
    scroll-behavior: smooth;
    transition: 0.3s;
}

.body {
    width: 1200px;
    max-width: 100%;
}

.other-projects {
    padding: 10px;
    width: 90%;
    background-color: rgb(25, 24, 24);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-projects a button {
    padding: 10px;
}

.other-projects a button:hover {
    background-color: rgb(5, 5, 180);
    color: #fff;
}

header {
    background-color: rgb(34, 32, 32);
    display: inline-block;
    min-width: 100%;
}

.main-content {
    background-color: rgb(0, 0, 0);
}

header li {
   float: right;
   margin-right: 40px;
   list-style: none;
}

header li button {
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    background-color: rgb(51, 49, 49);
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1vw;
}

header li :hover {
    background-color: white;
    color: black;
}

header ul {
    margin-top: 50px;
    margin-right: 100px;
    font-size: 20px;
    animation: float 5s ease-in-out infinite;
}

#contact-btn {
    animation-delay: 1s;
}

#project-btn {
    animation-delay: 4s;
}

#resume-btn {
    animation-delay: 1s;
}

#contact-btn {
    animation-delay: 2s;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

#logo-img {
    float: left;
    width: 100px;
    height: 100px;
}

.body1 {
    display: flex;
    align-items: center;
    color: white;
}

section #section-left {
    float: left;
    margin-left: 30px;
    width: 40%;
    padding: 20px;

}

section #section-right {
    float: right;
    width: 60%;
}

#title {
    position: relative;
    font-weight: bold;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 3vw;
    animation: mymove 5s, float 5s ease-in-out infinite;
    animation-timing-function: linear;
    
}

#about {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    
}

@keyframes mymove {
    from {
        left: -500px;
    }
    to {
        left: 5px;
    }
}

.contact {
    padding: 20px;
    margin-left: 50%;
    display: flex;
    animation: float 5s ease-in-out infinite;
}

#socials {
    cursor: pointer;
    margin-right: 50px;
    padding: 10px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #06ddf1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(255, 248, 248);
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(114, 113, 113);
}

.projects {
    width: 100%;
    margin-left: 50px;
}


/* .Sub-title: for the different sections of page. E.g, project, skills */


.sub-title {
    background-color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: 10px;
}


#projects {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-left: 50px;
}

hr {
    margin-left: 50px;
}

.projects #subdiv {
    display: inline-flex;
}

#box1, #box2, #box3, #box4, #box5, #box6 {
    background-color: rgb(25, 66, 137);
    width: 400px;
    height: 400px;
    margin-left: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.box-image {
    margin: 20px 0 10px 20px;
    border-radius: 20px;
}


/* BOX ON HOVER EFFECT SECTION - START */


#box1 img:hover {
    opacity: 0.5;
    width: 305px;
    height: 204px;
}


#box2 img:hover {
    opacity: 0.5;
    width: 305px;
    height: 204px;
}

#box3 img:hover {
    opacity: 0.5;
    width: 305px;
    height: 204px;
}

#box4 img:hover {
    opacity: 0.5;
    width: 305px;
    height: 204px;
}

#box5 img:hover {
    opacity: 0.5;
    width: 305px;
    height: 204px;
}

#box6 img:hover {
    opacity: 0.5;
    width: 305px;
    height: 204px;
}


/* BOX ON HOVER EFFECT - ENDS */


.box-text{
    margin: 0 20px 20px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
}

.box-text h6 {
    padding: 8px 5px 8px 5px;
    color: rgb(188, 176, 176);
    background-color: rgb(11, 11, 11);
    font-family: sans-serif;
    border-radius: 30px;
    font-weight: lighter;
    float: right;
}

.box-text h5 {
    font-family: sans-serif;
    margin-top: 30px;
    border-radius: 30px;
    font-weight: lighter;
    float: center;
}

.box-text h5 button {
    margin-top: 5px;
}


.visitlive {
    margin: 10px 0 0 0;
    padding: 0px 0 10px 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: #131313;
    border-radius: 5px;
    border: 0;
    color: white;
}


.visitlive:hover {
    background: #393737;
}

.skills {
    display: flex;
    
    margin-left: 50px;
    max-width: 100%;
    height: 200px;
}

#skills {
    margin-left: 50px;  
}

.skills div {
    margin: 20px 15px 0 50px;
    width: 180px;
    height: 150px;
    background-color: rgb(116, 133, 186);
    border-radius: 200px;
    
}

.skills div:hover {
    height: 170px;
    background-color: rgb(116, 133, 186);
    border-radius: 200px;
}

.skills-icons {
    border-radius: 200px;
    border: 2px solid rgb(11, 11, 11);
}


.skills div img {
    float: right;
}

.skills-btn {
    margin-top: 5px;
    margin-left: 40px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 1rem;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgb(27, 26, 26);
    color: wheat;
    border: 5px  solid rgb(27, 26, 26) ;
}

.footer {
    margin-top: 50px;
    height: 100px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    align-items: center;
}


/* BLOG */

#blog-btn {
    background-color: rgb(206, 21, 21);;
}

#blog-btn:hover {
    background-color: rgb(214, 77, 77);
    color: white;
}

.footer div {
    padding-left: 500px;
    padding-top: 40px;
    background-color: rgb(25, 54, 91);
    height: 50px;
    font-size: smaller;
    color: white;
}

.scroll-to-top {
    position: absolute;
    right: 5rem;
    top: 2050px;
    width: 60px;
    background-color: white;
    height: 60px;
    border-radius: 100px 100px 0 0 ;
    border: 5px solid rgb(206, 33, 33);
}

.scroll-to-top img {
    margin-left: 10px;
    margin-top: 10px;
}


.main-section-blog {
    position: absolute;
    background-color: rgb(241, 236, 236);
    width: 78%;
    height: 300vh;
    margin-top: 20px;
}

.left-section-blog {
    position: fixed;
    background-color: rgb(218, 148, 16);
    width: 17rem;
    margin-left: 1px;
    height: 100vh;
}

.list-blog li {
    width: 60%;
    float: left;
    text-align: left;
    font-size: 13px;
    list-style: circle;
    margin-left: 50px;
    line-height: 25px;
}


.list-blog li:hover {
    background-color: rgba(165, 42, 42, 0.583);
    width: 60%;
    color: white;
    border-radius: 4px;
    padding-left: 20px;
    transition: .4s;
}

.right-section-blog {
    position: relative;
    background-color: rgb(211, 209, 209);
    width: 78vw;
    margin-left: 18.5rem;
    height: 100%;
}

.title-blog {
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    background-color: brown;
}

.left-section-blog a {
    color: rgb(221, 212, 212);
}

.title2-blog {
    color: white;
    padding-top: 0px;
    margin-top: 200px;
    
}

.title2-blog h4 {
    color: white;
    margin-top: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    background-color: brown;

}

.title3-blog {
    margin-top: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    background-color: brown;
}

.title3-blog h4 {
    color: white;
    text-decoration: none;
}

.title3-blog:hover {
    color: rgb(190, 180, 180);
    background-color: rgba(165, 42, 42, 0.618);
}


/* LINE DESIGNS ON PAGE - START */

.designline1-blog {
    position: fixed;
    top: -80px;
    left: 400px;
    width: 50px;
    height: 300px;
    background-color: rgb(68, 68, 251);
    z-index: -1;
    transform: rotate(35deg);
}

.designline2-blog {
    position: fixed;
    top: -80px;
    left: 500px;
    width: 50px;
    height: 300px;
    background-color: rgb(68, 68, 251);
    z-index: -1;
    transform: rotate(35deg);
}

.designline3-blog {
    position: fixed;
    top: -80px;
    left: 600px;
    width: 50px;
    height: 300px;
    background-color: rgb(68, 68, 251);
    z-index: -1;
    transform: rotate(35deg);
}

.designline4-blog {
    position: fixed;
    top: -80px;
    left: 1200px;
    width: 50px;
    height: 300px;
    background-color: rgb(68, 68, 251);
    z-index: -1;
    transform: rotate(35deg);
}


/* LINE DESIGNS ON PAGE - END */


/* TOOGLE BUTTON - START */
.tooglecontainer-blog {
    position: fixed;
    top: 100px;
    left: 150px;
    width: 100px;
    height: 30px;
    z-index: 200;
}
/* TOOGLE BUTTON- END */

#toogle {
    display: none;
}

.toogleButton {
    display: inline-block;
    margin-top: 5px;
    width: 80px;
    height: 20px;
    background-color: rgb(101, 101, 104);
    border: 2px solid rgb(217, 216, 222);
    border-radius: 30px;
    position: relative;
    cursor: pointer;
} 

.toogleButton::after {
    content: url('/img/sun.png');
    width: 20px;
    height: 20px;
    background-color: brown;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 5px black;
    position: absolute;
    top: -5px;
    left: 0;
    display: grid;
    place-content: center;
    line-height: 0;
    transition: background-color 1s, transform 1s ease-in;
} 

#toogle:checked + .toogleButton::after {
    content: url('/img/moon.png');
    background-color: burlywood;
    transform: translateX(50px) rotate(360deg);
}

#tooglebuttoncontainer-blog {
    position: fixed;
    top: 100px;
    margin: 5px;
    left: 150px;
    height: 20px;
    width: 80px;
    background-color: rgb(65, 61, 61);
    z-index: 300;
    border-radius: 1px;
    cursor: pointer;
}

#toogleswitch-blog {
    position: fixed;
    top: 102px;
    margin: 5px;
    left: 155px;
    height: 15px;
    width: 30px;
    background-color: rgb(255, 244, 244);
    z-index: 301;
    cursor: pointer;
}


#tooglebuttoncontainer-blog:focus {
    background-color: rgb(6, 64, 240);
    z-index: 300;
    border-radius: 1px;
    cursor: pointer;
    transition: .4s;
}


#toogleswitch-blog:focus {
    position: fixed;
    top: 102px;
    margin: 5px;
    left: 195px;
    height: 15px;
    width: 30px;
    background-color: rgb(255, 244, 244);
    z-index: 301;
    cursor: pointer;
    transition: .2s;
}

.right-top-blog {
    margin-top: 5px;
    width: 95%;
    height: 50px;
    display: inline-block;
}

#search-blog {
    width: 200px;
    float: right;
    padding: 5px;
    margin-right: -6px;
    margin-top: 1px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
    border: 2px solid rgb(119, 100, 100);
    opacity: 0;
}

#search-blog:hover {
    opacity: 1;
}

.fa {
    float: right;
    border: 2px solid black;
    background-color: #000;
    padding: 5px;
    cursor: text;
}

.fa-search {
    color: white;
}

.headerTitle-blog {
    padding-left: 10px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
}

#keyword-blog {
    display: inline-flex;
    margin-top: 10px;
}

#keyword-blog button {
    padding: 5px 20px 5px 20px;
    margin: 1px 0 20px 10px;
    font-size: 10px;
    border-radius: 20px;
    background-color: #000;
    color: white;
    cursor: pointer;
    box-shadow: 4px 4px #888888;
}

#keyword-blog button:hover {
    background-color: rgb(40, 38, 38);
}

.posts-blog {
    width: 50%;
    margin-left: 50px;
}

.posts-blog img {
    border-radius: 100px;
    margin-top: 10px;
}

.posts-blog-content {
    display: inline-flex;
}

.posts-blog-content h3 {
    margin-top: 10px;
    margin-left: 20px;
    font-family: 'Outfit', sans-serif;
}


.image-blogpost {
    width: 130px;
    height: 130px;
}

.body-blogpost {
    width: 440px;
    height: 40px;
    margin-top: 1px;
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 5px;
    line-height: 15px;
    background-color: rgb(17, 24, 83);
    font-family: Helvetica;
    border-radius: 10px;
    color: white;
    font-style: italic; 
}

.bodyMore-blogpost button {
    padding: 10px 20px 10px 20px;
    background-color: rgba(208, 6, 6, 0.968);
    color: rgb(241, 241, 242);
    border: none;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 20px;
    cursor: pointer;
}

.bodyMore-blogpost button:hover {
    background-color: rgb(23, 22, 22);
}

.body-blogpost h6 {
    font-size: 12px;
    padding: 3px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
}

.title-blogpost span {
    display: inline-flex;
}

.footer-blog {
    display: inline;
    position: absolute;
    width: 78.5%;
    height: 50%;
    top: 130rem;
    background-color: rgb(35, 34, 34);
    left: 18rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transition: 0.3s;
}

.footer-blog img {
    margin-top: 30px;
    margin-left: 1px;
}

.footer-blog-s1 {
    position: inherit;
    border-right: 5px solid white;
    height: 100%;
    width: 22%;
    margin-left: 50px;
    color: white;
    font-size: smaller;
}

.footer-blog-s1 h4{
    margin-top: 20px;
}

.footer-blog-s2 {
    position: inherit;
    height: 100%;
    width: 22%;
    margin-left: 360px;  
    padding-left: 20px;  
}

.footer-blog-s3 {
    position: inherit;
    height: 100%;
    width: 22%;
    margin-left: 700px;  
    padding-left: 20px;  
}

.footer-blog-s2 h3 {
    margin-top: 20px;
    border-bottom: 2px solid rgb(237, 128, 11);
    color: white;
}


.footer-blog-s3 h3 {
    margin-top: 20px;
    border-bottom: 2px solid rgb(237, 128, 11);
    color: white;
}

.footer-blog-s2 h5 {
    color: white;
    line-height: 25px;
}

.footer-blog-s3 h5 {
    color: white;
    line-height: 25px;
}


.footer-blog-s2 h5:hover {
    padding-left: 5px;
    background-color: rgb(73, 70, 70);
    width: 100px;
}

.footer-blog-s3 h5:hover {
    padding-left: 5px;
    background-color: rgb(73, 70, 70);
    width: 100px;
}

#loginSignup-btn {
    border: 2px solid white;
}

#loginSignup-btn:hover {
    color: white;
    background-color: rgb(10, 10, 92);
}

.post1-right-section {
    position: absolute;
    display: block;
    top: 15rem;
    left: 46rem;
    width: 260px;
    height: 25rem;
}

/*=============================================
=            LOGIN CSS STYLING            =
=============================================*/

.main-body-login {
    width: 100%;
    height: 79vh;
    margin-top: 20px;
    background-color: rgb(200, 197, 197);
    display: inline-flex;
}

.signup-section {
    background-color: rgb(249, 249, 249);
    margin-top: 10px;
    padding: 20px;
    width: 80%;
    height: 75%;
    border-radius: 10px;
    font-family:'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 12px;
}

.signup-section input {
    padding: 5px 10px 5px 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: rgb(242, 242, 242);
    border-radius: 2px;
    border: 2px solid rgb(93, 88, 88);
}

#email-phone {
    width: 350px;
}

#password, #retype-password {
    width: 250px;
}

#termsandcondition {
    margin: 20px;
    cursor: pointer;
}

.submit-button {
    width: 100%;

}

#submit-button-signup {
    margin: 20px 0 0 250px;
    background-color: green;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

#gender-signup {
    cursor: pointer;
}

#dob-signup {
    cursor: text;
}

/*=============================================
=            LOGIN SECTION            =
=============================================*/
.login-left {
    position: inherit;
    width: 40%;
    height: 100%;
}

.login-left img {
    margin-left: 100px;
}

.login-right h1 {
    color: rgb(27, 27, 255);
    font-size: 40px;
}

.login-right h5 {
    color: brown;
    margin-left: 120px;
    font-family:'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.login-section {
    background-color: rgb(249, 249, 249);
    margin-top: 10px;
    padding: 20px;
    width: 40rem;
    height: 50%;
    border-radius: 10px;
    font-family:'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 12px;
}

.login-section input {
    padding: 5px 200px 5px 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: rgb(242, 242, 242);
    border-radius: 2px;
    border: 2px solid rgb(93, 88, 88);
}

.si-title-login {
    padding: 10px;
    color: white;
    background-color: blue;
    font-size: 20px;
    margin-bottom: 20px;
}

#password {
    padding: 5px 120px 5px 5px;
}

#submit-button-login {
    margin: 20px 0 0 200px;
    background-color: green;
    padding: 10px 50px 10px 50px;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.si-image-login {
    position: absolute;
    top: 19rem;
    right: 15rem;
}

.si-image-login img {
    border-radius: 10px 20px 20px 50px;
}

.joinus-signin {
    margin-top: 20px;
    margin-left: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;    
}



/*=============================================
=            PAGE 1            =
=============================================*/
.main-section-post1 {
    position: absolute;
    background-color: rgb(211, 209, 209);
    width: 100%;
    height: 350vh;
    margin-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.left-section-post1 {
    position: fixed;
    background-color: rgb(218, 148, 16);
    width: 17rem;
    margin-left: 1px;
    height: 100vh;
}

.left-section-post1 a {
    color: rgb(210, 207, 201);
}


.headerTitle-post1 {
    line-height: 30px;
    font-size: 1.3em;
}

.headerTitle-post1 h1 {
    width: 600px;
    line-height: 50px;
    color: black;
    text-transform: uppercase;
    font-size: 35px;
    font-family: 'Lato', sans-serif;
}

/*=============================================
=   POST INFOMATION - CATEGORY, TIME, AUTHOR =
=============================================*/


.post-info {
    background-color: gray;
    width: 600px;
    height: 40px;
    border-radius: 10px;
    font-style: italic;
}

.post-info a i {
    display: inline-flex;
    margin-left: 20px;
    padding-top: 5px;
    padding-left: 20px;
    color: rgb(187, 13, 13);
}

.post-info a i img {
    padding-right: 20px;
}

.post-main-content {
    width: 65%;
    margin-top: 20px;
    height: 250vh;
    padding: 20px;
    text-align: justify;
    background-color: rgb(255, 255, 255);
    font-family: 'Lato', sans-serif;
    line-height: 30px;
}

.footer-post1 {
    display: inline;
    position: absolute;
    width: 78.5%;
    height: 50%;
    top: 120rem;
    background-color: rgb(35, 34, 34);
    left: 18rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transition: 0.3s;
}

.footer-post1-s1 {
    position: inherit;
    border-right: 5px solid white;
    height: 100%;
    width: 22%;
    margin-left: 50px;
    color: white;
    font-size: smaller;
}

.post1-code {
    background-color: rgb(222, 221, 221);
    border: 2px solid rgb(128, 122, 122);
    margin-left: 50px;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.github-code {
    margin-left: -100px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#github-gif {
    margin-left: -100px;
    width: 100%;
}

.blog-right-section {
    position: absolute;
    display: block;
    top: 10rem;
    right: 2.5em;
    width: 260px;
    height: 85%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.advert-blog {
    margin: 30px;
    margin-bottom: 50px;
    margin-left: 10px;
    width: 250px;
    height: 25rem;
}

#newsletter-blog {
    width: 250px;
    height: 21rem;
    margin: 5px;
    border: black solid .1px;
    background-color: rgb(45, 41, 41);
    margin-bottom: 50px;
}

#newsletter-blog h4 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(33, 103, 131);
    color: white;    
    border-bottom: 5px solid white;
}

#newsletter-blog h5 {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: rgb(254, 248, 248);
}

#email-newsletter-blog {
    margin: 10px;
    padding: 10px;
    padding-right: 50px;
}

#name-newsletter-blog {
    margin: 10px;
    padding: 10px;
    padding-right: 50px;
}

#button-newsletter-blog {
    margin: 10px 0 0 10px;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    background-color: rgb(55, 27, 158);
    color: white;
    border: none;
    cursor: pointer;
}

#advert-text-blog {
    margin-top: -20px;
    font-size: 12px;
}


/*POST1 STYLE*/
#newsletter-post1 {
    width: 350px;
    height: 20rem;
    margin: 5px;
    border: black solid .1px;
    background-color: rgb(45, 41, 41);
    margin-bottom: 50px;
}

#newsletter-post1 h4 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(33, 103, 131);
    color: white;    
    border-bottom: 5px solid white;
}


#newsletter-post1 h4 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(33, 103, 131);
    color: white;    
    border-bottom: 5px solid white;
}

#newsletter-post1 h5 {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: rgb(254, 248, 248);
}

#newsletter-post1 h5 {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 25px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: rgb(254, 248, 248);
}

/*=============================================
=           REACTION STYLING          =
=============================================*/

.post-reaction-blog {
    position: inherit;
    display: inline-flex;
    margin-top: 100px;
    padding: 20px 10px 20px 20px;
    background-color: rgb(201, 195, 195);
    color: red;
    width: 50%;
    height: 3rem;
}


input:checked + #like{
    background-color: rgb(12, 117, 236);
}

input:checked + #dislike{
    background-color: rgb(207, 15, 54);
}

.post-reaction-blog label {
    padding: 5px;
}

.post-reaction-blog input {
    opacity: 0;
}


/*=============================================
=            POST1 MICRO STYLE            =
=============================================*/

#advert-post1 {
    margin: 30px;
    margin-bottom: 50px;
    margin-left: 10px;
    width: 300px;
    height: 20rem;  
}

/*=============================================
=   POST INFOMATION - END =
=============================================*/



/*=============================================
=   EIP TEMPLATE STYLING/MODIFICATION =
=============================================*/

#right-section-eim {
    background-color: rgba(128, 128, 128, 0.17);
    width: 75%;
    height: 100%;
}

.containerfor-eim-container {
    display: flex;
    width: 100%;
    animation: float 3s ease-in-out infinite;
}

.eim-container {
    margin: 20px;
    padding: 5px;
    width: 80%;
    height: 35%;
    border: 5px solid rgb(110, 109, 109);
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(128, 128, 128, 0.17);
}

.c1-top {
    display: block;
}

.eim-box1, .eim-box2 h4 {
    padding: 10px;
    background-color: rgb(140, 41, 41);
    color: rgb(206, 192, 192);
    text-align: center;
    font-size: 10px;
    border-radius: 5px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.eim-box1 img {
    width: 100%;
    height: 100px;
}

.eim-box2 button {
    padding: 15px;
    background-color:  rgb(1, 12, 24);
    color: rgb(250, 250, 250);
    font-size: 10px;
    border: white solid 1px;
}

.eim-box2 h4 p {
    font-size: 13px;
    padding-bottom: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.eim-box1 a img {
    width: 100%;
    height: 100%;
    background-color: black;
    border-radius: 50px;
}

/*
VIDEO RESOURCES STYLE SECTION
*/

#eim-container-videor {
    animation: float 3s ease-in-out infinite;
    height: 400px;
    transition-delay: .3s;
    margin-right: 20px;
    margin-bottom: 50px;
}

#eim-box1-videor {
    padding: 20px;
    background-color: rgb(9, 9, 9);
    text-align: center;
    border-radius: 0px;
}



#eim-box1-videor img {
    width: 100%;
    height: 150px;
    border: 5px rgb(150, 137, 137) solid;
}

#eim-box1-videor img:hover {
    opacity: .5;
}

#eim-box2-videor h4 {
    padding: 10px;
    background-color: rgba(22, 21, 21, 0.17);
    color: rgb(206, 192, 192);
    text-align: center;
    border-radius: 0px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#eim-box2-videor h4 #title-videor {
    font-size: 10px;
    background-color: rgb(60, 51, 51);
    padding: 10px;
}

h4 #time-videor, #desc-videor{
    color: #000;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.show-on-hover{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: blue;
    position: absolute;
    top: 10%;
    left: 10%;
    font-size: 15px;
    padding: 20%;
    opacity: 0;
}

.show-on-hover:hover{
    opacity: 1;
}

#box4-show-on-hover {
    color: rgb(255, 250, 250);
}

#box5-show-on-hover {
    color: red;
}

/*=============================================
=      MEDIA QUERY SECTION PORTFOLIO
=============================================*/


@media (min-width:1400px){         
    .footer-post1-s1 {
        position: inherit;
        height: 100%;
        width: 22%;
        margin-left: 50px;
        color: white;
        font-size: smaller;
    }

    .footer-blog-s2 {
        position: inherit;
        height: 100%;
        width: 22%;
        margin-left: 30rem;   
    }
    
    .footer-post1 {
        display: inline;
        position: absolute;
        width: 78.5%;
        height: 50%;
        top: 120rem;
        background-color: rgb(35, 34, 34);
        left: 18rem;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        transition: 0.3s;
    }

    .post-main-content {
        width: 70%;
        margin-top: 20px;
        height: 200vh;
        padding: 20px;
        text-align: justify;
        background-color: rgb(255, 255, 255);
        font-family: 'Lato', sans-serif;
        line-height: 30px;
    }
    
    .post1-right-section {
        position: absolute;
        display: block;
        top: 15rem;
        left: 75rem;
        width: 260px;
        height: 25rem;
    }
    
    .si-image-login img {
        width: 200px;
        height: 200px;
    }

    .si-image-login {
        position: absolute;
        top: 18rem;
        right: 23rem;
    }

    .login-left img {
        margin: 50px;
        width: 20em;
    }

    .login-left {
        position: inherit;
        width: 30%;
        height: 100%;
    }

    header ul {
        margin-top: 50px;
        margin-right: 500px;
        font-size: 20px;
        animation: float 5s ease-in-out infinite;
    }

    
    
}

@media (min-width:1025px) and (max-width:1360px){
    .sub-title {
        width: 50%;
    }

    .skills {
        width: 80%;
    }

    #box1, #box2, #box3, #box4, #box5, #box6 {
        background-color: rgb(25, 66, 137);
        width: 100%;
        height: 450px;
    }

    .box-image {
        margin: 20px 20px 10px 10px;
        width: 330px;
        height: 200px;
        border-radius: 20px;
    }
    
    .body-blogpost {
        width: 450px;
        font-family: Helvetica;
        font-style: normal;
    }

    .right-section-blog {
        position: relative;
        background-color: rgb(211, 209, 209);
        width: 72vw;
        margin-left: 16rem;
        height: 120%;
    }

    .main-section-blog {
        position: absolute;
        background-color: rgb(241, 236, 236);
        width: 100%;
        height: 210vh;
        margin-top: 20px;
    }
  
    .image-blogpost img {
        width: 100px;
        height: 100px;
        margin-right: 100px;
    }

    .left-section-blog {
        background-color: rgb(218, 148, 16);
        width: 15rem;
    }

    .tooglecontainer-blog {
        left: 80px;
    }

    .contact {
        width: 50%;
        padding: 30px;
        margin-left: 20%;
    }

    .projects {
        width: 80%;
        margin-left: 10%;
    }

    #box1, #box2, #box3{
        background-color: rgb(25, 66, 137);
        width: 230px;
        height: 350px;
    }

    #box4 {
        background-color: rgb(25, 66, 137);
        width: 230px;
        height: 350px;
    }

    .box-image {
        border-radius: 0px;
        width: 180px;
        height: 100px;
    }

    #box1 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }
    
    #box2 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }

    #box3 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }

    #box4 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }

    .box-text h6 {
        font-weight: lighter;
        font-size: 10px;
        float: right;
    }
    
    .box-text h5 {
        font-size: 10px;
    }

    .box-text h1 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .visitlive {
        margin: 10px 0 0 0;
        padding: 0px 0 10px 0;
    }

    .skills {
        width: 90%;    
    }

    .skills div img {
        float: right;
        width: 120px;
        height: 120px;
    }

    .skills div {
        margin: 20px 60px 0 5px;
        width: 100px;
        height: 140px;
        background-color: rgb(116, 133, 186);
        border-radius: 200px;
    }
    
    .skills div:hover {
        height: 150px;
    }

    .footer {
        width: 100%;
    }

    .scroll-to-top {
        right: 5rem;
        top: 1800px;
        width: 60px;
        background-color: rgb(248, 248, 248);
    }



    .posts-blog {
        width: 50%;
        margin-left: 10px;
    }

    .posts-blog img {
        border-radius: 100px;
        margin-top: 10px;
        width: 50%;
        height: 50%;
    }

    .posts-blog-content h3 {
        margin-top: 10px;
        margin-left: -50px;
        font-family: 'Outfit', sans-serif;
        font-size: 16px;
    }

    .body-blogpost {
        width: 250px;
        height: 50px;
        margin-top: 1px;
        margin-left: -50px;
        padding-top: 10px;
        padding-left: 5px;
        line-height: 15px;
        font-family: Helvetica;
        border-radius: 10px;
        color: white;
        font-style: italic; 
    }
    
    .body-blogpost h6 {
        font-size: 8px;
        padding: 3px;
    }
    
    .advert-blog {
        margin: 30px;
        margin-bottom: 50px;
        margin-left: 50px;
        width: 250px;
        height: 25rem;
    }

    #newsletter-blog {
        width: 250px;
        height: 21rem;
        margin-left: 50px;
        border: black solid .1px;
        background-color: rgb(45, 41, 41);
        margin-bottom: 50px;
    }

    .footer-blog {
        display: inline;
        position: absolute;
        width: 75vw;
        height: 400px;
        top: 140rem;
        background-color: rgb(35, 34, 34);
        left: 15rem;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    
    .footer-blog img {
        width: 80%;
        height: 35%;
        margin-top: 30px;
    }
    
    .footer-blog-s1 {
        font-size: 10px;
        margin-left: 10px;
    }

    .footer-blog-s2 {
        position: inherit;
        height: 100%;
        width: 22%;
        font-size: 15px;
        margin-left: 300px;  
        padding-left: 20px;  
    }

    .footer-blog-s3 {
        position: inherit;
        height: 100%;
        width: 22%;
        margin-left: 500px;  
        padding-left: 20px;  
    }

    /*LOG-SIGN STYLE*/
    .login-left {
        position: inherit;
        width: 40%;
        height: 100%;
    }
    
    .login-left img {
        margin-left: 20px;
        width: 20rem;
    }

    .login-section {
        background-color: rgb(249, 249, 249);
        margin-top: 10px;
        padding: 20px;
        width: 90%;
        height: 55%;
        border-radius: 10px;
        font-family:'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
        font-size: 12px;
    }

    .si-image-login {
        position: absolute;
        top: 31rem;
        right: 12rem;
    }

    .github-code {
        margin-left: -100px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #github-gif {
        margin-left: -100px;
        width: 100%;
    }}

@media (min-width: 900px) and (max-width: 1024px) {
    .contact {
        width: 50%;
        padding: 30px;
        margin-left: 20%;
    }

    .projects {
        width: 80%;
        margin-left: 10%;
    }

    #box1, #box2, #box3{
        background-color: rgb(25, 66, 137);
        width: 230px;
        height: 350px;
    }

    #box4 {
        background-color: rgb(25, 66, 137);
        width: 230px;
        height: 350px;
    }


    .box-image {
        border-radius: 0px;
        width: 180px;
        height: 100px;
    }

    #box1 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }
    
    #box2 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }

    #box3 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }

    #box4 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }

    .box-text h6 {
        font-weight: lighter;
        font-size: 10px;
        float: right;
    }
    
    .box-text h5 {
        font-size: 10px;
    }

    .box-text h1 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .visitlive {
        margin: 10px 0 0 0;
        padding: 0px 0 10px 0;
    }

    .skills {
        width: 90%;    
    }

    .skills div img {
        float: right;
        width: 120px;
        height: 120px;
    }

    .skills div {
        margin: 20px 60px 0 5px;
        width: 100px;
        height: 140px;
        background-color: rgb(116, 133, 186);
        border-radius: 200px;
    }
    
    .skills div:hover {
        height: 150px;
    }

    .footer {
        width: 100%;
    }

    .scroll-to-top {
        right: 5rem;
        top: 1800px;
        width: 60px;
        background-color: rgb(248, 248, 248);
    }


    .github-code {
        margin-left: -100px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #github-gif {
        margin-left: -100px;
        width: 100%;
    }


    .list-blog li {
        width: 60%;
        float: left;
        text-align: left;
        font-size: 13px;
        list-style: circle;
        margin-left: 20px;
        line-height: 25px;
    }

    .body-blogpost {
        width: 450px;
        background-color: rgb(65, 63, 68);
        font-family: Helvetica;
        font-style: normal;
    }

    .right-section-blog {
        position: relative;
        background-color: rgb(211, 209, 209);
        width: 72vw;
        margin-left: 14rem;
        height: 120%;
    }

    .main-section-blog {
        position: absolute;
        background-color: rgb(241, 236, 236);
        width: 100%;
        height: 210vh;
        margin-top: 20px;
    }
  
    .image-blogpost img {
        width: 100px;
        height: 100px;
        margin-right: 100px;
    }

    .left-section-blog {
        background-color: rgb(218, 148, 16);
        width: 13rem;
    }
    
    .posts-blog {
        width: 50%;
        margin-left: 10px;
    }

    .posts-blog img {
        border-radius: 100px;
        margin-top: 10px;
        width: 50%;
        height: 50%;
    }

    .posts-blog-content h3 {
        margin-top: 10px;
        margin-left: -50px;
        font-family: 'Outfit', sans-serif;
        font-size: 16px;
    }

    .body-blogpost {
        width: 250px;
        height: 50px;
        margin-top: 1px;
        margin-left: -50px;
        padding-top: 10px;
        padding-left: 5px;
        line-height: 15px;
        font-family: Helvetica;
        border-radius: 10px;
        color: white;
        font-style: italic; 
    }
    
    .body-blogpost h6 {
        font-size: 8px;
        padding: 3px;
    }
    
    .advert-blog {
        margin: 30px;
        margin-bottom: 50px;
        margin-left: 100px;
        width: 250px;
        height: 25rem;
    }

    #newsletter-blog {
        width: 200px;
        height: 21rem;
        margin-left: 100px;
        border: black solid .1px;
        background-color: rgb(45, 41, 41);
        margin-bottom: 50px;
    }

    #newsletter-blog h4 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgb(33, 103, 131);
        color: white;    
        border-bottom: 5px solid white;
        font-size: 12px;
    }
    
    #newsletter-blog h5 {
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 25px;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        font-size: 10px;
        color: rgb(254, 248, 248);
    }
    
    #email-newsletter-blog {
        width: 60%;
        margin: 10px;
        padding: 10px;
        padding-right: 50px;
    }
    
    #name-newsletter-blog {
        width: 60%;
        margin: 10px;
        padding: 10px;
        padding-right: 50px;
    }
    
    #button-newsletter-blog {
        margin: 10px 0 0 10px;
        padding: 5px 20px 5px 20px;
        border-radius: 20px;
        background-color: rgb(55, 27, 158);
        color: white;
        border: none;
        cursor: pointer;
    }
    
    .advert-blog {
        width: 75%;
    }

    .footer-blog {
        display: inline;
        position: absolute;
        width: 75vw;
        height: 400px;
        top: 130rem;
        background-color: rgb(35, 34, 34);
        left: 13rem;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    
    .footer-blog img {
        width: 70%;
        height: 30%;
        margin-top: 30px;
    }
    
    .footer-blog-s1 {
        font-size: 10px;
        margin-left: 10px;
    }

    .footer-blog-s2 {
        position: inherit;
        height: 100%;
        width: 22%;
        font-size: 15px;
        margin-left: 200px;  
        padding-left: 20px;  
    }

    .footer-blog-s3 {
        position: inherit;
        height: 100%;
        width: 22%;
        margin-left: 400px;  
        padding-left: 20px;  
    }

    /* SIGN-LOG STYLE*/
    .si-image-login img {
        width: 180px;
        height: 180px;
    }

    .si-image-login {
        position: absolute;
        top: 27rem;
        right: 1rem;
    }

    .login-left {
        position: inherit;
        width: 40%;
        height: 100%;
    }

    .login-left img {
        margin: 10px;
        margin-top: 100px;
        width: 20em;
    }

    /*
    STYLING FOR ROADMAP
    */

    #right-section-eim {
        background-color: rgba(128, 128, 128, 0.17);
        width: 90%;
        padding-left: 100px;

    }
    
    .eim-container {
        margin: 20px;
        padding: 5px;
        width: 70%;
        height: 35%;
        border: 5px solid rgb(110, 109, 109);
        border-radius: 10px;
        cursor: pointer;
        background-color: rgba(128, 128, 128, 0.17);
    }

    .eim-box1, .eim-box2 h4 {
        padding: 5px;
        background-color: rgb(140, 41, 41);
        color: rgb(206, 192, 192);
        text-align: center;
        border-radius: 5px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 10px;
    }
    
    
    .eim-box2 button {
        padding: 5px;
        margin: 2px;
        background-color:  rgb(1, 12, 24);
        color: rgb(250, 250, 250);
        font-size: 10px;
    }
    
    .eim-box2 h4 p {
        font-size: 10px;
        padding-bottom: 10px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
}

@media (min-width: 769px) and (max-width: 899px) {
    
    .tooglecontainer-blog {
        position: fixed;
        top: 100px;
        left: 100px;
        width: 100px;
        height: 30px;
        z-index: 200;
    }

    
.github-code {
    margin-left: -100px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#github-gif {
    margin-left: -100px;
    width: 100%;
}

    li button {
        border-radius: 5px;
        padding: 5px 15px 5px 15px;
        background-color: rgb(51, 49, 49);
        color: white;
        border: none;
        cursor: pointer;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 1.5vw;
    }

    .contact {
        width: 50%;
        padding: 10px;
        margin-top: 30px;
        margin-left: 20%;
    }


    #box1, #box2, #box3{
        background-color: rgb(25, 66, 137);
        width: 200px;
        height: 320px;
    }

    #box4 {
        background-color: rgb(25, 66, 137);
        width: 200px;
        height: 320px;
    }

    .box-image {
        margin: 10px;
        border-radius: 0px;
        width: 170px;
        height: 100px;
    }

    #box1 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }
    
    #box2 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }

    #box3 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }

    #box4 img:hover {
        opacity: 0.5;
        width: 200px;
        height: 120px;
    }

    .box-text h6 {
        font-weight: lighter;
        font-size: 10px;
        float: right;
    }
    
    .box-text h5 {
        font-size: 10px;
    }

    .box-text h1 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .projects {
        width: 80%;
        margin-left: 10%;
    }

    .visitlive {
        margin: 10px 0 0 0;
        padding: 0px 0 10px 0;
    }
    
    #skills {
        margin-left: 50px;
        width: 80%;
    }

    .skills div img {
        float: right;
        width: 100px;
        height: 100px;
    }

    .skills div {
        margin: 20px 15px 0 50px;
        width: 80px;
        height: 120px;
        background-color: rgb(116, 133, 186);
        border-radius: 200px;
    }

    .scroll-to-top {
        right: 2rem;
        top: 1700px;
        width: 60px;
        background-color: white;
        height: 60px;
        border-radius: 100px 100px 0 0 ;
        border: 5px solid rgb(206, 33, 33);
    }

    #footer-txt {
        margin-left: -200px;
    }


    

    .title-blog {
        color: white;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10%;
        background-color: brown;
    } 

    .title2-blog, .title3-blog {
        font-size: 12px;
    }

    .list-blog li {
        width: 60%;
        float: left;
        text-align: left;
        font-size: 10px;
        list-style: circle;
        margin-left: 10px;
        line-height: 25px;
    }

    .body-blogpost {
        width: 450px;
        background-color: rgb(65, 63, 68);
        font-family: Helvetica;
        font-style: normal;
    }

    .right-section-blog {
        position: relative;
        background-color: rgb(211, 209, 209);
        width: 72vw;
        margin-left: 12rem;
        height: 120%;
    }

    .main-section-blog {
        position: absolute;
        background-color: rgb(241, 236, 236);
        width: 100%;
        height: 210vh;
        margin-top: 20px;
    }
  
    .image-blogpost img {
        width: 100px;
        height: 100px;
        margin-right: 100px;
    }

    .left-section-blog {
        background-color: rgb(218, 148, 16);
        width: 11rem;
    }
    
    .posts-blog {
        width: 50%;
        margin-left: 10px;
    }

    .posts-blog img {
        border-radius: 100px;
        margin-top: 10px;
        width: 50%;
        height: 50%;
    }

    .posts-blog-content h3 {
        margin-top: 10px;
        margin-left: -50px;
        font-family: 'Outfit', sans-serif;
        font-size: 16px;
    }

    .body-blogpost {
        width: 200px;
        height: 60px;
        margin-top: 1px;
        margin-left: -50px;
        padding-top: 10px;
        padding-left: 5px;
        line-height: 15px;
        font-family: Helvetica;
        border-radius: 10px;
        color: white;
        font-style: italic; 
    }
    
    .body-blogpost h6 {
        font-size: 7px;
        padding: 3px;
    }
    
    .advert-blog {
        margin: 30px;
        margin-bottom: 50px;
        margin-left: 150px;
        width: 60%;
        height: 25rem;
    }

    #newsletter-blog {
        width: 150px;
        height: 20rem;
        margin-left: 150px;
        border: black solid .1px;
        background-color: rgb(45, 41, 41);
        margin-bottom: 50px;
    }

    #newsletter-blog h4 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgb(33, 103, 131);
        color: white;    
        border-bottom: 5px solid white;
        font-size: 8px;
    }
    
    #newsletter-blog h5 {
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 20px;
        padding-top: 5px;
        padding-left: 10px;
        padding-bottom: 5px;
        font-size: 7px;
        color: rgb(254, 248, 248);
    }
    
    #email-newsletter-blog {
        width: 50%;
        margin: 10px;
        padding: 10px;
        padding-right: 50px;
    }
    
    #name-newsletter-blog {
        width: 50%;
        margin: 10px;
        padding: 10px;
        padding-right: 50px;
    }
    
    #button-newsletter-blog {
        margin: 10px 0 0 10px;
        padding: 5px 20px 5px 20px;
        border-radius: 20px;
        background-color: rgb(55, 27, 158);
        color: white;
        border: none;
        cursor: pointer;
    }
    

    .footer-blog {
        display: inline;
        position: absolute;
        width: 75vw;
        height: 400px;
        top: 130rem;
        background-color: rgb(35, 34, 34);
        left: 12rem;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
    
    .footer-blog img {
        width: 70%;
        height: 30%;
        margin-top: 30px;
    }
    
    .footer-blog-s1 {
        font-size: 10px;
        margin-left: 10px;
    }

    .footer-blog-s2 {
        position: inherit;
        height: 100%;
        width: 22%;
        font-size: 12px;
        margin-left: 150px;  
        padding-left: 20px;  
    }

    .footer-blog-s3 {
        position: inherit;
        height: 100%;
        width: 22%;
        font-size: 12px;
        margin-left: 300px;  
        padding-left: 20px;  
    }

     /*
    STYLING FOR ROADMAP
    */

    #right-section-eim {
        background-color: rgba(128, 128, 128, 0.17);
        width: 70%;
        padding-left: 10px
    }
    
    .eim-container {
        margin: 20px;
        padding: 5px;
        width: 70%;
        height: 35%;
        border: 5px solid rgb(110, 109, 109);
        border-radius: 10px;
        cursor: pointer;
        background-color: rgba(128, 128, 128, 0.17);
    }

    .eim-box1, .eim-box2 h4 {
        padding: 5px;
        background-color: rgb(140, 41, 41);
        color: rgb(206, 192, 192);
        text-align: center;
        border-radius: 5px;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 10px;
    }
    
    
    .eim-box2 button {
        padding: 5px;
        margin: 2px;
        background-color:  rgb(1, 12, 24);
        color: rgb(250, 250, 250);
        font-size: 10px;
    }
    
    .eim-box2 h4 p {
        font-size: 10px;
        padding-bottom: 10px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }
        
    #left-section-roadmap {
            background-color: rgb(218, 148, 16);
            width: 13rem;
        }
    
 }

@media screen and (max-width: 480px){ 
    /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 
    header {
        background-color: rgb(34, 32, 32);
        display: inline-block;
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: right;
    }

    header li #blog-btn {
        padding: 10px 40px 10px 40px;
        font-size: 10px;
        margin-left: 60%;
    }

    #loginSignup-btn {
        font-size: 6px;        
        margin-right: 1px;
    }

    .right-section-blog {
        position: relative;
        background-color: rgb(211, 209, 209);
        width: 100vw;
        margin-left: 0;
        height: auto;
    }

    .left-section-blog {
        visibility: hidden;
    }

    .posts-blog {
        width: 50px;
        margin-left: 5px;
    }

    .title-blogpost {
        font-style: bold;
        width: 220px;
        margin-left: -80px;
        font-size: 13px;
        line-height: 30px;
        font-family: Helvetica;
        text-transform: uppercase;
        color: brown;
        font-weight: 900;
    }

    .blog-right-section {
        position: absolute;
        display: block;
        top: 160rem;
        left: 1rem;
        width: 260px;
        height: 25rem;
    }

    .body-blogpost {
        width: 240px;
        height: 70px;
        margin-top: 1px;
        margin-left: -50px;
        padding-top: 10px;
        padding-left: 5px;
        border-bottom: 5px solid rgb(217, 210, 210);
        line-height: 15px;
        text-transform: lowercase;
        border-radius: 10px 10px 0 0;
        color: rgb(243, 240, 240);
        font-style: italic; 
    }
    
    .bodyMore-blogpost button {
        padding: 10px 20px 10px 20px;
        background-color: rgba(208, 6, 6, 0.968);
        color: rgb(241, 241, 242);
        border: none;
        margin-left: 10px;
        margin-top: 50px;
        border-radius: 20px;
        cursor: pointer;
    }

    #keyword-blog {
        font-size: 12px;
    }

    #keyword-blog button {
        font-size: 8px;
    }
        
    .advert-blog {
        margin: 30px;
        margin-bottom: 50px;
        margin-left: 10px;
        width: 300px;
        height: 20rem;
    }

    .blog-right-section {
        background-color: rgb(211, 209, 209);
        width: 80%;
        height: 100%;
    }

    .post1-right-section {
        background-color: rgb(211, 209, 209);
        width: 80%;
        height: 100%;
    }

    #advert-post1 {
        margin: 30px;
        margin-bottom: 50px;
        margin-left: 10px;
        width: 300px;
        height: 10rem;
    }

    #newsletter-blog {
        width: 350px;
        height: 20rem;
        margin: 5px;
        border: black solid .1px;
        background-color: rgb(45, 41, 41);
        margin-bottom: 50px;
    }

    #newsletter-post1 {
        width: 350px;
        height: 20rem;
        margin: 5px;
        border: black solid .1px;
        background-color: rgb(45, 41, 41);
        margin-bottom: 50px;
    }

    #newsletter-blog h4 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgb(33, 103, 131);
        color: white;    
        border-bottom: 5px solid white;
    }

    #newsletter-post1 h4 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgb(33, 103, 131);
        color: white;    
        border-bottom: 5px solid white;
    }

    #newsletter-post1 h5 {
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 25px;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        color: rgb(254, 248, 248);
    }

    #newsletter-blog h5 {
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 25px;
        padding-top: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        color: rgb(254, 248, 248);
    }

    .footer-blog {
        display: inline;
        position: absolute;
        width: 100vw;
        height: 200px;
        top: 300rem;
        background-color: rgb(35, 34, 34);
        left: 0rem;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    .footer-blog img {
        width: 50px;
        margin-top: 30px;
    }
    
    .footer-blog-s1 {
        font-size: 8px;
        margin-left: 10px;
    }

    .footer-blog-s2 {
        position: inherit;
        height: 100%;
        width: 22%;
        font-size: 10px;
        margin-left: 200px;  
        padding-left: 20px;  
    }

    .footer-blog-s3 {
        font-size: 8px;
        margin-left: 100px;
    }

    .headerTitle-post1 h1 {
        padding: 5px 0px 20px 20px;
        width: 300px;
        line-height: 25px;
        color: black;
        text-transform: uppercase;
        font-size: 15px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    .headerTitle-post1 {
        line-height: 30px;
        font-family: 'Lato', sans-serif;
        font-size: .8em;
    }
  
    .post-info {
        background-color: gray;
        width: 95%;
        margin: 10px;
        height: 40px;
        border-radius: 10px;
        font-style: italic;
    }

    .post-info a i {
        display: inline-flex;
        margin-left: 10px;
        padding-top: 5px;
        padding-left: 10px;
        color: rgb(187, 13, 13);
    }

    .post-info a i img {
        padding-right: 10px;
    }

    .post-main-content {
        width: 75vw;
        margin-top: 20px;
        height: 250vh;
        padding: 20px;
        text-align: left;
        font-size: 12px;
        background-color: rgb(255, 255, 255);
        font-family: 'Lato', sans-serif;
        line-height: 30px;
    }

    .left-section-post1 {
        position: fixed;
        background-color: rgb(218, 148, 16);
        width: 17rem;
        margin-left: 1px;
        height: 100vh;
        visibility: hidden;
    }   
        
    .post1-code {
        background-color: rgb(222, 221, 221);
        border: 2px solid rgb(128, 122, 122);
        width: 100%;
        padding: 0;
        margin: 5px;   
    }

    .github-code {
        width: 100%;
        padding: 0;
        margin: 5px;   
    }    

    .post-reaction-blog {
        position: inherit;
        display: inline-flex;
        margin-top: 100px;
        padding: 20px 10px 20px 20px;
        background-color: rgb(201, 195, 195);
        color: red;
        width: 80%;
        height: 3rem;
    }
        
    .designline1-blog {
        position: fixed;
        top: -50px;
        left: 200px;
        width: 50px;
        height: 300px;
        background-color: rgb(68, 68, 251);
        z-index: -1;
        transform: rotate(35deg);
    }

    .designline2-blog {
        visibility: hidden;
    }

    .designline3-blog {
        visibility: hidden;
    }

    .designline4-blog {
        visibility: hidden;
    }

    .footer-post1 {
        display: inline;
        position: absolute;
        width: 100vw;
        height: 200px;
        top: 180rem;
        background-color: rgb(35, 34, 34);
        left: 0rem;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    .footer-post1 img {
        width: 50px;
        margin-top: 30px;
    }
    
    .footer-post1-s1 {
        font-size: 8px;
        margin-left: 10px;
    }

    .footer-post1-s2 {
        position: inherit;
        height: 100%;
        width: 22%;
        font-size: 10px;
        margin-left: 100px;  
        padding-left: 20px;  
    }

    .footer-post1-s3 {
        font-size: 8px;
        margin-left: 10px;
    }

    .post1-right-section {
        position: absolute;
        display: block;
        top: 100rem;
        left: 0rem;
        width: 260px;
        height: 25rem;
    }
 
    header li #contact-btn, #skills-btn, #projects-btn, #home-btn{
        visibility: hidden;
    }

    section #section-left {
        float: left;  
        background-image: url('/img/forMobileimg/Cyberinfomatic\ redesign.jpg');
        width: 100%;
        margin-left: 2px;
    }

    #title h1 {
        font-size: 20px;
    }
        
    #about h3{
        font-size: 12px;
    }
        
    #about h5{
        font-size: 10px;
    }

    .contact {
        display: flex;
        padding: 0%;
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
        margin-left: 1px;
        margin-right: 0;
        justify-content: left;
    }

    #socials {
       margin: 5%;
    }  

    .sub-title {
        background-color: white;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 20px;
    }

    .projects {
        height: 220vh;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .projects #subdiv {
        display: block;
        width: 80%;
    }
 
    #projects {
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        margin-left: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
     
    .skills {
        background-color: rgb(243, 242, 242);
        width: 80%;
        height: 1vh;
        margin-left: 10px;
    }

    #box1, #box2, #box3, #box4 {
        background-color: rgb(25, 66, 137);
        width: 90%;
        height: 400px;
        margin-left: 30px;
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .box-image {
        width: 90%;
        height: 40%;
    }

    #skills{
        margin-top: 1200px;
        margin-left: 30px;
    }

    .skills div {
        background-color: rgb(243, 242, 242);
        border-radius: 200px;
        width: 50px;
    }
    
    .skills div:hover {
        height: 170px;
        background-color: rgb(243, 242, 242);
        border-radius: 200px;
    }

    .scroll-to-top {
        visibility: hidden;
    }

     #footer-txt {
        padding-left: 250px;
    }

    .skills-btn {
        margin-top: 5px;
        margin-left: -50px;
    }

    .tooglecontainer-blog {
        position: absolute;
        top: 110px;
        left: 5px;
        width: 100px;
        height: 30px;
        z-index: 200;
    }
        
    .toogleButton {
        display: inline-block;
        margin-top: 5px;
        width: 80px;
        height: 10px;
        background-color: rgb(101, 101, 104);
        border: 2px solid rgb(217, 216, 222);
        border-radius: 30px;
        position: relative;
        cursor: pointer;
    } 

    li button {
        border-radius: 5px;
        padding: 5px 10px 5px 10px;
        font-size: 1.5vw;
    }

    ul {
        margin-top: 50px;
        margin-right: 50px;
        animation: float 10s ease-in-out infinite;
    }

    #about {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-weight: bold;
        font-size: 10px;
        margin-top: -5px;
    }
    
    .box-text h5 {
        font-size: 10px;
    }

    .box-text h1 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .visitlive {
        margin: 10px 0 0 0;
        padding: 0px 0 10px 0;
    }
    
    .skills div img {
        float: right;
        width: 100px;
        height: 100px;
    }

    #footer-txt {
        margin-left: -200px;
    }

    .image-blogpost img {
        width: 50px;
        height: 50px;
        margin-right: 100px;
    }

    .login-left {
      visibility: hidden;
    }

    .login-left img {
        margin-top: 500px;
        margin-left: 10px;
        width: 20rem;
    }

    .login-section {
        background-color: rgb(249, 249, 249);
        margin-left: -150px;
        margin-top: 10px;
        padding: 20px;
        width: 20rem;
        height: 50%;
        border-radius: 10px;
        font-family:'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
        font-size: 12px;
    }

    .login-section input {
    padding: 5px 100px 5px 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: rgb(242, 242, 242);
    border-radius: 2px;
    border: 2px solid rgb(93, 88, 88);
    }

    #password {
        padding: 5px 30px 5px 5px;
    }

    #submit-button-login {
        margin: 20px 0 0 100px;
        background-color: green;
        padding: 10px 50px 10px 50px;
        border: 0;
        border-radius: 5px;
        color: white;
        cursor: pointer;
    }
    
    .si-image-login {
        visibility: hidden;
    }
    
    .joinus-signin {
        margin-top: 20px;
        margin-left: -50px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-size: 14px;
        font-weight: bold;    
    }

    .login-right h1 {
        color: rgb(27, 27, 255);
        font-size: 30px;
    }
    
    .login-right h5 {
        color: brown;
        font-size: 12px;
        margin-left: 120px;
        font-family:'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
    }
    
    .signup-section {
        background-color: rgb(249, 249, 249);
        margin-top: 10px;
        margin-left: -150px;
        padding: 20px;
        width: 24rem;
        height: 75%;
        border-radius: 10px;
        font-family:'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
        font-size: 12px;
    }
        
    .github-code {
        margin-left: -100px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #github-gif {
        margin-left: -100px;
        width: 100%;
    }

    /*
    STYLE FOR ROADMAP
    */
    .containerfor-eim-container {
        display: grid;
        width: 100%;
        height: 100%;
    }

    .eim-container {
        width: 80%;
        height: 30%;
        margin-bottom: 50px;
        margin-top: 50px;
    }

    /*
    STYLE FOR VIDEO RESOURCE
    */

    .eim-box2 #time-videor  {
        color: red;
    }

    .eim-box2 #desc-videor  {
        color: brown;
    }

    #title-vr, h1 {
        margin-left: 10px;
        font-size: 20px;
    }

    #right-section-eim {
        background-color: rgba(128, 128, 128, 0.17);
        width: 100%;
        height: 100%;
    }

    .main-section-post1 {
        height: 650vh;
    }

    .body-blogpost h6 {
        font-size: 8px;
        text-transform: capitalize;
    }
    
} 



/*=============================================
=         MEDIA QUERY BLOG SECTION =
=============================================*/