* {
    font-weight: 400;
    font-style: normal;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

#breadcrumb a{
    color: #fff;
}

body {
    min-height: 100vh;
    font-family: "CocoSharp" !important;
}
.modal-body{
    padding: 30px;
}
/* --------------- */


/* menu-top */
header {
    position: relative;
    z-index: 99;
}
.overflow-hidden{
    overflow: hidden;
}
#top_left_menu,
.menu_languages {
    display: flex;
    align-items: center;
}

#header_nav_top {
    background: #FAFAFA;
    padding: 20px 0px;
    position: fixed;
    width: 100%;
    top: 0px;
    transition: all .3s linear;
}

#header_nav_top ul {
    line-height: 0;
    list-style: none;
}

.menu_languages {
    justify-content: flex-end;
}

#top_left_menu a,
.menu_languages a {
    line-height: 12px;
    font-weight: 400;
    font-size: 12px;
    color: #323232;
    margin: 0px 10px;
}

#top_left_menu a {
    display: inline-block;
}

.menu_languages a {
    font-weight: 600;
    box-shadow: 0 2px 14px -10px rgba(0, 0, 0, .3);
    text-transform: uppercase;
    padding: 8px;
    color: #0009;
    border-radius: 5px;
    background-color: #ffffff;
}

/* ------------------- */
/*call center*/
.call-all{
    position: fixed;
    bottom: 50px;
    padding: 5px 15px;
    gap: 2px;
    right: 50px;
    align-items: center;
    background: #eee;
    border-radius: 15px;
    border: 1px solid rgb(177, 172, 172);
    /*flex-direction: column-reverse;*/
    display: flex;
    z-index: 99;
}
.call-all p{
    background: linear-gradient(to left, #221B1D 0%, #ED1C24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 20px;
}

#call-center {
    /*position:fixed;*/
    /*bottom: 50px;*/
    /*right: 50px;*/
    /*background-color:#EA1D24;*/
    /*background-color: #e2d5d5;*/
    /*border: 1px solid #000;*/
    border-radius: 50%;
    transition: all .3s linear;
    cursor: pointer;
    /*z-index: 9;*/
}
#call-center:hover {
    background-color: #bc1318;
    border: 1px solid #fff;
}
#call-center span {
    display: inline-flex;
    font-size: 30px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#call-center i{
    color:#EA1D24;
}
#call-center:hover i{
    color: #fff;
}
/* ------------------- */
/* menu-bottom */
#logo {
    display: flex;
    align-items: center;
    padding: 0;
}
.defaultlogo{
    display: none;
}
.defaultlogo.active{
    display: block;
}
.whitelogo{
    display: block;
}
.whitelogo.active{
    display: none;
}
#logo a:nth-child(1) {
    margin-right: 25px;
    background: #fff2;
    padding: 5px 0;
    border-radius: 3px;
}

#logo img {
    width: 90px;
}

#bottom_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 25px;
    list-style: none;
    padding: 0;
}

#bottom_menu>li:not(:last-child) {
    margin-right: 8px;
}

#bottom_menu a {
    font-size: 15px;
}

#header_nav_bottom {
    position: fixed;
    /*top: 52px;*/
    padding: 20px 0px;
    width: 100%;
    transition: all .3s linear;
}
.header-row{
    padding: 0;
    margin: 0;
}
#tel {
    border-radius: 16px;
    background-color: #fff2;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 13px 20px;
}

#tel i {
    font-size: 16px;
    color: #fff;
}

#tel span {
    font-size: 21px;
    font-weight: 700;
    margin-left: 2px;
}
header.fixed #tel {
    background-color: #d9d9d926;
}
header.fixed #tel i,
header.fixed #tel span {
    color: #272727;
}
.submenu {
    position: relative;
}
.submenu-lang{
    border: 1px solid #eee;
    padding: 2px 6px;
    border-radius: 30px;
}
.dropdown_menu {
    position: absolute;
    min-width: max-content;
    background: #fff;
    left: 50%;
    transform-origin: top;
    transform: scale(1, 0) translateX(-50%);
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, .16) 0px 28px 52px 0px;
    top: 40px;
    border-radius: 10px;
    transform: scale(1, 0) translateX(-50%);
    transition: all .3s ease;
    overflow: hidden;
}

.second_dropdown_menu {
    box-shadow: rgba(0, 0, 0, .16) 0px 28px 52px 0px;
    background: #fff;
    display: none;
    border-radius: 10px;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 260px;
}
.dropdown_menu_title {
    /*overflow: hidden;*/
    display: inline-block;
    height: 100%;
    width: 100%;
    background: #dadada;
    padding: 15px 25px;  
}

.dropdown_menu_item a {
    /*overflow: hidden;*/
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 10px 25px;
}

.dropdown_menu li:hover {
    background-color: #f5f5f5;
}

.dropdown_menu>li:hover .second_dropdown_menu {
    display: block;
}

.submenu:hover .dropdown_menu {
    transform: scale(1, 1) translateX(-50%);
}

.submenu>a {
    padding: 30px 0px;
    color: #fff;
}

#own_cabinet,
#join_now {
    border-radius: 30px;
    transition: all .3s;
    text-align: center;
    border: 2px solid #e45502;
    /*margin-right: 0px !important;*/
}
#own_cabinet{
    margin-right: 5px;
}
#join_now,.join-now{
    font-weight: 600;
        box-shadow: 0 0 0 18px transparent;
    -webkit-animation: inf-pulse 1s;
    -moz-animation: inf-pulse 1s;
    -o-animation: inf-pulse 1s;
    animation: inf-pulse 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes inf-pulse{
    0% {
    -webkit-box-shadow: 0 0 0 0 #ED1C24;
    -moz-box-shadow: 0 0 0 0 #ED1C24;
    -o-box-shadow: 0 0 0 0 #ED1C24;
    box-shadow: 0 0 0 0 #ED1C24;
}
}
#join_now a,
#own_cabinet a {
    padding: 12px 17px;
    display: flex;
    height: 50px;
    align-items: center;
    transition: all .3s linear;
}
#header_nav_bottom.other-nav #own_cabinet a span{
    color: #D73A33;
}
#header_nav_bottom.other-nav .whitelogo{
    display: none;
}
#header_nav_bottom.other-nav .defaultlogo{
    display: block;
}
#join_now a span,
#own_cabinet a span {
    font-size: 12px;
    font-weight: 700;
    transition: all .3s linear;
}
#own_cabinet img,
#join_now img {
    width: 25px;
    margin-left: 4px;
    transition: all .3s linear;
}
#own_cabinet {
    background-color: transparent;
}
#own_cabinet span {
    margin-top: 3px;
    color: #fff;
}
header.fixed #own_cabinet span{
    color: #D73A33;
}
#own_cabinet img {
    filter: invert(32%) sepia(78%) saturate(1553%) hue-rotate(337deg) brightness(86%) contrast(97%);
}
#own_cabinet:hover span{
    color: #EA1D24;
}
#own_cabinet:hover img {
    filter: invert(15%) sepia(90%) saturate(4565%) hue-rotate(351deg) brightness(95%) contrast(92%);
}
#join_now {
    background-color: #EA1D24;
}
#join_now img {
    filter: invert(1);
    margin-left: 8px;
}
#join_now span {
    color: #fff;
    font-weight: 900 !important;
}
#join_now:hover {
    background-color: #bc1318;
}
header.fixed #own_cabinet:hover {
    background-color: #e8e8e8;
}

/* ------------------- */

#mobile_nav,
#mob_menu {
    display: none;
}
/*#mob_menu .btn::after{*/
/*    display: inline-flex;*/
/*    flex-shrink: 0;*/
/*    width: 10px;*/
/*    width: var(--bs-accordion-btn-icon-width);*/
/*    height: var(--bs-accordion-btn-icon-width);*/
/*    margin-left: auto;*/
/*    filter: invert(1);*/
/*    float: right;*/
/*    content: "";*/
/*    background-image: var(--bs-accordion-btn-icon);*/
/*    background-repeat: no-repeat;*/
/*    background-size: var(--bs-accordion-btn-icon-width);*/
/*    transition: var(--bs-accordion-btn-icon-transition);*/
/*}*/
/*breadcrumb*/

#breadcrumb {
    /*padding: 250px 0px 50px;*/
    /*background: #b47777;*/
background: linear-gradient(180deg, rgba(34,27,29,1) 46%, rgba(237,28,36,1) 100%);;
    color: #fff;
    height: 40vh;
}
#breadcrumb .container{
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 30px;
}
#breadcrumb .speedbar a {
    color: #fff;
}
#breadcrumb .speedbar i {
    margin: 0px 5px;
    font-size:13px;
}
#breadcrumb .speedbar .over {
    margin-left: 10px;
}

.mobile-slide{
    display: none;
}
/*---------------------*/

/* recipes - tarifler */
#recipes {
    padding: 60px 0px;
    background: #f5f5f5;
}
#recipes .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
#recipes .owl-carousel .owl-nav button{
    position: absolute;
    font-size: 30px;
}
#recipes .owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}
#recipes .owl-carousel .owl-nav button.owl-next {
    right: -50px;
}
/*----bottom: 40px;-----*/
#recipes .button-layout {
    position: absolute;
    top: 40px;
    width: 50px;
    background: #000;
    opacity: .4;
    z-index: 222;
    bottom: 0px;  
    filter: blur(1px);
    cursor: pointer;
}
#recipes .owl-prev-layout {
    left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
#recipes .owl-next-layout {
    right:0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.title h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.title h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.title p {
    font-size: 19px;
    line-height: 27px;
}

.blog-titles {
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;
}

.blog-title {
    cursor: pointer;
    padding: 10px 10px 10px 0;
    font-size: 25px;
    font-weight: 600;
    /*margin-top: 30px;*/
    margin-right: 20px;
    position: relative;
}
.blog-title.active::after {
    content: '';    
    height: 1px;
    position: absolute;
    background-color: #000;
    bottom: 0;
    left: 10px;
    right: 10px;

}
.card {
    background-color: #fff;
    width: 25%;
    box-shadow: 20px 3px 30px rgba(0, 0, 0, .04);
    transition: all .4s ease-in-out;
    position: relative;
    padding-bottom: 30px;
    border-radius: 15px;
}

.card-top {
    height: 145px;
    position: relative;
    background-color: #ED1C24;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.card-top img {
    filter: grayscale(1) brightness(10);
    position: absolute;
    right: -100px;
    top: -53px;
    z-index: 2;
}
.card-check{
    padding-left: 15px;
    padding-top: 15px;
}
.card-check .fa-star-of-life{
    color: #fff;
}
.card-check .fa-check-square{
    font-size: 21px;
    color: green;
}
.card-check.individual-check .fa-times-circle{
    font-size: 21px;
    color: #fff;
    /*filter: brightness(3);*/
}
.fa-star{
    color: #eee;
}
.card-check .fa-times-circle{
    font-size: 21px;
    color: red;
}
.card-top-title-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 3;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
}
.card-top h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.card-top-title-wrapper span {
    background-color: #fff;
    border-radius: 25px;
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px ;
}
.card-top img {
    width: 70% !important;
    object-fit: contain;
}
.recipe-desc {
    padding: 50px 30px 40px;
}
.speed {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#business-recipes-cards .speed span{
    color: #ED1C24 !important;
}
.speed span {
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
    margin: 0;
    font-size: 4.5rem;
    text-transform: uppercase;
    color: #221B1D;
}

.speed span>i {
    color: #4c4c4c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
}
.speed-img .tv-icon{
    width: 40% !important;
    margin: 0 auto !important;
}
.pack_services {
    text-align: center;
    padding: 50px 30px;
    list-style:none;
}

.pack_services li {
    padding: 15px 0px;
    border-top: 1px solid #e1e1e1;
    color: #808080;
}

.pack_services li:nth-last-child(1) {
    border-bottom: 1px solid #e1e1e1;
}

.price {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    font-size: 20px;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 0.7;
    display: flex;
}

.current_price {
    font-size: 40px;
    font-weight: 700;
}
.val,
.month {
    color: #4c4c4c;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-left: 5px;

}

.join-packet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    border-radius: 5px;
    padding: 24px 0px;
    color: #fff;
    background-color: #EA1D24;
    transition: all .3s linear;
}
.join-packet:hover {
    color: #fff;
    background-color: #ec0008;
}
.join-now {
    background-color: #EA1D24;
}
/*.join-now:hover {*/
/*    background-color: #ff1b4f;*/
/*}*/


.cards .owl-carousel .owl-stage-outer,
#innovations .owl-carousel .owl-stage-outer {
    padding-top: 40px;
}
.cards .owl-nav.disabled {
    display: flex;
    transition: all .3s linear;
}
.join-wrapper {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: center;
}
#business-recipes-cards .card-top,
#business-recipes-cards .join-now {
    background-color: #000;
    border: 1px solid;
}
#business-recipes-cards .speed span,
#business-recipes-cards .join-packet:hover{
    color: #000;
}
#business-recipes-cards .join-now:hover {
    background-color: #fff;
}
/*--------------------*/

/* calculator */
    #calculator{
        padding: 60px 0;
    }
    #calculator .row{
        padding-top: 30px;
    }
    .left-calculator{
        padding-right: 30%;
    }
    .left-calculator h2{
        font-size: 2rem;
        font-weight: 600;
    }
    .left-calculator p{
        font-size: 16px;
        padding-top: 15px;
    }
    .cal-result{
        background: #eee;
        border-radius: 8px;
        display: flex;
        border: 2px solid #ffd8d8;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 30px;
        min-height: 269px;
    }

    .cal-result h2{
        font-size: 40px;
        font-weight: 600;
    }
    .cal-result p{
        padding-top: 15px;
        line-height: 26px;
    }
    .cal-result .join-wrapper{
        margin: 10px auto;
    }
    .cal-result .join-packet{
        padding: 20px 0px;
    }
    .accordion-button{
        border-bottom: 1px solid red;
    }
    .accordion-button::after{
        filter: invert(1);
    }
    .cal-item{
        display: flex;
        cursor: pointer;
        display: inline-flex;
        padding: 10px 10px 10px 0;
        /*width: 25%;*/
    }
    .columns-4{
        columns: 4;
    }
    .cal-item input[type="radio"]{
        margin-right: 8px;
    }
    .cal-item p{
        padding-top: 5px;
        font-weight: 600;
    }
    .cal-item li{
        list-style: none;
        display: flex;
        align-items: center;
        font-weight: 600;
        gap: 2px;
        transition: .4s all ease;
    }
    .cal-item li:hover{
        transform: scale(1.1);
        filter: drop-shadow(21px 13px 11px #0000);
    }
    .cal-item li:hover .cal-title{
        color: #ED1C24;
    }
    .cal-item span{
        font-weight: 100;
        font-size: 14px;
    }
    .cal-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cal-radio + .cal-text:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid red;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
}

.cal-radio:checked + .cal-text:before {
  background-color: red;
  border: 1px solid #000;
}

.cal-radio:checked + .cal-text:before::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
}

    .accordion .accordion-item:first-child button{
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }
    .accordion .accordion-item:last-child button{
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }
    .accordion-body{
        box-shadow: rgba(0, 0, 0, .16) 0px 28px 52px 0px;
    }
    .accordion-item:last-child .accordion-body{
        border-radius: 8px;
    }
    .accordion-item button{
        border-color: transparent;
        font-weight: 600;
        font-size: 18px;
        color: #ffff;
    }
    .accordion-item:nth-child(odd) button{
        background: linear-gradient(49deg, rgba(34,27,29,1) 0%, rgba(237,28,36,1) 100%);
    }
    .accordion-item:nth-child(even) button{
        background: linear-gradient(297deg, rgba(34,27,29,1) 0%, rgba(237,28,36,1) 100%);
    }
    .acc-navs {
        margin-bottom: 20px;
    }
    
    .acc-navs ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .acc-navs li {
        display: inline-block;
        padding: 10px;
        cursor: pointer;
    }
    
    .acc-navs li.active {
        background-color: #221B1D;
        border: 1px solid #221B1D;
        border-radius: 5px;
        font-weight: 600;
        color: #fff;
        font-size: 15px;
    }
    .red-text{
        color: red;
    }
    .acc-body .acc-body-1,
    .acc-body .acc-body-2,
    .acc-body .acc-body-3{
        display: none;
    }
    
    .acc-body .acc-body-1.active,
    .acc-body .acc-body-2.active,
    .acc-body .acc-body-3.active{
        display: block;
    }

/* ----------------- */

/*switch label*/

.switch-nav {
    display: flex;
    align-items:center;
    justify-content:center;
}
.switch-nav span{
    font-size: 20px;
}
 .switch {
	 cursor: pointer;
    padding: 0;
    width: 95px;
    height: 35px;
    border-radius: 6.5rem;
    background: #e0e0e0;
    position: relative;
    margin:0px 20px;
}
 .switch .switch-slider {
	 width: 70px;
    height: 35px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.3s ease;
    background: #EA1D24;
    border-radius: 50%;
    transform: scaleX(0.4758);
    transform-origin: left center;
}
 .switch input[type="checkbox"] {
	 width: 0;
	 height: 0;
	 overflow: hidden;
}
 .switch.activate .switch-slider {
	 animation: activate 0.5s ease forwards;
}
 .switch.deactivate .switch-slider {
	 transform: scaleX(0.4758) translateX(0rem);
	 animation: deactivate 0.5s ease forwards;
}
 @keyframes activate {
	 50% {
		 transform-origin: left center;
		 border-radius: 5.8rem;
		 transform: scaleX(1);
		 background: #EA1D24;
	}
	 50.1% {
		 transform-origin: right center;
	}
	 100% {
		 transform-origin: right center;
		 transform: scaleX(0.4758) translateX(3rem);
		 background: #000;
	}
}
 @keyframes deactivate {
	 0% {
		 transform-origin: right center;
		 border-radius: 50%;
		 transform: scaleX(0.4758) translateX(3rem);
		 background: #000;
	}
	 50% {
		 transform: scaleX(1) translateX(1rem);
		 border-radius: 5.8rem;
		 transform-origin: right center;
		 background: #000;
	}
	 50.1% {
		 transform-origin: left center;
	}
	 100% {
		 transform-origin: left center;
		 transform: scaleX(0.4758);
		 background: #EA1D24;
	}
}


/* ------------------- */


/* two services */

.btn-hover.color-11 {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
    box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}
.btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}

.btn-hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 80px;
    color: #fff;
    background-color: #EA1D24;
    width: 200px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 5px;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

#two_services {
    background: #252525;
    padding: 60px 0px;
}

#two_services h2 {
    font-size: 52px;
    line-height: 1.13;
    margin: 0 0 16px;
    font-weight: 700;
    color: #fff;
}

#title_desc {
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
}

#title_desc p {
    max-width: 456px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    opacity: .7;
    margin: 0 0 40px;
}

#side_services {
    display: flex;
    flex-direction: column;
}

.service_item {
    height: 300px;
    /*padding: 32px;*/
    /*background: url(../img/internet+TV-02.jpg) center/cover;*/
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: self-start;
    justify-content: flex-end;
    overflow: hidden;
    transition: all .2s linear;
}

/*.b {*/
    /*background-image: url("../img/tv.jpg");*/
/*    background-position: 150% 83%;*/
/*    background-size: 70%;*/
/*    background-repeat: no-repeat;*/
    /*background-color: #C7B19D;*/
/*    padding: 32px;*/
/*    height: 100%;*/
/*    align-items: flex-start;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    transition: all .2s linear;*/
/*}*/

/*.a {*/
    /*background-image: url("../img/router.jpeg");*/
/*    background-position: 150% 115%;*/
/*    background-size: 70%;*/
/*    background-repeat: no-repeat;*/
    /*background-color: #D73A33;*/
/*    padding: 32px;*/
/*    height: 100%;*/
/*    align-items: flex-start;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    transition: all .2s linear;*/
/*}*/

/*.a:hover,*/
/*.b:hover{*/
/*    background-size: 75%;*/
/*}*/

/*.a h3,*/
/*a p,*/
/*a span {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

 .service_item h3 {
    font-size: 2rem;
    ;
    font-weight: 700;
    color: #fff;
}

.service_item p {
    color: #fff;
    margin: 20px 0px;
    line-height: 23px;
    max-width: 350px;
    font-size: 14px;
}

.service_item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 15px 80px;
    background-color: #EA1D24;
    transition: all .3s linear;
}

#side_services .service_item:hover span,
#title_desc a:hover {
    background-color: #bc1d23;
}

#side_services .text-white {
    font-size: 85px;
}

/* ------------------- */



/* innovations - yenilikler */

#innovations {
    padding: 60px 0px 60px;
    background-color: #FBFBFB;
}

#innovations .owl-item,
#innovations .item {
    height: 450px;
    -webkit-box-shadow: 0px 38px 77px -39px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 38px 77px -39px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 15px 30px -31px rgb(0 0 0 / 100%);
}

#innovations .item-img {
    height: 70%;
    overflow: hidden;
}

#innovations .item-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all .2s linear;
}

#innovations .owl-item:hover img,
#innovations .item:hover img {
    transform: scale(1.2);
}

#innovations .item-desc {
    background-color: #fbfbfbc9;
    width: 100%;
    padding: 2rem 2rem 1.5rem;
    height: 143px;
    border: 1px solid #e0e0e0;
    display: grid;
    grid-template-rows: 5fr 1fr;
}

#innovations .item-desc h3 {
    margin-bottom: 1.5rem;
    font-size: 18px;
    min-height: 40px;
    overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

#innovations .item-desc p {
    opacity: .3;
    font-size: 14px;
}

#innov_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#innov_title h2 {
    font-size: 2rem;
    font-weight: 600;
}

#innov_title a {
    font-size: 18px;
    opacity: .5;
    font-size: 14px;
    transition: all .3s linear;
}

#innov_title a:hover {
    opacity: 1;
}
#innovations .item img {
    width: 100%;
    object-fit: cover;
}
/* ------------------- */



/* services */
#services {
    padding: 30px;
    background-color: #f2f2f2;
}

#services h2 {
    font-size: 2rem;
    font-weight: 700;
}

.services_nav .slick-prev,
.services_nav .slick-next {
    width: 60px;
    height: 60px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 35px;
    opacity: 1;
    color: #332B2B;
    top: 0px;
    bottom: -3px;
    right: auto;
    z-index: 3;
    overflow: hidden;
    position: absolute;
}

.services_nav .slick-prev {
    left: -60px;
}

.services_nav .slick-next {
    right: -60px;
}

.services_nav .slick-arrow {
    width: 50px;
    height: 50px;
}

#services .services_nav h3 {
    font-size: 16px;
    padding: 18px 7px 16px 7px;
    border-radius: 35px;
    font-weight: 500;
    background: rgb(51 43 43 / 3%);
    cursor: pointer;
    margin: 0;
    letter-spacing: -.4px;
    transition: all ease .3s;
    text-align: center;
}

.services_nav .slick-slide {
    margin: 0px 5px;
}

.services_nav_for article h2 {
    margin-bottom: 20px;
}

.services_nav {
    max-width: calc(100% - 110px);
    margin: 40px auto;
}

#services .slick-current.slick-active h3 {
    background: #EA1D24;
    color: #FFFCF8;
}

#services .services_nav .slick-prev:before,
#services .services_nav .slick-next:before {
    content: "\f060";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #EA1D24;
    top: 0;
    transition: all 0.3s;
    color: #fff;
    border-radius: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    z-index: 1;
}

#services .services_nav .slick-prev:before {
    right: -100%;
}

#services .services_nav .slick-next:before {
    left: -110%;
    transform: rotate(180deg);
}

#services .services_nav .slick-prev:hover:before {
    right: 0;
}

#services .services_nav .slick-next:hover:before {
    left: 0;
}

#services .services_nav_for {
    background-color: #fff;
    border-radius: 25px;
}

.services_nav_for article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
}

.services_nav_for article h2 {
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #332B2B;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(40px)
}

.services_nav_for article p {
    font-size: 16px;
    margin-bottom: 35px;
    opacity: 0;
    transition: all 0.3s;
    line-height: 23px;
    transform: translateY(40px);
}

.services_nav_for article a {
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(40px);
    background-color: #EA1D24;
    color: #fff;
    padding: 15px 60px;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
}

.services_nav_for article a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    border-radius: 20%;
    transition: all .2s linear;
    background-color: #bc1d23;
    z-index: -1;
}

.services_nav_for article a:hover::before {
    left: 0px;
}

.service_item_img {
    transform: translateX(-110px);
    transition: all .3s;
    height: 350px;
    opacity: 0;
}

.service_item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#services .services_nav_for .slick-slide.slick-current.slick-active article h2 {
    opacity: 1;
    transition-delay: .2s;
    transform: translateY(0px)
}

#services .services_nav_for .slick-slide.slick-current.slick-active article p {
    opacity: .8;
    transition-delay: .4s;
    transform: translateY(0px);
}

#services .services_nav_for .slick-slide.slick-current.slick-active article a {
    opacity: 1;
    transition-delay: .6s;
    transform: translateY(0px);
}

#services .services_nav_for .slick-slide.slick-current.slick-active .service_item_img {
    opacity: 1;
    transition-delay: .2s;
    transform: translateX(0px) scale(0.8);
}
.two-inner-services{
    padding: 60px 0;
}
.inner-service-title h2{
    font-size: 2.5rem;
    padding-bottom: 40px;
    font-weight: 600;
}

/* ------------------- */


/* Payment */

#payment {
    padding: 60px 0px;
}

#payment h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

#payment .title_desc {
    font-size: 20px;
    margin: 20px 0px 30px;
    line-height: 25px;
}

.pay_box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pay_box_top img {
    width: 80px;
    object-fit: cover;
}

.pay_box_top div {
    display: flex;
    align-items: center;
}

.pay_way {
    background-color: #A6A6A6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    font-size: 15px;
}

.pay_box_bottom h5 {
    font-size: 19px;
    margin-top: 15px;
}

.pay_item {
    min-height: 150px;
    padding: 16px 23px 16px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 25px;
    border: 1px solid #e0dddd;
    transition: all .3s linear;
    margin-top: 20px;
}

.pay_connect{
    width: 50px !important;
}

.pay_item_desc {
    margin-top: 15px;
    line-height: 20px;
    font-size: 15px;
}

.pay_item:hover {
    transform: translateY(-10px);
}




/* ------------------- */

/* MyConnect App */
#app {
    padding: 60px 0px;
    background-color: #fff;
}

#app h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.app_content {
    padding-left: 75px;
}

.app_content>p {
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0px 25px;
    max-width: 90%;
}

#app .app_img {
    width: 100%;
}

.app_content h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.app_content .qrcode {
    width: 110px;
    height: 110px;
    object-fit: cover;
}
.app_content .download p{
    padding-bottom: 10px;
}
.app_content .download a{
    background-color: #EA1D24;
    padding: 15px 30px;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    transition: .4s all ease;
}
.app_content .download a:hover{
    opacity: .6;
}

/* ------------------- */


/* calltoaction */
#call-form {
    margin-bottom: 50px;
}
#call-form .container {
    position:relative;
}
#call_section {
    overflow: hidden;
    padding: 60px 0px;
}
.img-back {
    position: absolute;
    top: 50%;
    width: 400px;
    height: 400px;
    background-color: #fff3;
    border-radius: 50%;
    z-index: 1;
    left: 50%;
    transform: translate(45%, -50%);
}
.some-pr-desc {
    padding-left: 50px;
    padding-top: 60px;
}
#call-to-action {
     padding-block: 50px; 
    /*min-height: 400px;*/
    position: relative;
    background-color: #EA1825;
    border-radius: 15px;
}

#call-to-action h2 {
    font-size: 44px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
}

#call-to-action p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
}

.pr-img img {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* .call-img{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 130%;
    background-color: #fff3;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
    padding-top: 100%;
} */
.call-img{
    content: '';
    position: absolute;
    top: 0px;
    width: 400px;
    height: 400px;
    background-color: #fff3;
    border-radius: 50%;
    z-index: 0;
    right: 10%;
}

#call-to-action a, #some-products a {
    margin-top: 40px;
    padding: 15px 60px;
    background-color: #fff;
    color: #EA1825;
    display: inline-flex;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    /* transition: all .3s linear; */
}

#call-to-action a:hover,#some-products a:hover {
    background-color: #f1f1f1;
}

/* ------------------- */
#search-inp input {
    border:1px solid;
    outline: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
/* footer */

footer {
    padding: 72px 0px;
    border-top: 1px solid #0002;
    background-color: #f2f2f2;
    /*margin-top: 50px;*/
}

footer h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
}
.foot-menu,#foot-bottom-end,#social-links {
    list-style: none;
}
.foot-menu li a {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.55);
    margin-bottom: 16px;
    transition: all .3s linear;
}

.foot-menu li a:hover {
    color: #000;
}

#footer-top .container {
    border-bottom: 1px solid #0002;
    padding-bottom: 40px;
}

#footer-bottom, #footer-mobile-bottom {
    padding-top: 40px;
}
#footer-mobile-bottom{
    display: none;
}
#foot-logo {
    display: flex;
    align-items: center;
}

#foot-logo img {
    width: 120px;
}

#foot-logo-desc {
    margin-left: 30px;
    font-size: 15px;
}

#foot-logo-desc p {
    line-height: 25px;
    font-size: 14px;
}

#social-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#social-links li:not(:nth-last-child(1)) {
    display: inline-block;
    margin-right: 18px;
}

#social-links a {
    transition: all .3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

#foot-bottom-end {
    display: flex;
}

#foot-bottom-end li {
    margin-right: 12px;
}

#foot-bottom-end li a {
    font-weight: 600;
}

#foot-bottom-right,
#okmedia {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lang_social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-lang {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 8px;
}
#copyright {
    font-size: 14px;
}
.current_lang {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
}

.current_lang img {
    width: 20px;
    object-fit: cover;
    margin-right: 3px;
}

.footer-lang li {
    cursor: pointer;
}
#social-links .facebook-link  a{
    font-size: 16px;
}
#other-lang {
    position: absolute;
    left: -135px;
    top: 4px;
    display: none;
    list-style: none;
}

#other-lang.active {
    display: flex;
}

.footer-lang ul li {
    margin-right: 15px;
    font-size: 14px;
}

#okmedia {
    display: flex;
    align-items: center;
    font-size: 15px;
}

#okmedia img {
    width: 80px;
    margin-left: 8px;
}

/* ------------------- */

/*Q&A section*/

.all-quizs{
    padding: 60px 0;
}
.quiz-title h2{
    font-size: 2.5rem;
    padding-bottom: 30px;
    font-weight: 700;
}
.acc h3 {
    font-size: 23px;
    background-color: #eee;
    color: #000;
    padding: 10px;
    margin: 0;
    border-radius: 7px;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    transition: .4s ease all;
}

.acc.active h3{
    border-right: 2px solid #221B1D;
    border-left: 2px solid #221B1D;
}

.acc h3:after {
    content: '+';
    color: #ED1C24;
    position: absolute;
    right: 20px;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.acc.active h3:after {
	content: '-';
	color: #ED1C24;
}

.acc.active{
    border-bottom: 1px solid #ED1C24;
}

.content {
    background-color: #fff;
    display: none;
}

.content-inner {
    padding: 15px;
}

.content * {
    margin-top: 0;
    line-height: 1.5;
}
/*.acc:first-child{*/
/*    border-top: 1px solid #ED1C24;*/
/*}*/
.acc {
    border-bottom: 1px solid #fff;
    width: 73%;
}

/* ------------------- */

/* FAQ */

#faq {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 500;
    background-color: #F5F5F5;
    padding: 80px 0px 40px;
}

#faq h1 {
    text-align: center;
    color: #999;
}

#faq .accordion-title {
    font-size: 42px;
    line-height: 1.23;
    margin-bottom: 90px;
    text-align: center;
    margin-top: 60px;
    font-weight: 600;
}

#faq .accordion-item,
#faq .accordion-button {
    background: transparent;
    font-weight: 600;
    font-size: 20px;
}

#faq .accordion-body {
    font-size: 16px;
    line-height: 1.3;
}

#faq .accordion-button::after {
    background-image: url("../img/plus.png");
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all .3s linear;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 8px;
}


#faq .accordion-button:hover::after {
    background-image: url("../img/pluswhite.png");
    background-color: #EA1D24;
}

#faq .accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
}

/* ------------------- */

/* static */


#data-result h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
}

#data-result .nav-item button {
    background-color: transparent;
    color: #97A4B7;
    transition: all .3s linear;
    position: relative;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600;
}

#data-result .nav-item button.active {
    color: #000;
}

#data-result .nav-item button.active::after {
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2.4px;
    background-color: #EA1D24;
    transition: all .2s linear;
}

#cat-content .nav {
    border-bottom: 1px solid #a6a6a658;
}

#cat-content {
    background: #fff;
    padding: 50px 40px;
}

#cat-content .nav-item {
    margin-right: 30px;
}

#cat-content .tab-content {
    margin-top: 35px;
}

#cat-content ol{
    padding-left: 2rem;
}

#cat-menu {
    padding-left: 60px;
    list-style:none;
}
#cat-menu ul {
    list-style:none;
}

#cat-menu h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

#cat-menu a {
    color: #97a4af;
    font-size: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

#cat-menu ul {
    margin: 20px 0 32px;
}

#cat-menu .active {
    color: #000;
}

#cat-menu .active::before {
    content: '';
    position: absolute;
    width: 2px;
    left: -30px;
    top: 1px;
    height: 100%;
    background-color: #EA1D24;
}

#data-result .tab-pane {
    line-height: 25px;
}
#data-result .tab-pane input,
#data-result .tab-pane textarea {
    width: 100%;
    padding: 10px;
}
#data-result .tab-pane textarea  {
    height: 250px;
    margin-top: 30px;
}
    
#data-result .contact_contents a {
    color: #97a4af;
}
#full-join-form button {
    padding: 10px 0px;
    background: #EA1D24;
    color: #fff;
    margin-top:25px;
    transition: all .3s linear;
}
#full-join-form button:hover {
    background: #c4151b;
}
/* Contact us */

#contact-us .contact-info,
#contact-form {
    padding: 30px;
    box-shadow: #0000001f 0px 1px 6px 1px;
    border-radius: 10px;
    text-align: center;
    min-height: 280px;
}

#contact-us .contact-info img {
    margin: 0 auto;
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    object-fit: cover;
}

#contact-us .contact-info p {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 4px;
    font-size: 14px;
}

#contact-form {
    margin: 50px 0;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    padding: 15px;
    border: 1px solid #e6ecf2;
    border-radius: 4px;
    outline: none;
    margin-bottom: 30px;
    resize: none;
}

textarea {
    overflow: auto;
}

#contact-form input:focus,
#contact-form textarea:focus {
    border: 1px solid #ea1825;
}
#submit_btn {
    padding: 20px;
    background-color: #D73A33;
    color: #fff;
    border-radius: 5px;
}

.ymaps-2-1-79-map-bg,#map {
    height: 500px;
}
.ymaps-2-1-79-controls__toolbar, 
.ymaps-2-1-79-controls__bottom,
.ymaps-2-1-79-copyrights-pane{
    display: none;
}

#static-content {
    font-size: 18px;
    line-height: 25px;
}
/* -------------- */
/* musteri-xidmeti */

.all-addresses{
    padding-top: 50px;
}
.inner-address-title h2{
    font-size: 2.5rem;
    font-weight: 600;
}
.all-addresses .row{
    padding-top: 30px;
}
/* ---------- */

/* bize-muraciet */
    #bize-muraciet-static{
        padding-top: 50px;
    }
    .muraciet-title h2{
        font-size: 2.5rem;
        font-weight: 600;
    }
/* ------- */

/* questions */

.section-5__questions-item1{
    justify-content: space-between;
    padding-top: 30px;
}
.question-block{
    border-bottom: 1px solid rgb(234, 235, 238);
    margin-bottom: 50px;
    height: fit-content;
}
.question-drop__text{
    line-height: 26px;
}
.question-text{
    padding-bottom: 20px;
    color: #0b1742;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.question-text p{
    font-weight: 500;
}
.question-btn::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #0a9946;
    transform: translate(8px, 0px);
    transition: all 300ms ease-out 0s;
}
.question-btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background-color: #0a9946;
    transform: translate(0px, -8px);
    transition: all 300ms ease-out 0s;
}

/*---------*/

/* slider */
#heading-slider {
    position: relative;
}
.slider-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #000;
    opacity: 0.3;
}

#heading-slider .swiper-slide {
    height: 100vh;
}

#heading-slider .swiper-slide>img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    object-fit: cover;
}

#heading-slider .swiper-pagination {
    bottom: 50px;
    width: 60px;
    color: #fff;
    left: 3%;
}
#heading-slider .swiper-button-next,
#heading-slider .swiper-button-prev {
    top: unset;
    bottom: 5%;
}
#heading-slider .swiper-button-prev {
    left: 175px;
}
#heading-slider .swiper-button-next {
    left: 240px;
}
#heading-slider .swiper-button-next:after, 
#heading-slider .swiper-button-prev:after {
    color: #fff;
    font-size: 25px;
}

#heading-slider svg {
    --progress: 0;
    position: absolute;
    left: 7%;
    bottom: 0;
    width: 32px;
    height: 100%;
    z-index: 99999999999999;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(-700 * (2 - var(--progress)));
    stroke-dasharray: 50000;
    border-left: 1px solid #a6a6a658;
}

#heading-slider .container {
    position: relative;
    height: 100%;
}

#heading-slider .slide-content {
    display: none;
    position: absolute;
    top: 40%;
    color: #fff;
    width: 60%;
    padding-left: 60px;
}

#heading-slider .slide-content h2 {
    font-size: 3.5rem;
    margin-bottom: 30px;
}

#heading-slider .more-btn {
    color: #fff;
    position: absolute;
    top: 230px;
    display: flex;
    align-items: center;
}

#heading-slider .more-btn-icon {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 12px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    will-change: transform;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    margin-right: 20px;
}

#heading-slider .more-btn-icon:hover {
    transform: scale(1.1);
}

.more-btn span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* slider end */

/*other-url*/

#header_nav_bottom.other-nav {
    background-color: #fff;
}
#header_nav_bottom.other-nav #tel{
    background-color: #d9d9d926;
}
#header_nav_bottom.other-nav #tel i,
#header_nav_bottom.other-nav #tel span {
    color: #272727;
}
#header_nav_bottom.other-nav .submenu>a {
    color: #000;
}


/*--------------------*/

#data-result .post_picture{
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}
.post_picture p {
    width: 25%;
}
.post_picture p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline;
}

/*site-error*/
.error-502__container h1 {
  text-align: center;
}
.error-502__container h2 {
  text-align: center;
}
.loading h1, .loading h2 {
  margin-top: 0px;
  opacity: 0;  
}
.gears {
  position: relative;
  margin: 0 auto;
  width: auto; height: 0;
}
.gear {
  position: relative;
  z-index: 0;
  width: 120px; height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  background: #5d862e;
}
.gear:before{
  position: absolute; left: 5px; top: 5px; right: 5px; bottom: 5px;
  z-index: 2;
  content: "";
  border-radius: 50%;
  background: white;
}
.gear:after {
  position: absolute; left: 25px; top: 25px;
  z-index: 3;
  content: "";
  width: 70px; height: 70px;
  border-radius: 50%;
  border: 5px solid #5d862e;
  box-sizing: border-box;
  background: white;
}
.gear.one {
  left: -130px;
}
.gear.two {
  top: -75px;
}
.gear.three {
  top: -235px;
  left: 130px;
}
.gear .bar {
  position: absolute; left: -15px; top: 50%;
  z-index: 0;
  width: 150px; height: 30px;
  margin-top: -15px;
  border-radius: 5px;
  background: #5d862e;
}
.gear .bar:before {
  position: absolute; left: 5px; top: 5px; right: 5px; bottom: 5px;
  z-index: 1;
  content: "";
  border-radius: 2px;
  background: white;
}
.gear .bar:nth-child(2) {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
}
.gear .bar:nth-child(3) {
  transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
}
@-webkit-keyframes clockwise {
  0% { -webkit-transform: rotate(0deg);}
  100% { -webkit-transform: rotate(360deg);}
}
@-webkit-keyframes anticlockwise {
  0% { -webkit-transform: rotate(360deg);}
  100% { -webkit-transform: rotate(0deg);}
}
@-webkit-keyframes clockwiseError {
  0% { -webkit-transform: rotate(0deg);}
  20% { -webkit-transform: rotate(30deg);}
  40% { -webkit-transform: rotate(25deg);}
  60% { -webkit-transform: rotate(30deg);}
  100% { -webkit-transform: rotate(0deg);}
}
@-webkit-keyframes anticlockwiseErrorStop {
  0% { -webkit-transform: rotate(0deg);}
  20% { -webkit-transform: rotate(-30deg);}
  60% { -webkit-transform: rotate(-30deg);}
  100% { -webkit-transform: rotate(0deg);}
}
@-webkit-keyframes anticlockwiseError {
  0% { -webkit-transform: rotate(0deg);}
  20% { -webkit-transform: rotate(-30deg);}
  40% { -webkit-transform: rotate(-25deg);}
  60% { -webkit-transform: rotate(-30deg);}
  100% { -webkit-transform: rotate(0deg);}
}
.gear.one {
  -webkit-animation: anticlockwiseErrorStop 2s linear infinite;
}
.gear.two {
  -webkit-animation: anticlockwiseError 2s linear infinite;
}
.gear.three {
  -webkit-animation: clockwiseError 2s linear infinite;
}
.loading .gear.one, .loading .gear.three {
  -webkit-animation: clockwise 3s linear infinite;
}
.loading .gear.two {
  -webkit-animation: anticlockwise 3s linear infinite;
}

div#srch-result{
    font-size: 17px;
    text-align: center;
    margin-top: 40px;
}
.result_location {
    text-transform: capitalize;
    cursor:default;
    margin: 3px 0px;
    transition: all .3s linear;
    padding-block:5px;
    cursor: pointer;
}
/*.result_location:hover{*/
/*    background-color: #eee;*/
/*    border: 1px solid #000;*/
/*}*/
.result_location.show {
    background: green;
    color: #fff;
}
.result_location.show i{
    color: #fff;
}
.result_location i{
    padding-right: 8px;
    color: green;
}
.location{
    display: none;
}
.input-boxes {
    display: none;
    margin-top: 30px;
}
.input-boxes.show {
    display: flex;
}
.current-recipe {
    display: none;
}
.choose-join {
    padding: 15px;
    border-radius: 5px;
    background-color: green;
    border: none;
    outline: none;
    color:#fff;
    display: none;
    width: 50%;
    margin: 40px auto;
}
.send-message {
    padding: 15px;
    border-radius: 5px;
    background-color: green;
    border: none;
    outline: none;
    color:#fff;
    width: 50%;
    margin: 40px auto;
}
.choose-join.show {
    display: block;
}
.choose-join:hover {
    color:#fff;
}
.input-boxes input {
    width: 100%;
    padding: 10px;
    border: 1px solid;
    outline: none;
}
.current-recipe {
    display: none;
}
.recipe-inp-box {
    width: 50%;
}
.recipe-inp,.technical-support textarea {
    padding: 10px;
    width: 100%;
}
.technical-support {
    padding: 50px 0px;
}
.get-offer {
    min-height: 200px;
}
.technical-notes {
    margin-top:25px;
}
.technical-notes textarea {
    height: 150px;
}
#technical-form {
    margin-top: 30px;
}
#tech-address {
    margin-top: 40px;
    line-height: 30px;
}
#tech-address h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
#tech-address a {
    transition: all .3s linear;
}
#tech-address a:hover {
    opacity: .6;
}
#pills-home p,#pills-home span {
    font-size: 16px !important;
}
#pills-home .post-title {
    font-size: 25px !important;
    font-weight: 700;
    margin-bottom: 25px;
}
#static-content ol,#static-content ul {
    list-style: circle !important;
}
#static-content ol li,#static-content ul li {
    margin: 15px 0px;
}

#contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FBFBFB;
}

@media (min-width: 768px) and (max-width: 998px) {
    #bottom_menu a {
        font-size: 12px;
    }

    .join-packet {
        flex-wrap: wrap;
    }

    .join-packet a {
        width: 100%;
        padding: 20px 15px;
        margin: 5px 0px;
    }

    #services .services_nav h3 {
        font-size: 14px;
        padding: 16px 7px 15px 7px;
    }
}

@media only screen and (min-width: 1400px) {
    #app .container {
        max-width: 1200px;
    }
    #bottom_menu>li:not(:last-child){
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1300px) {
    #bottom_menu>li:not(:last-child){
        margin-right: 10px;
    }
    #bottom_menu a{
        font-size: 14px;
    }
    #join_now a, #own_cabinet a{
        padding: 13px 8px;
        height: auto;
    }
}

@media only screen and (min-width: 768px) {
    #foot-bottom-end li:nth-child(1) {
        margin-right: 50px;
    }

    header.fixed #header_nav_top {
        top: -53px;
        background-color: #0005;
    }

    header.fixed #header_nav_bottom {
        top: 0;
        background-color: #fff;
        padding: 10px 0;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 15px;
    }

    header.fixed .submenu>a {
        color: #000;
    }
    header.fixed #own_cabinet{
        border-color: #000;
    }
    #data-result {
        background-color: #F4F4F4;
        padding-block: 50px;
    }
}

@media only screen and (max-width: 768px) {
    
    #breadcrumb{
        height: 30vh;
    }
    
    .card{
        padding-bottom: 0;
    }
    
    .card-top h2{
        font-size: 27px;
    }
    
    .card-top-title-wrapper span{
        font-size: 13px;
    }
    
    #breadcrumb {
        padding: 40px 0px 40px;
    }
    .recipe-desc p:nth-child(1) {
        font-size: 18px;
        padding: 30px 0px;
    }
    .current_price{
        font-size: 30px;
    }

    footer {
        padding-bottom: 40px;
    }

    #copyright {
        flex-direction: column;
        margin-top: 20px;
    }

    #copyright img {
        margin-top: 30px;
        width: 150px;
    }

    .footer-lang {
        flex-direction: column;
    }

    #other-lang {
        position: unset;
        margin-top: 20px;
    }

    .lang_social {
        display: initial;
        margin-top: 30px;
        padding-left: 0px;
    }

    #footer-mobile-bottom .lang_social{
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .footer-lang {
        justify-content: center;
    }

    .join-packet {
        flex-direction: column;
        width: 60%;
        padding: 20px 0;
    }

    .join-packet a {
        width: 100%;
        padding: 20px 15px;
    }

    .join-packet a:nth-child(2) {
        margin-top: 20px;
    }

    .title p {
        margin: 20px 0px;
        line-height: 25px;
    }

    .blog-titles {
        justify-content: flex-start;
        overflow-x: scroll;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    #recipes .card {
        width: 100%;
        height: 450px;
        box-shadow: 0px 2px 30px -9px rgba(0, 0, 0, .6);
    }
    .current_lang{
        margin-right: 0;
    }
    #two_services {
        padding: 60px 0px;
    }

    #two_services h2 {
        font-size: 28px;
    }

    #title_desc p {
        font-size: 18px;
    }

    #title_desc {
        margin-bottom: 30px;
    }

    #side_services .service_item h3 {
        font-size: 26px;
    }

    #innov_title {
        flex-direction: column;
        align-items: flex-start;
    }

    #innov_title a {
        margin-top: 10px;
        font-size: 17px;
    }

    .pay_item {
        width: 100%;
    }

    #payment .title_desc {
        max-width: 100%;
    }

    #payment .row {
        padding: 0px 10px;
    }

    .app_content {
        padding-left: 1.5rem;
        padding-top: 50px;
    }

    .services_nav {
        max-width: 100%;
    }

    #services .services_nav h3 {
        padding: 16px 25px 15px 25px;
    }

    .service_item_img{
        height: 200px;
    }

    #call-to-action h2 {
        font-size: 24px;
        line-height: 27px;
    }

    #call-to-action {
        overflow: hidden;
        padding: 20px;
    }

    .call-img::after {
        transform: translate(-50%, -20%);
    }

    .call-img {
        margin-top: 30px;
    }

    #social-links {
        justify-content: center;
        margin-block: 30px;
    }

    #footer-mobile-bottom #foot-bottom-end{
        align-items: flex-start;
    }

    #footer-mobile-bottom #social-links{
        justify-content: flex-start;
    }

    #footer-mobile-bottom .footer-lang{
        align-items: flex-start;
    }

    #foot-bottom-end {
        flex-direction: column;
        align-items: center;
    }

    #foot-bottom-end li {
        line-height: 40px;
    }

    #foot-bottom-right {
        flex-direction: column;
        /* margin-top: 20px; */
    }

    #foot-bottom-right div {
        line-height: 25px;
        text-align: center;
    }

    #faq .accordion-title {
        margin-bottom: 45px;
    }

    #faq .accordion-title {
        font-size: 30px;
    }

    #faq h1 {
        font-size: 24px;
        font-weight: 700;
    }

    #cat-content {
        padding: 50px 12px 0px;
    }

    #cat-menu {
        display: initial;
        margin-top: 40px;
        padding-left: 12px;
    }

    #cat-menu .active::before {
        display: none;
    }

    #data-result h1 {
        font-size: 2rem;
        margin-top:40px;
    }

    #cat-menu h2 {
        font-size: 20px;
    }

    #data-result button {
        font-size: 20px;
    }

    #cat-menu a {
        font-size: 16px;
    }

    #cat-content .tab-content {
        font-size: 15px;
    }

    #heading-slider .slide-content {
        display: block;
        width: 70%;
        padding-left: 30px;
        top: 35%;
    }
    #heading-slider .more-btn{
        top: 200px;
    }
    #heading-slider .swiper-button-next, 
    #heading-slider .swiper-button-prev {
        bottom: 10%;
    }
    #heading-slider .swiper-button-next {
        left: auto;
        right: 22px;
    }
    #heading-slider .swiper-button-prev {
        left: 70%;
    }
    #heading-slider .slide-content h2 {
        font-size: 2rem;
    }

    .more-btn-icon i {
        font-size: 14px;
    }

    #heading-slider .swiper-pagination {
        left: -20px;
        bottom: 100px;
    }
    .blog-title  {
        font-size: 18px;
        margin-right: 0;
    }
    .recipe-desc {
        padding: 10px 30px 10px;
    }
    .join-wrapper {
        width: 100%;
    }
    .pack_services {
        padding: 10px;
    }
    .speed span {
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.3;
        margin: 0;
        font-size: 4.5rem;
        text-transform: uppercase;
        color: #000;
    }
    /*.owl-carousel .owl-item img {*/
    /*    margin-left: 10px;*/
    /*}*/
    .card-top img {
        width: 90% !important;
    }
    #title_desc {
        justify-content: flex-start;
    }
    #innovations {
        padding: 50px 0px 10px;
    }
    #app {
        padding: 30px 0px 60px;
    }
    #services {
        padding: 60px 0px 30px;
    }
    .some-product-img {
        margin-top: 25px;
    }
    .some-product-img-back {
        width: 270px;
        height: 270px;
        transform: translate(-50%, 5%);
    }
    .some-pr-desc {
        position: relative;
        left: 20px;
        width: 90%;
        margin-bottom: 30px;
    }
    .some-pr-desc {
        left: 0px;
    }
    .img-back {
        display: none;
    }
    .some-pr-desc {
        padding-top: 30px;
    }
    #okmedia {
        margin-top: 20px;
    }
    #recipes .owl-carousel .owl-nav{
        display: none !important;
    }
    .app_content .download a{
        /*width: 100%;*/
        margin: 8px;
    }
    .download{
        text-align: center;
        padding-top: 10px;
    }
    .iosandandroid{
        flex-direction: column;
    }
    .company-nav{
        columns: 2;
    }
    .owl-nav{
        display: none;
    }
    .switch{
        width: 80px;
        height: 26px;
    }
    .switch .switch-slider{
        width: 57px;
        height: 26px;
    }
    #foot-logo img{
        width: 80px;
    }
    .footer-lang{
        justify-content: center;
    }
    #other-lang.active{
        gap: 30px;
    }
    .footer-lang ul li{
        margin: 0;
    }
    #footer-mobile-bottom .footer-lang{
        margin: 0;
    }
    #footer-mobile-bottom .current_lang{
        margin-right: 20px;
    }
    .card-top-title-wrapper{
        gap: 15px;
        flex-direction: column;
    }
    .speed-img{
        display: none;
    }
    .recipe-desc p:nth-child(1){
        padding: 10px 0;
    }
    .price{
        padding-top: 10px;
    }
    .pay_item{
        padding: 13px;
    }
    #contact-us .contact-info, #contact-form{
        min-height: max-content;
    }
    .pack_services li{
        padding: 10px 0;
    }
    .main-slide{
        display: none;
    }
    .mobile-slide{
        display: block;
    }
    #footer-bottom{
        display: none;
    }
    #footer-mobile-bottom{
        display: block;
    }
    #app h2{
        font-size: 1.8rem;
        text-align: center;
    }
    .app_content>p{
        font-size: 19px;
        max-width: 90%;
        text-align: center;
        padding-bottom: 15px;
        margin: 0 auto;
    }
    #recipes{
        padding: 60px 0 20px 0;
    }
    #innovations .owl-item, #innovations .item{
        height: 350px;
        margin-bottom: 4rem !important;
    }
    .speed span{
        font-size: 2.7rem;
    }
}
@media screen and (max-width: 991px){
    #calculator .row{
        flex-direction: row;
        margin: 0;
    }
    #calculator .right-calculator{
        width: 100%;
        padding: 0;
    }
    .cal-result{
        margin-top: 10px;
    }
    .accordion-item button{
        font-size: 16px;
    }
    #mobile_nav,
    #mob_menu {
        display: block;
    }

    header nav {
        display: none;
    }

    #mob_logo,
    #mob_logo_fff {
        width: 78px;
        position: relative;
        z-index: 2;
    }

    #mob_logo.active,#mob_logo_fff{
        display: none;
    }
    
    #mob_logo_fff.active,#mob_logo{
        display: block;
    }

    #burger_icon {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #EA1D24;
    }

    .menu-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        z-index: 9;
    }

    .menu-wrap {
        width: 35px;
        height: 35px;
        transition: visibility .6s ease, opacity .6s ease, transform .6s ease, -webkit-transform .6s ease;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-wrapper span {
        display: block;
        letter-spacing: 1px;
        padding-left: 15px;
        text-transform: uppercase;
        transition: visibility .4s ease, opacity .4s ease, transform .4s ease;
        visibility: visible;
        opacity: 1;
    }

    .menu-wrapper .menu-wrap::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #EA1D24;
        border-radius: 50%;
        transition: background-color .4s ease, transform .4s ease;
    }

    .menu-wrapper .menu-wrap .menu-open {
        height: 5px;
        opacity: 1;
        transform: translateY(0);
    }

    .menu-icon {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        z-index: 1;
        transition: opacity 0.4s ease-in, transform 0.4s ease-in;
        position: absolute;
    }

    .menu-wrapper .menu-wrap .menu-open .line {
        width: 15px;
        height: 1px;
        background-color: #fff;
        transition: .6s ease;
    }

    .menu-wrapper span {
        padding-left: 5px;
    }

    .menu-wrap.active::before {
        background-color: #fff;
    }

    .menu-wrap.active .menu-open .line {
        background-color: #000;
    }

    #mobile_nav {
        padding: 30px 0px;
    }

    #mob_menu .accordion_card {
        border-bottom: 1px solid;
        padding: 7px 0px;
    }

    #mob_menu .collapse,
    #mob_menu .collapsing {
        padding: 0px 16px 10px;
    }

    #mob_menu .accordion-button:not(.collapsed) {
        padding-bottom: 10px;
    }

    #mob_menu .list-group .list-group .list-group-item {
        padding: 16px;
    }

    #mob_menu .list-group-item {
        border: none;
        border-top: 1px solid #5a1e1e33;
        box-shadow: inset 0.1em 0.1em 0.1em 0 rgba(255, 255, 255, 0.5), inset -0.1em -0.1em 0.1em 0 rgba(0, 0, 0, 0.5);
        margin: 5px 0px;
    }

    #mob_menu .list-group-item>.list-group-item>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #mob_menu .card-body>.list-group>.list-group-item:last-child {
        border-bottom: 1px solid #5a1e1e33;
    }

    .list-group-item a {
        color: #fff;
        display: inline-block;
        width: 100%;
    }

    #mob_menu {
        background: #EA1D24;
        overflow: auto;
        color: #fff;
        height: 100vh;
        position: fixed;
        top: 92px;
        z-index: 1;
        display: none;
        width: 100%;
        top: 0;
        left: 100%;
        padding-top: 100px;
        padding-bottom: 50px;
        transition: all .3s ease-in;
    }

    #mob_menu.active {
        left: 0;
        display: block;
    }

    #mob_menu .btn {
        width: 100%;
        text-align: left;
        font-size: 19px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #mob_menu .btn .fa-chevron-down{
        padding-right: 8px;
    }
    #mobile_nav.backgroundfff{
        background: #fff;
    }
    #mob_menu .btn a {
        color: #fff;
        display: inline-block;
        width: 100%;
    }
    #mob_menu .accordion-button {
        color: #fff;
    }

    #mob_menu .accordion-button::after {
        filter: invert(1);
    }

    #mob_menu a:hover {
        color: #fff;
    }

    #mob_logo_fff {
        display: none;
    }

    #mob_logo.none {
        display: none;
    }

    #mob_logo_fff.show {
        display: block;
    }

    #menu_wrap_text {
        transition: all .6s ease;
    }

    #menu_wrap_text.invert {
        color: #fff;
    }

    #sign {
        margin-top: 25px;
    }

    .sign-item a {
        padding: 15px 10px;
        background-color: #000;
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 100%;
        color: #fff;
        border-radius: 5px;
    }

    .sign-item:nth-child(2) a {
        background-color: #E64C21;
    }

    #mob_lang {
        margin-top: 30px;
    }

    #mob_lang a {
        display: grid;
        justify-content: center;
        min-width: 40px;
        padding: 10px;
        border-radius: 2px;
        background-color: #fff;
    }
    #mob_lang a:hover {
        color: #000;
    }
    .menu-wrapper.opened .menu-wrap .menu-open {
        opacity: 0;
        transform: translateY(-10px);
    }

    .menu-wrapper .menu-wrap .menu-close {
        opacity: 0;
        transform: translateY(-10px);
    }

    .menu-wrapper .menu-wrap .menu-close img {
        width: 12px;
    }

    .menu-wrapper.opened .menu-wrap .menu-close {
        opacity: 1;
        transform: translateY(0);
    }

    #collapseSix .accordion-button::after {
        display: none;
    }

    #mobile_nav {
        padding: 15px 0;
        position: fixed;
        z-index: 2;
        width: 100%;
        /*background: #fff;*/
        transition: all .3s linear;
    }
    #heading-slider .swiper-slide{
        height: 70vh;
    }
    .position-inherit{
        position: inherit;
    }
    
    header.fixed #mobile_nav {
        top: 0;
        background-color: #fff;
        padding: 10px 0;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 15px;
    }
    .left-calculator{
        padding: 0;
    }
    #title_desc{
        text-align: center;
    }
    .btn-hover{
        width: 100%;
    }
    #side_services .service_item{
        height: 100%;
    }
    .call-all{
        display: none;
    }
}
.inno-inside .owl-item{
    /*width: 33%;*/
    margin-bottom: 20px;
}