﻿:root {
    --color-themeblue-rgb: 27, 20, 100;
    --color-italygreen-rgb: 0, 140, 69;
    --color-holland-red: 174, 28, 40;
    --color-holland-blue: 33, 70, 139;
    --color-lithuania-red: 190, 58, 52;
    --color-soft-themeblue-rgb: 70, 60, 133;
    --color-star: 255, 182, 5;
    --color-purple-light: 168, 113, 211;
    --color-pink-light: 255, 142, 251;
    --color-abd-red: 179, 25, 66;
    --color-abd-blue: 10, 49, 97;
    --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

@font-face {
    font-family: "helveticaneueltpromd";
    src: url("../../assets/fonts/helvatica fonts/helveticaneueltpromd.otf") format("opentype");
}

@font-face {
    font-family: "helveticaneueltpromdex";
    src: url("../../assets/fonts/helvatica fonts/helveticaneueltpromdex.otf") format("opentype");
}

@font-face {
    font-family: "helveticaneueltproroman";
    src: url("../../assets/fonts/helvatica fonts/helveticaneueltproroman.otf") format("opentype");
}

@font-face {
    font-family: "helveticaneueltprolt";
    src: url("../../assets/fonts/helvatica fonts/helveticaneueltprolt.otf") format("opentype");
}

@font-face {
    font-family: "helveticaneueltproit";
    src: url("../../assets/fonts/helvatica fonts/helveticaneueltproit.otf") format("opentype");
}

.text-decoration:hover {
    text-decoration: underline;
}

body {
    color: #283034;
    background-color: #f5f5f5;
    /*background-color: #ced4da;*/
    /*font-family: 'helveticaneueltprolt';*/
}

section {
    background-color: #f5f5f5;
}

header {
    background-color: #f5f5f5;
    color: #283034;
    font-size: 1.2rem;
}

.breadcrumb{
    border: 0px !important;
}

.banner {
    padding: 40px 0px;
}

.banner-title {
    font-size: 2.5rem;
}

.course-img {
    width: 100px;
    height: 100px;
}

.social-network a {
    color: #55565b;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .social-network a:hover {
        color: white;
    }

    .social-network a i {
        padding: 10px;
    }

.social-network .col {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 0 0.5rem;
}

.content-wrapper {
    min-height: 400px !important;
}

footer {
    color: #c4c2c2;
    box-shadow: 0 0px 7px #1b1464;
    border-top: 2px solid var(--color-themeblue-rgb);
    position: relative;
    background-color: #1d1e29;
    padding-bottom: 100px !important;
    z-index: 1;
}

.footer-link {
    color: #c4c2c2;
    transition: 0.5s all;
}

    .footer-link a {
        color: #c4c2c2;
        transition: 0.5s all;
        font-weight: 300 !important;
    }

    .footer-link:hover {
        transform: scale(1.1);
        color: white;
    }

        .footer-link:hover a {
            cursor: pointer;
            color: white;
        }

.footer-quick-links li {
    color: #c4c2c2;
    transition: 0.5s all;
}

    .footer-quick-links li a {
        color: #c4c2c2;
        transition: 0.5s all;
    }

    .footer-quick-links li:hover {
        transform: scale(1.075) translateX(15px);
    }

        .footer-quick-links li:hover a {
            cursor: pointer;
            color: white;
        }

.information-card {
    color: #888;
}

.footer-contact-information .card-title {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-contact-information .card-text {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-contact-information .information-card-image {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.5;
}

.footer-contact-information .information-card:hover {
    cursor: pointer;
    opacity: 1;
}

    .footer-contact-information .information-card:hover .information-card-image {
        opacity: 1;
    }

    .footer-contact-information .information-card:hover .card-title {
        font-weight: bold;
        color: black;
    }

    .footer-contact-information .information-card:hover .card-text {
        color: black;
    }

#instafeed {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    max-width: 64rem;
    margin: auto;
}

    #instafeed a {
        display: block;
        position: relative;
        margin: auto;
        overflow: hidden;
        border-radius: var(--bs-border-radius);
        max-height: 96px;
    }

    #instafeed img {
        max-width: 100%;
        transition: all 1s;
        display: block;
        width: 100%;
        height: auto;
        opacity: 1;
        transform: scale(1);
    }

        #instafeed img:hover {
            transform: scale(1.2);
            opacity: 0.8;
        }

.shine-effect {
    position: relative;
    overflow: hidden;
}

    .shine-effect:hover {
        background-color: #000;
    }

.img-block {
    overflow: hidden;
    position: relative;
}

    .img-block img {
        width: 98px;
        height: 98px;
        overflow: clip;
    }

    .img-block.image-zoom img {
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, -webkit-transform 1s;
        -o-transition: opacity 1s, -o-transform 1s;
        transition: opacity 1s, transform 1s;
        transition: opacity 1s, transform 1s, -webkit-transform 1s, -o-transform 1s;
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .img-block.image-zoom:hover img {
        opacity: 0.6;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .img-block:hover img {
        opacity: 1;
        filter: opacity(100);
        -webkit-transition: opacity 1s ease 0s;
        -o-transition: opacity 1s ease 0s;
        transition: opacity 1s ease 0s;
    }

.calculator-card {
    padding: 1.5rem;
    border-radius: 1rem;
    background-image: url(/images/main/backgrounds/background_spacey.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
    height: 100%;
    align-items: center;
    display: grid;
    box-shadow: 0 0px 4px #1b1464;
    transition: 0.7s all;
    position: relative;
}

    .calculator-card p {
        margin-bottom: 0;
        color: white;
        text-shadow: 0px 0px 10px;
        -webkit-filter: brightness(115%);
        font-size: 1.15rem;
        font-weight: 400;
        transition: 0.7s all;
    }

    .calculator-card:hover {
        box-shadow: 0 0px 10px #ffb605;
    }

        .calculator-card:hover p {
            color: #ffb605;
            transform: scale(1.3);
        }

.calculator-input-block {
    padding: 1.5rem;
    font-weight: 700;
    border-radius: 1rem;
    background-color: #ffffff4f;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

    .calculator-input-block .input-number {
        min-width: 60px;
        font-size: 1.25rem;
        border: 0;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        text-align: right;
        border-radius: 0.375rem;
    }

    .calculator-input-block .calculator-input-block-title {
        margin-bottom: 1rem;
        font-size: calc(1.3rem + 0.6vw);
        color: rgb(30, 15, 120);
        border-bottom-right-radius: 0.375rem;
        border-width: 2px;
        --bs-border-opacity: 1;
        border-bottom: solid;
        border-color: rgba(var(--color-themeblue-rgb), var(--bs-border-opacity));
    }

    .calculator-input-block .calculator-inputs-content {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .calculator-input-block .calculator-inputs-title {
        font-size: 1.25rem;
    }

    .calculator-input-block .calculator-inputs {
        font-size: 1.25rem;
    }

    .calculator-input-block .thumb {
        display: none !important;
    }

    .calculator-input-block .calculator-score-content {
        box-shadow: 0 0px 7px #1b1464;
        background-color: #1b1464;
        border-radius: 0.375rem;
        gap: 0.5rem;
        padding: 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .calculator-input-block .calculator-score-content .calculator-score-content-title {
            margin-bottom: 0;
            color: white;
        }

        .calculator-input-block .calculator-score-content .calculator-score-content-score {
            background-color: #3284bf;
            font-size: 1.75rem;
            border-radius: 0.375rem;
            color: white;
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }

    .calculator-input-block .predicted-score-content {
        box-shadow: 0 0px 4px #1b1464;
        border-radius: 0.375rem;
        gap: 0.5rem;
        padding: 1rem;
        align-items: center;
        justify-content: space-between;
        display: flex;
    }

        .calculator-input-block .predicted-score-content .calculator-score-content-title {
            color: rgb(30, 15, 120);
            margin-bottom: 0;
            font-weight: 700;
        }

        .calculator-input-block .predicted-score-content .calculator-score-content-score {
            color: white;
            font-size: 1.75rem;
            border-radius: 0.375rem;
            color: white;
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .calculator-input-block .predicted-score-content.score-1 {
            border: 1px solid rgb(227, 10, 34);
        }

            .calculator-input-block .predicted-score-content.score-1 .calculator-score-content-score {
                background-color: rgb(227, 10, 34);
            }

        .calculator-input-block .predicted-score-content.score-2 {
            border: 1px solid rgb(151, 72, 58);
        }

            .calculator-input-block .predicted-score-content.score-2 .calculator-score-content-score {
                background-color: rgb(151, 72, 58);
            }

        .calculator-input-block .predicted-score-content.score-3 {
            border: 1px solid rgb(41, 0, 102);
        }

            .calculator-input-block .predicted-score-content.score-3 .calculator-score-content-score {
                background-color: rgb(41, 0, 102);
            }

        .calculator-input-block .predicted-score-content.score-4 {
            border: 1px solid rgb(37 95 225);
        }

            .calculator-input-block .predicted-score-content.score-4 .calculator-score-content-score {
                background-color: rgb(37 95 225);
            }

        .calculator-input-block .predicted-score-content.score-5 {
            border: 1px solid rgb(135 79 213);
        }

            .calculator-input-block .predicted-score-content.score-5 .calculator-score-content-score {
                background-color: rgb(135 79 213);
            }

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.information-card-with-bg {
    background-color: #ffffff4f;
    border-radius: 0.375rem;
    padding: 1rem;
    box-shadow: var(--bs-box-shadow-sm);
}

.bg-glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.color-forest-green {
    color: #1b8011;
}

.search-input-container {
    position: relative;
}

    .search-input-container input {
        padding-right: 30px;
    }

.custom-icon {
    color: #575757;
    display: block;
    height: 80px;
    width: 80px;
}

.custom-icon-pen {
    background: url("theme/icons/ico-pen.svg");
}

.custom-icon-vector {
    background: url("theme/icons/ico-vector.svg");
}

.custom-icon-typo {
    background: url("theme/icons/ico-typo.svg");
}

.custom-icon-layer {
    background: url("theme/icons/ico-layer.svg");
}

.custom-icon-list {
    background: url("theme/icons/ico-list.svg");
}

.veritas-info-box-title {
    color: #575757;
}

.veritas-info-box {
    border: 0 !important;
    align-items: center !important;
    text-align: center !important;
    height: 100% !important;
    background-color: #ffffff4f;
}

    .veritas-info-box:hover {
    }

        .veritas-info-box:hover .custom-icon {
            color: #5645ff;
        }

        .veritas-info-box:hover .veritas-info-box-title {
            color: #5645ff;
        }

        .veritas-info-box:hover .veritas-info-box-link {
            color: #5645ff;
        }

.page-item {
    z-index: 1;
    cursor: pointer;
}

    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .page-item:not(:active):not(.active) .page-link:hover {
        z-index: 3;
        background-color: #ffc107;
        border-color: #ffc107;
        color: #000000;
    }

    .page-item.disabled {
        cursor: default;
    }

.form-select.disabled {
    --bs-bg-opacity: 1;
    background-color: lightslategray;
}

.img-no-bg-shadow-blue-bold {
    filter: drop-shadow(2px 4px 6px #1b1464);
}

.img-no-bg-shadow-blue-black {
    filter: drop-shadow(2px 4px 6px black);
}

.bg-010 {
    background-image: url("/images/main/hero-4.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-half-transparent {
    --bs-bg-opacity: 1;
    background-color: #ffffff4f !important;
}

.bg-15-transparent {
    --bs-bg-opacity: 1;
    background-color: #ffffffde !important;
}

.bg-25-transparent {
    --bs-bg-opacity: 1;
    background-color: #ffffffc2 !important;
}

.text-gold {
    color: #d4af37 !important;
}

.owl-prev img {
    content: url("/Themes/etreeks-bs5/files/images/prev.png");
    height: 30px !important;
    width: 50px !important;
}

.owl-next img {
    content: url("/Themes/etreeks-bs5/files/images/next.png");
    height: 30px !important;
    width: 50px !important;
}

.large-text {
    font-size: 1.4rem;
}

.shine-effect {
    position: relative;
    overflow: hidden;
}

    .shine-effect:hover {
        background-color: #000;
    }

.large-text {
    font-size: 1.4rem !important;
}

.border-etreeks-gray {
    border-color: #888 !important;
}

.text-color-etreeks {
    color: #888 !important;
}

.bg-banner-blue {
    background-color: #1b1464 !important;
}

.QuestionNavigation {
    width: 66px !important;
    height: 40px !important;
}


.wsmenu > .wsmenu-list > li a.btn {
    font-size: 14px;
    margin-left: 5px;
    padding: 6px 15px;
}

.wsmenu > .wsmenu-list > li > a i {
    margin-right: 0px;
    font-size: 14px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
    font-size: 14px;
}

.wsmenu > .wsmenu-list > li > a {
    /*font-weight: 700 !important;*/
    font-size: 14px;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li .wsmenu-click02 {
    z-index: 1;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu {
    min-width: 220px !important;
}

    .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a > i {
        /* position: static !important;
        */
        position: absolute;
        top: 15px;
        right: 0px;
    }

.wsmenu .sub-menu a {
    transition: 0.5s ease-in-out !important;
    color: #888 !important;
    /*color: black !important;*/
    /*font-weight: 700 !important;*/
}

    .wsmenu .sub-menu a:hover {
        transition: box-shadow 0.4s ease-in-out;
        cursor: pointer;
        box-shadow: 0 5px 20px #1b1464;
        color: #1b1464 !important;
        font-size: 1.15rem !important;
    }

        .wsmenu .sub-menu a:hover i {
        }

.wsmenu > .wsmenu-list > li > ul.sub-menu li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
    border-bottom: 1px dashed #c0c0c0;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu .sub-menu {
    padding: 0px !important;
    min-width: 250px !important;
}

#tab-layout-1 > .nav.nav-tabs > li.active a {
    background-color: rgb(var(--color-themeblue-rgb)) !important;
    color: white !important;
    border-width: 2px !important;
    border-color: rgb(var(--color-themeblue-rgb)) !important;
}

#tab-layout-1 > .tab-content > .tab-pane.active {
    border-color: rgb(var(--color-themeblue-rgb)) !important;
    border-width: 2px !important;
    border-top-right-radius: 0.375rem !important;
}

.flag-svg-sm {
    height: 30px;
    width: 40px;
}

.flag-svg {
    height: 60px;
    width: 80px;
}

.drop-shadow-theme-blue-sm {
    filter: drop-shadow(2px 4px 6px rgb(var(--color-themeblue-rgb)));
}

.drop-shadow-theme-blue-md {
    filter: drop-shadow(3px 6px 9px rgb(var(--color-themeblue-rgb)));
}

.drop-shadow-theme-blue-lg {
    filter: drop-shadow(4px 8px 12px rgb(var(--color-themeblue-rgb)));
}

.drop-shadow-black-sm {
    filter: drop-shadow(2px 4px 6px black);
}

.drop-shadow-black-md {
    filter: drop-shadow(3px 5px 7px black);
}

.drop-shadow-black-lg {
    filter: drop-shadow(4px 6px 8px black);
}

.border-gold {
    border: 1px solid #d4af37;
}

.border-star {
    border-color: rgb(var(--color-star));
}

.border-themeblue {
    border: 1px solid #1b1464;
}

.border-banner-blue {
    --bs-border-opacity: 1;
    border-color: rgba(var(--color-themeblue-rgb), var(--bs-border-opacity)) !important;
}

.card-sat-kurslarimiz {
    font-family: MetaOT, Arial, Verdana, Tahoma, sans-serif;
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
    height: 100%;
    border: 1px solid #1b1464;
    border-radius: 15px !important;
}

.min-h-180 {
    min-height: 180px;
}

.card-sat-kurslarimiz h2 {
    font-size: 26px;
    color: rgb(30, 15, 120);
    font-weight: 300;
    margin: 0px;
    height: 60px;
}

.card-sat-kurslarimiz .card-body p {
    font-size: 12px;
}

.card-sat-kurslarimiz .card-header {
    /*min-height: 235px;*/
}

.btn-detaylı-bilgi {
    padding: 1em 2em;
    color: rgb(255, 255, 255) !important;
    font-weight: bold;
    background: rgb(253, 112, 32);
    border-radius: 0.5em;
}

    .btn-detaylı-bilgi:hover {
        color: rgb(253, 112, 32) !important;
        background-color: transparent;
        border-color: rgb(253, 112, 32);
    }

.card-sat-kurslarimiz.active {
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255 223 169) 100%);
    border: 3px solid #1b1464 !important;
    box-shadow: 0 0px 10px #1b1464;
}

.color-lithuania {
    color: rgb(var(--color-lithuania-red));
}

.color-orange {
    color: rgb(253, 112, 32);
}

.bg-orange2 {
    background-color: rgb(253, 112, 32);
}

.bg-light-transparent {
    --bs-bg-opacity: 1;
    background-color: #ffffff24 !important;
}

.border-orange2 {
    border-color: rgb(253, 112, 32) !important;
}

.neon-star-small {
    text-shadow: 0px 0px 10px #ffbd1d;
    -webkit-filter: brightness(120%);
}

.neon-star-medium {
    text-shadow: 0 0 5px #ffbd1d, 0px 0px 15px #ffbd1d, 0 0 20px #ffbd1d, 0 0 40px #ffbd1d;
    -webkit-filter: brightness(120%);
}

.neon-star-large {
    text-shadow: 0 0 5px #ffbd1d, 0px 0px 15px #ffbd1d, 0 0 20px #ffbd1d, 0 0 40px #ffbd1d, 0 0 60px #ffbd1d, 0 0 98px #ffbd1d;
    -webkit-filter: brightness(110%);
}

.color-star-neon-large {
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #ffb605;
}

.bright-small {
    -webkit-filter: brightness(115%) !important;
}

.bright-medium {
    -webkit-filter: brightness(125%) !important;
}

.bright-large {
    -webkit-filter: brightness(125%) !important;
}

.neon-small {
    text-shadow: 0px 0px 10px;
    -webkit-filter: brightness(115%);
}

.neon-medium {
    text-shadow: 0 0 10px, 0 0 15px, 0 0 20px;
    -webkit-filter: brightness(120%);
}

.neon-large {
    text-shadow: 0 0 10px, 0 0 15px, 0 0 20px, 0 0 25px, 0 0 30px, 0 0 35px;
    -webkit-filter: brightness(125%);
}

/* - COLORS - START - */

.color-gold {
    color: #d4af37;
}

.color-gray {
    color: rgb(153, 153, 153);
}

.color-white {
    color: white;
}

.color-aqua {
    color: rgb(0, 152, 204);
}

.color-blue-bold {
    color: rgb(30, 15, 120) !important;
}

.color-italy-green {
    color: rgb(var(--color-italygreen-rgb));
}

.color-soft-theme-blue {
    color: rgb(var(--color-soft-themeblue-rgb));
}

.color-star {
    color: #ffb605;
}

/* - COLORS - END - */

/* - FONT SIZES - START - */

.fs-12px {
    font-size: 12px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-22px {
    font-size: 22px !important;
}

.fs-24px {
    font-size: 24px !important;
}

.fs-26px {
    font-size: 26px !important;
}

.fs-28px {
    font-size: 28px !important;
}

.fs-30px {
    font-size: 30px !important;
}

.fs-1rem {
    font-size: 1rem !important;
}

.fs-1_25rem {
    font-size: 1.25rem !important;
}

.fs-1_5rem {
    font-size: 1.5rem !important;
}

.fs-1_75rem {
    font-size: 1.75rem !important;
}

.fs-2rem {
    font-size: 2rem !important;
}

/* - FONT SIZES - END - */

.shadow-red {
    box-shadow: 0 0px 4px #ff0000;
}

.shadow-red-md {
    box-shadow: 0 0px 7px #ff0000;
}

.shadow-red-lg {
    box-shadow: 0 0px 10px #ff0000;
}

.shadow-orange {
    box-shadow: 0 0px 4px rgb(253, 112, 32);
}

.shadow-orange-md {
    box-shadow: 0 0px 7px rgb(253, 112, 32);
}

.shadow-orange-lg {
    box-shadow: 0 0px 10px rgb(253, 112, 32);
}

.shadow-star {
    box-shadow: 0 0px 4px #ffb605;
}

.shadow-star-md {
    box-shadow: 0 0px 7px #ffb605;
}

.shadow-star-lg {
    box-shadow: 0 0px 10px #ffb605;
}

.shadow-gold {
    box-shadow: 0 0px 4px #d4af37;
}

.shadow-gold-md {
    box-shadow: 0 0px 7px #d4af37;
}

.shadow-gold-lg {
    box-shadow: 0 0px 10px #d4af37;
}

.shadow-themeblue {
    box-shadow: 0 0px 4px #1b1464;
}

.shadow-themeblue-md {
    box-shadow: 0 0px 7px #1b1464;
}

.shadow-themeblue-lg {
    box-shadow: 0 0px 10px #1b1464 !important;
}

.shadow-italy-green {
    box-shadow: 0 0px 10px rgb(var(--color-italygreen-rgb)) !important;
}

.shadow-italy-green-md {
    box-shadow: 0 0px 10px rgb(var(--color-italygreen-rgb)) !important;
}

.shadow-italy-green-lg {
    box-shadow: 0 0px 10px rgb(var(--color-italygreen-rgb)) !important;
}

.table-sat-kurslarimiz {
    width: 100%;
    border-spacing: 0px;
    color: rgb(30, 15, 120);
    box-sizing: border-box;
    font-family: MetaOT, Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
}

    .table-sat-kurslarimiz > thead > tr > th {
        padding: 1rem !important;
    }

    .table-sat-kurslarimiz > tbody > tr > th {
        border: 1px solid rgb(204, 204, 204);
        padding: 1rem !important;
        text-align: left;
    }

    .table-sat-kurslarimiz > tbody > tr > td {
        border: 1px solid rgb(204, 204, 204);
        padding: 1rem !important;
    }

    .table-sat-kurslarimiz > tfoot > tr > th {
        padding: 1rem !important;
    }

    .table-sat-kurslarimiz > tfoot > tr > td {
        padding: 1rem !important;
    }

    .table-sat-kurslarimiz > colgroup > col {
        width: 0px;
        border: 1px solid rgb(204, 204, 204);
    }

        .table-sat-kurslarimiz > colgroup > col.active {
            background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255 223 169) 30%);
            border: 4px solid rgb(30, 15, 120);
            border-radius: 15px;
        }

    .table-sat-kurslarimiz h2 {
        font-size: 24px;
        color: rgb(30, 15, 120);
        font-weight: 300;
        margin: 0px;
        min-height: 60px;
    }

.table-wide {
}

    .table-wide > thead > tr > th {
        padding: 1rem;
    }

    .table-wide > thead > tr > td {
        padding: 1rem;
    }

    .table-wide > tbody > tr > th {
        padding: 1rem;
    }

    .table-wide > tbody > tr > td {
        padding: 1rem;
    }

.table-align-middle {
    vertical-align: middle !important;
}

    .table-align-middle > tbody > tr {
        vertical-align: middle !important;
    }

        .table-align-middle > tbody > tr > th {
            vertical-align: middle !important;
        }

        .table-align-middle > tbody > tr > td {
            vertical-align: middle !important;
        }

.table-scroll-sm {
    max-height: 400px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-themeblue-rgb)) white;
}

.table-scroll-md {
    max-height: 500px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-themeblue-rgb)) white;
}

.table-scroll-lg {
    max-height: 600px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-themeblue-rgb)) white;
}

.bg-purple-light {
    background-color: rgb(var(--color-purple-light));
}

.bg-pink-light {
    background-color: rgb(var(--color-pink-light));
}

.bg-001 {
    background-image: url("/images/main/backgrounds/background_spacey.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
}

.bg-002 {
    background-image: url("/images/main/backgrounds/background_triangles1.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
}

.bg-003 {
    background-image: url("/images/main/backgrounds/background_triangles2.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
}

.bg-004 {
    background-image: url("/images/main/backgrounds/sat-sayfası-bg.png");
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
}

.bg-005 {
    background-image: url("/images/main/oiufwc0.jpg");
    background-size: 250px;
    background-repeat: repeat;
    background-position: center center;
    object-fit: contain;
}

.bg-006 {
    background-image: url("/images/main/bg-mainpage.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 35vh;
}

.bg-007 {
    background-image: url("/images/main/bg-mainpage2.png");
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    padding-top: 10vh;
    padding-bottom: 35vh;
}

.main-hero-section {
    background-image: url('/images/main/bg-main-hero.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    /*padding-top: 10vh;*/
    /*padding-bottom: 35vh;*/
    /*padding-bottom: 10vh;*/
    height: 90vh;
    display: flex;
    align-items: center;
    font-weight: bolder;
}

.main-hero-info {
    box-shadow: 0 0 .2rem #fff, 0 0 .2rem #fff, 0 0 2rem #0C3BF0, 0 0 0.8rem #0C3BF0, 0 0 2.8rem #0C3BF0, inset 0 0 1.3rem #0C3BF0;
    border: 0.2rem solid #fff;
    border-radius: 2rem;
    text-align: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem
    /*animation: pulsate 1.5s infinite alternate;*/
}

    /*.main-hero-info > *:not(:last-child) {
        margin-bottom: .5rem;
    }*/

    .main-hero-info .info-box {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(255 182 5 / 70%);
        border-radius: .5rem;
        padding: .5rem;
    }

        .main-hero-info .info-box p {
            margin-bottom: 0;
        }

    .main-hero-info li i {
        display: inline-block;
        width: 24px; /* İkon genişliği için sabit değer */
        text-align: center; /* ikonları ortala */
        margin-right: .5rem;
    }

    .main-hero-info a {
        transition: .5s all;
    }

        .main-hero-info a:hover {
            transform: scale(1.1);
        }

.bg-ultralight-transparent-blue-1 {
    background: rgb(3 97 239 / 40%);
    /*backdrop-filter: blur(1px);*/
    /*-webkit-backdrop-filter: blur(1px);*/
}


@keyframes pulsate {

    100% {
        box-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #0C3BF0, 0 0 80px #0C3BF0;
    }

    0% {
        box-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 10px #0C3BF0, 0 0 45px #0C3BF0;
    }
}

.bg-uk-colored {
    background-image: url("/images/main/UK.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 720px;
}

.bg-abd-colored {
    background-image: url("/images/main/amerika.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 480px;
}

.bg-abd-colored-small {
    background-image: url("/images/main/amerika.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 240px;
}

.bg-italy-colored {
    background-image: url("/images/main/italy_landscape.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 710px;
}

.bg-bocconi-colored {
    background-image: url("/images/main/bocconi.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 480px;
}

.bg-holland-colored {
    background-image: url("/images/main/hollandapng.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 560px;
}

.bg-canada-colored {
    background-image: url("/images/main/kanada.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 560px;
}

.bg-germany-colored {
    background-image: url("/images/main/germany.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 560px;
}

.bg-belgium-colored {
    background-image: url("/images/main/belgium_landscape.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 560px;
}

.bg-ireland-colored {
    background-image: url("/images/main/dublin_landscape.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 560px;
}

.bg-spain-colored {
    background-image: url("/images/main/spain_landscape.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 560px;
}

.bg-lithuania-colored {
    background-image: url("/images/main/lithuania_landscape.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 560px;
}

.bg-university-application-colored {
    background-image: url("/images/main/uni-application.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 510px;
}

.title-block {
    box-shadow: 0 0px 10px #1b1464;
    padding: 1rem;
    background-color: #1b1464;
    background-image: var(--gradient);
    border-radius: 0.365rem;
}

    .title-block h3 {
        color: white;
    }

    .title-block h4 {
        color: rgb(var(--color-star));
        font-style: italic;
        text-shadow: 0px 0px 10px;
        -webkit-filter: brightness(115%);
        margin-bottom: 0px;
    }

.sub-title-block {
    box-shadow: 0 0px 10px #1b1464;
    padding: 1rem;
    background-color: #1b1464;
    background-image: var(--gradient);
    border-radius: 0.365rem;
}

.title-section {
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 10px #1b1464;
    background-color: #1b1464;
    background-image: var(--gradient);
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .title-section h1 {
        color: white;
    }

    .title-section h2 {
        color: rgb(var(--color-star));
        font-style: italic;
        text-shadow: 0px 0px 10px;
        -webkit-filter: brightness(115%);
        margin-bottom: 0px;
    }

.sub-title-section {
    position: relative;
    z-index: 1;
    box-shadow: 0 0px 10px #1b1464;
    background-color: #1b1464;
    background-image: var(--gradient);
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .sub-title-section h2 {
        color: white;
    }

    .sub-title-section h3 {
        color: rgb(var(--color-star));
        font-style: italic;
        text-shadow: 0px 0px 10px;
        -webkit-filter: brightness(115%);
        margin-bottom: 0px;
    }

.banner-section {
    position: relative;
    padding-top: 80px;
    z-index: 1;
    display: block;
    box-shadow: 0 0px 10px #1b1464;
}

    .banner-section img {
        width: 100%;
        height: auto;
    }

.youtube-video-card {
    box-shadow: 0 0px 10px #1b1464;
    border-radius: 1.5rem;
    background-color: black;
    text-align: center;
    padding: 1rem;
    align-content: space-between;
    height: 100%;
    display: grid;
}

    .youtube-video-card h2 {
        color: white;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 22px;
    }

.no-scroll {
    height: auto !important;
    overflow: hidden !important;
    max-height: none !important;
}

.scroll-content-sm {
    max-height: 400px;
    overflow: auto;
    padding: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-themeblue-rgb)) white;
}

.scroll-content-md {
    max-height: 600px;
    overflow: auto;
    padding: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-themeblue-rgb)) white;
}

.scroll-content-lg {
    max-height: 800px;
    overflow: auto;
    padding: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-themeblue-rgb)) white;
}

.scroll-content-xl {
    max-height: 1000px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-themeblue-rgb)) white;
}

.main-content {
    background-color: #f5f5f5;
    border-radius: 0.375rem;
    border-width: 4px;
    padding: 1rem;
    /*margin-bottom: 3rem;*/
    box-shadow: 0 0px 10px #1b1464;
    max-height: 650px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(var(--color-themeblue-rgb)) white;
}

    .main-content.abd {
        padding: 0;
    }

        .main-content.abd > h5 {
            padding-left: 1rem;
            padding-right: 1rem;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            color: white;
            background-color: rgb(var(--color-abd-red));
        }

        .main-content.abd > * {
            padding-left: 1rem;
            padding-right: 1rem;
        }

    .main-content.auto-height {
        max-height: none;
    }

    .main-content h5 {
        color: rgb(var(--color-themeblue-rgb));
        font-weight: 700;
    }

    .main-content ul {
        list-style: disc;
        padding-left: 1rem;
        margin-bottom: 1rem;
    }

    .main-content p {
        margin-bottom: 1rem;
    }

        .main-content p:last-child {
            margin-bottom: 0px;
        }

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1001;
    transition: 0.7s all;
}

    .whatsapp-button:hover i {
        cursor: pointer;
        box-shadow: 0 0px 10px rgb(var(--color-star));
        background-color: rgb(var(--color-themeblue-rgb));
        text-shadow: 0px 0px 10px;
        -webkit-filter: brightness(110%);
    }

    .whatsapp-button:hover::after {
        content: "Merhaba, size nasıl yardımcı olabiliriz ?";
        position: absolute;
        top: -20px;
        left: 100%;
        background-color: whitesmoke;
        font-weight: 400;
        font-size: 1rem;
        border: 1px solid #000;
        padding: 0.5rem;
        margin-left: 12px;
        border-radius: 12px;
        box-shadow: 0 0px 8px rgb(var(--color-themeblue-rgb));
        width: 300px;
        color: black;
    }

    .whatsapp-button i {
        background-color: green;
        padding: 0.5rem;
        color: white;
        box-shadow: 0 0px 10px #1b1464;
        border-radius: 1rem;
        font-size: 3em;
        transition: 0.7s all;
    }

.hover-star:hover {
    box-shadow: 0 0px 40px #ffb605 !important;
    cursor: pointer;
}

.hover-gold:hover {
    box-shadow: 0 0px 40px #d4af37 !important;
    cursor: pointer;
}

.hover-orange {
    box-shadow: 0 0px 40px rgb(253, 112, 32) !important;
    cursor: pointer;
}

.hover-themeblue:hover {
    box-shadow: 0 0px 40px #1b1464 !important;
    cursor: pointer;
}

.btn-bottom-references:hover > i {
    color: #1b1464 !important;
    transition: all 0.4s linear;
}

.border-blue {
    --bs-border-opacity: 1;
    border-color: rgba(var(--color-themeblue-rgb), var(--bs-border-opacity)) !important;
}

.border-italy-green {
    --bs-border-opacity: 1;
    border-color: rgba(var(--color-italygreen-rgb), var(--bs-border-opacity)) !important;
}

.danismanlik-card-content {
    border-bottom-right-radius: 10px;
}

.danismanlik-card {
}

.card-layout-1 {
    background-color: transparent;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    margin-bottom: 3rem;
    border-width: 3px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

    .card-layout-1.primary {
        --bs-border-opacity: 1;
        border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity));
    }

    .card-layout-1.theme-blue {
        --bs-border-opacity: 1;
        border-color: rgba(var(--color-themeblue-rgb), var(--bs-border-opacity));
    }

    .card-layout-1.soft-theme-blue {
        --bs-border-opacity: 1;
        border-color: rgba(var(--color-soft-themeblue-rgb), var(--bs-border-opacity));
    }

    .card-layout-1.holland-red {
        --bs-border-opacity: 1;
        border-color: rgba(var(--color-holland-red), var(--bs-border-opacity));
    }

    .card-layout-1.aqua {
        --bs-border-opacity: 1;
        border-color: var(--bs-info-border-subtle);
    }

    .card-layout-1 .img-content {
        display: grid;
        align-content: flex-end;
        height: 100%;
    }

        .card-layout-1 .img-content img {
            border-bottom-left-radius: 0.5rem;
            border-top-left-radius: 0.5rem;
            max-width: 100%;
            height: auto;
        }

    .card-layout-1 .content {
        padding: 1rem;
        text-align: right;
        font-weight: bolder;
        height: 100%;
        display: grid;
        align-content: flex-end;
    }

        .card-layout-1 .content .content-title {
            font-size: 1.5rem;
            color: rgb(var(--color-soft-themeblue-rgb));
        }

    .card-layout-1.primary .content .content-title {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
    }

    .card-layout-1 .content p {
        font-size: 1.25rem;
        color: rgb(var(--color-soft-themeblue-rgb));
    }

        .card-layout-1 .content p:last-child {
            margin-bottom: 0px;
        }

        .card-layout-1 .content p.catch-phrase {
            text-shadow: 0px 0px 10px;
            -webkit-filter: brightness(115%);
            font-size: 1.5rem;
            font-weight: 700;
        }

.card-layout-2 {
    border-radius: 0.5rem;
    text-align: center;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    transition: 0.4s all;
    /*display: grid;*/
}

    .card-layout-2:hover {
        cursor: pointer;
    }

    .card-layout-2.white-star {
        color: white;
        background-color: black;
        box-shadow: 0 0px 10px #ffb605;
        border-color: rgb(var(--color-star));
    }

    .card-layout-2.prima {
        background-color: var(--bs-primary-bg-subtle);
        border-color: var(--bs-primary-border-subtle);
    }

        .card-layout-2.prima:hover {
            box-shadow: 0 0 14px #1b1464;
            transition: 0.4s all;
        }

    .card-layout-2 img {
        max-width: 100%;
        height: auto;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        border-top-left-radius: var(--bs-border-radius-lg);
        border-top-right-radius: var(--bs-border-radius-lg);
        margin-right: auto;
        margin-left: auto;
    }

    .card-layout-2 .content {
        padding: 1rem;
    }

        .card-layout-2 .content .content-title {
            color: rgb(var(--color-soft-themeblue-rgb));
            margin-bottom: 0;
        }

        .card-layout-2 .content:last-child {
            margin-bottom: 0px;
        }

    .card-layout-2.white-star .content .content-title {
        color: #ffb605;
        text-shadow: 0px 0px 10px;
        -webkit-filter: brightness(115%);
    }

    .card-layout-2.white-star .content p {
        color: white;
        font-weight: bolder;
    }

.card-link {
    padding: 1rem;
    border-width: 2px;
    border-style: solid;
    transition: 0.5s all;
    border-radius: 0.5rem;
    height: 100%;
    align-content: center;
    border-color: black;
    color: black;
}

    .card-link:hover {
        transform: scale(1.05);
        border-color: #ffb605;
        box-shadow: 0 0px 10px #ffb605;
    }

    .card-link.dark:hover {
        transform: scale(1.05);
        border-color: #ffb605;
        box-shadow: 0 0px 10px #ffb605;
    }

    .card-link.dark {
        background-color: #212529;
        color: #bbb;
        border-color: #bbb;
    }

    .card-link .card-link-title {
        font-size: 1.25rem;
        display: flex;
        gap: 1rem;
        flex-direction: row;
        align-items: center;
        /*justify-content: center;*/
        color: black;
    }

    .card-link.dark .card-link-title {
        color: #bbb;
    }

    .card-link .card-link-title .title-text {
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    .card-link .card-link-title .title-text {
        color: black;
    }

    .card-link.dark .card-link-title .title-text {
        color: #bbb;
    }

.webinar-card {
    height: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0.345rem;
    border-bottom-right-radius: 0.345rem;
    box-shadow: 0 0 4px #1b1464;
    transition: 0.5s;
}

    .webinar-card img {
        max-height: 360px;
        width: 100%;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        border-bottom-left-radius: 0.345rem;
        border-bottom-right-radius: 0.345rem;
    }

    .webinar-card:hover {
        box-shadow: 0 0 20px #1b1464;
    }
/* - Z-Index - START - */
.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}
/* - Z-Index - END - */
/* - Youtube Video Section - START - */

.section-youtube-videos {
    /* background-image: url('../../images/main/backgrounds/background_spacey.jpg');
    */
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed !important;
}
/* - Youtube Video Section - END - */

.page-title {
}

.position-relative {
    position: relative;
}

.btn-theme-blue {
    color: #fff !important;
    background-color: #1b1464;
    border-color: #1b1464;
}

.btn-theme-star {
    color: #fff !important;
    background-color: #ffb605;
    border-color: #ffb605;
}

.btn-gold {
    color: #fff !important;
    background-color: #d4af37;
    border-color: #d4af37;
}

.star-hover:hover {
    color: #fff;
    background-color: #ffb605;
    border-color: #ffb605 !important;
}

.hover-text-star:hover {
    color: #ffb605 !important;
}

.hover-text-theme-blue:hover {
    color: #1b1464 !important;
}

.tra-star-hover:hover {
    color: #ffb605 !important;
    background-color: transparent;
    border-color: #ffb605 !important;
}

.theme-blue-hover:hover {
    color: #fff;
    background-color: #1b1464;
    border-color: #1b1464 !important;
}

.tra-theme-blue-hover:hover {
    color: #1b1464 !important;
    background-color: transparent;
    border-color: #1b1464 !important;
}

.hover-style:hover {
    color: blue !important;
    text-decoration: underline;
}

.top-right {
    position: absolute;
    right: 15px;
    top: 15px;
}

.bottom-left {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.hover-boxshadow-themeblue-sm:hover {
    box-shadow: 0 0 8px #1b1464;
    transition: 0.4s;
}

.hover-boxshadow-themeblue:hover {
    box-shadow: 0 0 10px #1b1464;
    transition: 0.4s;
}

.hover-boxshadow-themeblue-md:hover {
    box-shadow: 0 0 14px #1b1464;
    transition: 0.4s;
}

.hover-boxshadow-themeblue-lg:hover {
    box-shadow: 0 0 18px #1b1464;
    transition: 0.4s;
}

.gray-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sat-img-block {
    margin-top: -120px;
}

#scrollUp {
    background-color: #1b1464 !important;
    box-shadow: 0 0px 10px #ffb605;
}

    #scrollUp:hover {
        color: #fff !important;
        background-color: #ffb605 !important;
        border-color: #ffb605 !important;
        box-shadow: 0 0px 10px #1b1464 !important;
    }

.student-acceptance-carousel.owl-carousel .owl-stage {
    display: flex;
}

.student-acceptance-carousel.owl-carousel .owl-item .item {
    width: auto;
    height: 100%;
}

    .student-acceptance-carousel.owl-carousel .owl-item .item img {
        transition: 0.7s all;
        filter: drop-shadow(2px 4px 6px #1b1464);
    }

    .student-acceptance-carousel.owl-carousel .owl-item .item .acceptance-title {
        transition: 0.7s all;
        font-size: 1.5rem;
        color: rgb(30, 15, 120);
        font-weight: 500;
    }

    .student-acceptance-carousel.owl-carousel .owl-item .item:hover .acceptance-title {
        font-size: 2rem !important;
        margin-bottom: 0px;
        font-weight: 700;
    }

    .student-acceptance-carousel.owl-carousel .owl-item .item:hover img {
        filter: drop-shadow(6px -9px 6px #1b1464);
    }

.university-abroad-carousel.owl-carousel .owl-stage {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.university-abroad-carousel.owl-carousel .owl-item .item {
    width: auto;
    height: 100%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 2rem;
}

.university-abroad-carousel .item {
    text-align: center;
    background-color: var(--bs-primary-bg-subtle);
    height: 100%;
    border-width: 2px;
    border-color: var(--bs-primary-border-subtle) !important;
    border-style: solid;
    transition: 0.7s all;
}

    .university-abroad-carousel .item:hover {
        box-shadow: 0 0 14px #1b1464;
    }

    .university-abroad-carousel .item h3 {
        transition: 0.7s all;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .university-abroad-carousel .item:hover h3 {
        color: rgb(30, 15, 120);
        font-weight: 800;
        margin-bottom: 0px;
        font-size: 2rem;
    }

    .university-abroad-carousel .item img {
        transition: 0.7s all;
        filter: drop-shadow(2px 4px 6px #1b1464);
    }

    .university-abroad-carousel .item:hover img {
        filter: drop-shadow(6px -9px 6px #1b1464);
    }

.bg-uk {
    background-image: url("/images/main/backgrounds/uk.png");
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.bg-abd {
    background-image: url("/images/main/backgrounds/abd.png");
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.sat-img-block {
    margin-top: -120px;
    transform: scale(1);
}

.sticky-bottom-bar {
    position: fixed;
    bottom: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    z-index: 1000;
}

    .sticky-bottom-bar a {
        font-size: 1rem;
    }

    .sticky-bottom-bar button {
        font-size: 1rem;
    }

.page-contents {
    background-color: whitesmoke;
    padding: 1rem;
    box-shadow: 0 0px 7px #1b1464;
    border-radius: 0.375rem;
}

    .page-contents.abd {
        background-color: rgb(var(--color-abd-blue));
        color: white;
    }

        .page-contents.abd .page-contents-title {
            color: white;
        }

    .page-contents.v2 {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        --bs-border-opacity: 1;
        border-style: solid;
        border-color: rgba(var(--color-themeblue-rgb), var(--bs-border-opacity));
        border-width: 2px;
        border-top: 0;
    }

    .page-contents .page-contents-title {
        color: rgb(30, 15, 120);
        font-weight: 700;
        font-size: 1.25rem;
    }

    .page-contents .page-contents-summary {
    }

        .page-contents .page-contents-summary .sub-page-contents-summary {
            margin-left: 1rem;
            margin-bottom: 0.5rem;
        }

        .page-contents .page-contents-summary .page-content {
            transition: 0.5s all;
            font-size: 1rem;
        }

            .page-contents .page-contents-summary .page-content a {
                transition: 0.5s all;
                font-size: 1rem;
            }

        .page-contents .page-contents-summary .sub-page-contents-summary .page-content {
            margin-bottom: 0;
            font-size: 0.8rem;
        }

            .page-contents .page-contents-summary .sub-page-contents-summary .page-content a {
                transition: 0.5s all;
                margin-bottom: 0;
                font-size: 0.8rem;
            }

        .page-contents .page-contents-summary .page-content:hover {
            cursor: pointer;
            color: #1b1464 !important;
            font-weight: bold;
            transform: scale(1.05) translateX(10px);
        }

        .page-contents .page-contents-summary .page-content a:hover {
            cursor: pointer;
            color: #1b1464 !important;
            font-weight: bold;
        }

        .page-contents .page-contents-summary .sub-page-contents-summary .page-content:hover {
            /*font-size: 1rem;*/
        }

    .page-contents.abd .page-contents-summary .page-content:hover {
        cursor: pointer;
        padding-left: 4px;
        color: white !important;
        text-shadow: 0px 0px 10px;
        -webkit-filter: brightness(115%);
        font-size: 1.02rem;
        font-weight: bold;
    }
/*.page-contents-summary li:hover {
        cursor: pointer;
        padding-left: 5px;
        color: #1b1464;
        font-size: 1.05rem;
        font-weight: bold;
    }*/

.universiy-showcase {
    height: 390px;
}

.universiy-showcase-logo {
    position: absolute;
    right: 15px;
    max-width: 120px;
    max-height: 100px;
    z-index: 2;
}

.universiy-showcase-img {
    height: 300px;
    object-fit: cover;
}

.university-list-carousel .owl-stage-outer {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.university-list-carousel .owl-nav {
    display: block !important;
}

.university-list-carousel a:hover .universiy-showcase {
    box-shadow: 0 0 14px #1b1464 !important;
}

.italy-div {
    border-left: 4px solid red;
    background-color: #f2f5f6;
    border-right: 4px solid rgb(var(--color-italygreen-rgb));
}

.holland-div {
    border-top: 4px solid rgb(var(--color-holland-red));
    background-color: #f2f5f6;
    border-bottom: 4px solid rgb(var(--color-holland-blue));
}

.canada-div {
    border-left: 4px solid rgb(var(--color-holland-red));
    background-color: #f2f5f6;
    border-right: 4px solid rgb(var(--color-holland-red));
}

.img-content-steps {
}

.blog-card {
    height: 100%;
    border-radius: 1rem;
}

    .blog-card img {
        max-height: 260px;
    }

#hboxes-1 .hero-boxes-holder {
    margin-top: -190px !important;
}

.btn-etreeks-header {
    border-radius: 50rem;
}
/* Media BreakPoints - Start */
/* Breakpoint md - lg */
@media screen and (min-width: 769px) and (max-width: 992px) {
    .sat-img-block {
        margin-top: -30px !important;
    }
}

/* Breakpoint sm - md */
@media screen and (min-width: 577px) and (max-width: 768px) {
    .sat-img-block {
        margin-top: -30px !important;
        transform: scale(1.1) !important;
    }

    footer {
        padding-bottom: 50px !important;
    }
}

/* BreakPoint lg > */
@media (min-width: 991px) {
    .banner-section {
        padding-top: 90px;
    }
}

/* BreakPoint md > */
@media (min-width: 768px) {
    .pb-md-100 {
        padding-bottom: 100px !important;
    }

    .filter-block {
        border-right: 2px solid rgb(var(--color-themeblue-rgb));
    }
}

/* BreakPoint  0 => lg */
@media screen and (max-width: 992px) {
    .btn-etreeks-header {
        border-radius: 0;
    }
}

/* BreakPoint  0 => md */
@media screen and (max-width: 768px) {
    .whatsapp-button {
        bottom: 65px;
        left: 10px;
    }

        .whatsapp-button i {
            font-size: 2em;
        }

    .wsmenu .sub-menu a:hover {
        font-size: 16px !important;
    }

    .sticky-bottom-bar {
        gap: 0px !important;
        bottom: 0 !important;
    }

        .sticky-bottom-bar a {
            color: #fff;
            width: 33.3%;
            margin: 0;
            border-radius: 0px !important;
        }

        .sticky-bottom-bar button {
            color: #fff;
            width: 33.3%;
            margin: 0;
            border-radius: 0px !important;
        }

    .hero-boxes-section {
        background-image: url("/Themes/etreeks-bs5/files/images/bg-03.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed !important;
    }

    .hero-boxes-holder {
        border-radius: 0 !important;
        padding: 30px 0 30px 0 !important;
        box-shadow: none !important;
    }

    .student-acceptance-carousel .owl-nav {
        -webkit-filter: brightness(200%);
    }

    .bg-006 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .filter-block {
        border: none !important;
    }

    .blog-card img {
        max-height: none !important;
    }

    .course-content.bg-bocconi-colored {
        background-image: none;
    }

    .course-content.bg-italy-colored {
        background-image: none;
    }

    .country-content.bg-abd-colored {
        background-image: none;
    }

    .country-content.bg-uk-colored {
        background-image: none;
    }

    .country-content.bg-holland-colored {
        background-image: none;
    }

    .country-content.bg-italy-colored {
        background-image: none;
    }

    .country-content.bg-bocconi-colored {
        background-image: none;
    }

    .country-content.bg-canada-colored {
        background-image: none;
    }

    .country-content.bg-germany-colored {
        background-image: none;
    }

    .country-content.bg-belgium-colored {
        background-image: none;
    }

    .country-content.bg-ireland-colored {
        background-image: none;
    }

    .country-content.bg-spain-colored {
        background-image: none;
    }

    .country-content.bg-lithuania-colored {
        background-image: none;
    }

    .education-abroad-content.bg-university-application-colored {
        background-image: none;
    }

    .img-content-steps img {
        transform: scale(1.2);
        margin-bottom: 0.5rem;
    }
}

/* BreakPoint  0 => sm */
@media screen and (max-width: 576px) {

    .main-hero-section {
        background-position: left center;
        height: 70vh;
    }

    footer {
        padding-bottom: 75px !important;
    }

    .caption-txt {
        margin-top: -180px !important;
    }

    .bg-abd {
        background-image: none !important;
    }

    .sat-img-block {
        margin-top: 0px !important;
        transform: scale(1.2) !important;
    }

    .bg-15-transparent {
        background-color: #ffffff !important;
    }

    .sticky-bottom-bar {
        text-align: left !important;
    }

        .sticky-bottom-bar a {
            font-size: 0.8rem;
            padding-left: 0.5rem;
            text-align: left !important;
        }

        .sticky-bottom-bar button {
            font-size: 0.8rem;
            padding-left: 0.5rem;
            text-align: left !important;
        }

    .hero-boxes-holder {
        border-top-right-radius: 2rem !important;
        border-top-left-radius: 2rem !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .img-content-steps img {
        transform: scale(1.4);
        margin-bottom: 1rem;
    }

    /*#breadcrumb {
        padding-top: 80px;
    }*/

    .banner-section {
        display: none;
    }
}
