/*
 Tema renkleri
 Arkaplan
#5DADE2 – Canlı, sıcak mavi, yazılar koyu mavi veya siyahla kontrast oluşturur.
#5499C7 – Biraz daha mat ve sıcak, göz yormayan bir ton.
#85C1E9 – Açık ve ferah, koyu yazılarla güzel kontrast sağlar.
#6C7A89 – Hafif griye kaçan sıcak mavi, modern bir görünüm verir.

Text
#000
#1B2631

 */
@font-face {
    font-family: 'Algerian';
    src: url('../fonts/Algerian.woff2') format('woff2'),
        url('../fonts/Algerian.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Bluescreens';
    src: url('../fonts/TTBluescreensTrial-Lt.woff2') format('woff2'),
        url('../fonts/TTBluescreensTrial-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Bluescreens';
    src: url('../fonts/TTBluescreensTrial-Bd.woff2') format('woff2'),
        url('../fonts/TTBluescreensTrial-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Bluescreens';
    src: url('../fonts/TTBluescreensTrial-Md.woff2') format('woff2'),
        url('../fonts/TTBluescreensTrial-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Bluescreens';
    src: url('../fonts/TTBluescreensTrial-Thin.woff2') format('woff2'),
        url('../fonts/TTBluescreensTrial-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Bluescreens';
    src: url('../fonts/TTBluescreensTrial-Rg.woff2') format('woff2'),
        url('../fonts/TTBluescreensTrial-Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Amasis MT';
    src: url('../fonts/AmasisMT.woff2') format('woff2'),
        url('../fonts/AmasisMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amasis MT';
    src: url('../fonts/AmasisMTStd-Bold.woff2') format('woff2'),
        url('../fonts/AmasisMTStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amasis MT';
    src: url('../fonts/AmasisMTStd-Black.woff2') format('woff2'),
        url('../fonts/AmasisMTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



body, .alt-font {
    font-family: 'Amasis MT';
    line-height: 1;
}
p {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}
.font-weight-bold {
    font-weight: bold;
}
.turku-section {
    background-color: rgb(235, 245, 255);
}
textarea::placeholder, select::placeholder, input::placeholder {
    font-weight: 600;
    letter-spacing: .8px;
    font-size: 16px;
    color: #00369b !important;
}
section {
    padding: 80px 0;
}
.cta-section {
    padding: 120px 0;
}
.bg-blue-primary {
    background-color: #1386f6;
}
.bg-blue-secondary {
    background-color: #6C7A89;
}
.bg-blue-tertiary{
    background-color: #85C1E9;
}
.bg-light-blue {
    background-color: rgb(235, 245, 255);
}

.text-blue-primary {
    color: #1B2631;
}

.text-blue-secondary {
    color: #006dd6;
}


.bg-gradient-tan-geraldine {
    background-image: linear-gradient(to right top, #6C7A89, #ca943d, #85C1E9);
}

.section-media .team-member-image img{
    height: 352px;
    object-fit: cover;
}
.section-about .outside-box-bottom img{
    height: 530px;
    object-fit: cover;
}
.btn-gold {
    background-color:rgb(202, 148, 61);
}
.btn-theme-blue span {
    background-color:rgb(202, 148, 61);
}
.feature-icon-div {
    font-size: 30px;
    margin-bottom: 20px;
}
.top-bar-contact .top-bar-contact-list:first-child {
    border-color: #fff;
}
.gradient-bg {
    background-image: linear-gradient(135deg, hsl(220 100% 30%), hsl(200 90% 50%));
}
.gradient-normal-bg {
    background: linear-gradient(90deg,rgba(3, 72, 170, 1) 0%, rgba(13, 150, 230, 1) 100%);
}
.theme-color-light {
    color: #013399;
}
.theme-color-subtitle {
    color: #1d84eb;
}
.theme-color {
    color: #013399;
}
.border-theme-color {
    border-color: #002266 !important;
}
.bg-theme {
    background-color: #002266;
}
.head-size {
    font-size: 50px;
    font-family: 'Algerian';
}
.subhead-size {
    font-size: 35px;
}
.video-right-first {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}
.transparent-bg-blue {
    background-color: rgb(235, 245, 255);
}
.price-card {
    border: 1px solid #dee2e6;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.icon-bg {
    background-color: #e3e9f7;
    border-radius: 0.75rem;
    width: 64px;
    height: 64px;
}
.material-icons {
    font-size: 32px;
    color: #0d6efd;
}
.price {
    font-size: 2.25rem;
    font-weight: bold;
}
.price-subtext {
    font-size: 18px;
    font-weight: normal;
}
.sliding-scale-text {
    font-size: 18px;
    font-weight: normal;
}
.service-description {
    font-size: 20px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.list-group-item {
    border: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: normal;
    color: #013399;
}
.list-group-item .material-icons {
    font-size: 1.25rem;
    color: #0d6efd;
    margin-right: 0.5rem;
}
.price-card .btn-primary {
    background-color: #0033a0;
    border-color: #0033a0;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    transition: .2s;
    font-weight: bold;
}
.price-card .btn-primary:hover {
    background-color: #fff;
    color: #0033a0;
}
.price-card .hour {
    font-weight: normal;
    font-size: 18px;
}
.icon-has-bg {
    border-radius: 50%;
    background-color: #dce1f0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-has-bg img {
    width: 50%;
}
.opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 3;
}
.home-banner {
    z-index: 4;
}
.top-bar-contact .top-bar-contact-list {
    font-size: 18px;
    font-weight: 600;
}
.navbar .navbar-nav .nav-link {
    font-size: 22px;
    font-weight: 600;
    color: #00369b !important;
}
.opacity-overlay {
    z-index: 4;
}
.big-list-icon {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.big-list-icon li {
    list-style: none;
    width: calc(33% - 15px);
}
header {
    padding-top: 110px;
}
.border-card {
    border: 4px solid rgb(0 51 153 / 30%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 20px;    
    border-radius: 12px;
}
.navbar-nav .nav-link {
    color: #013399 !important;
}
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 55px;
}
.news-box {
    padding: 40px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    justify-content: flex-start;
}
.news-box .feature-box-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news-box .feature-box-content h6 {
    margin-bottom: 15px;
}
.news-box .feature-box-content .news-box-cnt {
    margin-bottom: 15px;
}
.mobile-social-icon {
    display: none;
}
.lesson-content ul {
    padding-left: 15px;
}
.lesson-content h3 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}
.lesson-content li {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.lesson-content p {
    font-size: 16px;
}
.right-bordered-bar {
    border: 4px solid rgb(0 51 153 / 30%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 20px;
    border-radius: 12px;
    position: sticky;
    top: 80px;
}
.btn-dual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.btn-dual a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-subtext {
    font-size: 18px;
}
@media only screen and (max-width: 768px) {
    .head-size {
        font-size: 30px;
        line-height: 1;
    }
    .list-group-item .material-icons {
        display: flex;
    }
    .list-group-item img {
        height: 25px;
        width: 25px;
        flex: 1 0 auto;
    }
    .mobile-social-icon {
        display: block;
    }
    header {
        padding-top: 0;
    }
    section {
        padding: 30px 0;
    }
    .video-right-first {
        height: 400px;
        margin-bottom: 20px;
    }
    .mobile-logo-div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .btn-dual {
        flex-direction: column;
    }
    .btn-dual a {
        margin: 0 !important;
    }
}