@font-face {
    font-family: 'Indie Flower';
    src: url('../fonts/IndieFlower.woff2') format('woff2'),
    url('../fonts/IndieFlower.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.page-title-wrapper h1 {
    font-size: 26px;
    font-weight: bold;
}

.contact-wrapper h3 {
    font-size: 20px;
    font-weight: bold;
}

[class*=home-product-box] .home-product-box-content * {
    width: 170px;
}

[class*=home-product-box] .home-product-box-content .product-price {
    display: flex;
    align-items: center;
}

[class*=home-product-box] .home-product-box-content .product-price i {
    margin-left: 5px;
}

#language {
    height: 33px;
    padding: 0 5px;
    border-radius: 20px;
    outline: none;
}

#language:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#country {
    height: 33px;
    padding: 0 5px;
    border-radius: 20px;
    outline: none;
    width: 120px;
}

#country:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.mm-menu_offcanvas {
    z-index: 99;
}

#toggle-nav span {
    margin-block: 3px;
}

@media only screen and (max-width: 780px) {
    header.headerVom {
        padding: 15px;
    }
}

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social a {
    color: #262626;
}

#admin-top #language {
    background: #19879b;
    color: white;
}

.dashed-arrow {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

#career-gauge #sonrakikariyer {
    right: 0;
    position: absolute;
}


.col-xxl, .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 1500px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.slide-title {
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.slide-excerpt {
    text-shadow: 0 0 10px rgba(0, 0, 0, .95);
}

.gray-box {
    background: #F6F6F6;
    border-radius: 10px;
    position: relative;
}


.pin_country {
    width: 100%;
    height: 100vh;
    background: #F6F6F6;
}

.pin_country-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 20px;
}

@media only screen and (min-width: 801px) {

    .product__swiper-arrows {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }


    .product__swiper-arrows .product__swiper-button-prev,
    .product__swiper-arrows .product__swiper-button-next {
        width: 40px;
        height: 40px;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .product__swiper-arrows .product__swiper-button-prev {
        position: absolute;
        left: -40px;
    }

    .product__swiper-arrows .product__swiper-button-next {
        position: absolute;
        right: -40px;
    }
}

@media only screen and (max-width: 800px) {
    .product__swiper-arrows {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }

    .product__swiper-arrows .product__swiper-button-prev,
    .product__swiper-arrows .product__swiper-button-next {
        width: 40px;
        height: 40px;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background: #F6F6F6;
        border-radius: 4px;
    }
}

.h-40 {
    height: 40px;
}

.border-radius40 {
    border-radius: 40px;
}

 @media only screen and (max-width: 1100px){
     .dashed-arrow {
         position: absolute;
         left: 50%;
         top: 105%;
         z-index: 9;
         transform: rotate(90deg) translate(-50%, 50%);
         width: fit-content;
     }
 }
.gray-box img{
    height: 300px;
    object-fit: contain;
}

select.form-control{
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border:  2px solid #e6e3f1;
    border-radius: 6px;
    color: #6b7385;
    box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    appearance: auto;
}
.fakeFormControl{
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border:  2px solid #e6e3f1;
    box-shadow: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    color: #6b7385;
    display: flex;
    align-items: center;
}