@font-face {
    font-family: Satoshi-Variable;
    src: url(./assets/Satoshi_Complete/Fonts/Variable/Satoshi-Variable.ttf);
}
@font-face {
    font-family: Freestyle Script;
    src: url(./assets/freestyle-script/FREESCPT.TTF);
}
@import url('https://fonts.cdnfonts.com/css/freestyle-script');

body {
    margin: 0px;
    width: 100%;
    font-family: 'Satoshi-Variable';
    background: linear-gradient(to right, rgba(245,245,245,.8), rgba(245,245,245,.8));
}

/* navigation panel */
nav {
    display: flex;
    padding: 15px 50px 15px 50px !important;
    -moz-box-shadow: 0 10px 100px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 100px rgba(0,0,0,.1);
    box-shadow: 0 10px 100px rgba(0,0,0,.1);
}
.profile {
    display: flex;
    align-items: center;
}
.navbar-toggler {
    padding-right: 0px;
}
.navbar-toggler-icon i {
    margin-right: 0px;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar-nav .nav-item {
    padding: 10px;
}
.navbar-nav .nav-item:first-of-type {
    border-top: none;
}
.nav-link {
    color: black;
    transition: 0.3s all ease-in-out;
    font-weight: 600;
}
.nav-link:hover {
    color: grey;
    transition: 0.3s all ease-in-out;
}
.collapse {
    justify-content: right;
}
.navbar-toggler-icon i {
    color: black !important;
}
/* .profile-picture {
    border: 1px solid rgba(152, 51, 51, 0.956);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-right: 8px;
}
.profile-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
} */
.name-title span {
    display: flex;
    flex-direction: column;
    justify-content: left ;
    font-family: Freestyle Script;
    font-size: 1.5em;
    font-weight: bold;
}

/* main body */
h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: medium;
}
/* .job-description {
    color: rgb(139, 136, 136);
    font-size: 12px;
} */
.heading {
    padding: 0px 50px 0px 50px;
    font-family: 'Times New Roman';
    font-weight: bold;
    font-size: 40px;
    /* border: 1px solid black; */
}
.intro {
    padding: 0px 50px 0px 50px;
    margin: 0px;
    font-size: normal;
    color: rgb(85, 83, 83);
    /* border: 1px solid black; */
}

/* social media */
.icons {
    padding: 0px 50px 0px 50px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    /* border: 1px solid black; */
}
.icons button {
    border: none;
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
    -moz-box-shadow: 0px 4px 13px 0px grey;
    -webkit-box-shadow: 0px 4px 13px 0px grey;
    box-shadow: 0px 4px 13px 0px grey;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: black;
    transition: 0.3s all ease-in-out;
}
.icons button:hover {
    color: grey;
    transition: 0.3s all ease-in-out;
    transform: translateY(-4px);
}
.recent-heading {
    padding: 0px 50px 0px 50px;
    color: black;
    font-size: normal;
    /* border: 1px solid black; */
}

/* my course assign */
.my-course-assign {
    padding: 0px 50px 0px 50px;
}
.my-course-assign-img-div {
    border-radius: 6px;
    transition: 0.5s all ease-in-out;
}
.my-course-assign-img-div:hover {
    -moz-box-shadow: 0px 0px 10px 5px #8433cf;
    -webkit-box-shadow: 0px 0px 10px 5px #8433cf;
    box-shadow: 0px 0px 10px 5px #8433cf;
    transition: 0.5s all ease-in-out;
}
.my-course-assign-img-div:active {
    -moz-box-shadow: 0px 0px 10px 5px #8433cf;
    -webkit-box-shadow: 0px 0px 10px 5px #8433cf;
    box-shadow: 0px 0px 10px 5px #8433cf;
    transition: 0.3s all ease-in-out;
}
.my-course-assign img {
    width: 100%;
    border-radius: 6px;
}

/* accatex */
.accatex {
    padding: 0px 50px 0px 50px;
}
.accatex-img-div {
    border-radius: 6px;
    transition: 0.5s all ease-in-out;
}
.accatex-img-div:hover {
    -moz-box-shadow: 0px 0px 10px 5px #ca39c5;
    -webkit-box-shadow: 0px 0px 10px 5px #ca39c5;
    box-shadow: 0px 0px 10px 5px #ca39c5;
    transition: 0.5s all ease-in-out;
}
.accatex-img-div:active {
    -moz-box-shadow: 0px 0px 10px 5px #ca39c5;
    -webkit-box-shadow: 0px 0px 10px 5px #ca39c5;
    box-shadow: 0px 0px 10px 5px #ca39c5;
    transition: 0.3s all ease-in-out;
}
.accatex img {
    width: 100%;
    border-radius: 6px;
}

/* book hub */
.book-hub {
    padding: 0px 50px 0px 50px;
}
.book-hub-img-div {
    border-radius: 6px;
    transition: 0.5s all ease-in-out;
}
.book-hub-img-div:hover {
    -moz-box-shadow: 0px 0px 10px 5px #9f7eff;
    -webkit-box-shadow: 0px 0px 10px 5px #9f7eff;
    box-shadow: 0px 0px 10px 5px #9f7eff;
    transition: 0.5s all ease-in-out;
}
.book-hub-img-div:active {
    -moz-box-shadow: 0px 0px 10px 5px #9f7eff;
    -webkit-box-shadow: 0px 0px 10px 5px #9f7eff;
    box-shadow: 0px 0px 10px 5px #9f7eff;
    transition: 0.3s all ease-in-out;
}
.book-hub img {
    width: 100%;
    border-radius: 6px;
}

/* food hut */
.food-hut {
    padding: 0px 50px 0px 50px;
    margin-bottom: 80px;
}
.food-hut-img-div {
    border-radius: 6px;
    transition: 0.5s all ease-in-out;
}
.food-hut-img-div:hover {
    -moz-box-shadow: 0px 0px 10px 5px #f8b411;
    -webkit-box-shadow: 0px 0px 10px 5px #f8b411;
    box-shadow: 0px 0px 10px 5px #f8b411;
    transition: 0.5s all ease-in-out;
}
.food-hut-img-div:active {
    -moz-box-shadow: 0px 0px 10px 5px #f8b411;
    -webkit-box-shadow: 0px 0px 10px 5px #f8b411;
    box-shadow: 0px 0px 10px 5px #f8b411;
    transition: 0.3s all ease-in-out;
}
.food-hut img {
    width: 100%;
    border-radius: 6px;
    /* border: 1px solid black; */
}
.food-hut button, .book-hub button, .accatex button, .my-course-assign button {
    font-weight: 450;
    border: none;
    color: black !important;
    background-color: #fcfcfc;
    border-radius: 5px;
    padding: 7px 12px 7px 12px;
    -moz-shadow: 0px 4px 13px 0px grey;
    -webkit-box-shadow: 0px 4px 13px 0px grey;
    box-shadow: 0px 4px 13px 0px grey;
    transition: 0.3s all ease-in-out;
}
.food-hut button a, .book-hub button a, .accatex button a, .my-course-assign button a {
    text-decoration: none;
    color: black !important;
}
.food-hut button:hover {
    color: #f8b411 !important;
    transition: 0.3s all ease-in-out;
    transform: translateY(-4px);
}
.book-hub button:hover {
    color: #9f7eff !important;
    transition: 0.3s all ease-in-out;
    transform: translateY(-4px);
}
.accatex button:hover {
    color: #ca39c5 !important;
    transition: 0.3s all ease-in-out;
    transform: translateY(-4px);
}
.my-course-assign button:hover {
    color: #8433cf !important;
    transition: 0.3s all ease-in-out;
    transform: translateY(-4px);
}
.food-hut button:active, .book-hub button:active, .accatex button:active, .my-course-assign:active {
    color: grey;
    transition: 0.3s all ease-in-out;
    transform: translateY(-4px);
}

/* pre-footer */
.pre-footer {
    margin-bottom: 40px;
    width: 100;
}
.top-half-img-div {
    text-align: center;
}
.top-half-img-div img {
    width: 50%;
}
.bottom-half {
    padding: 40px 50px 30px 50px;;
    /* background-color: rgba(218, 213, 213, 0.925); */
}
.form-div form {
    width: 100%;
    display: flex;
    justify-content: center;
}
.form-div form input {
    width: 70%;
    height: 45px;
    padding: 5px;
    border-radius: 50px;
    border: 1px solid rgb(185, 178, 178);
    margin-bottom: 20px;
}
.i-2 {
    margin-bottom: 30px;
}

/* footer */
footer {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 50px 0px 50px;
    margin-bottom: 90px;
}
footer h3 {
    /* font-family: Freestyle Script; */
    /* font-size: 4rem; */
    margin-bottom: 0px;
}

/* Media query */
@media screen and (max-width: 767px){
    nav {
        padding: 15px 20px 15px 20px !important;
    }
    .navbar .nav-item {
        border-top: 1px solid rgb(214, 208, 208);
    }

    /* main body */
    .heading {
        padding: 0px 20px 0px 20px;
    }
    .intro {
        padding: 0px 20px 0px 20px;
        font-size: small;
    }
    .icons {
        padding: 0px 20px 0px 20px;
    }
    .connect-with-me {
        font-size: small;
        padding: 0px 20px 0px 20px;
    }
    .recent-heading {
        font-size: small;
        padding: 0px 20px 0px 20px;
    }
    .food-hut {
        padding: 0px 20px 0px 20px;
    }
    .book-hub {
        padding: 0px 20px 0px 20px;
    }
    .accatex {
        padding: 0px 20px 0px 20px;
    }
    .my-course-assign {
        padding: 0px 20px 0px 20px;
    }
    .food-hut button, .book-hub button, .accatex button, .my-course-assign button {
        font-size: small;
    }
    .get-in-touch {
        font-size: small;
    }
    .pre-footer {
        margin-bottom: 30px;
    }
    footer {
        font-size: small;
        padding: 0px 50px 25px 50px;
    }
}
