:root {
    --color_1: #0052AF;
    --color_2: #84AAD6;
    --color_3: #9D9D9D;
    --color_4: #fff;
    --color_5: #000;
    --color_6: #515AA9;
    --color_7: #707070;
    --color_8: #88C440;
    --color_9: #F8F9FF;
}

/* Basic Info CSS */
.info {
    background-color: var(--color_8);
    padding-top: 10px;
    padding-bottom: 10px;
}

.info-socials a {
    padding-right: 10px;
}

.info-p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: var(--color_4);
    margin: 0;
}

.info-img {
    padding-right: 25px;
}

.info-img img {
    width: 15px;
}

/* Navbar CSS */
.main-con {
    background-image: url(./images/Group\ 24.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.navbar {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

.navbar-nav,
.footer-links,
.footer-socials {
    list-style: none;
}

.navbar-brand,
.footer-brand {
    margin-right: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: var(--color_4);
    font-weight: 700;
}

.navbar-brand:hover,
.footer-brand:hover {
    color: var(--color_4);
}

.nav-link,
.footer-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--color_4);
}

.nav-link:hover,
.nav-link-off:hover,
.footer-link:hover {
    color: var(--color_8);
}

.nav-socials {
    margin: 0;
}

.nav-social-link img {
    padding-right: 15px;
}

.navbar-mobile {
    display: none;
}

/* Banner Section */
.banner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.avatar {
    text-align: center;
    padding-bottom: 60px;
}

.avatar img {
    width: 80%;
    height: auto;
}

.title-h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--color_4);
}

.banner-para {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--color_4);
}

/* About Me CSS */
.about {
    padding-top: 80px;
    padding-bottom: 80px;
}

.title-h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--color_5);
    padding-bottom: 40px;
}

.pd-b {
    padding-bottom: 20px;
}

.para {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--color_5);
}

.about-descrip {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 30px;
}

.about-image {
    text-align: end;
    padding: 0;
    background-image: url(./images/Mask\ Group\ 2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Experience Section CSS */
.experience {
    padding-top: 50px;
    padding-bottom: 50px;
}

.experience-row {
    padding-bottom: 30px;
}

.experience-col {
    padding-right: 60px;
}

.work-para {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--color_5);
}

.experience-col img {
    width: auto;
    height: 100px;
    padding-bottom: 20px;
}

.work-logo {
    width: auto;
}

.work-wn {
    padding-top: 50px;
}

.wn img {
    padding-bottom: 40px;
}

.work-lst {
    list-style: none;
    padding-left: 0;
}

.work-list {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--color_5);
    padding-bottom: 5px;
}

/* Nz Experience Section CSS */
.nz-experience {
    padding-top: 50px;
    padding-bottom: 50px;
}

.nz-col {
    background-color: var(--color_8);
    display: flex;
    align-items: center;
}

.nz-container {
    padding: 40px 20px 40px 60px;
}

.nz-para {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--color_4);
}

.nz-img {
    width: 200px;
    height: auto;
    padding-bottom: 40px;
}

.nz-image-col {
    padding: 0;
    background-image: url(./images/IMG-20230627-WA0002.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 65vh;
}

/* Testimonials Section CSS */
.testimonials {
    padding-top: 80px;
    padding-bottom: 50px;
}

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

.quote-image img {
    width: 60%;
    height: auto;
}

.testimonial-col {
    text-align: center;
}

.carousel-control-prev {
    left: -117px;
}

.carousel-control-next {
    right: -117px;
}

.testimonial-para {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: var(--color_5);
    padding-bottom: 40px;
}

.title-h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--color_5);
}

.title-para {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--color_5);
}

.user {
    margin-bottom: 20px;
    width: 100px;
    height: auto;
    border-radius: 50%;
}

/* Academic Qualifications Section CSS */
.qualifications {
    padding-top: 50px;
    padding-bottom: 50px;
}

.qualification-col {
    background-image: url(./images/Group\ 23.jpg);
    display: flex;
    align-items: center;
}

.image-col {
    padding: 0;
    background-image: url(./images/4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-h3-wh {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--color_4);
    padding-bottom: 20px;
}

.title-h4-wh {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--color_4);
}

.academic-para {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--color_4);
}

.academic-container {
    padding: 60px 20px 60px 60px;
}

.margin-rem {
    margin-left: 0;
    margin-right: 0
}

.qualifi-row {
    padding-bottom: 10px;
}

.cv-button {
    padding-top: 20px;
    padding-right: 20px;
}

.cv-btn {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    color: var(--color_4);
    border: 1px solid var(--color_4);
    padding: 15px 28px;
    display: inline-block;
}

.cv-btn:hover {
    background-color: var(--color_4);
    color: var(--color_6);
}

/* My Projects CSS */
.projects {
    padding-top: 80px;
    padding-bottom: 60px;
}

.title-h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--color_5);
    padding-bottom: 5px;
}

.project-row {
    margin-bottom: 40px;
}

.project-link {
    text-decoration: none;
    color: var(--color_1);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.project-link:hover {
    color: var(--color_8);
}

.proj-img {
    width: 100%;
    height: auto;
}

/* Reflective Learning CSS */
.learning {
    background-color: var(--color_9);
    padding-top: 50px;
    padding-bottom: 50px;
}

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

/* Contact Section CSS */
.contact {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-title {
    padding-bottom: 50px;
}

.con-frm input,
textarea {
    border: 1px solid var(--color_7);
    padding: 10px 40px 10px 10px;
    width: 100%;
}

.con-frm input::placeholder,
textarea::placeholder {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.field-pd-name {
    padding-right: 20px;
}

.field-pd-tp {
    padding-top: 20px;
}

.contact-frm-btn {
    padding-top: 50px;
    padding-bottom: 50px
}

.contact-btn {
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: var(--color_6);
    color: var(--color_4);
    padding: 15px 40px;
}

.contact-btn:hover {
    background-color: var(--color_4);
    color: var(--color_6);
    border: 1px solid var(--color_6);
}

.contact-row {
    padding-bottom: 10px;
}

.para-medium {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--color_5);
}

.social-icon {
    padding-right: 15px;
}

.socials {
    display: flex;
}

/* Footer Section */
footer {
    background-image: url(./images/Group\ 22.jpg);
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-links-col {
    padding-left: 0;
    display: flex;
}

.footer-brand {
    text-decoration: none;
    font-size: 19px;
}

.footer-item {
    margin-right: 6px;
}

.footer-links {
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-link {
    text-decoration: none;
    font-size: 15px;
}

.footer-item-social {
    padding-right: 20px;
}

.footer-socials {
    margin: 0;
}

.copyright {
    padding-top: 50px;
}

.copyright-statement {
    border-top: 1px solid var(--color_4);
}

.copyright-statement-para {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--color_4);
    padding-right: 20px;
    padding-top: 30px;
}

/* -------------------- 1920px ---------------------- */
@media screen and (min-width: 1920px) {

    /* Navbar - Responsive CSS (1920px) */
    .navbar-container,
    .footer-container {
        max-width: 1500px;
    }

    .navbar-brand,
    .footer-brand {
        font-size: 40px;
    }

    .nav-link,
    .footer-link {
        font-size: 20px;
    }

    .nav-social-link img {
        padding-right: 20px;
    }

    .navbar-mobile {
        display: none;
    }

    /* Banner - Responsive CSS (1920px) */
    .title-h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 54px;
        font-weight: 700;
        color: var(--color_4);
    }

    .banner-para {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        font-weight: 500;
        color: var(--color_4);
    }

    /* About Me - Responsive CSS (1920px) */
    .title-h3 {
        font-size: 48px;
        padding-bottom: 50px;
    }

    .para,
    .info-p {
        font-size: 18px;
    }

    .about-descrip {
        padding-right: 20px;
    }

    /* My Projects - Responsive CSS (1920px) */
    .title-h4 {
        font-size: 24px;
    }

    .project-link {
        font-size: 20px;
    }

    /* Quote Section - Responsive CSS (1920px) */
    .quote-author {
        font-size: 28px;
    }

    /* Testimonials Section - Responsive CSS (1920px) */
    .testimonial-para {
        font-size: 18px;
    }

    .title-h5 {
        font-size: 20px;
    }

    .title-para {
        font-size: 18px;
    }

    .carousel-control-prev {
        left: -200px;
    }

    .carousel-control-next {
        right: -200px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25%;
        height: auto;
    }

    /* Academic Qualifications Section - Responsive CSS (1920px) */
    .title-h3-wh {
        font-family: 'Montserrat', sans-serif;
        font-size: 48px;
        font-weight: 700;
        color: var(--color_4);
        padding-bottom: 20px;
    }

    .title-h4-wh {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: var(--color_4);
    }

    .academic-para {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: var(--color_4);
    }

    .academic-container {
        padding: 20px 20px;
    }

    .margin-rem {
        margin-left: 0;
        margin-right: 0
    }

    /* NZ Experience Section - Responsive CSS (1920px) */
    .nz-container {
        padding: 100px 40px;
    }

    /* Contact Section - Responsive CSS (1920px) */
    .para-medium {
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: var(--color_5);
    }

    /* Footer Section - Responsive CSS (1920px) */
    .footer-brand {
        font-size: 28px;
    }

    .footer-item {
        padding-right: 30px;
    }

    .footer-social-link img {
        width: 100%;
        height: auto;
    }

    .copyright-statement-para {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024PX) {
    .navbar-mobile {
        display: none;
    }

    .navbar-desktop {
        display: none;
    }

    .navbar-brand {
        margin-left: 40px;
    }

    .navbar-toggler {
        position: absolute;
        right: 20px;
    }

    .avatar img {
        width: 80%;
        height: auto;
    }

    .title-h2 {
        font-size: 50px;
    }

    .banner-para {
        font-size: 18px;
    }

    .title-h3-wh {
        font-size: 24px;
    }

    .title-h4 {
        font-size: 20px;
    }

    .title-h4-wh {
        font-size: 18px;
    }

    .nz-container {
        padding-top: 20px 20px;
    }

    .academic-container {
        padding: 20px 20px;
    }

    .academic-para {
        font-size: 12px;
    }

    .image-col img {
        width: 100%;
        height: auto;
    }

    .para-medium {
        font-size: 12px;
    }

    .footer-item {
        margin: 0;
    }

    .footer-item-social {
        padding-right: 10px;
    }

    .footer-link {
        font-size: 12px;
    }

    .copyright-statement-para {
        font-size: 12px;
    }

    .cv-btn {
        font-size: 14px;
        padding: 13px 28px;
    }

    .carousel-control-next {
        right: -70px;
    }

    .carousel-control-prev {
        left: -70px;
    }

    .info-num {
        margin-left: 10px;
    }

}

@media screen and (max-width: 1300px) {
    .image-col img {
        width: 100%;
        height: auto;
    }

    .nz-image-col img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 991.98px) {
    .academic-container {
        padding: 15px 20px;
    }
}




/* -------------------- 768px ---------------------- */
@media screen and (max-width: 768px) {

    /* Info Section */
    .info {
        display: none;
    }


    /* Navbar - Responsive CSS (768px) */
    .navbar-mobile {
        display: inline-block;
    }

    .navbar-desktop {
        display: none;
    }

    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-brand {
        font-size: 26px;
        margin-right: 350px;
        margin-left: 50px;
    }

    .navbar-toggler {
        border: none;
    }

    .offcanvas {
        background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(81, 90, 169));
        color: transparent;
    }

    .dropdown {
        text-align: center;
    }

    .offcanvas-menu {
        padding-left: 0;
    }

    .off-con-sec {
        padding-top: 10px;
    }

    .offcanvas-contact {
        padding-top: 15px;
    }

    .off-img {
        padding-right: 10px;
    }

    .btn-close {
        width: 8%;
        height: auto;
    }

    .nav-socials {
        justify-content: center;
    }

    .nav-item-off {
        padding-bottom: 20px;
    }

    .nav-link-off {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: var(--color_4);
        text-decoration: none;
        padding-bottom: 10px;
    }

    /* Banner - Responsive CSS (768px) */
    .banner {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .avatar {
        padding-bottom: 20px;
        padding-right: 0;
    }

    .avatar img {
        width: 80%;
    }

    .title-h2 {
        font-size: 40px;
    }

    .banner-para {
        font-size: 16px;
    }

    /* About Me - Responsive CSS (768px) */
    .about {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-image {
        display: flex;
        align-items: center;
    }

    .about-image img {
        width: 100%;
        height: auto;
    }

    .about-descrip {
        margin: 0;
    }

    .title-h3 {
        font-size: 30px;
    }

    .para,
    .info-p {
        font-size: 14px;
    }

    /* My Projects - Responsive CSS (768px) */
    .title-h4 {
        font-size: 20px;
    }

    .project-link {
        font-size: 16px;
    }

    /* Testimonials Section - Responsive CSS (768px) */
    .testimonial-para {
        font-size: 14px;
    }

    .title-h5 {
        font-size: 16px;
    }

    .title-para {
        font-size: 14px;
    }

    .carousel-control-prev {
        left: -36px;
    }

    .carousel-control-next {
        right: -36px;
    }

    /* Academic Qualifications Section - Responsive CSS (768px) */
    .title-h3-wh {
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        font-weight: 700;
        color: var(--color_4);
        padding-top: 20px;
    }

    .title-h4-wh {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: var(--color_4);
    }

    .academic-para {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: var(--color_4);
    }

    .academic-container {
        padding: 30px 20px;
    }

    .cv-btn {
        padding: 12px 20px;
    }

    /*NZ Experience Section - Responsive CSS (768px) */
    .nz-container {
        padding: 17px 20px;
    }


    /* Contact Section - Responsive CSS (768px) */
    .contact {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact-icon img,
    .social-icon img {
        width: 100%;
        height: auto;
    }

    .para-medium {
        font-size: 12px;
    }

    /* Footer Section - Responsive CSS (768px) */
    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-brand {
        font-size: 15px;
    }

    .footer-item {
        padding-right: 8px;
    }

    .footer-link {
        font-size: 12px;
    }

    .footer-social-link img {
        width: 100%;
        height: auto;
    }

    .footer-item-social {
        padding-right: 3px;
    }

    .copyright-statement-para {
        font-size: 10px;
    }
}

/* -------------------- 400px ---------------------- */
@media screen and (max-width: 767px) {

    /* Info - Responsive CSS */
    .info {
        display: none;
    }

    /* Navbar - Responsive CSS (400px) */
    .navbar-mobile {
        display: inline-block;
    }

    .navbar-desktop {
        display: none;
    }

    .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-brand {
        font-size: 20px;
        margin-right: 80px;
    }

    .navbar-toggler {
        border: none;
        position: absolute;
        right: 20px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    /* Banner - Responsive CSS (400px) */
    .banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .avatar {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .avatar img {
        width: 75%;
        height: auto;
    }

    .title-h2 {
        font-size: 40px;
        text-align: center;
    }

    .banner-para {
        font-size: 14px;
        text-align: center;
    }

    /* About Me - Responsive CSS (400px)*/
    .about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-descrip {
        padding-right: 20px;
        text-align: center;
        padding-top: 20px;
    }

    .title-h3 {
        font-size: 30px;
        padding-bottom: 0;
    }

    .para,
    .info-p {
        font-size: 14px;
    }

    /* My Projects - Responsive CSS (400px) */
    .projects {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .project-title {
        padding-bottom: 10px;
        text-align: center;
    }

    .project-row {
        text-align: center;
    }

    .project-col {
        padding-bottom: 40px;
    }

    .title-h4 {
        font-size: 16px;
        padding-top: 15px;
    }

    .project-link {
        font-size: 16px;
    }

    .proj-img {
        width: 40%;
    }

    /* Reflective Learning Section - Responsive CSS (400px) */
    .learning {
        padding-top: 0;
    }

    /* Testimonials Section - Responsive CSS (400px) */
    .testimonials {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .quote-image img {
        width: 11%;
        height: auto;
    }

    .carousel-control-prev {
        left: 0;
        top: 105%;
    }

    .carousel-control-next {
        right: 0;
        top: 105%;
    }

    .user {
        width: 60px;
    }

    /*Academic Qualifications Section - Responsive CSS (400px) */
    .qualifications {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .title-h3-wh {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 700;
        color: var(--color_4);
        padding-top: 20px;
    }

    .title-h4-wh {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: var(--color_4);
    }

    .academic-para {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: var(--color_4);
    }

    .margin-rem {
        margin-left: 0;
        margin-right: 0
    }

    .academic-container {
        padding-bottom: 50px;
    }

    .image-col {
        height: 50vh;
    }

    .cv-btn {
        font-size: 12px;
        padding: 12px 20px;
    }

    /* Experience Section - Responsive CSS (400px) */
    .experience {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .experience-container,
    .experience-row {
        text-align: center;
    }

    .experience-col {
        padding-right: 0;
    }

    .work-list {
        font-size: 14px;
    }

    /*NZ Experience Section - Responsive CSS (400px) */
    .nz-container {
        padding: 20px 20px;
    }

    .nz-image-col {
        height: 50vh;
    }

    /* Contact Section - Responsive CSS (400px) */
    .contact {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contact-title,
    .contact-col,
    .social-col {
        text-align: center;
    }

    .social-col {
        padding: 30px 10px 30px 10px;
    }

    .contact-icon img,
    .social-icon img {
        padding-bottom: 10px;
        width: 6%;
        height: auto;
    }

    .para-medium {
        font-size: 14px;
    }

    .con-frm {
        text-align: center;
    }

    .field-pd-name {
        padding-bottom: 20px;
        padding-right: 12px;
        padding-top: 10px;
    }

    .socials {
        display: block;
    }

    .social-col {
        padding: 0;
    }

    .social-icon {
        padding-right: 0;
    }

    /* NZ Experience - Responsive CSS (400px) */
    .nz-experience {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* Footer Section - Responsive CSS (400px) */
    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-brand-logo {
        text-align: center;
        padding: 0;
    }

    .footer-brand {
        font-size: 18px;
        text-align: center;
        margin: 0;
    }

    .footer-item {
        padding-right: 8px;
    }

    .footer-link {
        font-size: 14px;
    }

    .footer-social-link img {
        width: 100%;
        height: auto;
    }

    .footer-item-social {
        padding-right: 25px;
        padding-left: 25px;
    }

    .copyright-statement-para {
        font-size: 12px;
    }

    .footer-links {
        display: block;
    }

    .footer-links-col {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        display: block;
        padding-bottom: 10px;
    }

    .footer-socials {
        padding: 0;
    }
}