@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/**{*/
/*    border: 1px solid red;*/
/*}*/

:root {
    --bs-primary: #2e3094;
    --bs-secondary: #3d941f;
    --bs-gray: #666666;
    --bs-dark: #292929;
    --bs-white: #ffffff;
    --bs-black: #212529;
    --text-gradient: rgb(8, 93, 188);
    --gradient: #10a0ff;
}

::placeholder {
    color: var(--bs-gray);
    opacity: 1;
}

body {
    font-family: "Inter", sans-serif;
}

.contact-header {
    margin-left: 13rem;
}

.top-bar {
    font-size: 14px;
    height: 3.625rem;
    background: #102d3e;
    padding: 0.23rem 0;
}

.top-bar i {
    font-size: 17px;
}

.nav-bar-logo {
    height: 177px;
    width: 190px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    padding-bottom: 1rem;
    text-decoration: underline solid 1px !important;
}

.nav-bar-down {
    background: var(--bs-primary);
}

/*.banner-img{*/
/*    background-color: rgba(165, 55, 253,0.5); !* Black background with opacity *!*/
/*}*/

.banner-back {
    position: absolute;
    left: 51.04%;
    right: 9.38%;
    top: 21.22%;
    bottom: 14.08%;
    padding: 48px;
    height: 317px;
    background: rgba(16, 16, 37, 0.8);
    margin-top: 104px;
}

.book {
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    position: absolute;
    width: 261px;
    height: 48px;
    background: #3d941f;
    border-radius: 5px;
    margin-top: 40px;
    border-color: #3d941f;
}

.about-us {
    padding-top: 8rem;
    height: 100%;
    background: #f4f5ff;
}

.mission-img {
    width: 28%;
}

.top-banner {
    background-image: url("../images/top-banner-2.png");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 10rem;
}

.top-banner-overlay {
    width: 100%;
    height: 10rem;
    background-color: rgba(46, 48, 138, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.flag {
    background-image: url("../images/flags/aus.png");
    /**destination background change **/
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 191px;
    margin-bottom: 2rem;
}

.flag-overlay {
    width: 100%;
    height: 191px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.mission {
    padding-top: 8rem;
    height: 100%;
}

.learn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    position: absolute;
    width: 170px;
    height: 48px;
    border-color: #3d941f;
    background: #3d941f;
    border-radius: 8px;
}

.rect-about {
    position: absolute;
    z-index: 1;
}

.ielts-img {
    width: 23%;
}

.about-shadow {
    position: relative;
    width: 550px;
    height: 473px;
    left: 685px;
    top: -315px;
}

.about-extra {
    height: 14rem;
}

.destinations {
    padding-top: 3rem;
    height: 100%;
    text-align: center;
}

.flags {
    cursor: pointer;
    width: 370px;
    height: 191px;
    /*opacity: 80%;*/
    margin-top: 18px;
}

/*.flag-img{*/
/*    background-color: rgba(165, 55, 253,0.5); !* Black background with opacity *!*/

/*}*/

.flags-text {
    margin-top: 67px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.2);
    width: 10rem;
}

.services {
    padding-top: 7rem;
    height: 100%;
    background: #f4f5ff;
    text-align: center;
}

.services .card {
    height: 100%;
    width: 315px;
    border-radius: 6px;
    padding: 30px;
}

.service-card :hover {
    background-color: #2e3094;
    color: white;
    cursor: pointer;
}

/*.services .card-title :hover {*/
/*    text-decoration-color: white*/
/*}*/

.service-img {
    border-radius: 50%;
    width: 26%;
    height: 61px;
}

.courses {
    padding-top: 5rem;
    height: 100%;
    background: #3d941f;
    text-align: center;
}

.courses-img {
    height: 168px;
}

input,
select {
    height: 3rem;
}

/** footer */
footer {
    padding-top: 4rem;
}

.footer-dialog {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 16px;
    gap: 20px;
    width: 770px;
    height: 87px;
    background: #2f3093;
    border-radius: 4px;
}

.footer-dialog-text {
    padding-top: 23px;
}

.footer {
    z-index: 0;
    background: #101025;
}

.footer-logo {
    width: 13%;
}

.footer h5 {
    margin: 1.5rem 0 1.5rem 0;
    font-weight: bold;
    color: #e6e6e6;
}

.footer ul li a,
.footer p {
    color: white;
    font-weight: 400;
    font-size: 0.875rem;
}

.footer ul li a:hover {
    color: var(--bs-secondary);
}

.footer svg {
    margin-top: 0.25rem;
}

.footer-copyright {
    margin-top: 2rem;
}

.footer-copyright p {
    text-align: center;
    margin-top: 2rem;
}

/** newsletter */
.newsletter {
    height: 3rem;
    width: 12.625rem;
    border-radius: unset;
}

.newsletter-text {
    width: 300px;
}

.btn-subscribe {
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--bs-white);
    width: 6.375rem;
    height: 3rem;
    background: var(--bs-secondary);
    border: var(--bs-secondary);
}

.country-img {
    width: 35%;
}

.country-desc {
    margin-top: 50px;
    margin-left: 34rem;
    padding: 25px;
}

/** top */
#btn-back-to-top {
    border-color: var(--bs-secondary);
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    height: 46px;
    display: none;
    color: white;
    background: var(--bs-secondary);
    z-index: 1;
}

/** media queries mobile */
@media only screen and (min-width: 200px) and (max-width: 600px) {
    .nav-bar-logo {
        top: 0;
        left: 2rem;
        background: white;
        height: 128px;
        width: 133px;
    }

    .nav-main-logo {
        display: none;
    }

    .nav-content {
        background-color: #2e3094;
    }

    .top-nav-tab {
        display: none;
        margin-right: 3rem;
    }

    .top-bar-icons {
        display: none;
        margin-left: 10rem;
    }

    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        display: block;
    }

    .home-img {
        width: 75%;
        margin: auto;
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .nav-bar nav {
        height: 5.563rem;
        box-shadow: 0 0.2px 1px rgba(0, 0, 0, 0.25);
    }

    .navbar-toggler {
        z-index: 1;
    }

    #navbarTogglerSTTN ul {
        margin-top: 1rem;
    }

    .faq svg {
        width: 20rem;
        height: 12rem;
    }

    .banner-back {
        position: absolute;
        left: 0;
        right: 0;
        top: 18.6%;
        bottom: 14.08%;
        padding: 48px;
        height: 317px;
        background: rgba(16, 16, 37, 0.8);
        margin-top: 104px;
    }

    .about-us {
        padding-top: 21rem;
        height: 1260px;
    }

    .learn {
        width: 137px;
        height: 41px;
        left: 8px;
    }

    .about-shadow {
        display: none;
    }

    .rect-about {
        width: 90%;
        margin-top: 60px;
    }

    .destinations {
        padding-top: 2rem;
        height: 100%;
        text-align: center;
    }

    .flags {
        cursor: pointer;
        width: 100%;
        height: 100%;
        border: none;
    }

    .services {
        padding-top: 1rem;
        height: 100%;
    }

    .services .card {
        width: 100%;
        margin-bottom: 1rem;
    }

    .mission {
        height: 1270px;
        padding-top: 6rem;
    }

    .mission-img {
        margin-top: 36rem;
    }

    .courses {
        height: 100%;
    }

    .courses .card {
        margin-bottom: 1rem;
    }

    .footer-copyright p {
        margin-top: 1rem;
        margin-left: 6.4rem;
    }

    .footer h5 {
        margin: 1rem 0 1rem 0;
    }

    .footer-dialog {
        height: 122px;
    }

    .copyright-footer {
        margin-left: -7rem !important;
    }

    #btn-back-to-top {
        bottom: 1.438rem;
        right: 0.625rem;
    }
}

/* test-overview  */
.test-overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-wrap: wrap;
    gap: 20px;
}

.test-overview:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.test-overview h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0;
    flex: 1;
    text-align: center;
}

.test-overview img {
    width: 400px;
    height: 200px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.test-overview img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .test-overview {
        flex-direction: column;
        padding: 15px 20px;
    }

    .test-overview img {
        width: 100%;
        max-width: 350px;
        height: auto;
    }

    .test-overview h2 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .test-overview {
        padding: 10px 15px;
    }

    .test-overview h2 {
        font-size: 20px;
    }

    .test-overview img {
        max-width: 100%;
        height: auto;
    }
}

/** media queries tablets */
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .nav-bar-logo {
        top: 0;
        left: 2rem;
        background: white;
        height: 128px;
        width: 133px;
    }

    .nav-main-logo {
        display: none;
    }

    .nav-content {
        background-color: #2e3094;
    }

    .top-nav-tab {
        display: none;
        margin-right: 3rem;
    }

    .top-bar-icons {
        display: none;
        margin-left: 10rem;
    }

    .navbar > .container,
    .navbar > .container-fluid,
    .navbar > .container-lg,
    .navbar > .container-md,
    .navbar > .container-sm,
    .navbar > .container-xl,
    .navbar > .container-xxl {
        display: block;
    }

    .top-bar-icons {
        display: none;
        margin-left: 10rem;
    }

    .banner-back {
        top: 10.22%;
        height: 234px;
    }

    .banner-back .h1,
    h1 {
        font-size: calc(1.375rem);
    }

    .book {
        padding: 0;
        height: 41px;
        border-radius: 5px;
        margin-top: 8px;
    }

    .about-us {
        height: 100%;
    }

    .about-shadow {
        display: none;
    }

    .learn {
        top: 52rem;
    }

    .rect-about {
        width: 43%;
        margin-top: 3rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .destinations {
        height: 100%;
    }

    .services {
        padding-top: 2rem;
        height: 100%;
    }

    .services .card {
        width: 100%;
        margin-bottom: 1rem;
    }

    .courses {
        padding-top: 2rem;
        height: 100%;
    }

    .courses .card {
        margin-bottom: 1rem;
    }

    #btn-back-to-top {
        bottom: 1.438rem;
        right: 2.5rem;
    }
}

#scrollUp,
#back-top {
    background: #14435c;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
}

@media (max-width: 575px) {
    /* line 431,/assets/scss/_common.scss */
    #scrollUp,
    #back-top {
        right: 16px;
    }
}

/* line 449,/assets/scss/_common.scss */
#scrollUp a i,
#back-top a i {
    display: block;
    line-height: 50px;
}

/* line 456,/assets/scss/_common.scss */
#scrollUp:hover {
    color: #fff;
}

#whats-app {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.footer-number a:hover {
    color: #c8ccce !important;
}

.form-container-course {
    margin-right: 10px;
}

.form-container-course {
    display: flex;
    justify-content: center;
    gap: 12px !important;
}

.form-input-course {
    width: 25%;
    margin-top: -7px;
}

.founder-text div {
    font-size: 16px !important;
    color: #ff4242 !important;
    font-weight: 600 !important;
}

.testimonial {
    margin: 0px 20px 40px;
}

.testimonial .testimonial-content {
    /* padding: 10px 25px 35px 50px; */
    margin-bottom: 35px;
    /* height: 450px; */
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}

.testimonial .testimonial-content:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #ff4242;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

@media (max-width: 1440px) {
    .testimonial .description {
        font-size: 12px;
        line-height: 20px;
    }
}

@media (max-width: 1024px) {
    .testimonial .description {
        font-size: 16px;
        line-height: 24px;
    }
    .testimonial .testimonial-content {
        padding: 30px 25px 35px 50px;

        height: 304px;
    }
}
@media (max-width: 992px) {
    .testimonial .description {
        font-size: 14px;
        line-height: 16px;
    }
    .testimonial .testimonial-content {
        padding: 20px 25px 35px 50px;
        height: 350px;
    }
}
@media (max-width: 605px) {
    .testimonial .description {
        font-size: 12px;
        line-height: 16px;
    }
    .testimonial .testimonial-content {
        padding: 10px 25px 35px 50px;
        height: 310px;
    }
}
@media (max-width: 576px) {
    .testimonial .description {
        font-size: 16px;
        line-height: 20px;
    }
    .testimonial .testimonial-content {
        padding: 10px 25px 35px 50px;
        height: 289px;
    }
}
@media (max-width: 500px) {
    .testimonial .description {
        font-size: 14px;
        line-height: 20px;
    }
    .testimonial .testimonial-content {
        padding: 10px 25px 35px 50px;
        height: 289px;
    }
}
@media (max-width: 460px) {
    .testimonial .description {
        font-size: 12px;
        line-height: 20px;
    }
    .testimonial .testimonial-content {
        height: 284px;
    }
}
@media (max-width: 360px) {
    .testimonial .description {
        font-size: 12px;
        line-height: 18px;
    }
    .testimonial .testimonial-content {
        height: 282px;
    }
}
@media (max-width: 320px) {
    .testimonial .description {
        font-size: 10px;
        line-height: 14px;
    }
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #ff4242;
}

.team-area .single-team .team-img img {
    height: 328px !important;
    object-fit: cover !important;
}

.hero__btn {
    display: inline-block;
    background: green;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.hero__btn a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.hero__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    transition: left 0.5s ease-in-out;
    z-index: 1;
}

.hero__btn:hover::before {
    left: 0;
}

.hero__btn:hover a {
    color: green;
}

.pte-btn {
    background-color: #3c9c5c;
    color: white;
    border-radius: 8px;
}
.green:hover .pte-btn {
    background-color: white;
    color: black;
}
@media (max-width: 968px) {
    .single-slider {
        height: 70vh !important;
    }

    .slider-area {
        height: 60vh;
    }
}

@media (max-width: 480px) {
    .single-slider {
        height: 50vh !important;
    }

    .slider-area {
        height: 40vh;
    }
}

.header-info-left a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

.header-info-left a i {
    font-size: 18px;
}

.header-info-left a:hover {
    color: #d4d4d4;
}

.social-links {
    display: flex !important;
    gap: 12px !important;
}

.social-links a {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.social-links a:hover {
    color: #d4d4d4;
}

.box {
    background-color: white !important;
}

.green:hover {
    background: #3c9c5c !important;
    transition: 0.3s;
}

.dataTables_length,
.dataTables_paginate,
.dataTables_info {
    display: none !important;
}
