@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 300;
    src: local('Gilroy-Light'), url('../fonts/Gilroy-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    src: local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    src: local('Gilroy-Medium'), url('../fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    src: local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 900;
    src: local('Gilroy-Heavy'), url('../fonts/Gilroy-Heavy.woff') format('woff');
}

body {
    background-color: #D3D3D3;
}

body.admin-bar nav.fixed-top {
    margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar nav.fixed-top {
        margin-top: 46px !important;
    }
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    max-width: 100vw;
}

main {
    flex: 1;
}

.navbar-brand {
    height: 40px;
}

.navbar {
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: rgba(0, 0, 0, 0.5);
}

.hero {
    position: relative;
    min-height: 40vh;
    max-height: 40vh;
}

@media (min-width: 768px) {
    .hero {
        height: 800px;
        max-height: 80vh;
    }
}

.hero-bg {
    background: linear-gradient(113deg, rgb(208, 94, 94) 0%, #4AA8A8 100%);
    mix-blend-mode: multiply;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.filter {
    margin-top: -64px;
    z-index: 100;
    position: relative;
}

/* Content max width */
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.block):not(.wide-post) {
    max-width: 56.25rem;
    width: calc(100% - 0rem);
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    position: relative;
    width: 100vw !important;

    /* Take full viewport width */
    margin-left: calc(-50vw + 50%) !important;

    /* Offset to center */
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;

    /* Prevent the container from restricting width */
    padding-left: 0 !important;

    /* Remove extra padding */
    padding-right: 0 !important;
}

.editor-styles-wrapper .alignfull {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hero h1 {
    font-size: clamp(3.125rem, 1.5612rem + 7.8188vw, 9.38rem);
}

#navbarMain {
    font-size: 0.875rem;
    text-transform: uppercase;
}

footer {
    background-color: #000000;
}

.be-color {
    background: linear-gradient(247deg, #D05E5E 0%, #4AA8A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.be-color-rev {
    background: linear-gradient(64deg, #D05E5E 0%, #4AA8A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.footer-bottom .container {
    position: relative;
    z-index: 1;
}

.bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.footer-contact img {
    padding-right: 8px;
}

.footer-contact a {
    font-size: 1rem;
}

.footer-sep {
    height: 2px;
    background: linear-gradient(247deg, #D05E5E 0%, #4AA8A8 100%);
    width: 100%;
}

.footer-menu ul {
    padding-left: 0;
    list-style-type: none;
    margin-right: 9px;
}

.footer-menu {
    font-size: 0.875rem;
}

.footer-menu h6 {
    font-size: 0.875rem;
    font-weight: bold;
    padding-bottom: 24px;
}

.footer-menu ul li {
    margin-bottom: 6px;
}

.foot-legal p {
    font-size: 0.75rem;
}

.filter .container .bg-dark {
    box-shadow: 0px 3px 25px 1px rgba(0, 0, 0, 0.6);
    font-size: 0.9375rem;
}

.hero-bg .bg-video {
    object-position: center center;
}

.category p {
    font-size: 0.88rem;
}

.wp-block-image {
    text-align: center;
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer-brands {
    height: 300px;
}

footer .brand-item {
    float: left;
    width: 300px;
    height: 200px;
}

#SearchFullscreen .modal-content {
    background-color: transparent;
}

.modal-backdrop {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.5);
    --bs-backdrop-opacity: 1;
}

.search-gradient {
    background: transparent linear-gradient(270deg, #D05E5E 0%, #4AA8A8 100%) 0% 0% no-repeat padding-box;
    height: 3px;
    width: 100%;
}

#searchForm.search-field::placeholder,
#searchForm.search-field {
    color: white !important;
    width: 700px;
    max-width: 80vw;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #2e2f32;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: all 1s ease, visibility 1s ease;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#preloader.hidden {
    transform: scale(2);
    filter: blur(50px);
    opacity: 0;
    visibility: hidden;
}

#follower {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.1s;
}

#follower .red,
#follower .teal {
    width: 342px;
    height: 342px;
    filter: blur(25px);
    border-radius: 50%;
    mix-blend-mode: screen;
    position: absolute;
    margin-left: -180px;
    margin-top: -180px;
}

#follower .red {
    background-color: #D05E5E;
    top: 0;
    left: 0;
}

#follower .teal {
    background-color: #4AA8A8;
    top: 30px;
    left: 30px;
}

.tools .close,
.tools .left,
.tools .right,
.tools .more {
    width: 94px;
    height: 94px;
    background-color: #2e2f32;
    margin: 3px;
}

.tools img {
    width: 38px;
}

.tools {
    background-image: linear-gradient(139deg, rgb(74, 168, 168) 11%, rgb(208, 94, 94) 75%);
    width: 293px;
    position: absolute;
    top: -97px;
}

@media (min-width: 768px) {
    .tools {
        right: 0;
        top: 0;
        width: auto;
    }
}

.owl-carousel .owl-item img {
    width: initial;
    min-width: 100%;
}

.brand-item img {
    width: 500px !important;
}

.brands img.brand {
    height: 56px;
    width: auto;
    margin: 20px 10px;
    max-width: 150px;
}

.brands img.top-brand {
    height: 42px;
    width: auto;
    margin: 27px 20px 10px;
    max-width: 320px;
}

.hero .brand-logo {
    max-width: 80vw;
    max-height: 100px;

    /* width: auto */
    /* height: auto */
}

.masonry-row .modal .close img {
    width: 25px;
}

section.stars {
    max-width: initial !important;
    width: initial !important;
}

.bg-gradient {
    background: linear-gradient(0deg, rgba(74,168,168,1) 0%, rgba(208,94,94,1) 100%);
    mix-blend-mode: multiply;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    opacity: 1;
}

.bg-image {
    position: absolute;
    z-index: -2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.stars button {
    margin-top: 21px;
    padding: 0;
    font-size: clamp(0.9375rem, 0.7955rem + 0.3788vw, 1.25rem);
}

.stars button::after {
    /* content: "🡡"; */
    content: "↑";
    font-weight: 300;
}

.overlap_top {
    margin-top: -180px !important;
    z-index: 1;
    position: relative;
}

.overlap_bottom {
    margin-bottom: -180px !important;
    z-index: 1;
    position: relative;
}

.stars-head {
    font-size: clamp(2.5rem, 0.9375rem + 5vw, 3.75rem);
    letter-spacing: 6px;
    font-weight: 300 !important;
}

.shadow-be {
    box-shadow: 0px 3px 25px 1px rgba(0, 0, 0, 0.6);
}

.college img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    height: 100%;
}

.college {
    transition: all 1s;
}

.college-info {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s;
    overflow: hidden;
}

.college-bg {
    opacity: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(180deg, rgba(74, 168, 168, 1) 0%, rgba(208, 94, 94, 1) 100%);
    overflow: hidden;
    transition: all 1s;
}

.college:hover .college-bg {
    opacity: 1;
}

.college:hover .college-info {
    opacity: 1;
}

.college-info p {
    margin: 0;
}

section.colleges,
section.slogan {
    max-width: initial;
    width: initial;
}

.college-more {
    padding: 3px;
}

.be-color-bg {
    background: linear-gradient(247deg, #D05E5E 0%, #4AA8A8 100%);
}

.college-more img {
    width: auto;
    padding: 0;
    margin: 0;
}

.wide {
    letter-spacing: 6px;
}

.stars .collapsed {
    font-weight: 300 !important;
}

.stars .collapsed::after {
    /* content: '🡣'; */
    content: "↓";
}

#starone,
#starTwo,
#starThree,
#starFour {
    transition: opacity 2.5s ease-in-out;

    /* Smooth transition of 0.5s */
    opacity: 1;
}

.masonry-row h3.card-title {
    letter-spacing: 3.6px;
    font-weight: lighter;
}

.slogan-text {
    font-size: 3.75rem;
}

.typewriter {
    display: inline;
}

.typewriter .slogan-end {
    display: none;
    padding-right: 10px;
}

.typewriter .slogan-end.active {
    display: inline;
}

.number-card h1 {
    font-size: clamp(5.625rem, 10.2867rem + -5.5046vw, 3.75rem);
    font-weight: bold;
}

.number-card p {
    font-size: clamp(2.25rem, 4.1147rem + -2.2018vw, 1.5rem);
    font-weight: 200;
}

.numbers .col-md {
    border-right: 1px solid #707070 !important;

    /* Add a right border */
}

.numbers .col-md:last-child {
    border-right: none !important;

    /* Remove border on the last column */
}

/* Responsive layout for 767px and below */
@media (max-width: 767px) {
    .numbers .col-md {
        border-right: none !important;

        /* Remove the right border */
        border-bottom: 1px solid #707070 !important;

        /* Add a bottom border */
    }

    .numbers .col-md:last-child {
        border-bottom: none !important;

        /* Remove the border on the last card */
    }
}

.testimonials .quote {
    background-image: url('../images/quote.svg');
    background-repeat: no-repeat;
    background-position: 88% 100%;
    background-size: 160px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1.8px;
}

.quote .title {
    font-size: 1.125rem;
    font-weight: 300;
}

.quote .name {
    font-size: 1.125rem;
    font-weight: normal;
}

.testimonials .image {
    width: 150px;
    margin-bottom: 23px;
    margin-right: 23px;
}

.news-card .news-image {
    position: relative;
    overflow: hidden;
    --bs-aspect-ratio: 100%;
}

@media (min-width: 768px) {
    .news-card .news-image {
        width: 75%;
        --bs-aspect-ratio: 66.667%;
    }
}

.news-card .news-details {
    width: 90%;
    padding: 4px;
    z-index: 4;
    margin-top: -120px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .news-card .news-details {
        position: absolute;
        width: 33%;
        right: 0;
        top: 50%;
        transform: translatey(-50%);
        margin-top: 0;
    }
}

.news-details .text {
    width: 100%;
    height: 100%;
    padding: 3px;
}

.news-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}

@media (min-width: 768px) {
    .news-image img {
    }
}

.news-card .news-more {
    width: 90%;
    height: 76px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

@media (min-width: 768px) {
    .news-card .news-more {
        width: 25%;
        height: 20%;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.news-details .meta .date {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 1.4px;
}

.news-details .meta .category {
    font-size: 0.875rem;
    letter-spacing: 1.4px;
}

.news-details .title h3 {
    font-size: clamp(1.5rem, 0rem + 1.875vw, 2.25rem);
    letter-spacing: 3.6px;
    font-weight: 400;
}

.news-details .title h3::after {
    content: "→";
    color: #000;
    font-size: clamp(1.5rem, 0rem + 1.875vw, 2.25rem);
}

.news-more h5 {
    font-size: clamp(1rem, 0.3134rem + 1.1019vw, 1.25rem);
}

.news-more-inner {
    background-color: #2E2F32;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .news-more-inner {
        width: 100%;
        height: 100%;
    }
}

.references .references-bg {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.references-inner {
    display: flex;
    align-items: center;
    margin-top: 230px;
    margin-bottom: 230px;
}

.references .references-details {
    max-width: 355px;
}

section.references {
    min-height: 667px;
}

#offcanvasNavbarMain .navbar-nav {
    font-size: 1.25rem;
    text-transform: uppercase;
}

.college-info h3 {
    font-size: clamp(1.25rem, 1.0192rem + 1.1538vw, 2rem);
}

.college-info p {
    font-size: clamp(0.75rem, 0.6346rem + 0.5769vw, 1.125rem);
}

#floating_contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 121PX;
    height: 120PX;
    background-image: url('../images/floating_bg.svg');
    z-index: 1044;
    margin-bottom: 30px;
    margin-right: 30px;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 16px;
    margin-left: 30px;
}

@media (min-width: 768px) {
    #floating_contact {
        right: 0;
        left: initial;
    }
}

#floating_contact .contact-text {
    padding-left: 31px;
}

.form-floating label::after {
    background-color: transparent !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    -webkit-transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
    -ms-transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-1rem) translateX(0.15rem);
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 0.2rem 0rem;
}

.form-floating > label {
    padding: 1.8rem 0 0 0;
}

.form-control {
    font-size: 0.8rem;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    margin-bottom: -9px;
}

*:focus {
    box-shadow: none !important;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1rem;
    padding-bottom: 0;
    margin-left: 2px;
}

.newsletter-subscribe {
    font-size: 0.875em;
    font-weight: 100 !important;
    letter-spacing: 1.4px;
    padding-left: 0;
}

.newsletter-subscribe::after {
    content: "→";
    margin-left: 8px;
    font-size: 0.875em;
    font-weight: 300;
}

#map {
    height: 956px;
    max-height: 80vh;
}

#offcanvasNavbarMain .nav-item {
    padding: 0;
}

.mobil-language .nav-item {
    padding: 0 10px !important;
    margin: 0 !important;
    border-right-width: 1px;
    border-right-style: solid;
}

.mobil-language .nav-item:last-child {
    border-right-style: none;
}

.mobil-language .nav-item a {
    padding: 0;
    margin: 0;
    line-height: 0.8;
}

a {
    color: inherit;
}

.current-lang a {
    text-decoration: underline;
    text-underline-offset: 5px;
}

#searchForm.form-control {
    font-size: 2.25rem;
}

main .container.index {
    min-height: 350px;
}

.category span::before {
    content: '#';
}

.references-details .tools {
    margin-right: -97px;
}

.references-details-inner {
    padding: 3px;
}

.references .references-title::after {
    content: "→";
    margin-left: 5px;
}

.filter p,
.filter a {
    font-size: clamp(0.625rem, 0.5536rem + 0.3571vw, 0.875rem);
}

footer h1#contact {
    /* font-size: clamp(2.5rem, 1.9318rem + 2.0202vw, 3.75rem) */
    letter-spacing: 6px;
}

.slogan-text span {
    font-size: clamp(2.5rem, 1.9092rem + 2.9542vw, 3.75rem);
    line-height: 40px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

.hero .brand-logo.top_brand {
    min-width: 50vw;
    max-width: 80vw;
}

.home h1 {
    letter-spacing: 6px;
}

.container.search {
    padding-top: 80px;
}

section.contact a {
    text-decoration: none;
}


