@font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-display: swap;
    src: url('../css/fonts/Gilroy-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-display: swap;
    src: url('../css/fonts/Gilroy-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    font-style: normal;
    font-display: swap;
    src: url('../css/fonts/Gilroy-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-display: swap;
    src: url('../css/fonts/Gilroy-Bold.otf') format('opentype');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    overflow-x: hidden;
}



a {
    font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}



header {
    display: block;
    margin: 0;
    padding: 20px;

}

.btn-toggle {
    font-size: 2.25rem;
    font-weight: 700;

}

.navbar {
    padding: 30px 0;

}

.nav-link {
    font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.01em;

    cursor: pointer;
}

.nav-link:hover,
.nav-link:focus {
    font-family: 'Gilroy-Medium', Arial, Helvetica, sans-serif;
    font-weight: 500;

}

.nav-link.active {
    font-family: 'Gilroy-Medium', Arial, Helvetica, sans-serif;
    font-weight: 500;

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 9px 12px;
    }

    .navbar-nav .nav-item {
        margin: 0 14px;
    }
}

.btn {
    padding: .5rem 1.5rem;
    border-radius: 12px;
}

.btn-purple {
    font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}



.btn-transparent {

    font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;

    line-height: 1.5rem;
}



.btn-theme {

    font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;

}

.btn-white {

    font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;

}

.btn-gradient {

    border: 0;
    font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;

    line-height: 1.5rem;
}





.top-text {
    margin: 0;
    padding: 0 30px 0 0;
}

.hero {
    padding: 0 0 120px 0;
    margin: 0;
}

.banner-sm {
    width: 100%;
    height: auto;
    object-fit: cover;
}

section {
    display: block;
    padding: 120px 0;
    margin: 0;
}

h1 {
    font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 5rem;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem;
}

p.banner-text {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 2rem;
    margin-bottom: 2.5rem;
}



h2.title {
    font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 4rem;
    letter-spacing: -0.01em;

    text-align: center;
    margin: 0 0 4rem;
}



#hiwtab {
    margin-bottom: 64px;
}

.nav-pills .nav-link {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;

    border-radius: 12px;
    padding: 12px;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {

    border: 0;
}

.nav-pills .nav-link.active {

    border: 0;
}

.works-grid {
    display: block;
    margin: 0 0 30px;
    padding: 0;
    /* text-align: center; */
}

.works-grid img {
    max-width: 50%;
    height: auto;
    margin: 0 0 24px;
}

.works-grid h3 {
    font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;

    line-height: 2rem;

}

.works-grid p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    /* or 150% */
    letter-spacing: 0.01em;
    /* Deep blue 80 */


}

.course-lists {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 4rem 0;
    padding: 0;
    justify-content: center;
    list-style: none;
}

.course-lists li {

    border-radius: 47px;
    padding: 16px 24px;
    margin: 0 12px 32px 0;
}

.course-lists li a {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;

    padding: 16px 24px;
    text-decoration: none;
}

.features-grid {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.features-grid li {
    margin: 40px 0 0 0;
    padding: 0;
}

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

.features {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.features h4 {
    font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
    letter-spacing: -0.01em;
    margin: 0 0 8px;
}

.features h4 span {
    display: block;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 24px;

    margin: 0 0 8px;
    text-transform: uppercase;
}

.features p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;

    letter-spacing: 0.01em;
}

.features a {
    font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;

    line-height: 1.5rem;
    text-decoration: none;
}

.mt-120 {
    margin-top: 120px;
}

p.subtext {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 32px;

    margin: 0;
}

.user-box {
    background-color: #f7f7fc;
    border-radius: 20px;
    padding: 20px;
    margin: 0;
    text-align: center;
    cursor: pointer;

}

.user-box img {
    width: 80%;
    height: 350px;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 0 1.5rem;
    object-fit: cover;
    object-position: top;
}

.destination-box {
    background-color: #f7f7fc;
    border-radius: 20px;
    padding: 24px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}



.destination-box img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 2rem;
    margin: 0 0 1.5rem;
}

.destination-box h4 {
    font-family: 'Gilroy-SemiBold', 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;

    line-height: 2.5rem;
    text-align: center;
}

.destination-box p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 2rem;
    margin: .5rem 0 0 0;
    text-align: center;
}

.destination-box a {
    font-family: 'Gilroy-Bold', 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 12px;
    text-decoration: none;
    margin: 28px 0 0 0;
    display: inline-block;
}

.destination-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.destination-controls .swiper-button-prev {
    position: absolute;
    left: -2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

.destination-controls .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 900;

}

.destination-controls .swiper-button-next {
    position: absolute;
    right: -2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
}

.destination-controls .swiper-button-next:after {
    font-size: 18px;
    font-weight: 900;

}

.universities {
    position: relative;
    margin: 64px 0 80px 0;
    padding: 0;
}

.universities-box {
    border-radius: 20px;
    padding: 24px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.universities-box img {
    width: 100%;
    height: 250px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 2rem;
    margin: 0 0 1.5rem;
}

.universities-box h4 {
    font-family: 'Gilroy-SemiBold', 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;

    line-height: 2.5rem;
    text-align: center;
}

.universities-box p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 2rem;
    margin: .5rem 0 0 0;
    text-align: center;
}

.universities-box a {
    font-family: 'Gilroy-Bold', 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 700;

    padding: 8px 24px;
    border-radius: 12px;

    text-decoration: none;
    margin: 28px 0 0 0;
    display: inline-block;
}

.universities-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.universities-controls .swiper-button-prev {
    position: absolute;
    left: -2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    z-index: 1;
}

.universities-controls .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 900;

}

.universities-controls .swiper-button-next {
    position: absolute;
    right: -2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    z-index: 1;
}

.universities-controls .swiper-button-next:after {
    font-size: 18px;
    font-weight: 900;

}

.eynk-box {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding: 24px;
    margin: 0;
}

.eynk-box img {
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin-bottom: 30px;
    object-fit: cover;
}

.eynk-box .eynk-title {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;

    line-height: 2rem;
    margin-bottom: 12px;
}

.eynk-box .eynk-text {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;

    letter-spacing: 1%;
}

.eynk-box .bottom {
    display: flex;
    flex-direction: row;
    margin: 40px 0 0 0;
    padding: 0;
}

.eynk-box .bottom img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.eynk-box .bottom .username {
    margin: 0;
    padding: 0;
}

.eynk-box .bottom .username h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;

    line-height: 1.5rem;
}

.eynk {
    position: relative;
    margin: 80px 0;
    padding: 0;
}

.eynk-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.eynk-controls .swiper-button-prev {
    position: absolute;
    left: -2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    z-index: 1;
}

.eynk-controls .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 900;

}

.eynk-controls .swiper-button-next {
    position: absolute;
    right: -2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    z-index: 1;
}

.eynk-controls .swiper-button-next:after {
    font-size: 24px;
    font-weight: 900;

}

.eynk-box .bottom .username h6 span {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;

    line-height: 24px;
    letter-spacing: 0.01em;
}

.for-students {
    position: relative;
    margin: 0;
    padding: 0;
}

.test-box {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 24px;
    border-radius: 40px;

}



.test-box .imageHolder {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0 0 24px 0;
}

.test-box .imageHolder .play {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
}

.test-box .imageHolder .play a {
    font-size: 72px;

    text-align: center;
}

.test-box img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0;
    object-fit: cover;
    object-position: top center;
}

.test-box .test-text {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;

    letter-spacing: 1%;
    transition: all fadeIn 0.3s;
}

.test-box .bottom {
    display: flex;
    flex-direction: row;
    margin: 40px 0 0 0;
    padding: 0;
    transition: all fadeIn 0.3s;
    align-items: start;
}

.test-box .bottom img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

.test-box .bottom .username {
    margin: 0;
    padding: 0;
}

.test-box .bottom .username h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;

    line-height: 24px;
}

.test-box .bottom .username h6 span {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;

    line-height: 22px;
    letter-spacing: 0.01em;
}

.study-destinations {
    position: relative;
    margin: 64px 0 80px 0;
    padding: 0;
}

.test-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.test-controls .swiper-button-prev {
    position: absolute;
    left: -2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    z-index: 1;
}

.test-controls .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 900;

}

.test-controls .swiper-button-next {
    position: absolute;
    right: -2%;
    width: 40px;
    height: 40px;
    border-radius: 50%;

    z-index: 1;
}

.test-controls .swiper-button-next:after {
    font-size: 18px;
    font-weight: 900;

}

h2.hiw {
    margin-bottom: 2.25rem;
}

h2.she {
    margin-bottom: 1.5rem;
}

h2.pdsa {
    margin-bottom: 1.5rem;
}

h2.dtu {
    margin-bottom: 1.5rem;
}

h2.wdlsphu {
    margin-bottom: 3.25rem;
}

footer {
    padding: 120px 0;
    margin: 0;
}



footer svg {
    display: block;
    margin: 0 0 40px;
}

.action-links {
    display: block;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 0 20px;
    text-decoration: none;
}

.action-links:hover {

    text-decoration: none;
}

.h-links {
    display: flex;
    flex-direction: row;
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

.h-links li {
    margin: 0 2rem 0 0;
    padding: 0;
}

.h-links li:last-child {
    margin-right: 0;
}

.ft-title {
    font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;

    line-height: 28px;
    margin-bottom: 20px;
}

.ft-links {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.ft-links li {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.ft-links li a {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 24px;
    text-decoration: none;
}

.ft-label {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;

    line-height: 18px;
    margin: 42px 0 0 0;
}

.bottom-text h4 {
    font-family: 'Gilroy-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 600;

    line-height: 4rem;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
}

.bottom-text p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 2rem;
    margin-bottom: 3.25rem;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.bottom-text {
    margin: 0;
    padding: 0;
}

.modal {
    --bs-modal-width: 560px;
}


.modal-backdrop.show {
    /* opacity: 0.5; */
    opacity: 0.8;
    /* background-color: #717070 !important; */
    background-color: #c8c6c6 !important;

    /* box-shadow: ; */

}

.modal-content {
    position: relative;
    padding: 40px 80px;
    border-radius: 40px;

    /* text-align: center; */
}

.modal-content h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 600;

    line-height: 52px;
    letter-spacing: -0.02em;
    margin-bottom: 36px;
}

.modal-content .btn-close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
}

#login .modal-content {
    position: relative;
    padding: 80px;
    border-radius: 40px;

    text-align: center;
}

#login .modal-content .btn-close {
    position: absolute;
    right: 40px;
    top: 40px;
}

#login .modal-content h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 600;

    line-height: 52px;
    margin: 0 0 40px;
}

.register .modal-content {
    position: relative;
    padding: 38px 80px;
    border-radius: 40px;

    text-align: center;
}

.register .modal-content .btn-close {
    position: absolute;
    right: 40px;
    top: 40px;
}

.register .modal-content h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 600;

    line-height: 52px;
    margin: 0 0 40px;
}

.register-courses .modal-dialog {
    max-width: 1024px;
}

.register-courses .modal-content {
    position: relative;
    padding: 0;
    border-radius: 40px;

    text-align: center;
}

.register-courses .modal-content .btn-close {
    position: absolute;
    right: 40px;
    top: 40px;
}

.register-courses .modal-content h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 600;

    line-height: 52px;
    margin: 0 0 40px;
}

.illustration {
    width: 80%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}



h6.text {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 600;

    line-height: 52px;
    text-align: center;
    margin: 64px 80px;
}

.register-courses-form {

    border-radius: 0 40px 40px 0;
    padding: 38px 80px;
}

.form-control {

    border-radius: 12px;

    height: 64px;
}

.mt-32 {
    margin-top: 32px;
}

.separator {
    position: relative;
    width: 90%;
    height: 1px;

    margin: 40px auto;
}

.separator span {
    position: absolute;
    top: -11.5px;
    left: 50%;
    transform: translateX(-50%);

    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 24px;
    padding: 0 12px;
}

.social-login {
    display: flex;
    flex-direction: row;
    margin: 0 0 1.5rem;
    padding: 0;
    text-align: center;
    justify-content: center;
}

.social-login li {
    width: 64px;
    height: 64px;

    border-radius: 50%;
    margin: 0 64px 0 0;
    list-style: none;
}

.social-login li:last-child {
    margin-right: 0;
}

.social-login li a {
    line-height: 64px;
}

p.signup-option {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 24px;
    text-align: center;
}

p.signup-option a {
    font-weight: 500;

    text-decoration: none;
}

.country-code {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 90px;
    height: 36px;

    border-radius: 8px;
    align-items: center;
    display: flex;
    padding: 10px 8px;
}

.country-code img {
    max-width: 100%;
    height: 24px;
}

.country-code select {
    border: 0;
    outline: 0;
}






.pl-114 {
    padding-left: 114px;
}

.topbar {
    display: block;
    margin: 32px 0 0 0;
    padding: 0;
}

.tophead {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 500;

    line-height: 36px;
    text-align: center;
}

.stepline {
    display: flex;
    flex-direction: row;
    margin: 8px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 4px;

}

.stepline li {
    width: 25%;
    margin: 0;
    padding: 0;
}



.vh-80 {
    height: 80vh;
}

.topbox {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.topinfo {
    display: inline-block;
    margin: 0 0 56px;
    padding: 0;
    text-align: left;
}

.topinfo h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 600;

    line-height: 52px;
    display: block;
    margin: 0;
}

.topinfo h1 span {
    display: block;
    margin: 12px 0 0 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 32px;
}

.country-select {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    align-items: start;
}

.country-select li {
    margin: 0 0 16px;
    width: 400px;
    height: 64px;

    border-radius: 12px;
}

.country-select li a {
    display: block;
    padding: 16px 20px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;

    line-height: 32px;
}

.country-select li img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin: 0 12px 0 0;
}

.label {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;

    line-height: 32px;
    display: block;
    margin: 0 0 20px;
}

.checkbox-alias {


    border-radius: 47px;
    margin: 0 12px 12px 0;
    display: inline-block;
    padding: 16px 24px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;

    line-height: 32px;
    z-index: 1;
    position: relative;
    transition: all 250ms ease-out;
    cursor: pointer;
}

.invisible-checkboxes input[type=checkbox],
.invisible-checkboxes input[type=radio] {
    display: none;
    /*   margin-right: -20px;
  position: relative;
  z-index: 2; */
}



.logo-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.logo-group li {
    width: 20%;
    margin: 0;
    padding: 18px 0;
}

.logo-group li img {
    max-width: 100%;
    height: 45px;
    object-fit: cover;
}

h1.page-title {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;

    line-height: 42px;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
    text-align: left;
}

h1.page-title span {
    float: right;
}

h1.page-title span a {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;

    text-decoration: none;
    text-transform: uppercase;
}

.filters {
    display: block;
    margin: 0;
    padding: 0;
    height: 480px;
    overflow-y: auto;
}

.filters::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;

}

.filters:active::-webkit-scrollbar-thumb,
.filters:hover::-webkit-scrollbar-thumb,
.filters:focus::-webkit-scrollbar-thumb {
    visibility: visible;
}

.filters::-webkit-scrollbar-thumb {
    width: 4px;
    height: 40px;
    border-radius: 2px;

    visibility: hidden;
}

.widget-title {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;

    line-height: 30px;
    letter-spacing: -0.02em;
}

.filters-grid {
    display: block;
    margin: 20px 0 32px 0;
    padding: 0;
}

.filters-grid .form-check {
    position: relative;
    margin-bottom: 10px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    outline: none;

    margin: 0 10px 0 0;
}

.form-check-input:focus {
    box-shadow: none;

}

.form-check-input:checked {

    outline: none;
    box-shadow: none;
}

.form-check-input:disabled {
    position: relative;
}

.form-lock {
    position: absolute;
    right: 5px;
    top: -4px;
    opacity: .5;
}

.form-check-label {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 20px;
    letter-spacing: -0.02em;
}

.register-box {

    border-radius: 16px;
    padding: 40px 30px;
    margin: 20px 0;
    text-align: center;
}

.register-box h4 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;

    line-height: 30px;
    letter-spacing: -0.02em;
    margin: 25px 0 20px 0;
}

.register-box h4 span {
    display: block;
    font-size: 14px;
    font-weight: 500;

    line-height: 21px;
    margin-top: 12px;
}

.search-results {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 42px;
}

.search-results span {
    float: right;
    align-self: flex-end;
}

.form-select {
    padding: 8px 30px 8px 12px;
    border-radius: 24px;

}

.form-select:focus,
.form-select:hover {
    outline: none;
    box-shadow: none;

}

.course-box {

    border-radius: 24px;
    padding: 24px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
}

.course-grid {
    /* display: flex; */
    flex-direction: row;
    /* background-color: #fff; */
    border-radius: 20px;
    padding: 24px;
    margin: 0 0 16px;
}

.course-grid:last-child {
    margin-bottom: 0;
}

.image-holder {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 20px 0 0;
}

.course-grid .content-holder {
    padding: 0;
}

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

.universities-logo {
    position: absolute;
    bottom: -5%;
    left: 20px;
    width: 100px;
    height: 100px;

    border-radius: 100%;

    padding: 10px;
}

.universities-logo img {
    max-width: 100%;
    height: auto;
}

.course-header {
    display: flex;
    flex-direction: row;
    margin: 0 0 8px;
    padding: 0;
}

.course-name {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 600;

    line-height: 30px;
    padding: 0 20px 0 0;
}

.course-action {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.btn-link {
    /* width: 28px;
    height: 28px; */
    border-radius: 8px;

    text-align: center;
    line-height: 28px;

    padding: 0 8px;

}

.course-details {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 8px 0 32px 0;
    padding: 0;
}

.course-place {
    width: 60%;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;

    line-height: 24px;
}

.course-place span {
    display: block;
    font-size: 14px;
    font-weight: 400;

}

.course-score {
    width: 40%;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}

.course-label {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;

    line-height: 24px;
    margin-right: 10px;
}

.score-box {
    padding: 8px 20px;
    border-radius: 12px;

    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;

    text-align: center;
}

p.course-text {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 24px;
    letter-spacing: -0.02em;
    margin: 15px 0;
}

p.course-text span {
    display: block;
    font-weight: 500;
    margin: 0 0 8px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.more-courses {
    width: 75%;

    padding: 20px;
    border-radius: 20px;
    margin: 40px auto;
}

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

.more-courses h4 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;

    line-height: 30px;
    margin: 0 0 5px;
}

.more-courses p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;

    line-height: 24px;
    margin: 0 0 20px;
}

.faq-box {
    width: 800px;

    padding: 20px;
    border-radius: 20px;
    margin: 40px auto;
}

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

.faq-box h4 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;

    line-height: 30px;
    margin: 0 0 5px;
}

.faq-box p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 500;

    line-height: 24px;
    margin: 0 0 20px;
}

.filter-icon {
    font-size: 24px !important;
}

.for-students,
.from-universities {
    padding: 68px 0 0 0;
}

video {
    width: 100%;
    border-radius: 20px;
    height: 480px;
}

.country-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 64px;
}

.v-links {
    display: block;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.v-links li {
    position: relative;
    display: block;
    margin: 8px 0;
    padding: 0;
}

.v-links li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('../images/search.png') center no-repeat;
}

.v-links li a {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 24px;
    letter-spacing: -2%;
    padding: 0 0 0 30px;
}

p.country-content {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 24px;
}

p.country-content span {
    font-size: 32px;
    font-weight: 600;
    display: block;
    margin-bottom: 24px;
}

hr.country-hr {
    margin: 40px 0;
    width: 100%;
    height: 1px;

}

.country-sidebar {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 35px 32px;

    border-radius: 20px;
}

.country-sidebar li {
    display: flex;
    margin: 12px 0;
    padding: 0;
    align-items: center;
}

.country-sidebar li img {
    max-width: 100%;
    height: 30px;
    margin: 0 12px 0 0;
}

.country-sidebar li .course-items {
    margin: 0;
    padding: 0;
}

.country-sidebar li .course-items h4 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;

    line-height: 30px;
    margin-bottom: 8px;
}

.country-sidebar li .course-items p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 24px;
    margin: 0;
}

.country-title {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 600;

    line-height: 42px;
}

.mb-140 {
    margin-bottom: 140px;
}

.contact-intro h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 600;

    line-height: 80px;
    text-align: left;
}

.contact-intro p {
    width: 75%;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 32px;
    margin: 20px 0 56px 0;
}

.contact-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    text-align: right;
}

.location-box {
    padding: 0;
    margin: 0;
}

.location-box .container-fluid {
    --bs-gutter-x: 0;
}

.location-box h3 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 600;

    line-height: 80px;
    text-align: left;
}

.location-box p {
    width: 75%;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 32px;
    margin: 20px 0 56px 0;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 1080px;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.faq-intro {
    padding: 10% 0;
    margin: 0;
}

.faq-intro h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 600;

    line-height: 80px;
    text-align: left;
}

.faq-intro p {
    width: 75%;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 32px;
    margin: 20px 0 56px 0;
}

.faq-imgholder {
    width: 100%;
    height: auto;
    border-radius: 80px;
    float: right;
}

.faq-imgholder img {
    width: 100%;
    height: auto;
    object-fit: cover;
    text-align: right;
}

.blog-intro {
    padding: 10% 0;
    margin: 0;
}

.blog-intro h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 600;

    line-height: 80px;
    text-align: left;
}

.blog-intro p {
    width: 75%;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 32px;
    margin: 20px 0 56px 0;
}

.blog-imgholder {
    width: 100%;
    height: auto;
    border-radius: 80px;
    float: right;
}

.blog-imgholder img {
    width: 100%;
    height: auto;
    object-fit: cover;
    text-align: right;
}

.faq-section {
    padding: 120px 0;
    margin: 0;
}

.faq-section .accordion {
    --bs-accordion-border-width: 0;
}

.faq-section .accordion-item {

    border: 0;
    border-radius: 0;
}

.faq-section .accordion-button {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 600;

    line-height: 60px;
    text-align: left;

    border: 0;
    border-radius: 0;
}

.faq-section .accordion-button:hover,
.faq-section .accordion-button:focus {
    box-shadow: none;
    border: 0;
}

.faq-section .accordion-button::after {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: '\f286';
    font-family: 'bootstrap-icons';

    background-size: contain;
    background-image: none;
    transform: none;
    font-size: 24px;
    line-height: 40px;
    text-align: center;

}

.faq-text {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 24px;
    text-align: left;
}

.faq-text span {
    display: block;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    margin: 30px 0;
}

.blog-section {
    padding: 120px 0;
    margin: 0;
}

.blog-section .accordion {
    --bs-accordion-border-width: 0;
}

.blog-section .accordion-item {

    border: 0;
    border-radius: 0;
}

.blog-section .accordion-button {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: 600;

    line-height: 60px;
    text-align: left;

    border: 0;
    border-radius: 0;
}

.blog-section .accordion-button:hover,
.blog-section .accordion-button:focus {
    box-shadow: none;
    border: 0;
}

.blog-section .accordion-button::after {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    content: '\f286';
    font-family: 'bootstrap-icons';

    background-size: contain;
    background-image: none;
    transform: none;
    font-size: 24px;
    line-height: 40px;
    text-align: center;

}

.blog-text {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;

    line-height: 24px;
    text-align: left;
}

.blog-text span {
    display: block;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    margin: 30px 0;
}

.stories-intro {
    padding: 10% 0;
    margin: 0;
}

.stories-intro h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 600;

    line-height: 80px;
    text-align: left;
}

.stories-intro p {
    width: 75%;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 32px;
    margin: 20px 0 56px 0;
}

.stories-imgholder {
    width: 100%;
    height: auto;
    border-radius: 80px;
    float: right;
}

.stories-imgholder img {
    width: 100%;
    height: auto;
    object-fit: cover;
    text-align: right;
}

.stories {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 40px;
    border-radius: 40px;

}

.stories .imageHolder {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 40px;
    margin: 0 0 20px;
}

.stories .imageHolder .play {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translateY(-50%);
    width: 100%;
}

.stories .imageHolder .play a {
    font-size: 72px;

    text-align: center;
}

.stories img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    margin: 0;
    object-fit: cover;
    object-position: top center;
}

.stories .test-text {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;

    letter-spacing: 1%;
    transition: all fadeIn 0.3s;
}

.stories .bottom {
    display: flex;
    flex-direction: row;
    margin: 40px 0 0 0;
    padding: 0;
    transition: all fadeIn 0.3s;
}

.stories .bottom img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 10px;
}

.stories .bottom .username {
    margin: 0;
    padding: 0;
}

.stories .bottom .username h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;

    line-height: 24px;
}

.stories .bottom .username h6 span {
    display: block;
    font-size: 1rem;
    font-weight: 400;

    line-height: 24px;
    letter-spacing: 0.01em;
}

.hiw-intro {
    padding: 10% 0;
    margin: 0;
}

.hiw-intro h1 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 600;

    line-height: 80px;
    text-align: left;
}

.hiw-intro p {
    width: 75%;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 32px;
    margin: 20px 0 56px 0;
}

.hiw-imgholder {
    width: 100%;
    height: auto;
    border-radius: 80px;
    float: right;
}

.hiw-imgholder img {
    width: 100%;
    height: auto;
    object-fit: cover;
    text-align: right;
}

.hiw-section {
    padding: 120px 0;
    margin: 0;
}

.hiw-section h2 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: 600;

    line-height: 80px;
    text-align: center;
    margin: 0 0 120px;
}

.hiw-img {
    max-width: 400px;
    height: auto;
    object-fit: cover;
}

.hiw-wrapper {
    display: flex;
    margin: 0;
    padding: 0;
}

.hiw-number {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 144px;
    font-weight: 700;

    line-height: 200px;
    margin: 0 60px 0 0;
}

.hiw-content {
    margin: 0;
    padding: 0;
}

.hiw-content p {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;

    line-height: 32px;
}

.hiw-content p span {
    display: block;
    margin: 0 0 16px;
    font-size: 40px;
    font-weight: 600;

}

/* width */
::-webkit-scrollbar {
    width: 4px;
    border-radius: 4px;
}

/* Track */
::-webkit-scrollbar-track {

    border-radius: 4px;
}

/* Handle */


.mb-40 {
    margin-bottom: 40px;
}

.legal-text {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;

    line-height: 18px;
    margin: 20px 0 0 0;
}

@media (min-width: 1800px) {

    .container-xxxl,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1520px;
    }

    .destination-box {
        padding: 40px;
        border-radius: 40px;
    }

    .universities-carousel {
        padding: 40px;
    }

    .universities-carousel img {
        height: 272px;
        border-radius: 40px;
    }

    .eynk-box {
        padding: 40px;
        border-radius: 40px;
    }

    .eynk-box img {
        border-radius: 40px;
    }

    .hiw-section {
        padding: 160px 0;
    }
}

.disabledPanel {
    opacity: 0.6;
    z-index: -99999;
    filter: grayscale(100%);
}

@media (max-width: 1199px) and (min-width: 992px) {
    h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .destination-box h4 {
        font-size: 1.5rem;
    }

    .universities-box h4 {
        font-size: 1.5rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hero {
        padding: 0 0 60px 0;
    }

    h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    p.banner-text {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1.25rem;
    }

    .works-grid h3 {
        font-size: 1.125rem;
    }

    .works-grid p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    section {
        padding: 80px 0;
    }

    h2.title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
    }

    .course-lists li {
        padding: 12px 18px;
        margin: 0 12px 24px 0;
    }

    .course-lists li a {
        font-size: 1.125rem;
        padding: 12px 18px;
    }

    .features h4 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .features p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    p.subtext {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .destination-box {
        border-radius: 15px;
        padding: 18px;
    }

    .destination-box h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .destination-box p {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .universities-box {
        border-radius: 15px;
        padding: 18px;
    }

    .universities-box h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .universities-box p {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .test-box .bottom {
        margin-top: 20px;
    }

    .eynk-box {
        border-radius: 15px;
        padding: 18px;
        margin-bottom: 30px;
    }

    .bottom-text h4 {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 18px;
    }

    footer {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .navbar {
        padding: 10px 0;
    }

    .modal {
        --bs-modal-width: 100vw;
        z-index: 9999999;
    }

    .hero {
        padding: 0;
    }

    h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        text-align: center;
        margin: 1.875rem 0 1rem 0;
    }

    p.banner-text {
        font-size: 1rem;
        line-height: 22px;
        text-align: center;
        padding: 0 20px;
    }

    h2.title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 0 0 1.5rem !important;
        padding: 0 30px;
    }

    .btn {
        padding: .5rem 1.5rem;
    }

    .course-lists li a {
        font-size: 1.125rem;
        padding: 12px 18px;
    }

    .modal-content {
        padding: 20px 40px;

    }

    .banner-sm {
        margin-top: 3rem;
    }

    .separator {
        width: 100%;
    }

    section {
        padding: 4rem 0;
    }

    #hiwtab {
        margin-bottom: 44px;
    }

    .works-grid {
        text-align: center !important;
        margin-bottom: 40px;
    }

    .works-grid h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        text-align: center;
    }

    .works-grid p {
        width: 100%;
        font-size: 0.875rem;
        line-height: 1.375rem;
        text-align: center;
    }

    .course-lists {
        margin: 0 0 2.5rem;
    }

    .course-lists li {
        margin: 0 0 1rem 0;
    }

    .universities-box {
        padding: 1.25rem;
        border-radius: 2.5rem;
    }

    .universities-box img {
        margin: 0 0 1.25rem;
    }

    .universities-box h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .universities-box p {
        font-size: .875rem;
        line-height: 1.375rem;
    }

    #testimonials {
        margin-bottom: 2.5rem;
    }

    .for-students,
    .from-universities {
        padding: 0;
    }

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

    .features-grid li {
        margin: 0 0 4rem 0;
    }

    .features {
        width: 100%;
    }

    .features h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        text-align: center;
        margin: 1.5rem 0 0 0;
    }

    .features h4 span {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

    .features p {
        font-size: 0.875rem;
        line-height: 1.375rem;
        padding: 0;
        text-align: center;
    }

    .destination-box p.destination-country {
        font-size: 24px;
        line-height: 30px;
    }

    .destination-box {
        flex-direction: column;
        padding: 20px;
        /* margin: 0 20px; */
    }

    .destination-box img {
        max-width: 100%;
        height: auto;
        margin-right: 0;
    }

    .destination-box h4 {
        font-size: 1.25rem;
        line-height: 0.75rem;
        margin-bottom: .5rem;
    }

    .destination-box p {
        font-size: .875rem;
        line-height: 1.375rem;
    }

    .destination-box .destination-info {
        margin: 20px 0;
    }

    .destination-controls {
        top: 45%;
    }

    .destination-controls .swiper-button-prev,
    .destination-controls .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .destination-controls .swiper-button-prev {
        left: 0;
    }

    .destination-controls .swiper-button-next {
        right: 0;
    }

    .features {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .destination-carousel .owl-nav {
        top: 98%;
    }

    .destination-carousel .owl-nav .owl-prev {
        left: 8%;
        width: 32px;
        height: 32px;
        font-size: 18px !important;
    }

    .destination-carousel .owl-nav .owl-next {
        right: 8%;
        width: 32px;
        height: 32px;
        font-size: 18px !important;
    }

    .universities-carousel {
        padding: 20px;
        text-align: center;
        margin: 0 20px;
    }

    .universities .owl-nav {
        top: 100%;
    }

    .universities .owl-nav .owl-prev {
        left: 8%;
        width: 32px;
        height: 32px;
        font-size: 18px !important;
    }

    .universities .owl-nav .owl-next {
        right: 8%;
        width: 32px;
        height: 32px;
        font-size: 18px !important;
    }

    .test-box {
        padding: 20px;
    }

    .test-box .imageHolder {
        margin: 0 0 20px;
    }

    .test-box .imageHolder .play {
        left: 38%;
    }

    .test-box .test-text {
        font-size: .875rem;
        line-height: 22px;
    }

    .eynk-box {
        padding: 20px;
        margin: 0 0 15px;
    }

    .eynk-box .eynk-title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 4px;
    }

    .eynk-box .eynk-text {
        font-size: 14px;
        line-height: 22px;
    }

    .eynk-box .bottom .username h6 {
        font-size: 1rem;
    }

    .eynk-box .bottom .username h6 span {
        font-size: 14px;
        line-height: 22px;
    }

    .eynk .owl-nav {
        top: 100%;
    }

    .eynk .owl-nav .owl-prev {
        left: 8%;
        width: 32px;
        height: 32px;
        font-size: 18px !important;
    }

    .eynk .owl-nav .owl-next {
        right: 8%;
        width: 32px;
        height: 32px;
        font-size: 18px !important;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    h4 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

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

    p.subtext {
        font-size: 1rem;
        line-height: 24px;
        /* padding: 0 20px; */
    }

    .top-text {
        text-align: center;
        margin-bottom: 30px;
        padding: 0;
    }

    footer {
        padding: 4rem 1.25rem;
    }

    footer svg {
        margin: 0 0 1.5rem;
    }

    .action-links {
        margin: 0 0 12px;
    }

    .h-links {
        margin: 24px 0 10px 0;
    }

    .ft-title {
        margin: 30px 0 12px 0;
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .ft-links li a {
        font-size: 14px;
        line-height: 1.375rem;
        margin: 0 0 12px;
    }

    .student-testimonials .owl-nav {
        top: 100%;
    }

    .logo-group li {
        width: 50%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .image-holder {
        margin-bottom: 60px;
    }

    .course-box {
        padding: 12px;
    }

    .course-name {
        font-size: 18px;
    }

    .course-details {
        flex-direction: column;
    }

    .course-place {
        width: 100%;
    }

    .course-action {
        justify-content: flex-start;
    }

    .course-score {
        width: 100%;
    }

    .more-courses {
        width: 100%;
        margin: 10px auto;
    }

    .more-courses h4 {
        font-size: 18px;
        text-align: left;
        margin: 15px 0;
    }

    .more-courses p {
        font-size: 14px;
    }

    .course-action {
        display: block;
    }

    .course-score {
        width: 100%;
        justify-content: flex-start;
    }

    p.course-text {
        font-size: 14px;
    }

    .country-img {
        height: 366px;
        margin-bottom: 32px;
    }

    p.country-content span {
        font-size: 18px;
        margin-bottom: 12px;
    }

    hr.country-hr {
        margin: 20px 0;
    }

    .country-sidebar {
        padding: 16px;
    }

    .country-sidebar li {
        margin: 6px 0;
    }

    .country-sidebar li .course-items h4 {
        font-size: 1rem;
        line-height: 24px;
        margin-bottom: 0;
        text-align: left;
    }

    .country-title {
        font-size: 24px;
        line-height: 30px;
    }

    .universities {
        margin: 40px 0;
    }

    .study-destinations {
        margin: 40px 0;
    }

    h6.text {
        font-size: 24px;
        line-height: 30px;
        margin: 32px 40px;
    }

    .illustration {
        margin: 0 auto 40px auto
    }

    .register-courses .modal-content .btn-close {
        right: 20px;
        top: 20px;
    }

    .register-courses-form {
        border-radius: 0 0 40px 40px;
        padding: 20px 40px;
    }

    .contact-intro {
        text-align: center;
    }

    .contact-intro h1 {
        font-size: 2.25rem;
        line-height: 48px;
        text-align: center;
    }

    .contact-intro p {
        width: 100%;
        font-size: 1rem;
        line-height: 24px;
        margin: 20px 0 30px 0;
        text-align: center;
    }

    .contact-img {
        margin: 30px 0;
    }

    .location-box {
        text-align: center;
    }

    .location-box .container-fluid {
        --bs-gutter-x: 1.5rem;
    }

    .location-box h3 {
        font-size: 2.25rem;
        line-height: 48px;
        text-align: center;
    }

    .location-box p {
        width: 100%;
        font-size: 1rem;
        line-height: 24px;
        margin: 20px 0 30px 0;
        text-align: center;
    }

    .map-container {
        margin: 30px 0 0 0;
        height: 480px;
    }

    .faq-intro h1 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    .faq-intro p {
        width: 100%;
        font-size: 1rem;
        line-height: 24px;
        margin: 20px 0;
        text-align: center;
    }

    .faq-intro {
        text-align: center;
    }

    .faq-imgholder {
        margin: 30px 0;
    }

    .blog-intro h1 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    .blog-intro p {
        width: 100%;
        font-size: 1rem;
        line-height: 24px;
        margin: 20px 0;
        text-align: center;
    }

    .blog-intro {
        text-align: center;
    }

    .blog-imgholder {
        margin: 30px 0;
    }

    .stories-intro h1 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    .stories-intro p {
        width: 100%;
        font-size: 1rem;
        line-height: 24px;
        margin: 20px 0;
        text-align: center;
    }

    .stories-intro {
        text-align: center;
    }

    .stories-imgholder {
        margin: 30px 0;
    }

    .faq-section {
        padding: 40px 0;
    }

    .faq-section .accordion-button {
        font-size: 18px;
        line-height: 30px;
    }

    .faq-section .accordion-button::after {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
    }

    .faq-text span {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0;
    }

    .blog-section {
        padding: 40px 0;
    }

    .blog-section .accordion-button {
        font-size: 18px;
        line-height: 30px;
    }

    .blog-section .accordion-button::after {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
    }

    .blog-text span {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0;
    }

    .stories {
        padding: 20px;
        margin: 20px 0;
    }

    .stories img {
        height: 320px;
    }

    .stories .imageHolder .play {
        left: 0;
    }

    .stories .test-text {
        font-size: 14px;
        line-height: 18px;
    }

    .hiw-intro h1 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

    .hiw-intro p {
        width: 100%;
        font-size: 1rem;
        line-height: 24px;
        margin: 20px 0;
        text-align: center;
    }

    .hiw-intro {
        text-align: center;
    }

    .hiw-imgholder {
        margin: 30px 0;
    }

    .hiw-section {
        padding: 30px 0;
    }

    .hiw-section h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .hiw-number {
        font-size: 72px;
        margin-right: 30px;
        line-height: 96px;
    }

    .hiw-content p span {
        font-size: 1.25rem;
    }

    .hiw-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .hiw-img {
        max-width: 360px;
    }

    .bottom-text h4 {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-top: 50px;
    }

    .universities-carousel .university-name {
        font-size: 18px;
        line-height: 36px;
    }

    .test-controls .swiper-button-prev,
    .test-controls .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .test-controls {
        bottom: 50%;
    }

    .test-controls .swiper-button-prev {
        left: 0;
    }

    .test-controls .swiper-button-next {
        right: 0;
    }

    .eynk-controls .swiper-button-prev,
    .eynk-controls .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .eynk-controls .swiper-button-prev {
        left: 0;
    }

    .eynk-controls .swiper-button-next {
        right: 0;
    }

    .universities-controls .swiper-button-prev,
    .universities-controls .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .universities-controls .swiper-button-prev {
        left: 0;
    }

    .universities-controls .swiper-button-next {
        right: 0;
    }

    .accordion-body {
        padding: 30px 0;
    }

    .register .modal-content {
        padding: 30px;
    }

    .register .modal-content h1 {
        font-size: 24px;
    }

    #login .modal-content {
        padding: 30px;
    }

    #login .modal-content h1 {
        font-size: 24px;
    }

    .apply-end {
        float: right;
    }

    .faq-box {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .faq-box img {
        margin: 0 0 20px;
    }
}