@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --golden: #BF8C47;
}

body {
    font-family: 'Montserrat';
}

.bg1 {
    background: #FCE9AE42;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -75px;
}

.navbar-nav {
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.navbar-nav .nav-link {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.market-btn {
    background: var(--golden);
    border-radius: 11px;
    width: 135px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    float: right;
}

.bg1-a {
    font-size: 100px;
    font-weight: 800;
    color: #000;
    line-height: 86px;
}

.bg1-b {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 90%;
    margin-top: 15px;
}

.course-main {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}

.course-img {
    width: 100%;
}

.course-inner {
    position: relative;
    overflow: hidden;
}

.course-inner1 {
    position: absolute;
    bottom: -75px;
    left: 20px;
}

.course1-a {
    color: #fff;
    text-decoration: none;
}

.course1-a h3 {
    font-size: 20px;
    font-weight: 500;
}

.course1-b {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.readmore-btn {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.course-inner:hover .course-inner1 {
    bottom: 15px;
    transition: 0.3s;
}

.bg2 {
    margin-top: -130px;
}

.bg3 .item {
    border-radius: 34px;
}

.bg3-a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    margin: 0;
}

.bg3 {
    padding: 70px 0;
    text-align: center;
    position: relative;
}

.bg3-b {
    font-size: 60px;
    font-weight: 700;
    color: #000;
}

.bg3-c {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 90%;
    margin: 0 auto 15px;
}

.bg3::after {
    content: '';
    background: var(--golden);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.video-img {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #707070;
}

.bg4 {
    padding: 70px 0;
    text-align: center;
    background: url(../images/bg4.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg4-a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.bg4-b {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.28px;
    color: #202020;
}

.quiz-inner {
    text-align: left;
    background: #FEF9EA;
    border-radius: 0 0 20px 20px;
    padding: 20px;
}

.quiz-img {
    width: 100%;
}

.bg4 .row {
    padding: 0 50px;
}

.news1-a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
    margin: 0;
}

.news1-b {
    font-size: 60px;
    font-weight: 700;
    color: #202020;
}

.news1-c {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.newsletter {
    text-align: center;
    box-shadow: 0px 10px 60px #00000021;
    border: 1px solid #AE792D;
    border-radius: 40px;
    background: #FEF9EA;
    padding: 70px 60px;
    width: 75%;
    margin: 0 auto;
}

.input-email {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #70707024;
    border-radius: 38px;
    width: 100%;
    height: 65px;
    padding-left: 25px;
}

.newsletter form {
    position: relative;
    width: 65%;
    margin: auto;
}

.submit-btn {
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    background: var(--golden);
    border: 0;
    color: #fff;
    border-radius: 28px;
    width: 140px;
    position: absolute;
    top: 7px;
    right: 8px;
}

.input-email:focus {
    outline: 0 !important;
}

footer {
    background: var(--golden);
    padding: 80px 0 0;
    margin-top: 85px;
}

.footer1-a {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.footer1-b {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
}

.footer1-b a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
    text-decoration: none;
}

.footer1-d {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: right;
}

.footer-links a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 15px;
    text-decoration: none;
}

.footer-links {
    list-style: none;
    padding: 0;
    text-align: right;
}

.center-div {
    text-align: center;
}

.footer1-c {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 82%;
    margin: 15px auto;
}

.social-links i {
    color: #fff;
    background: #000;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-links a {
    text-decoration: none;
}

.footer1-e {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.new-div a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-top: 1px solid #fff;
    padding: 10px 0;
    margin-top: 50px;
}

.bg1 .owl-dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #000 !important;
    background: #fff !important;
}

.bg1 .owl-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: -10%;
    transform: rotate(90deg);
    top: 50%;
}

.bg1 .owl-dot.active {
    background: #000 !important;
    width: 36px !important;
    height: 36px !important;
    transition: 0.3s;
}

.bg3 .owl-dot {
    width: 12px;
    height: 13px;
    border-radius: 50%;
    background: #fff !important;
}

.bg3 .owl-dots {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
}

.bg3 .owl-dot.active {
    background: #fff !important;
    width: 25px !important;
    height: 25px !important;
    transition: 0.3s;
}

.logo {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .mob {
        display: none;
    }

    .bg1-a {
        font-size: 40px;
        line-height: 44px;
    }

    .bg1-b {
        font-size: 14px;
    }

    .bg1 .owl-dots {
        top: 30%;
    }

    .bg1 .owl-dot.active {
        width: 25px !important;
        height: 25px !important;
    }

    .bg1 .owl-dot {
        width: 15px;
        height: 15px;
    }

    .course-main {
        grid-template-columns: auto auto;
    }

    .bg2 {
        margin-top: -70px;
    }

    .course1-a h3 {
        font-size: 16px;
    }

    .course-inner1 {
        bottom: -82px;
        left: 12px;
    }

    .course1-b {
        font-size: 10px;
    }

    .readmore-btn {
        font-size: 10px;
    }

    .course-inner:hover .course-inner1 {
        bottom: 6px;
    }

    .bg3-a {
        font-size: 16px;
    }

    .bg3-b {
        font-size: 40px;
    }

    .bg3-c {
        font-size: 14px;
        width: 100%;
    }

    .bg3::after {
        height: 25%;
    }

    .bg3 .owl-dot.active {
        width: 22px !important;
        height: 22px !important;
    }

    .bg4 .row {
        padding: 0 20px;
    }

    .bg4 .row .col-md-4 {
        margin-bottom: 15px;
    }

    .news1-a {
        font-size: 16px;
    }

    .newsletter {
        padding: 40px 10px;
        width: 95%;
    }

    .news1-b {
        font-size: 30px;
    }

    .news1-c {
        font-size: 14px;
    }

    .newsletter form {
        width: 100%;
    }

    .submit-btn {
        font-size: 14px;
        height: 45px;
        width: 110px;
    }

    .input-email {
        height: 60px;
        font-size: 14px;
    }

    .footer1-a {
        font-size: 22px;
    }

    .center-div {
        text-align: left;
    }

    .footer1-c {
        font-size: 14px;
        width: 100%;
        margin: 10px auto;
    }

    .social-links {
        justify-content: start;
    }

    .footer1-d {
        font-size: 22px;
        text-align: left;
        margin-top: 25px;
    }

    .footer-links {
        text-align: left;
    }

    .copyright {
        flex-direction: column;
    }

    .navbar-toggler {
        float: right;
    }

    #navbarOffcanvas {
        width: 75%;
    }

    .logo-side {
        width: 80%;
    }

    .navbar-nav {
        align-items: start;
        gap: 15px;
    }

    .navbar-nav .nav-link {
        font-size: 18px;
        color: #fff;
    }
}