@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


body {
    font-family: "Questrial", sans-serif;
    padding-left: 280px;
}

.menu-logo {
    width: 120px;
    margin-bottom: 30px;
}

.menu-inner h1 {
    font-size: 35px;
    font-weight: 400;
    color: #0d141a;
    margin-bottom: 50px;
}

.menu-inner span {
    font-weight: 700;
}

.menu-title {
    font-size: 18px;
    font-weight: 400;
    color: #0d141a;
}

.menu-title:hover {
    text-decoration: underline;
}

.menu-title.active {
    text-decoration: underline;
}

.menu-inner {
    height: 100%;
    padding: 20px;
    background-color: #fff;
    border-right: 1px solid #ddd;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.social-link {
    display: inline-block;
    font-size: 18px;
    background-color: #0d141a;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 39px;
    margin-right: 10px;
    border-radius: 100%;
    transition: 0.4s;
}

.social-link:hover {
    color: #fff;
    transform: rotate(360deg);
    transition: 0.4s;
}

.bio-title h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0d141a;
}

.tutor-font {}

.user-images {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
}

.user-images img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #ddd;
}

.user-title {
    text-align: center;
}

.user-title h1 {
    font-size: 26px;
    font-weight: 600;
    color: #0d141a;
    margin-top: 16px;
}

.user-title h6 {
    font-size: 16px;
    font-weight: 500;
    color: #898989;
    margin-bottom: 20px;
}

.user-list {
    display: flex;
    margin-bottom: 18px;
}

.user-info {
    width: 80%;
    margin-left: 10px;
}

.user-list h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #0d141a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Roboto", sans-serif;
}

.user-list i {
    font-size: 22px;
    margin-right: 2px;
    color: #b3b1b1;
}

.user-list p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    color: rgb(86, 88, 94);
}

.bio-title p {
    font-size: 17px;
    font-weight: 400;
    color: rgb(86, 88, 94);
    line-height: 1.7em;
}

.bio-title {
    padding-left: 30px;
}

.moonshots-list h2 {
    font-size: 18px;
    color: #0d141a;
    background: #ebebeb;
    border-radius: 29px;
    text-align: center;
    padding: 7px 0px;
}
.moonshots-list {
    margin-top: 20px;
}

.moonshots-list p {
    font-size: 17px;
    font-weight: 400;
    color: rgb(86, 88, 94);
    line-height: 1.7em;
    margin-bottom: 0;
    margin-top: 20px;
}

.moonshots-card img {
    width: 100%;
}

.moonshots-card {
    margin-bottom: 20px;
    padding: 0 30px;
}

.bio-title h6 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #0d141a;
    font-family: "Roboto", sans-serif;
}

.bio-title h6 a {
    display: inline-block;
    text-decoration: none;
    color: #0d141a;
}


.blog-sub-title h1 {
    font-size: 35px;
    font-weight: 600;
    color: #0d141a;
    margin-bottom: 50px;
}

.blog-images {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
}

.blog-images img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #ddd;
}

.blog-title span {
    font-size: 17px;
    font-weight: 400;
    color: #0d141a;
    font-family: "Roboto", sans-serif;
}

.blog-title i {
    margin-right: 5px;
    color: #898989;
}

.blog-title h1,.blog-title h1 a {
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
    color: #0d141a;
    margin-top: 20px;
    letter-spacing: 2px;
    line-height: 1.5em;
}

.blog-title {
    margin-left: 30px;
}

.blog-title p {
    font-size: 18px;
    font-weight: 400;
    color: #898989;
    margin-top: 20px;
    line-height: 1.7em;
}

.read-btn {
    background-color: #0d141a;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
    padding: 12px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
   transition: all 0.7s;
}
.read-btn:hover{
    color: #fff;
    background-color: #0d141ac9;
}
.mb-30 {
    margin-bottom: 30px
}

.blog-categories-list {
    padding-left: 30px;
}

.blog-categories h3 {
    font-size: 22px;
    color: #0d141a;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.categories-list {
    font-size: 16px;
    font-weight: 400;
    color: #898989 !important;
    font-family: "Roboto", sans-serif;
    display: block;
    margin-bottom: 18px;
    text-decoration: none;
}

.blog-categories {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.post-title {
    margin-bottom: 20px;
}

.post-title h5 , .post-title h5 a{
    text-decoration: none;
    font-size: 16px;
    color: #0d141a;
    margin-bottom: 0;
    line-height: 1.7em;
}

.post-title p {
    font-size: 13px;
    font-weight: 400;
    color: #898989;
    font-family: "Roboto", sans-serif;
}

.blog-categories-list {
    position: sticky;
    top: 0;
}

.tags-inner {
    border: 1px solid #0d141a;
    display: inline-block;
    font-size: 16px;
    color: #0d141a;
    padding: 5px 15px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 7px;
    font-family: "Roboto", sans-serif;
    transition: all 0.4s;
}

.tags-inner:hover {
    background-color: #0d141a;
    color: #fff;
    transition: all 0.4s;
}

.blog-details-title span {
    font-size: 18px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #0d141a;
}

.blog-details-title span i {
    color: #b3b1b1;
    margin-right: 10px;
}

.blog-details-title h1 {
    font-size: 31px;
    font-weight: 600;
    color: #0d141a;
    margin-top: 20px;
}

.blog-img {
    width: 100%;
    margin-top: 20px;
    border-radius: 15px;
}

.blog-details-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: #666666;
    margin-top: 20px;
}

.blog-details-title h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;

    color: #0d141a;
}

.post-details {
    border-left: 3px solid #0d141a;
    padding: 30px;
    margin-bottom: 20px;
}

.post-details h6 {
    font-size: 20px;
    font-weight: 500;
    color: #0d141a;
    font-family: "Roboto", sans-serif;
    line-height: 1.7em;
}

.post-details h4 {
    font-size: 19px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
}

.blog-list {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
}


.moonshots-card {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ddd;
    height: 97%;
}

.moonshots-card img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #ddd;
}

.menu-toggle {
    display: none;
    font-size: 23px;
    padding: 0;
    color: #0d141a;
    cursor: pointer;
    transition: all 0.7s;
}
.main-menu-item h1{
    display: none;
}


/* ...................................................... */

@media (max-width:1360px) {
    .moonshots-list h2 {
        font-size: 19px;
    }
    .moonshots-list p {
        font-size: 13px;
        margin-top: 15px;
    }
    .blog-title h1 {
        font-size: 21px;
        margin-top: 11px;
        line-height: 1.5em;
    }
    .blog-title p {
        font-size: 14px;
        margin-top: 11px;
        line-height: 1.7em;
    }
    .read-btn {
        font-size: 13px;
        margin-top: -3px;
        padding: 12px 30px;
    }
    .blog-title {
        margin-left: 0;
    }
    .blog-sub-title h1 {
        font-size: 31px;
        margin-bottom: 50px;
    }
    .blog-details-title h1 {
        font-size: 23px;
        margin-top: 10px;
    }
    .blog-details-title h3 {
        font-size: 23px;
        margin-bottom: 0;
    }

    .post-details h6 {
        font-size: 16px;
    }
    .tags-inner {
        font-size: 13px;
        padding: 10px 24px;
    }
   
}

@media (max-width:1024px) {
    .main-menu-item h1{
        display: block;
    }
    .blog-sub-title h1 {
        font-size: 31px;
        margin-bottom: 21px;
    }
    .bio-title{
        padding-left: 0;
        margin-top: 20px;
    }
    .blog-title{
        margin-top: 20px;
    }
    .blog-categories h3 {
        font-size: 16px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .post-title h5 {
    font-size: 13px;
    line-height: 1.7em;
}
.post-title p {
    font-size: 13px;
    
}
.blog-title span {
    font-size: 16px;
   
}
.blog-categories-list{
    padding-left: 0;
    margin-top: 20px;
}
}
@media (max-width:991px) {
    body {
        padding-left: 0;
    }
    .main-menu-item h1{
        display: block;
    }
    .menu-toggle {
        display: block;
    }
    .mobileMenu{
        display: none;
    }
    .main-menu-item {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
        justify-content: space-between;
    }
    .main-menu-item h1 {
        font-size: 35px;
        font-weight: 400;
        color: #0d141a;
        margin-bottom: 0;
    }
    .main-menu-item span {
        font-weight: 700;
    }
    .menu-inner h1 {
        display: none;
    }
    .btn-close {
        position: absolute;
        right: 18px;
    }
    .bio-title{
        padding-left: 0;
        margin-top: 20px;
    }
}
@media (max-width: 500px) {
	.social-media{
		    padding-bottom: 200px;
	}
    .main-menu-item h1{
        display: block;
    }
    body {
        padding-left: 0;
    }
    .menu-toggle {
        display: block;
    }
    .mobileMenu{
        display: none;
    }
    .main-menu-item {
        display: flex;
        align-items: center;
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
        justify-content: space-between;
    }
    .main-menu-item h1 {
        font-size: 35px;
        font-weight: 400;
        color: #0d141a;
        margin-bottom: 0;
    }
    .main-menu-item span {
        font-weight: 700;
    }
    .menu-inner h1 {
        display: none;
    }
    .btn-close {
        position: absolute;
        right: 18px;
    }
    .bio-title{
        padding-left: 0;
        margin-top: 20px;
    }
    .bio-title p {
        font-size: 12px;
    }
    .bio-title h6 {
        margin-top: 27px;
        font-size: 15px;
        
    }
    .blog-categories-list{
        padding-left: 0;
    }
    .blog-sub-title h1 {
        font-size: 31px;
        margin-bottom: 20px;
    }
    .blog-details-title h1 {
        font-size: 31px;
        font-weight: 600;
        color: #0d141a;
        margin-top: 13px;
    }
    .blog-details-title h1 {
        font-size: 21px;
        margin-top: 13px;
    }
    .blog-details-title span {
        font-size: 15px;
    }
    .post-details h6 {
        font-size: 14px;
    }
    .post-details {
        padding: 19px;
    }
}
.elementor-widget-text-editor a{
    text-decoration: none;
    color: #0d141a;
}