/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/*HEADER*/

.is-expanded-menu .menu-link{
    color: #121A13!important;
    font-family: "CronosPro", sans-serif;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
    font-size: 1rem
}
.is-expanded-menu .menu-container>.menu-item:not(.sub-menu)>.menu-link div{
    position: relative;
}

.is-expanded-menu .menu-container>.menu-item:not(.sub-menu)>.menu-link div::after {
    content: "";
    position: absolute;
    bottom: -10%;
    left: 50%;
    width: 110%;
    margin-left: -55%;
    height: 2px;
    background-color: #F99C02;
    transform-origin: center center;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

.is-expanded-menu .menu-container > .menu-item:hover > .menu-link div::after,
.is-expanded-menu .menu-container>.menu-item.current>.menu-link div::after {
    transform: scaleX(1);
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link{
    color: #121A13!important;
}

.header-misc-icon{
    margin: 0 5px;
}

.header-misc{
    margin-left: 0;
}

.header-misc-icon .social-header-icon{
    padding: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1.8px solid #121A13;
    transition: all 0.3s ease;
}
.header-misc-icon .social-header-icon:hover{
    border: 1.8px solid transparent;
    background-color: #D80013;
}
.header-misc-icon .social-header-icon i{
    color: #121A13;
    font-size: 15px;
    transition: all 0.3s ease;

}
.header-misc-icon:hover .social-header-icon i{
    color: white;
}

.footer-misc-icon{
    margin: 0 5px;
}

.footer-misc-icon a{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-misc-icon .social-header-icon{
    padding: 15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid white!important;
    transition: all 0.3s ease;
    background-color: #D80013;
}
.footer-misc-icon .social-header-icon:hover{
    border: 1.8px solid transparent;
    background-color: white;
}
.footer-misc-icon .social-header-icon i{
    color: white;
    font-size: 15px;
    transition: all 0.3s ease;

}
.footer-misc-icon .social-header-icon:hover i{
    color: #D80013;
}

.header-misc-menu{
    padding: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #D80013;
    display:flex;
    justify-content: center;
    margin-left: 5px;
}
.header-misc-menu a div{
    font-size: 0.8rem;
    color: white;
    position: relative;
    font-family: poppins, sans-serif!important;
    font-weight: 500!important
}

.header-misc-menu a div::after {
    content: "";
    position: absolute;
    bottom: -5%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, 0);
    margin-left: 0;
    height: 1px;
    background-color: white;
}
.header-misc-menu a div::before {
    content: "";
    position: absolute;
    bottom: calc(-5% - 4px);
    left: 50%;
    width: 50%;
    transform: translate(-50%, 0);
    margin-left: 0;
    height: 1px;
    background-color: white;
}

/*SİDE PANEL*/

#side-panel .side-panel-wrap{
    width: 100%;
    padding: 0;
}
#side-panel{
    width: 100%;
}

.side-panel-left #side-panel{
    left: -100%;
}

#side-panel .panel-menu{
    padding-left: 13%;
    background-color: white;
}

#side-panel .panel-result{
    padding-right: 13%;
    background-color: #F8F8F8;
}

ul.panel-header{
    list-style: none!important;
    margin-bottom: 3rem
}
ul.panel-header li{
    margin: 1rem 0
}
ul.panel-header li a{
    color: #121A13!important;
    background-color: transparent!important;
    font-family: "CronosPro", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.5rem;
    transition: all ease 0.3s;
    padding: 0!important;
}
ul.panel-header li a div{
    display: inline;
    position: relative;
}
ul.panel-header li a:hover, ul.panel-header li a.active{
    color: #D80013!important;
}
ul.panel-header li a:hover div::before, ul.panel-header li a.active div::before{
    content: '\eb9f';
    font-family: unicons-line;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: -30px;
}

#side-panel .panel-menu .header-misc-icon {
    margin: 0 10px 0 0!important;
}

#side-panel .panel-menu .panel-languages a{
    color: #121A13;
    font-family: poppins, sans-serif!important;
    transition: all ease 0.3s;
}
#side-panel .panel-menu .panel-languages a:hover{
    color: #D80013;
}

ul.panel-result-header{
    list-style: none!important;
    margin-left: 3rem;
}
ul.panel-result-header li{
    margin: 0.9rem 0;
    text-align: left;
}
ul.panel-result-header li a{
    color: #121A13!important;
    background-color: transparent!important;
    font-family: "CronosPro", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.4rem;
    transition: all ease 0.3s;
    padding: 0!important;
}
ul.panel-result-header li a:hover, ul.panel-header li a.active{
    color: #D80013!important;
}

.circle-text-box-wrapper{
    margin: 1rem 0 2rem 0;
}
.circle-text-box{
    padding: 0 2rem;
    position: relative;
}

.circle-text {
    /*height: 300px;
    width: 300px;*/
    position: relative;
    transition: all ease 0.5s;
}
.circle-text-box-wrapper:hover  .circle-text{
    animation: effect 8s linear infinite;
}

@keyframes effect {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.circle-text span{
    position: absolute;
    left: 50%;
    /*transform-origin: 0 150px;*/
    font-family: "CronosPro", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    font-style: italic;
    transform-style: flat;
    color: #00649E;
    transition: all ease 0.5s;
}
.circle-text-box-wrapper:hover .circle-text span{
    color: #F99C02;
}

.circle-text-box img{
    width: 100%;
}
.circle-text-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.circle-text-box-btn .button{
    margin-top: 10px;
    background-color: #D80013;
    border: none;
    font-family: "CronosPro", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    font-style: italic;
    color: white;
    transition: all ease 0.5s;
    opacity: 0;
    border-radius: 30px
}

.circle-text-box-wrapper:hover .circle-text-box-btn .button{
    opacity: 1;
}

.side-panel-shape{
    position: absolute;
    left:0;
    top: 0;
    padding: 0;
    width: 300px;
}
.side-panel-logo{
    position: absolute;
    left: 100px;
    top: 20px;
    padding: 0;
    width: 100px;
}


.side-panel-dismiss a{
    padding: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #D80013;
    display:flex;
    justify-content: center;
    margin-left: 5px;
    position: absolute;
    right: 50px;
    top: 20px;
}
.side-panel-dismiss a i{
    font-size: 1rem;
    color: white;
    font-weight: 600;
}

.custom-button{
    background-color: #D80013;
    border: 1px solid white;
    font-family: "CronosPro", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    font-style: italic;
    color: white;
    transition: all ease 0.5s;
    border-radius: 30px;
}
.custom-button:hover{
    background-color: white;
    border: 1px solid #D80013;
    color: #D80013;
}

.text-red{
    color: #D80013!important;
}

.oc-item .circle-text-box-wrapper{
    padding: 2rem!important;
}
.oc-item .circle-text-box{
    padding: 0!important;
}

.oc-item .circle-text-box-wrapper{
    max-width: 300px;
    width: 100%;
}
.oc-item .circle-text-box-btn{
    display:flex;
    justify-content: center;
}

.recipe-cards .grid-inner .btn-hover {
    border: 0!important;
    opacity: 0;
    display: block;
    transition: all .3s ease, transform .3s .1s ease;
    margin: 15px 0;
    position: absolute;
    transform: translateY(0);
}
.recipe-cards .grid-inner:hover .btn-hover {
    opacity: 1;
    transform: translateY(-25px);
}

.recipe-cards .grid-inner .grid-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.recipe-cards .grid-inner:hover .grid-image {
    -webkit-animation: kenburns 20s ease-out both;
    animation: kenburns 20s ease-out both;
}

.recipe-cards .bg-overlay-bg{
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, transparent 100%);
}

.recipe-cards .grid-inner:hover .grid-icon { transform: translateY(-5px); }

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 84%;
        transform-origin: 84% 84%;
    }
    100% {
        -webkit-transform: scale(1.25) translate(20px, 15px);
        transform: scale(1.25) translate(20px, 15px);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}
@keyframes kenburns {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 84% 84%;
        transform-origin: 84% 84%;
    }
    100% {
        -webkit-transform: scale(1.25) translate(20px, 15px);
        transform: scale(1.25) translate(20px, 15px);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}

/*.carousel-nav-bottom .owl-nav [class*=owl-]{
    top: calc(100% + 16px) !important
}*/

.footer-widgets-wrap .widget_links h4{
    text-transform: capitalize;
    font-weight: 600;
    font-style: italic;
    font-size: 120%;
    margin-bottom: 10px;
}

#footer{
    background-color: #D80013;
    position: relative;
}

.footer-logo{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}




.cheese-icon-tabs .cheese-icon-tab a{
    --hover-text-width: 100px;
    background-color: white;
    border: 1px solid #8f8f8f;
    border-radius: 50px;
    display: table-cell;
    opacity: 1;
    overflow: hidden;
    padding: 22px;
    position: relative;
    -webkit-transition: width 0.4s ease 0s, background 0.4s ease 0s;
    transition: width 0.4s ease 0s, background 0.4s ease 0s;
    width: 46px;
    line-height: 18px;
}

.cheese-icon-tabs .cheese-icon-tab a:hover, .cheese-icon-tabs .cheese-icon-tab.current a{
    background-color: #D80013;
    border: 1px solid white;
}
.cheese-icon-tabs .cheese-icon-tab{
    margin: 0 7px;
}

.cheese-icon-tabs .cheese-icon-tab a > img {
    float: right;
    right: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all, -webkit-transform 0.4s ease 0s;
    color: black;
    display: flex;
    justify-content: center;
    width: 46px;
    height: 46px;
    object-fit: contain;
    padding: 0.4rem;
}

.cheese-icon-tabs .cheese-icon-tab a:hover > img, .cheese-icon-tabs .cheese-icon-tab.current a > img{
    filter: invert(100%); background-color: #0FFFEA;
}










.circle-bottom-text-box-wrapper{
    margin: 1rem 0 2rem 0;
}
.circle-bottom-text-box-wrapper .circle-bottom-text-box{
    padding: 2rem;
    position: relative;
    border: 10px solid rgba(0,0,0, 0.16);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    display: flex;
    background-color: white;
    transition: all 0.3s ease;
}

.cheese-detail:hover .circle-bottom-text-box-wrapper .circle-bottom-text-box{
    border: 10px solid white!important;
    background-color: #D80013!important;
}
.circle-text {
    /*height: 300px;
    width: 300px;*/
    position: relative;
    transition: all ease 0.5s;
}
.circle-bottom-text-box-wrapper:hover  .circle-text, .cheese-detail:hover .circle-text{
    animation: effectBottom 8s linear infinite;
}

@keyframes effectBottom {
    0% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(-90deg);
    }
}
.circle-bottom-text-box-wrapper .circle-text span{
    position: absolute;
    left: 50%;
    /*transform-origin: 0 150px;*/
    font-family: "CronosPro", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    font-style: italic;
    transform-style: flat;
    color: #00649E;
    transition: all ease 0.5s;
}
.circle-bottom-text-box-wrapper:hover .circle-text span, .cheese-detail:hover .circle-bottom-text-box-wrapper .circle-text span{
    color: #F99C02;
}

.circle-bottom-text-box img{
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1;
}

.circle-bottom-text-box-wrapper{
    width: 50%
}

.cheese-detail{
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.cheese-detail .circle-bottom-text-box-wrapper{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cheese-detail > a > img{
    width: 100%;
}

.divided-carousel .owl-item:not(.center) .portfolio-image{
    transform: scale(0.9);
}
.divided-carousel .portfolio-image{
    transition: all ease 0.3s
}

.cheese-package-detail img{
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    padding: 0 20px;
    object-fit: contain;
    aspect-ratio: 244/157;
}

.cheese-package-detail:hover img{
    transform: scale(1.1);
}

.cheese-package-detail{
    border: #D1D1D1 1px solid;
    border-radius: 10px;
    padding: 30px 10px;
    background-color: transparent;
    transition: all ease 0.3s;
    position: relative;
}
.cheese-package-detail:hover{
    background-color: #F5F5F5;
}

.cheese-package .custom-tooltip{
    display: block;
    position: absolute;
    bottom: calc(100% - 10px);
    width: 110%;
    left: -5%;
    z-index: 99;
}
.cheese-package .custom-tooltip:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-top: 30px solid white;
    border-left: 30px solid transparent;
    border-right:30px solid transparent;
    z-index: 999;
    left:50%;
    bottom:-10px;
    transform: translate(-50%, 50%);
}

.cheese-package .custom-tooltip-close{
    border: none!important;
    background: transparent!important;
}

.custom-tooltip:not(.active){
    animation: effectTooltipClose 0.3s linear forwards;
}

.custom-tooltip.active{
    animation: effectTooltip 0.3s linear forwards;
}

@keyframes effectTooltip {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes effectTooltipClose {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

.contact-select-2 .select2-container{
    margin: 0 10px;
}

.contact-select-2 .select2-container .select2-selection{
    border-radius: 30px!important;
    height: 40px!important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #00649E;
    border: none!important;
}
.contact-select-2.red .select2-container .select2-selection{
    background: #D80013!important;
}
.contact-select-2 .select2-container .select2-selection .select2-selection__rendered{
    color: white!important;
    padding-left: 20px!important;
}

.contact-select-2 .select2-container .select2-selection__arrow{
    top: 7px!important; /* (50[select2-selection height] - 26) / 2 */
    right: 5px!important;
}

.contact-select-2 .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent!important;
}


.custom-radio{
    border: #DDDDDD 1px solid;
    border-radius: 20px;
    width: 100%;
}
.custom-radio-wraper{
    display: flex;
    justify-content: space-between;
}

.custom-radio:has(input:checked){
    border: #D80013 1px solid;
    background-color: #D80013;
}
.custom-radio:has(input:checked) label{
    color: white;
}

.custom-radio .radio-style:checked + .radio-style-2-label:before{
    background: white;
    box-shadow: inset 0 0 0 4px #D80013;
    border: 2px solid white;
}
.custom-radio label{
    width: 100%
}





.wrap-custom-file {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 10px 0!important;
}
.wrap-custom-file input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    overflow: hidden;
    opacity: 0;
}
.wrap-custom-file label {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 0.5rem;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}
.wrap-custom-file label span {
    display: block;
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #777;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.wrap-custom-file label .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    color: black;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.wrap-custom-file label:hover span, .wrap-custom-file label:hover .fa {
    color: #D80013;
}

.photos-preview img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.remove-icon {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background-color: red;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transform: translate(50%, -50%);
}
.image-container{
    display: inline-block;
    position: relative;
    margin: 10px;
}

.form-group .custom-button i{
    padding-left: 20px;
}


.grid-item .gallery-bg-overlay{
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);
    display: flex; justify-content: end; flex-direction: column;
}

#panel-shape{
    position: absolute;
    display: inline-block;
    width: auto;
    height: 73%;
    left: 0;
    max-height: 100%;
    padding: 0!important;
    margin: 0!important;
}
@media (min-width: 1600px) {
    #panel-shape {
        opacity: 0!important;
    }
}
.header-misc-lang{
    border-right: 1px solid black;
    margin: 0;
    padding: 0 5px;
}

.sticky-header #panel-shape {
    opacity: 0!important;
}
@media screen and (max-height: 750px) {

    .panel-menu-wrapper{
        margin-top: 110px;
    }
    .panel-result-header{
        margin-top:55px;
    }
    .left-menu-social{
        padding-bottom: 20px;
    }
}
@media (min-width: 992px){
    .recipe-side-bar{
        top:100px;
    }
}

.hot-spot.hotspot-tooltip-open{
    z-index: 2 !important;
}