.opacity-20{
    opacity: .2;
}
.educator-item{
    height: 100%;
}
/*.educator-item .left img{
    filter: grayscale(1);
}
.educator-banner .content .left img{
    filter: grayscale(1);
}*/

.policies-links a {
    text-decoration: underline !important;
    font-weight: 300;
    color: #a7a7a7;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}
.policies-links a:hover {
    color: #fff;
}

.text-btn {
    font-size: 18px;
    font-family: "Kalnia", serif;
    color: #3c2d23;
    transition: all 0.3s ease-in-out;
}
.text-btn:hover {
    color: #BA966A;
}

.detail-blogs .text-btn {
    top: calc(100% + 55px);
    right: 0;
    left: unset;
    transform: translate(0, 0);
    position: absolute;
}

.education-detail .content .content-header {
    padding-left: 0px;
    padding-bottom: 15px;
}


.education-banner .price {
    align-items: baseline;
    margin-bottom: 20px
}
.education-banner .price span {
    font-family: "Roboto Condensed", sans-serif !important;
    line-height: 1;
}
.education-banner .price span.money-symbol {
    font-family: "Roboto Condensed", sans-serif;
}

.gradient-line {
    border-style: solid;
    border-width: 1px;
    border-bottom: 0;
    border-image: linear-gradient(90deg, rgba(179,156,128,1), rgba(179,156,128,0)) 1;
}

.button-gradient.big {
    width: 333px;
    max-width: 100%;
}

.education-banner .all-educators {
    z-index: 1
}
@media all and (max-width: 1600px) {
    .login-register.newsletter-container{
        flex-direction: column;
    }
    .login-register.newsletter-container .right,
    .login-register.newsletter-container .left{
        width: 100%;
    }
}

.login-register input:-webkit-autofill,
.login-register input:-webkit-autofill:hover,
.login-register input:-webkit-autofill:focus,
.login-register input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px #ba966a inset !important;
    -webkit-text-fill-color: #fff !important;
}

.login-register.login input:-webkit-autofill,
.login-register.login input:-webkit-autofill:hover,
.login-register.login input:-webkit-autofill:focus,
.login-register.login input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px #000 inset !important;
    -webkit-text-fill-color: #fff !important;
}

.social-media.bordered > *:hover {
    color: #BA966A !important
}


.swal2-container.swal2-center>.swal2-popup {
    background: #EAD9C6;
    color: #3C2E23;
    border-radius: 50px;
    font-size: 15px;
    border: 1px solid #3C2E23;
    padding: 30px;
}
.swal2-actions {
    margin-top: 10px !important;
}
.swal2-actions button {
    font-size: 14px !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
}
.swal2-actions button.swal2-cancel {
    background: #32281C !important;
}
.swal2-actions button.swal2-confirm {
    background: #BA966A !important;
}
.swal2-actions button.swal2-deny {
    background: #CE8B67 !important;
}
#addressAdd .modal-content{
    padding-top: 50px;
}
#addressAdd .modal-close-button{
    right: 25px;
    top: 25px;
}


.dropdown:not(.header-profile) .dropdown-menu {
    background: #CE8B67;
    border: 1px solid #C5764F;
    border-radius: 0;
    padding: 0;
}
.dropdown:not(.header-profile) .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 14px;
}
.dropdown:not(.header-profile) .dropdown-menu .dropdown-item:hover,
.dropdown:not(.header-profile) .dropdown-menu .dropdown-item:active,
.dropdown:not(.header-profile) .dropdown-menu .dropdown-item:focus {
    color: #fff;
    background: #C5764F
}

.breadcrumb * {
    text-transform: lowercase;
}

.home-events .slick-track{
    display: flex;
}
.home-events .slick-track .slick-slide{
    display: flex;
    align-items: stretch;
    height: inherit;
}
.home-events .slick-slide > * {
    flex-grow: 1;
    padding: 0 10px;
}
.home-events .slick-slide .item,
.home-events .slick-slide .blog-item{
    height: 100%;
}
.home-events .slick-slide .content{
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media all and (max-width:768px){
    .login-register .content > p{
        max-width: none;
        text-align: center;
    }
    .login-register .left .content{
        width: 100%;
    }
}
@media all and (max-width:360px){
    .login-register .content > p br{
        display: none;
    }
}
@media (min-width:576px) and (max-width:767px){
    .my-account-wrapper{
        padding-top: 55px;
    }
}

header .menus .sub-menu .list .links .item img {
    object-position: top;
}

.home-educator {
    background: #f9f9f9 !important
}

/*header .menus .sub-menu .list .links {
    max-height: 435px;
    min-height: 380px;
}*/

.blog-list .blog-item{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-list .blog-item .content{
    height: 100%;
}

.home-blog .slick-track,
.home-educator .slick-track{
    display: flex;
}
.home-blog .slick-slide,
.home-educator .slick-slide{
    height: inherit;
    display: flex;
    align-items: stretch;
}
.home-blog .slick-slide > *,
.home-educator .slick-slide > *{
    height: 100%;
    flex: 1;
}
.home-blog .slick-slide .blog-item,
.home-educator .slick-slide .item{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.home-educator .items .item .content{
    min-height: 190px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-educator .items .item .content .buttons {
    position: static;
}
.home-educator .items .item .content .buttons::before{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}
.home-blog .blog-item .content{
    height: 100%;
}

@media (min-width:400px) and (max-width:575px){
    .modal .modal-content .modal-body .copy-group{
        justify-content: flex-start;
    }
    .modal .modal-content .modal-body .copy-group .text{
        max-width: none;
    }

}

@media all and (max-width:768px){
    .education-banner .content .left{
        width: 36%;
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }
}
@media all and (max-width: 768px) {
    .education-banner .content .left{
        padding-top: 30px;
    }
}
@media all and (max-width: 475px) {
    .education-banner .content .left{
        width: 50%;
        padding-top: 20px;
    }
    .education-banner .right .actions-buttons{
        justify-content: center;
    }
}
.education-accordion{
    margin-top: 10px;
}
.education-accordion .items > .item.show > .content p{
    font-size: 14px;
}

.sidebar-container .coming-soon{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border: 1px solid #6a9bba;
    font-weight: 300;
    letter-spacing: -0.48px;
    transition: all 300ms;
    width: max-content;

    display: none;
}
.sidebar-container .coming-soon:hover{
    background-color: #6a9bba;
    color: #fff;
}

.color-white select {
    border-color: #fff !important
}

.login-register.login .newsletter-custom-colors .color-yellow-hover {
    color: #1F1F1F !important
}

.social-media.yellow > *:hover {
    color: #fff !important
}
.items-row{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
}
@media all and (max-width: 992px) {
    .items-row{
        margin-top: 70px;
    }
}
.blog-list .blog-item .content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
}
.home-blog .blog-item .content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 43px;
}
.blog-list .blog-item .content .fs-25{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 66px;
}
.home-educator .items .item .content .buttons .button-text{
    font-weight: 600;
}

.education-item-v2 figure .play-button{
    z-index: 2;
}

.home-education .items{
    position: relative;
}
.home-education .items::after,
.home-education .items::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255, .4);
    width: 180px;
    height: 1px;
    z-index: 2;
}
.home-education .items::before{
    transform: translate(-50%, -50%) rotate(90deg);
}
.home-education .items .item{
    display: flex!important;
}

.home-education .items .item .content .buttons{
    max-width: 420px;
}
.home-education .items .item .content .buttons .button-blue{
    font-family: "Kalnia", serif;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 45px;
}
.education-item-v2 .button-150{
    font-family: "Kalnia", serif;
    font-weight: bold;
}
.slick-slide img{
    /*margin-bottom: 4px;*/
}

@media all and (max-width:768px){
    .home-education .items .item .content .buttons .button-blue{
        font-size: 16px;
    }
}
@media all and (max-width:767px){
    .home-education .items::after,
    .home-education .items::before{
        display: none;
    }
    .home-education .items .item .content .buttons .button-blue{
        padding: 7px 45px;
    }
}
.education-banner picture{
    z-index: auto;
}

.education-item-v2 figure a{
    max-height: 375px;
    display: block;
}
@media all and (min-width:768px){
    .education-item-v2 figure a{
        height: 375px;
    }
}
.seeall-button{
    font-size: 15px;
    margin-top: 10px;
    transition: all 300ms;
    color: #BA966A;
    position: relative;

}
.seeall-button::before{
    content: "»";
    margin-right: 5px;
}

.seeall-button:hover{
    /*margin-left: 10px;*/
    color: #B7B7B7;
}

header .menus .sub-menu .list {
    z-index: 0
}
header .menus a {
    position: relative;
    z-index: 1
}
/*header .menus .sub-menu .list .links {
    min-height: 320px !important
}*/
header .menus .sub-menu .list:before {
    background-color: transparent !important;
}
header .menus .sub-menu .list:after {
    content: '';
    position: absolute;
    left: -25px;
    top: -20px;
    width: calc(100% + 50px);
    height: calc(100% + 20px);
    background-color: #c18a6d;
    border-radius: 20px;
}

.button-circle {
    transition: all 0.3s ease-in-out;
}
a:hover .button-circle {
    color: #fff;
    background-color: #BA966A;
}
a:hover .text-btn {
    color: #BA966A;
}

.home-blog .blog-container .blog-header{
    position: relative;
    z-index: 1;
}
@media all and (min-width:1921px){
    .home-blog .blog-container .right {
        width: 40%;
    }
    .home-blog .blog-container .left {
        width: calc(59% - 24px);
        padding-bottom: 0px;
        padding-top: 150px;
    }

}
.home-events .items .item figure img{
    /*min-height: 448px;*/
}
.home-events .items .item .content{
    position: relative;
}
@media all and (max-wdith:992px){
    .home-events .items .item figure img{
        min-height: none;
    }
}

.bg-red-button {
    background: #d73232;
    transition: all 0.3s ease-in-out;
}
.bg-red-button:hover {
    background: #ff6262;
}
/* @media (min-width: 993px){
    .home-events .items .item:hover .content {
        padding: 25px 20px 55px;
        max-height: 292px;
    }
    .home-events .items .item{
        max-height: 657px;
        overflow: hidden;
    }
} */
/* @media (min-width:769px) and (max-width:1999px){
    .home-events .items .slick-arrow{
        top: calc(100% + 50px);
    }
} */

.home-educator .section-header .right .text-btn{
    color: #111B21;
}
.home-educator .section-header .right .text-btn:hover{
    color: #BA966A;
}

@media all and (max-width:1400px){
    header .search-bar{
        max-width: 265px;
    }
    header .menus{
        gap: 15px;
    }
    header > .logo{
        max-width: 85px;
    }
}

#addressformmodal input, #addressformmodal select, #addressformmodal textarea {
    border: 1px solid #886F5E;
    padding: 0 10px;
    line-height: 40px;
    background: #F7EAD5;
    color: #000;
}
#addressformmodal input::placeholder,
#addressformmodal select::placeholder,
#addressformmodal textarea::placeholder {
    color: black;
    opacity: 1; /* Firefox */
}
#addressformmodal input::-ms-input-placeholder,
#addressformmodal select::-ms-input-placeholder,
#addressformmodal textarea::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: black;
}
.modal input, .modal select, .modal textarea {
    border: 1px solid #886F5E;
    padding: 0 10px;
    line-height: 40px;
    background: #F7EAD5;
    color: #000;
}
.modal input::placeholder,
.modal select::placeholder,
.modal textarea::placeholder {
    color: black;
    opacity: 1; /* Firefox */
}
.modal input::-ms-input-placeholder,
.modal select::-ms-input-placeholder,
.modal textarea::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: black;
}
#addressformmodal textarea {
    line-height: 21px;
    padding: 10px;
}
.education-banner.img-gradient-bottom-h50::after{
    z-index: auto;
}

.policy-lists {
    padding-top: 30px;
}
.policy-lists a {
    border: 1px solid #3c2d23;
    color: #3c2d23;
    font-size: 15px;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    height: 170px;
    justify-content: center;
}
.policy-lists a:hover {
    background: #222;
    color: #fff;
}

.home-educator .items .item figure img {
    margin-bottom: 0
}

header.sticky{
    animation: show-delay .35s ease;
    background: #3c2d23;
    color: white;
}
header.sticky .color-new-black-important{
    color: white !important;
}
header.sticky .menus a,
header.sticky .menus .sub-menu > a{
    color: white;
}
header.sticky .menus a:hover{
    color: #BA966A;
}

header .menus .sub-menu .list:after{
    background: #3c2d23;
}
header .menus .sub-menu .list .links .item:hover *{
    color: #BA966A !important;
}

header.sticky .header-card img{
    filter: brightness(0) invert(1);
}
header.sticky .hamburger-open img{
    filter: brightness(0) invert(1);
}
header.sticky .search-bar img{
    filter: brightness(0) invert(1);
}
header.sticky .search-bar form input::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}
header.sticky .search-bar form input::-ms-input-placeholder { /* Edge 12 -18 */
     color: white;
}
header.sticky .menus .sub-menu > a::after, header .menus .sub-menu > span::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='6' viewBox='0 0 7 6'%3E%3Cpath id='Polygon_20' data-name='Polygon 20' d='M3.154.592a.4.4,0,0,1,.691,0L6.649,5.4A.4.4,0,0,1,6.3,6H.7a.4.4,0,0,1-.346-.6Z' transform='translate(7 6) rotate(180)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
header.sticky .menus .sub-menu > a:hover::after{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='6' viewBox='0 0 7 6'%3E%3Cpath id='Polygon_20' data-name='Polygon 20' d='M3.154.592a.4.4,0,0,1,.691,0L6.649,5.4A.4.4,0,0,1,6.3,6H.7a.4.4,0,0,1-.346-.6Z' transform='translate(7 6) rotate(180)' fill='%23BA966A'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 992px) {

    header.sticky .dropdown button .text{
        color: white;
    }

}
@media all and (max-width: 768px) {

    header .right-content{
        margin-left: auto;
    }

}
@keyframes show-delay {
    0%{
        top: -90px;
    }
    100%{
        top: 0;
    }
}

.search-link-active {
    color: #BA966A
}

#satis-sozlesmesi-page h2{
    text-align: left!important;
    text-transform: uppercase;
}
.mobile-user-login{
    display: none!important;
}
.mobile-burger{
    display: none!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.mobile-burger a,
.mobile-burger .about-us-wrapper{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.mobile-burger a:hover,
.mobile-burger .about-us-wrapper:hover{
    color: #3c2d23;
}
.mobile-burger a:hover .about-us-wrapper{
    color: #fff;
}
.mobile-burger .about-us-wrapper{
    position: relative;

}


.hamburger .about-us-wrapper{
    max-width: 345px;
    position: relative;
}
.hamburger .about-us-wrapper:hover::after{
    margin: 0!important;
    background: url(/public/assets/images/logos/dropdown-arrow-big.svg) no-repeat;
}
.hamburger .about-us-wrapper::after{
    content: ""!important;
    display: block;
    background: url(/public/media/uploads/editor/dropdown-arrow-big.svg) no-repeat;
    /*background: url(/public/assets/images/logos/dropdown-arrow-big.svg) no-repeat;*/
    position: absolute;
    right: 20px;
    top: 10px;
    width: 21px!important;
    height: 19px;
    transition: all .3s ease-out;
    opacity: 1!important;
    visibility: visible!important;
    margin-left: 0!important;
}
.hamburger .about-us-wrapper.active::after{
    transform: rotate(180deg) scale(1);
}
.mobile-burger a:not(:last-child){
    margin-bottom: 11px;
}
.hamburger .about-us-wrapper{
    flex-direction: column;
    align-items: flex-start!important;
    justify-content: flex-start!important;
    cursor: pointer;
}
.hamburger .about-us-wrapper:hover{
    padding: 0!important;
}
.hamburger .about-us-wrapper .about-us-wrapper-lists{
    display: flex;
    height: 0;
}
.hamburger .about-us-wrapper ul{
    list-style: none;
    padding: 0;
    /*padding-left: 18px;*/
    /* display: none; */
    display: flex;
    height: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease 0s;
}
.hamburger .about-us-wrapper ul:nth-child(2){
    padding-left: 18px;
}
.hamburger .about-us-wrapper ul li{
    line-height: 2px;
}
.hamburger .about-us-wrapper.active ul{
    height: auto;
    visibility: visible;
    opacity: 1;
    transition-delay: .3s;
}
.hamburger .about-us-wrapper.active .about-us-wrapper-lists{
    height: auto;
    padding: 30px 30px 20px;
}

.hamburger .about-us-wrapper.active ul li a{
    opacity: 1;
    padding: 10px;
}
.hamburger .about-us-wrapper ul li a{
    transition: color .25s ease;
}
.hamburger .about-us-wrapper ul li a:hover{
    color: #3c2d23;
}
.hamburger .about-us-wrapper ul li a{
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: "Roboto Condensed", sans-serif;
    color: #ffffff;
}


.mobile-burger h2.active::after{
    transform: rotate(180deg) scale(1);
}


.mobile-user-login {
    display: none;
    gap: 25px;
    margin-bottom: 37px;
    width: max-content;
    align-items: center;
    justify-content: center;
    height: 35px;

}
.mobile-user-login a{
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
}
.mobile-user-login a:nth-of-type(1){
    position: relative;
}
.mobile-user-login a:nth-of-type(1)::after{
    position: absolute;
    right: -12.5px;
    content: "";
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #fff;
}

header .right-content .hamburger.active .hamburger-content .overflow-area .content .top{
    position: relative;
}
header .right-content .hamburger.active .hamburger-content .overflow-area .content .top .dropdown{
    position: absolute;
    right: 0;
    bottom: 70px;
}
header .right-content .hamburger .hamburger-content .overflow-area .content .hamburger-close{
    z-index: 101;
}


.about-us-wrapper:hover,.about-us-wrapper .active::after {
    color: #3c2d23;
}

.about-us-wrapper {
    color: #ffffff;
    transition: color .25s ease;
}

.about-us-wrapper .active {
    color: #3c2d23;
    transition: color .25s ease;
}

@media all and (max-width:1600px){
    header .right-content .hamburger.active .hamburger-content .overflow-area .content .top .dropdown{
        right: 60px;
        bottom: 40px;
    }
    .hamburger .about-us-wrapper ul li{
        line-height: 8px;
    }
    .hamburger .about-us-wrapper::after{
        right: 120px;
    }
}
@media all and (max-width:1400px){
    .hamburger .about-us-wrapper::after{
        right: 144px;
        top: 4px;
        transform: scale(1);
    }
    .hamburger .about-us-wrapper.active::after{
        transform: rotate(180deg) scale(1);
    }
    }
    @media all and (max-width:1200px){
        .hamburger .about-us-wrapper::after{
            right: 168px;
        }
    }
    @media all and (max-width:992px){
        .hamburger .about-us-wrapper::after{
            right: 185px;
            top: 2px;
        }
    }
    @media all and (max-width:768px){
        .hamburger .about-us-wrapper{
            text-align: center;
            width: 129px;
            align-items: center!important;
            justify-content: center!important;
            margin-bottom: 0;
        }
        .hamburger .about-us-wrapper::after{
            right: -12px;
            top: 2px;
            transform: scale(1);
        }
        .hamburger .about-us-wrapper.active::after{
            transform: rotate(180deg) scale(1);
        }
        .hamburger .about-us-wrapper .about-us-wrapper-lists{
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: max-content;
        }
        .hamburger .about-us-wrapper.active .about-us-wrapper-lists{
            margin-bottom: 10px;
        }
        .hamburger .about-us-wrapper .about-us-wrapper-lists ul{
            align-items: center;
            justify-content: center;
            text-align: center;
            margin-bottom: 0;
        }
        .hamburger .about-us-wrapper ul li {
            line-height: 19px;
        }

    }
    @media all and (max-width:767px){
        .mobile-burger{
            display: flex!important;
        }
        .mobile-user-login{
            display: flex!important;
        }
        header .right-content .hamburger .hamburger-content .overflow-area .content .middle .links > a{
            display: none;
        }
        header .right-content .hamburger .hamburger-content .overflow-area .content .middle .links > *::after{
            display: none;
        }
        header .right-content .hamburger .hamburger-content .overflow-area .content .middle .links > .about-us-wrapper{
            display: none;
        }
        header .right-content .hamburger .hamburger-content .overflow-area .content .middle .right-text{
            display: none;
        }
        header .right-content .hamburger.active .hamburger-content a[title="Üye Girişi"] {
            display: none;
        }
        .mobile-user-login {
            display: flex;
        }

        header .right-content .hamburger .hamburger-content .overflow-area .content .middle .links > *:hover{
            padding-left: 0;
        }

        .mobile-burger .about-us-wrapper{
            text-align: center;
            width: 181px;
            margin-bottom: 11px;
            color: #ffffff;
        }
        .mobile-burger .about-us-wrapper::after{
            content: "";
            display: block;
            /*background: url(/public/media/uploads/editor/dropdown-arrow.png) no-repeat;*/
            position: absolute;
            right: 20px;
            top: 13px;
            width: 15px;
            height: 18px;
            transition: all .3s ease-out;
        }
        .mobile-burger .about-us-wrapper .active{
            color: #3c2d23;
        }
        .mobile-burger .about-us-wrapper .active::after{
            background: url(/public/assets/images/logos/dropdown-arrow-big.svg) no-repeat;
        }
        .mobile-burger .about-us-wrapper ul{
            align-items: center;
            justify-content: center;
            margin: 0;
        }
        .mobile-burger .about-us-wrapper ul li{
            line-height: 12px;
        }
        .mobile-burger .about-us-wrapper.active ul{
            margin-bottom: 10px;
        }
        .mobile-burger .about-us-wrapper.active ul li a{
            display: inline-block;
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 5px;
            font-family: "Roboto Condensed", sans-serif;
            color: #ffffff;
        }

        header .right-content .hamburger.active .hamburger-content .overflow-area .content .top .dropdown{
            display: none;
        }
        header .right-content .hamburger.active .hamburger-content .overflow-area .content .middle .search-bar{
            border: 1px solid #ffffff50;
            border-radius: 40px;
            padding-left: 20px;
            overflow: hidden;
        }
        header .right-content .hamburger.active .hamburger-content .overflow-area .content .top::after{
            content: "";
            position: absolute;
            bottom: 0;
            left: -20px;
            width: calc(100% + 40px);
            height: 1px;
            background-color: rgba(255, 255, 255, 0.5);
        }
        header .right-content .hamburger.active .hamburger-content .overflow-area .content .top .logo img{
            max-height: 67px;
        }
    }

.burger-guest-profiles{
    min-width: max-content;
}
header .search-bar .form-suggestions::before{
    z-index: 2;
}
header .right-content .hamburger .hamburger-content .overflow-area .content .top .search-bar form input{
    z-index: 3;
}
header .search-bar form input{
    z-index: 3;
}
header .search-bar form button{
    z-index: 3;
}

@media all and (max-width:575px){
    .section-header .left{
        text-align: center;
    }
}

header .search-bar .form-suggestions .suggest-content{
    z-index: 2 !important;
    color: #fff;
}
.button-form-icon{
    border: 1px solid #BA966A;
    padding: 8px 12px;
    background-color: transparent;
    color: white;
    transition: 300ms;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    min-height: 55px;
}
.button-form-icon > div *{
    line-height: 1.05;
}
.button-form-icon i{
    font-size: 24px;
}
.button-form-icon:hover{
    background-color: #BA966A;
    color: white;
}

.image-box{
    position: relative;
}
.active-selling-text{
    position: absolute;
    top: 0; 
    left: 50%;
    background-color: #ba7a56;
    padding: 7px 14px;
    font-size: 15px;
    z-index: 5;
    border-radius: 50px;
    transform: translateX(-50%);
}
.home-events .active-selling-text{
    left: 45px;
    top: 0px;
}

.section-line-left::after{
    /*background-color: transparent !important;*/
}
.home-events .section-header::after{
    /*background-color: transparent !important;*/
}
@media all and (min-width: 1400px) {
    .home-events .section-header::after{
        left: 33%;
        bottom: 26%;
    }
}

.home-events .section-header{
    align-items: start;
}
.home-umay .section-header::after{
    background-color: transparent !important;
}
.sticky-bottom-right{
    z-index: 99 !important;
}

.home-banner .nav-slider .item .item-body{
    height: 125px !important;
}
.home-banner .nav-slider .item .item-body .item-content .title-28{
    overflow: hidden !important;
}


@media all and (min-width: 1200px) {
    .home-banner .nav-slider.smaller-shown{
        width: 45%;
    }
}


.btn-rev-1{
    background-color: #C8895A;
    border-color: #C8895A;
}
.btn-rev-3{
    background-color: #E8CEAA;
    border-color: #C8895A;
    color: #3C2D23;
}

.home-banner .nav-slider .item .item-header{
    margin-bottom: 23px;
}
.home-banner .nav-slider .item .ff-kalnia{
    letter-spacing: -1px;
}

.btn-rev-2{
    background-color: transparent;
}


.title-56 {
font-size: 56px;
}
@media all and (max-width: 1450px) {
.title-56 {
    font-size: 52px;
}
}
@media all and (max-width: 1200px) {
.title-56 {
    font-size: 45px;
}
}
@media all and (max-width: 992px) {
.title-56 {
    font-size: 38px;
}
}
@media all and (max-width: 768px) {
.title-56 {
    font-size: 32px;
}
}
@media all and (max-width: 767px) {
.title-56 {
    font-size: 30px;
}
}

.section-education-detail {
    background-color: transparent;
    position: relative;
    padding-top: 100px;
    z-index: 1;
  }
  .section-education-detail .title-56 {
    font-size: 56px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Kalnia", serif;
  }
  .section-education-detail article {
    color: #3d2d23;
  }

  .section-education-detail .title-56 span.color-yellow {
    color: #BA966A;
    line-height: 1;
    font-size: 28px;
  }
  .section-education-detail .title-56 span.color-yellow:hover {
    color: #BA966A !important;
  }
  @media all and (max-width: 767px) {
    .section-education-detail {
      padding-top: 82px;
    }
  }
  .section-education-detail::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 35%;
    background-color: #edca90;
    z-index: -1;
  }
  @media all and (max-width: 767px) {
    .section-education-detail::after {
      width: 0%;
    }
  }

  .section-education-detail .article-attributes {
    display: flex;
    gap: 7.5px;
    font-size: 15px;
  }
  .section-education-detail .article-attributes span {
    padding-right: 7.5px;
    padding-top: 4px;
    padding-bottom: 2px;
    transition: all 0.3s ease;
  }
  .section-education-detail .article-attributes span:not(:last-child) {
    border-right: 2px solid #000;
  }
  .section-education-detail .article-attributes span:hover {
    color: #81715D;
  }
  .section-education-detail .inside ul {
    list-style: circle;
    padding-left: 15px;
  }
  .section-education-detail .inside ul li {
    margin-bottom: 7px;
  }

  .modal .checkbox-group label{
      color: black;

  }
  .modal .checkbox-group label a{
      color: black;

  }
  .modal .checkbox-group label a:hover{
      color: #BA966A;
  }
  .modal .checkbox-group label::after{
      border-color: #BA966A;
  }
  .modal .checkbox-group label::before{
      border-color: #BA966A;
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.168' height='6.892' viewBox='0 0 9.168 6.892'%3E%3Cg id='Group_888' data-name='Group 888' transform='translate(-242.33 -8048.258)'%3E%3Crect id='Rectangle_292' data-name='Rectangle 292' width='1.624' height='4.873' transform='matrix(0.719, -0.695, 0.695, 0.719, 242.33, 8051.645)' fill='%23000'/%3E%3Crect id='Rectangle_293' data-name='Rectangle 293' width='1.625' height='8.123' transform='translate(250.35 8048.258) rotate(45)' fill='%23000'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
    .home-banner .nav-slider .slick-slide .row{
      padding: 30px 15px;
      margin: 0;
      height: 100%;
    }
    .home-banner .nav-slider .slick-list{
        padding-left: 10px;
        margin-left: -10px;
    }
    .home-banner .nav-slider .item {
        background-color: #F7EAD5;
        border-radius: 50px;
        height: 100%;
        transition: all 300ms;
        padding: 14px;
        text-align: center;

    }
    .home-banner .nav-slider .item::before {
        display: none;
    }
    .home-banner .nav-slider .item:hover {
        -webkit-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.20) !important;
        -moz-box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.20) !important;
        box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.20) !important;
    }
    .home-banner .nav-slider .item .item-content {
        padding: 0 !important;
    }
    .home-banner .nav-slider .item .item-content .color-new-black {
        transition: all 300ms;
    }
    .home-banner .nav-slider .slick-track {
        display: flex !important;
    }
    .home-banner .nav-slider .slick-slide
    {
        height: inherit !important;
    }
    .home-banner .nav-slider .slick-slide > div
    {
        height: 100%;
    }
    .home-banner .slick-arrow::after{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='76.868' height='76.989' viewBox='0 0 76.868 76.989'%3E%3Cpath id='Path_310' data-name='Path 310' d='M75.316,41.687A37.5,37.5,0,1,1,37.083.5V0A37.994,37.994,0,1,0,75.817,41.687Z' transform='translate(0.5 0.512)' fill='%23000' stroke='%233c2d23' stroke-width='1'/%3E%3C/svg%3E%0A");
    }
    .home-banner .slick-next::before{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.614' height='12.303' viewBox='0 0 7.614 12.303'%3E%3Cg id='Group_459' data-name='Group 459' transform='translate(1.414 10.888) rotate(-90)'%3E%3Cline id='Line_149' data-name='Line 149' y2='6.733' transform='translate(9.474 0) rotate(45)' fill='none' stroke='%233c2d23' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_150' data-name='Line 150' y1='6.733' transform='translate(4.761 4.786) rotate(135)' fill='none' stroke='%233c2d23' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    }

/*  blur efektli  */
/*
.home-image-gallery .item{
    position: relative;
}
.home-image-gallery .item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(249 234 211 / 55%);
    visibility: visible;
    transition: all 1s;
    z-index: 1;
    backdrop-filter: blur(2px) brightness(85%);
    -webkit-backdrop-filter: blur(2px) brightness(85%);
}
.home-image-gallery .item:hover::before{
    opacity: 0;
    visibility: hidden;
}
.home-image-gallery .slick-slide{
    filter: unset !important;
}*/

/* normalde orjinal resim üzerine gelince blur */
/*.home-image-gallery .item{
    position: relative;
}
.home-image-gallery .item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(249 234 211);
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
    z-index: 1;
}
.home-image-gallery .item:hover::before{
    visibility: visible;
    opacity: .5;
}
.home-image-gallery .slick-slide{
    filter: unset !important;
}*/


.home-image-gallery .item{
    position: relative;
}
.home-image-gallery .item::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(61 45 35 / 55%);
    visibility: visible;
    transition: all 1s;
    z-index: 1;
}
.home-image-gallery .item:hover::before{
    opacity: 0;
    visibility: hidden;
}
.home-image-gallery .slick-slide{
    filter: unset !important;
}
.loading-box{
    background: rgb(61 45 35 / 55%);
    position: relative;
    overflow: hidden;
}
.loading-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: auto;
    tranform: translate(-50%, -50%);
    animation: scaleImg 6s linear infinite;
    transition: scale;
}


header{
    justify-content: start;
}
header .search-bar{
    margin-left: auto;
}
header .logo .sticky-logo{
    display: none;
}
header.sticky > .logo .sticky-logo{
    display: block;
}
header.sticky > .logo .main-logo{
    display: none;
}

@media all and (max-width: 992px) {
    header.sticky .logo .sticky-logo{
        display: none;
    }
    header.sticky > .logo .main-logo{
        display: block;
        filter: brightness(0) invert(1);
    }
}
header.sticky > .logo{
    width: 100px;
    position: relative;
}
header > .logo{
    width: 100px;
}
/*header.sticky::before{
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    width: 50px;
    height: 50px;
    background: #edca90;
    border: 1px solid #3c2d23;
    border-top: none;
    border-left: none;
    z-index: -1;
}*/
header.sticky > .logo .sticky-logo{
    /*max-width: 32px;*/
    position: absolute;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
    width: 40px;
    height: auto !important;
    max-height: unset !important;
}
@media all and (max-width: 575px) {
    header.sticky > .logo .sticky-logo{
        max-width: 30px;
    }
}
.limited-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Maksimum satır sayısı */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limited-text-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum satır sayısı */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.limited-text-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Maksimum satır sayısı */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media all and (min-width: 992px) {
    .home-banner .slider-content .items .item .content{
        bottom: 50%;
        transform: translateY(50%);
        padding: 50px 50px 50px 140px;
    }
}
header .header-card{
    font-size: 19px;
}
header .header-card img{
    width: 20px;
}
.hamburger .header-card img,
header.sticky .header-card img{
    filter: brightness(0) invert(1);
}

.button-read-more-text{
    font-size: 16px;
    color: #3C2D23;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 20px;
    transition: all 300ms;
}
.button-read-more-text:hover{
    color: #d9af59;
}

.container .section-header{
    padding: 0;
}

.product-item{
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    z-index: 1;
}
.product-item.type-past .product-button,
.product-item.type-past .content-hover{
    background: #E7CBA6;
}
.product-item.type-past .content{
    text-align: center;
}

/*.product-item.type-4 .product-button,
.product-item.type-4 .content-hover{
    background: #6E9B99;
}
.product-item.type-2 .product-button,
.product-item.type-2 .content-hover{
    background: #444444;
}*/
.product-item::before{
    content: '';
    background: #F7EAD5;
    border-radius: 50px;
    position: absolute;
    width: 100%;
    height: calc(100% - 15px);
    left: 0;
    top: 0;
    z-index: -1;
}
.product-item:hover .active-selling-text{
    color: white;
}
.product-item:hover > a:hover{
    color: white;
}
.product-item:hover .content-hover{
    top: 0;
}
.product-item .active-selling-text{

}
.product-item .image{
    padding: 14px 16px 0;
    position: relative;
}
.product-item figure{
    /*max-width: 275px;*/
    --bs-aspect-ratio: 125%;
    margin: 0 auto;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}
.product-item figure img{
}
.product-item .content{
    color: #3C2D23;
    position: relative;
    padding: 25px 17px 0;
    transition: all 300ms;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-item .content > *{
    transition: all 300ms;
}
.product-item .product-button{
    background: #CD6714;
    color: white;
    border-radius: 50px;
    padding: 10px 15px;
    width: calc(100% - 30px);
    margin: auto auto 0 !important;
    text-align: center;

}
.product-item .content > *:nth-last-child(3){
    margin-bottom: auto;
}
.product-item .content-hover{
    padding: 25px 17px 0;
    color: white;
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
    width: 100%;
    height: calc(100%);
    border-radius: 50px;
    background: #CD6714;
    z-index: 1;
    transition: all 300ms;
    display: flex;
    flex-direction: column;
}

.product-item .content .content-hover > *:nth-last-child(2){
    margin-bottom: auto;
    margin-top: auto !important;
}

.home-memories-v2 .section-header::after{
    display: none;
}


.home-memories-image-galleries .slick-slide{
    line-height: 0;
}
.home-memories-image-galleries .ratio{
    --bs-aspect-ratio: 150%;
}

.home-memories-image-galleries .item{
    position: relative;
}
.home-memories-image-galleries .item:hover::before{
    opacity: 0;
    visibility: hidden;
}
.home-memories-image-galleries .item:hover img{
    filter: grayscale(0);
}
.home-memories-image-galleries .item::before{
    background: #C2B3A3;
    width: 100%;
    height: 100%;
    opacity: 70%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
    transition: all 800ms;
}
.home-memories-image-galleries .item img{
    filter: grayscale(1);
    -webkit-transform: translateZ(0);
    transition: all 800ms;
}



.slick-same-height .slick-track {
    display: flex !important;
}
.slick-same-height .slick-slide {
    height: inherit !important;
}
.slick-same-height .slick-slide > div {
    height: 100%;
}

.letter-spacing{
    letter-spacing: -3.5px;
}
.price .letter-spacing{
    letter-spacing: -2.5px;
}
@media all and (max-width: 1400px) {
    .letter-spacing{
        letter-spacing: -1.5px;
    }
    .price .letter-spacing{
        letter-spacing: -1.5px;
    }
}

#pastEventsNewsletterForm{
    color: #3C2D23;
}
#pastEventsNewsletterForm a{
    color: #3C2D23;
}
#pastEventsNewsletterForm a:hover{
    color: #CD6714;
}
#pastEventsNewsletterForm input {
    color: #3C2D23;
    background: #F7EAD5;
    padding: 16px 30px;
    border: none;
}
#pastEventsNewsletterForm .form-group {
    position: relative;
}
#pastEventsNewsletterForm .form-group button {
    position: absolute;
    right: 0;
    top: calc(100% + 16px);
    width: 110px;
    padding: 16px 0;
}
#pastEventsNewsletterForm .form-group button:hover span {
    left: 25px;
}
#pastEventsNewsletterForm .form-group button span {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms;
    z-index: 1;
}
#pastEventsNewsletterForm > label {
    margin-top: 16px !important;
    padding-top: 14px;
    width: 100%;
    border-top: 1px solid #707070;
}
#pastEventsNewsletterForm input::placeholder {
     color: #3C2D23;
     opacity: 1; /* Firefox */
}
#pastEventsNewsletterForm input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #3C2D23;
}

.home-blog{
    position: relative;
    background: transparent;
}
.home-blog::before{
    content: '';
    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 50% 100%, 0 50%);
    background: #EAD9C6;
    width: 100%;
    height: 67.5vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.home-blog .blog-header{
    margin-top: -100px;
    color: #3C2D23;
}

.home-blog .blog-header h2{
    position: relative;
    width: max-content;
}
.home-blog .blog-header h2::before{
    content: '';
    position: absolute;
    left: calc(100% + 66px);
    top: calc(50% - 1px);
    width: 100vw;
    height: 1px;
    background: #3C2E23;
}

.blog-item-small{
    position: relative;
    z-index: 1;
    padding: 20px;
    background: #F3E9D3;
    border-radius: 50px;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    color: #3C2D23;
    transition: all 300ms;
}
.blog-item-small:hover{
    color: #fff !important;
    background: #3C2D23;
}
.blog-item-small:hover .button_read_now{
    padding-left: 20px;
}
.blog-item-small figure{

}
.blog-item-small figure img{
    border-radius: 40px;
}
.blog-item-small .content{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 15px 15px;
}
.blog-item-small .content >:last-child{
    margin-top: auto;
}
.blog-item-small .content .blog-item-title{
    line-height: 25px;
    min-height: 50px;
}
.blog-item-small .content .button_read_now{
    transition: all 300ms;
}


.blog-item-big{
    display: flex !important;
    flex-direction: column;
    height: 100%;
    color: #3C2D23;
    position: relative;
    z-index: 1;
}
.blog-item-big:hover{
    color: #3C2D23;
}
.blog-item-big:hover figure{
    background: #3C2D23;
}
.blog-item-big:hover .button_read_now{
    padding-left: 20px;
}
.blog-item-big figure{
    transition: all 300ms;
    background: #F3E9D3;
    padding: 30px;
    border-radius: 50px 50px 50px 0;
}
.blog-item-big figure img{
    border-radius: 30px 30px 30px 0;
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}
.blog-item-big .content{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog-item-big .content .button_read_now{
    transition: all 300ms;
}

@media all and (min-width: 992px) {
    .home-blog .items .slick-slide[data-slick-index="0"]{
        display: none;
    }
}



.umay-ana-kimdir{
    text-align: center;
}
.umay-ana-kimdir .content{

}
.umay-ana-kimdir .content p{
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 300;
    line-height: 24px;
    margin: 0 auto 19px;
}
.umay-ana-kimdir img{
    margin: 0 auto;
    display: block;
}
.umay-ana-kimdir img.with-bg{
    background: #fcefe3;
}
.umay-ana-kimdir .top{
    position: relative;
}
.umay-ana-kimdir .top::before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: -83px;
    width: 1320px;
    height: calc(100% + 150px);
    max-width: calc(100vw - 60px);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1321.549' height='1246.146' viewBox='0 0 1321.549 1246.146'%3E%3Cpath id='Path_2788' data-name='Path 2788' d='M444.986,36.986,766.668-68.828,1149.689-73.8,1493.367,33l115.219,264V727L1326.08,1172.348H621.738L287.037,727.93V298.8Z' transform='translate(-287.037 73.799)' fill='%239d6b4e'/%3E%3C/svg%3E%0A");
}
.umay-ana-kimdir .bot{
    position: relative;
    text-align: left;
    color: #9D6B4E;
    padding-top: 50px;
}
.umay-ana-kimdir .bot::before{
    content: '';
    position: absolute;
    z-index: -2;
    left: 50%;
    transform: translateX(-50%);
    top: -300px;
    width: 1740px;
    height: calc(100% + 300px);
    max-width: calc(100vw - 60px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1742.152' height='1278.617' viewBox='0 0 1742.152 1278.617'%3E%3Cpath id='Path_2789' data-name='Path 2789' d='M379.9,52.295H1431.788l308.378,370.059-234.927,755.656-861.478,152.9-645.747-231L103.742,359.5Z' transform='translate(1.986 -52.295)' fill='%23ead9c6'/%3E%3C/svg%3E%0A");
}
@media all and (max-width: 1400px) {
    .umay-ana-kimdir .top{
        position: relative;
        padding-top: 0;
    }

    .umay-ana-kimdir .top::before{
        top: -100px;
        height: calc(100% + 100px);
        background-size: auto 100%;
    }
}
@media all and (max-width: 992px) {
    .umay-ana-kimdir .content p{
        font-size: 16px;
        line-height: 21px;
    }

    .umay-ana-kimdir .top::before{
        max-width: calc(100% + 30px);
    }

    .umay-ana-kimdir .bot::before{
        top: -515px;
    }
}
@media all and (max-width: 768px) {
    .umay-ana-kimdir .bot::before{
        top: -200px;
        left: 0;
        width: 100%;
        height: calc(100% + 200px);
        background: #EAD9C6;
        transform: translateX(0);
    }
}


.educators-page-banner{
    background: #CE8B67;
    color: white;
}


.educators-list{
    background: #CE8B67;
}
.educator-item-v2{
    padding: 0 50px 30px;
    position: relative;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.educator-item-v2::before{
    background: #C5764F;
    position: absolute;
    content: '';
    width: 100%;
    border-radius: 100px;
    height: calc(100% - 50px);
    top: 50px;
    left: 0;
    transition: all 300ms;
    z-index: -1;
}
.educator-item-v2:hover::before{
    background: #ad805d;
}
.educator-item-v2 figure{
    --bs-aspect-ratio: 125%;
    background: #fff;
    border-radius: 100px;
    overflow: hidden;
}
.educator-item-v2 figure img{
    object-position: bottom center;
    object-fit: contain;
    padding: 30px 15px 0;
}
.educator-item-v2 .content{
    padding-top: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.educator-item-v2 .content .line{
    border-color: white;
}
.educator-item-v2 .content .buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 15px;
    flex-wrap: wrap;
}

.educator-item-v2 a{
    color: white;
}
.educator-item-v2 a:hover{
    color: #3c2d23;
}

.educator-banner{
    background: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1741.279' height='683.84' viewBox='0 0 1741.279 683.84'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='1741.279' height='683.84' fill='none'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect width='1741.279' height='975.68' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Repeat_Grid_5' data-name='Repeat Grid 5' transform='translate(1741.279 683.84) rotate(180)' clip-path='url(%23clip-path)'%3E%3Cg transform='translate(-61.362 49.84)'%3E%3Cg id='Group_1648' data-name='Group 1648' transform='translate(1871.002 663.16) rotate(180)'%3E%3Cg id='Repeat_Grid_4' data-name='Repeat Grid 4' transform='translate(68.361 -262.68)' clip-path='url(%23clip-path-2)'%3E%3Cg transform='translate(-68.361 262.68)'%3E%3Cpath id='Path_2817' data-name='Path 2817' d='M18.957,148.594,307.526-58.895,957,184.623,1569-58.895,1760.236,221.83,1569,759.26,884.159,916.785,241.133,729.674Z' transform='translate(49.404 -203.785)' fill='%23C5764F'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    color: #fff;
    z-index: 1;
    position: relative;
}
.educator-banner .breadcrumb{
    justify-content: end;
    color: #3A2D25;
}
.educator-banner .breadcrumb li,
.educator-banner .breadcrumb a{
    color: #3A2D25;
}
.educator-banner .breadcrumb li:hover,
.educator-banner .breadcrumb a:hover{
    color: white;
}
.educator-banner .content{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.educator-banner .content .add-favorites{
    padding: 10px 20px;
    background: #e2cabd;
    border: none;
    border-radius: 0 50px 50px 0;
    color: #3A2D25;
}

.educator-banner .content .add-favorites svg path{
    fill: #3A2D25;
}

.educator-banner .content .add-favorites:hover{
    background: #3A2D25;
    color: white;
}

.radius-image-box{
    background: #F9EAD5;
    border-radius: 200px;
    --bs-aspect-ratio: 125%;
    overflow: hidden;
}
.radius-image-box::after{
    background: #E2CABD;
    border-radius: 180px;
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
.radius-image-box img{
    padding: 50px 20px 0;
    z-index: 1;
    object-fit: contain;
}

.bg-orange{
    background: #CE8B67;
}

.forget-password{
    overflow: hidden;
    color: white;
}
.forget-password .bg-orange{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
}
.forget-password .bg-orange .title{
    margin-top: auto;
}
.forget-password .bg-orange form{
    width: 100%;
}
.forget-password .bg-orange form input{
    border-color: white;
    color: white;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.forget-password .bg-orange form input::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}
.forget-password .bg-orange form input::-ms-input-placeholder { /* Edge 12 -18 */
    color: white;
}
.forget-password .bg-orange::before{
    position: absolute;
    left: 0;
    top: -100vh;
    height: 300vh;
    width: 100%;
    content: '';
    background: #CE8B67;
    z-index: -1;
}
.forget-password .bg-orange .turn-back-button{
    margin-top: auto;
}

.bg-light-pink{
    background: #FFF8EB;
    color: #3B3027;
}

.blog-list{
    overflow: hidden;
}
.blog-list .bg-line-box{
    position: relative;
}
.blog-list .bg-line-box::before{
    content: '';
    position: absolute;
    left: -100vw;
    top: calc(100% + 20px);
    width: 300vw;
    height: 550px;
    background: #EAD9C6;
    z-index: 0;
}

.bordered-image{
    background: #F3E9D3;
    border-radius: 36px;
    padding: 30px;
}
.bordered-image img{
    border-radius: 10px;
}
.bordered-image-product{
    background: #E2CABD;
    border-radius: 300px;
    border: 14px solid #F9EAD5;
    overflow: hidden;
}
.bordered-image-product img{
    object-fit: contain;
    object-position: bottom center;
    padding-top: 57px;
}
.bordered-image-product.bg-v2{
    background: #F9EAD5;
    border: 14px solid #E2CABD;
}
.bordered-image-product.bg-v2 img{
    object-fit: cover;
    object-position: center;
    padding-top: 0px;
}

.blog-detail p{
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
}
.blog-detail h1,
.blog-detail h2,
.blog-detail h3,
.blog-detail h4,
.blog-detail h5,
.blog-detail h6 {
    font-family: "Kalnia", serif;
    color: #D38650;
}

.homepage-lets-talk img{
    max-width: 350px;
}


.swapLogo {
    position: relative;
    width: 250px;
    height: 65px !important;
}
.swapLogo div {
    position: absolute;
    width: 43px;
    height: 150px;
    opacity: 0;
    top: 0;
    left: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-image: var(--top-img);
}
.swapLogo div.bottom {
    opacity: 1;
    background-image: var(--bottom-img);
    background-size: 30px auto;
    -webkit-animation: anim2 8s infinite alternate;
    animation: anim2 8s infinite alternate;
}
.swapLogo div.top {
    -webkit-animation: anim 8s infinite alternate;
    animation: anim 8s infinite alternate;
}
header.sticky .swapLogo div.bottom{
    background-image: var(--top-img) !important;
    background-size: contain;
}
header.sticky .swapLogo{
    height: 100%;
}

@media all and (max-width: 992px) {
    .swapLogo div {
        left: 6px;
    }
    header .swapLogo div.bottom{
        background-image: var(--top-img) !important;
        background-size: contain;
    }
}
@-webkit-keyframes anim {
    0% {
        opacity: 0;
    }
    36.36% {
        opacity: 0;
    }
    63.63% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes anim {
    0% {
        opacity: 0;
    }
    36.36% {
        opacity: 0;
    }
    63.63% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes anim2 {
    0% {
        opacity: 1;
    }
    36.36% {
        opacity: 1;
    }
    63.63% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes anim2 {
    0% {
        opacity: 1;
    }
    36.36% {
        opacity: 1;
    }
    63.63% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.education-banner-2{

}
.page-banner .breadcrumb{
    color: #3A2D25;
}
.page-banner .breadcrumb li,
.page-banner .breadcrumb a{
    color: #3A2D25;
}
.page-banner .breadcrumb a:hover{
    color: #D38650;
}

.education-banner-2 .breadcrumb{
    justify-content: end;
    color: #3A2D25;
    margin-top: 30px;
}
.education-banner-2 .breadcrumb li,
.education-banner-2 .breadcrumb a{
    color: #3A2D25;
}
.education-banner-2 .breadcrumb a:hover{
    color: #D38650;
}
.changed-images{
    position: relative;
}
.changed-images figure:nth-child(2){
    animation: anim 12s infinite alternate;
    -webkit-animation: anim 12s infinite alternate;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-info{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-info .item{
    min-width: 100px;
    color: #3A2D25;

}
.product-info a{
    transition: all 300ms;
}
.product-info a:hover{
    color: #D38650;
}

.button-detail-add-to-cart{
    padding: 12px 70px;
    width: 100%;
    min-width: 420px;
    max-width: 420px;
    background-color: #E2CABD;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    color: #fff;
    transition: all 300ms;
    font-weight: 700;
    font-size: 23px;
    border-radius: 0 50px 50px 0;
}
@media all and (max-width: 1200px) {

    .button-detail-add-to-cart{
        min-width: 200px;
        padding: 12px 40px;
    }
}
.button-detail-add-to-cart.type-2{
    /*background-color: #444444;*/
    background-color: #D38650;
}
.button-detail-add-to-cart.type-3{
    background-color: #D38650;
}
.button-detail-add-to-cart.type-4{
    /*background-color: #6E9B99;*/
    background-color: #D38650;
}
.button-detail-add-to-cart:hover{
    background-color: #3c2d23 !important;
}

.button-brown{
    border-radius: 25px;
    background: #7C6C56;
    color: white !important;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 45px;
    transition: all 300ms;
    display: block;
    text-align: center;
}
.button-brown:hover{
    color: white !important;
    background: #3C2E23 !important;
}
.button-white-radius{
    border-radius: 25px;
    background: #fff;
    color: #3C2E23 !important;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 45px;
    transition: all 300ms;
    display: block;
    text-align: center;
}
.button-white-radius:hover{
    color: white !important;
    background: #3C2E23 !important;
}

.education-banner-2 .line{
    border-color: rgba(179, 156, 128, 0.22);
}

.policies-item{
    padding: 65px;
    border-radius: 50px;
    background: #F9EAD4;
    display: block;
    transition: all 300ms;
}
.policies-item:hover{
    background: #D38650;
    color: white;
}
.policies-item:hover .policies-item-button,
.policies-item:hover .color-orange{
    color: white;
    border-color: #fff;
}
.policies-item .color-orange{
    color: #D38650;
    letter-spacing: -1.5px;
    transition: all 300ms;
}
.policies-item .policies-item-button{
    color: #D38650;
    border-bottom: 1px solid #707070;
    width: 100%;
    padding-bottom: 15px;
    transition: all 300ms;
}
@media all and (max-width: 768px) {
    .policies-item{
        padding: 30px;
    }
}

.bg-light-pink .breadcrumb *{
    color: #3C2D23;
}

.bg-policies-content{
    background: #F9EAD4;
    padding: 65px;
    border-radius: 50px;
}
.bg-policies-content h1,
.bg-policies-content h2,
.bg-policies-content h3,
.bg-policies-content h4,
.bg-policies-content h5,
.bg-policies-content h6{
    color: #D38650;
}

.bg-coupon{
    background: rgba(255, 255, 255, 0.5);
    padding-top: 50px;
    padding-bottom: 50px;
}


.radius-bg-box{
    background: #F9EAD4;
    border-radius: 50px;
}
.radius-bg-box-pink{
    background: #F2E6DC;
    border-radius: 50px;
}
.radius-bg-box-brown{
    background: #EAD9C6;
    border-radius: 50px;
}

.bg-banner-image{
    position: relative;
}
.bg-banner-image::before{
    position: absolute;
    left: 50%;
    top: -100px;
    width: 1740px;
    transform: translateX(-50%);
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1741.279' height='975.68' viewBox='0 0 1741.279 975.68'%3E%3Cpath id='Path_2819' data-name='Path 2819' d='M18.957,148.594,307.526-58.895,957,184.623,1569-58.895,1760.236,221.83,1569,759.26,884.159,916.785,241.133,729.674Z' transform='translate(-18.957 58.895)' fill='%23ead9c6' opacity='0.3'/%3E%3C/svg%3E%0A");
    max-width: 90%;
}

.mini-cart.v2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
}
.mini-cart.v2 .item{
    padding: 30px 50px 30px 70px;
    border-radius: 50px;
    background: #F9EAD4;
}
.mini-cart.v2 .item .img{
    width: 170px;
    height: unset;
}
.mini-cart.v2 .item img{
    border-radius: 200px;
    border: 8px solid #E2CABD;
    background: transparent;
}
.mini-cart.v2 .item .info{
    padding-left: 50px;
}

.my-account-wrapper form{
    padding: 40px;
    border-radius: 50px;
    background: #EAD9C6;
}
.my-account-wrapper form input,
.my-account-wrapper form select,
.my-account-wrapper form textarea{
    border: 1px solid #886F5E;
    padding: 0 10px;
    line-height: 40px;
    background: #F7EAD5;
    color: #000;
}
.my-account-wrapper form input::placeholder,
.my-account-wrapper form select::placeholder,
.my-account-wrapper form textarea::placeholder{
    color: black;
    opacity: 1; /* Firefox */
}
.my-account-wrapper form input::-ms-input-placeholder,
.my-account-wrapper form select::-ms-input-placeholder,
.my-account-wrapper form textarea::-ms-input-placeholder{
    color: black;
}


.liner {
    position: relative;
    z-index: 2;
    height: 1px;
    width: 100%;
}
.liner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 76.3%;
    height: 100%;
    background-color: rgba(60, 45, 35, 0.5);
}
.liner.liner-right::after {
    left: auto;
    right: 0;
}
.liner.liner-left::after {
    right: auto;
    left: 0;
}

.educator-application .form-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: #FFF8EB;
}
@media all and (max-width: 1100px) {
    .educator-application .form-wrapper {
        background-color: #9D6B4E;
    }
}
.educator-application .form-wrapper .form-bg-color {
    background-color: #FFF8EB;
    z-index: 1;
}
.educator-application .form-wrapper .form-bg-top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}
.educator-application .form-wrapper .form-bg-top img {
    width: 100%;
}
@media all and (min-width: 1921px) {
    .educator-application .form-wrapper .form-bg-top {
        max-width: 1920px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media all and (max-width: 1600px) {
    .educator-application .form-wrapper .form-bg-top {
        height: 600px;
    }
    .educator-application .form-wrapper .form-bg-top img {
        height: 100%;
    }
}
.educator-application .form-wrapper .form-bg-bottom {
    position: relative;
    z-index: 2;
    margin-top: -550px;
}
@media all and (min-width: 1921px) {
    .educator-application .form-wrapper .form-bg-bottom {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media all and (max-width: 1400px) {
    .educator-application .form-wrapper .form-bg-bottom {
        margin-top: -380px;
    }
}
@media all and (max-width: 1100px) {
    .educator-application .form-wrapper .form-bg-bottom {
        display: none;
    }
}
.educator-application .form-wrapper .inside {
    position: relative;
    z-index: 5;
}
.educator-application .form-wrapper .inside .title-area h1 {
    color: #3B3027;
    font-size: 50px;
}
@media all and (max-width: 1400px) {
    .educator-application .form-wrapper .inside .title-area h1 {
        font-size: 42px;
    }
}
@media all and (max-width: 1200px) {
    .educator-application .form-wrapper .inside .title-area h1 {
        font-size: 35px;
    }
}
@media all and (max-width: 992px) {
    .educator-application .form-wrapper .inside .title-area h1 {
        font-size: 30px;
    }
}
@media all and (max-width: 767px) {
    .educator-application .form-wrapper .inside .title-area h1 {
        font-size: 25px;
    }
}
.educator-application .form-wrapper .inside .container-1100 {
    width: 100%;
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside {
    position: relative;
    z-index: 10;
    padding-top: 375px;
}
@media all and (max-width: 992px) {
    .educator-application .form-wrapper .inside .container-1100 .form-inside {
        padding-top: 320px;
    }
}
@media all and (max-width: 575px) {
    .educator-application .form-wrapper .inside .container-1100 .form-inside {
        padding-top: 200px;
    }
}
.educator-application .form-wrapper .inside .container-1100 .form-inside .form-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside .form-bg img {
    width: 100%;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form {
    width: 100%;
    padding: 0 220px;
}
@media all and (max-width: 1100px) {
    .educator-application .form-wrapper .inside .container-1100 .form-inside form {
        padding: 0 75px;
    }
}
@media all and (max-width: 992px) {
    .educator-application .form-wrapper .inside .container-1100 .form-inside form {
        padding: 0 50px;
    }
}
@media all and (max-width: 600px) {
    .educator-application .form-wrapper .inside .container-1100 .form-inside form {
        padding: 0;
    }
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper {
    margin-bottom: 55px;
}
@media all and (max-width: 992px) {
    .educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 767px) {
    .educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper {
        margin-bottom: 40px;
    }
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper input, .educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper textarea {
    border-bottom: 1px solid #fff;
    font-size: 18px;
}
@media all and (max-width: 992px) {
    .educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper input, .educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper textarea {
        font-size: 16px;
    }
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper input::-moz-placeholder, .educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper textarea::-moz-placeholder {
    font-size: inherit;
    text-align: center;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper input::placeholder, .educator-application .form-wrapper .inside .container-1100 .form-inside form .input-wrapper textarea::placeholder {
    font-size: inherit;
    text-align: center;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .photo-uploader {
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    cursor: pointer;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .photo-uploader .uploader-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .photo-uploader .uploader-bg img {
    width: 100%;
    height: inherit;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .photo-uploader .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    height: inherit;
    text-align: center;
    padding: 0 20px;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .photo-uploader:hover {
    mix-blend-mode: overlay;
    -moz-mix-blend-mode: overlay;
    -webkit-mix-blend-mode: overlay;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .check-area .check-wrapper {
    display: flex;
    gap: 15px;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .check-area .check-wrapper .checkbox_input {
    width: 15px;
    height: 15px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 3px;
    margin-left: 5px;
    border: none;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .check-area .check-wrapper .checkbox_input::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(/frontend/images/educator-application/check.svg) no-repeat;
    background-size: contain;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .check-area .check-wrapper .checkbox_input:checked::after {
    background: url(/frontend/images/educator-application/checked.svg) no-repeat;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .btn_form_sender {
    width: 100%;
    max-width: 267px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #CE8B67;
    letter-spacing: -0.2px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.educator-application .form-wrapper .inside .container-1100 .form-inside form .btn_form_sender:hover {
    background-color: #CE8B67;
    color: #fff;
}/*# sourceMappingURL=css.css.map */


.educator-application select{
    color: #fff;
    text-align: center;
    border-color: white;
}
.educator-application .checkbox-group label::before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.168' height='6.892' viewBox='0 0 9.168 6.892'%3E%3Cg id='Group_888' data-name='Group 888' transform='translate(-242.33 -8048.258)'%3E%3Crect id='Rectangle_292' data-name='Rectangle 292' width='1.624' height='4.873' transform='matrix(0.719, -0.695, 0.695, 0.719, 242.33, 8051.645)' fill='%23fff'/%3E%3Crect id='Rectangle_293' data-name='Rectangle 293' width='1.625' height='8.123' transform='translate(250.35 8048.258) rotate(45)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.educator-application .checkbox-group label::after{
    border-color: white;
}
.educator-application .checkbox-group label{
    color: white;
}
.educator-application .checkbox-group label a{
    color: white;
}
.educator-application .checkbox-group label a:hover{
    color: #BA966A;
}
.educator-application .button-bordered.yellow{
    color: #CE8B67;
    background-color: white;
    border-color: white;
}
.educator-application .button-bordered.yellow:hover{
    color: #fff;
    background-color: #32281C;
    border-color: #32281C;
}
.educator-application .button-bordered.yellow:hover{
    color: #fff;
    background-color: #32281C;
    border-color: #32281C;
}

header .header-card{
    position: relative;
}
header .header-card .number{
    position: absolute;
    background: #ead9c6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -15px;
    left: -11px;
    z-index: 1;
    line-height: 20px;
    text-align: center;
    color: #3c2d23;
    font-size: 13px;
    font-weight: 700;
}

.newsletter-container.login .left{
    order: 2;
}

.ff-norique font{
    font-family: "Kalnia", serif;
}

/* Checkbox white filter */
.newsletter-container .right .checkbox-group label::before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(283deg) brightness(104%) contrast(101%);
}
.contact-form button{
    color: #F7EAD5 !important;
}

/* Checkbox white filter */


.actions-buttons select{
    background-color: #E2CABD;
    border: none;
    color: #3C2E23;
    padding: 15px 30px;
    border-radius: 50px;
}
.actions-buttons{
    align-items: end;
}
.actions-buttons .share-link,
.actions-buttons .favorites{
    padding-bottom: 20px;
}

.max-content{
    width: max-content;
}

/** Umay Ana **/

.umay-ana-page .outside {
    position: relative;
    overflow: hidden;
  }
  .umay-ana-page .umay-ana-head {
    background-color: #E3E1D5;
    position: relative;
  }
 
  
  .umay-ana-page .umay-ana-head .umay-head {
    position: relative;
    z-index: 2;
    bottom: -3px;

    max-width: 1400px;
    margin: 0 auto;
  }
  /* .umay-ana-page .umay-ana-head .umay-head::after, .umay-ana-page .umay-ana-head .umay-head::before {
    display: none;
  } */
  .umay-ana-page .umay-ana-head .umay-head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    bottom: 0px;
    transform: translateX(-100%);
    background: url(/public/media/uploads/editor/umay-ana/rev/ana-before.png) no-repeat;
    background-size: contain;
    width: 831px;
    height: 143.5px;

    left: 8px ;
    bottom: -37px ;
  }
  .umay-ana-page .umay-ana-head .umay-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    transform: translateX(100%);
    background: url(/public/media/uploads/editor/umay-ana/rev/ana-after.png) no-repeat;
    background-size: contain;
    width: 288px;
    height: 29px;

    right: 3px;
    bottom: -8px ;
  }
  @media all and (min-width: 1921px) {
    .umay-ana-page .umay-ana-head .umay-head {
      bottom: -43px;
      max-width: 1921px;
      margin: 0 auto;
    }
    .umay-ana-page .umay-ana-head .umay-head::after, .umay-ana-page .umay-ana-head .umay-head::before {
      display: block;
    }
    .umay-ana-page .umay-ana-head .umay-head::before {
      left: 12px;
      bottom: 5px;
    }
    .umay-ana-page .umay-ana-head .umay-head::after {
      bottom: 0px;
      right: -1px;
    }
  }
  .umay-ana-page .umay-ana-head .umay-head-text {
    position: absolute;
    left: 47%;
    top: 38%;
    z-index: 2;
    max-width: 31.5%;
  }
  @media all and (max-width: 1400px) {
    
    .umay-ana-page .umay-ana-head .umay-head::after, .umay-ana-page .umay-ana-head .umay-head::before {
      display: none;
    }
   
  }

  .umay-ana-page .umay-ana-head .umay-head-text {
    position: absolute;
    left: 47%;
    top: 38%;
    z-index: 2;
    max-width: 31.5%;
  }
  @media all and (max-width: 767px) {
    .umay-ana-page .umay-ana-head .umay-head-text {
      top: 30%;
      max-width: 47.5%;
    }
  }
  @media all and (min-width: 1921px) {
    .umay-ana-page .umay-ana-head .umay-head{
      max-width: 1550px;
    }
    .umay-ana-page .umay-ana-head .umay-head-text{
      top: 46%;
    }
    .umay-ana-page .umay-ana-head .umay-head::before{
        bottom: -19px;
    }
  }
  .umay-ana-page .umay-ana-head .umay-head-text img {
    width: 100%;
    max-width: 100%;
  }
  .umay-ana-page .umay-ana-body {
    background-color: #553620;
  }
  .umay-ana-page .umay-ana-body-2 {
    background-color: #E3E1D5;
    color: #3c2d23;
  }/*# sourceMappingURL=style.css.map */


.color-a-brown a{
    color: #d38650;
}
.color-a-brown a:hover{
    color: #000;
}

.share-bar i{
    color: #3c2d23;
}
.share-bar i:hover{
    color: #000;
}

.umaydayiz-images img{
    border-radius: 50px;
}
.title-22{
    font-size: 22px;
    letter-spacing: -0.36px;
    color: #D38650;
}
@media screen and (min-width:992px) {
    .modal .modal-content .modal-body{
        padding: 30px 45px 60px;
    }
}
.basket-list .items .item .item-count .dropdown-menu{ 
    min-width: unset;
    max-width: 37.2px;
}
.basket-list .items .item .item-count .dropdown-menu .dropdown-item{ 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.button-detail-add-to-cart{
    font-size: 17px;
}
.blog-detail .arrow-center{
    margin-bottom: 30px !important;
}
.blog-detail .slick-arrow ~ .slick-list{
    margin-bottom: 70px;
}
.blog-detail .arrow-center .slick-arrow{
    top: calc(100% + 10px) !important;
}
.blog-detail a:hover{
    color: #D38650;
}

.right .price.discounted-price .old{
    top: -20px !important;
}
.price.discounted-price .old{
    top: -10px !important;
}
.basket-list .items .item .item-controls .price{
    max-width: 125px;
    width: 100%;
}
@media screen and (max-width:1399px) {
    .basket-list .items.small .item .item-controls{
        width: calc(35% - 50px) !important;
    }
}
@media screen and (max-width:1199px) {
    .basket-list .items.small .item{
        gap: 5px;
    }
    .basket-list .items.small .item .item-controls{
        width:  calc(26% - 21px) !important;
    }
    .price.discounted-price .old.fs-lg-30{
        font-size: 25px !important;
    }
    .basket-information .right .price.discounted-price .old{
        top: -10px !important;
    }
}

.teacher-links{
    color: #3c2d23;
    transition: all 300ms;
}
.teacher-links:hover{
    color: #D38650;
}