/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
    font-family: 'CeraRoundPro';
    src: local('CeraRoundPro-Bold'), url('/assets/fonts/CeraRoundPro-Bold.otf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'CeraRoundPro';
    src: local('CeraRoundPro-Medium'), url('/assets/fonts/CeraRoundPro-Medium.otf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'CeraRoundPro';
    src: local('CeraRoundPro-Regular'), url('/assets/fonts/CeraRoundPro-Regular.otf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

figure {
    margin: 0px;
}

body {
    font-family: 'CeraRoundPro', sans-serif;
}

.btn-daha-cox {
    width: 177px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #106d61;
    color: #106d61;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-daha-cox:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 6px 10px rgba(48, 141, 128, 0.2);
    box-shadow: 0 6px 10px rgba(48, 141, 128, 0.2);
    background-color: #308d80;
}

.btn-daha-cox:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/**** break crump  start  ****/
.breadcrumb {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: url("/assets/img/icons/break-crumb.svg");
    display: inline-block;
    padding-right: .5rem;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb li {
    color: #ffffff;
    padding-left: .5rem;
    font-size: 16px;
}

.breadcrumb li:first-child {
    padding-left: 0px;
}

/**** break crump  end  ****/
/**** card sistemi   ****/
.card-partner {
    position: relative;
    width: 23.24%;
    -webkit-box-shadow: 0 10px 20px rgba(16, 109, 97, 0.07);
    box-shadow: 0 10px 20px rgba(16, 109, 97, 0.07);
    border-radius: 10px;
    margin-right: 31px;
    margin-top: 50px;
    background-color: #ffffff;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.card-partner:nth-child(4n) {
    margin-right: 0px;
}

.card-partner:hover {
    -webkit-box-shadow: 0 10px 25px rgba(16, 109, 97, 0.25);
    box-shadow: 0 10px 25px rgba(16, 109, 97, 0.25);
}

#home-slider-two .card-partner {
    width: 100%;
    margin-top: 0px;
}

.card-Upper {
    position: relative;
    width: 318px;
    height: 219px;
    border-radius: 10px;
}

.card-img-loading {
    position: relative;
    overflow: hidden;
}

.card-loading-nul {
    position: relative;
    height: 216px;
    background-color: #308d80;
    border-radius: 10px 10px 0 0;
    overflow: hidden;

}

.nul-icons {
    position: absolute;
    left: 37%;
    top: 29%;
}

.card-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 216px;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.card-img-general {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;

}

.nul-hvr {
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.card-partner:hover .card-img>img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.card-partner:hover .nul-hvr {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.card-left-bottom {
    position: absolute;
    bottom: 6px;
    left: 0px;
}

.btn-bookmark-nul:focus,
.btn-bookmark-nul:hover,
.btn-card-play:focus,
.btn-card-play:hover {
    color: #ffffff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-top-right {
    position: absolute;
    color: #ffff;
    top: 0px;
    right: 0px;
    font-size: 30px;
}

.card-partner-body {
    padding: 0px 13px 0px 15px;

}

.card-body-header-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 13px;
}

.card-body-header-1 .hdr-1 p {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 10px;
    width: 129px;
    height: 13px;
}

.card-body-header-1 .hdr-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-body-header-1 .hdr-2 p {
    color: #909090;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 10px;
    margin-left: 5px;
    width: 77px;
}

.hdr-3 {
    height: 60px;
    overflow: hidden;
}

.card-body-header-1 .hdr-3 p {
    width: 100%;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 500;
    padding-top: 3px;
    margin-bottom: 0px;
}

.card-footer-profil {
    padding: 48px 0px 18px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-profil-right {
    width: 33px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.card-profil-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-profil-text {
    padding-left: 9px;
}

.card-profil-text .name {
    width: 143px;
    color: #3b3b3b;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
}

.card-profil-text .card-dates {
    color: #909090;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 17px;
    width: 106px;
}

.card-daha-cox {
    text-align: center;
}


/**** card sistemi End   ****/
.container-fluid {
    padding: 0px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1364px;
    }
}

/*NAVBAR START*/

.navbar {
    margin-top: 58px;
    padding: 0;
}

.nav-neyeyek {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar-expand-lg .navbar-nav {
    margin-left: 80px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #3b3b3b;
    font-size: 17px;
    font-weight: 500;
    padding-left: 39px;
    position: relative;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.navbar-brand {
    width: 166px;
    padding: 0px;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #308d80;
}

.navbar-nav>.active>.nav-link,
.navbar-nav>.nav-link.active,
.navbar-nav>.nav-link.show,
.navbar-nav>.show>.nav-link {
    color: #308d80 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
    content: "";
    width: 26px;
    height: 1px;
    border: 1px solid #308d80;
    background-color: #308d80;
    position: absolute;
    left: 26px;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: 0px;
    border-radius: 10px;
}

.navbar-nav>.active>.nav-link::after {
    content: "";
    width: 26px;
    height: 1px;
    border: 1px solid #308d80;
    background-color: #308d80;
    position: absolute;
    left: 26px;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: 0px;
    border-radius: 10px;
}

.ne-yeyek-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.home-navbar {
    position: absolute;
    width: 100%;
    margin-top: 0;
    top: 58px !important;
    z-index: 1;
}

/*NAVBAR END*/

/*HOME-RİGHT START*/

.login-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-nav {
    position: relative;
    z-index: 9;
}

.search-nav-panel {
    position: absolute;
    width: 45px;
    right: 31px;
    top: 2px;
    z-index: -1;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    opacity: 0;
}

.search-input .form-control {
    border-radius: 20px;
    border: 1px solid #308d80;
    color: #909090;
    font-size: 15px;
    font-weight: 400;
}

.btn-search-nav .focus,
.btn-search-nav:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-nav-panel.active {
    width: 320px;
    opacity: 1;
}

.btn-search-nav {
    margin-right: 33px;
    color: #3b3b3b;
    z-index: 9;
}

#search:focus {
    color: #495057;
    background-color: #fff;
    border-color: #308d80;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-search-nav:hover {
    color: #3b3b3b;
    text-decoration: none;
}

.btn-search-nav.active {
    color: #308d80;
}

/* width */

.search-result {
    position: absolute;
    top: 44px;
    width: 100%;
    height: 170px;
    border-radius: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    padding: 15px 21px;
    overflow: auto;
    scrollbar-color: #ec2127 #000000;
    scrollbar-width: thin;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 0;
    display: none;
}

.search-result ul li a {
    display: block;
    color: #909090;
    font-size: 15px;
    font-weight: 400;
    list-style: none;
}

.search-result>ul {
    list-style: none;
}

.search-result.result-active {
    opacity: 1;
    display: block;
}

.search-result ul::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

/* Track */

.search-result ul::-webkit-scrollbar-track {
    border-radius: 50px;
}

.search-result ul::-webkit-resizer {
    height: 100px;
}

/* Handle */

.search-result ul::-webkit-scrollbar-thumb {
    background: #dedede;
    border-radius: 10px;
}

.btn-recept-send-home {
    width: 158px;
    height: 41px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-recept-login {
    width: 136px;
    height: 41px;
    border-radius: 20px;
    background-color: #106d61;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-recept-login:hover {
    color: #ffffff;
    background-color: #106d61;
    -webkit-box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
    box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
}

.btn-recept-login.focus,
.btn-recept-login:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-recept-send-home:hover {
    color: #106d61;
    background-color: #ffffff;
}

.btn-recept-send-home:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn-recept-login.active {
    -webkit-box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
    box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
}

.account-login {
    padding-left: 12px;
}

.right-picture {
    position: absolute;
    right: 0;
    top: 0;
    width: 39%;
    height: 100%;
    background-image: url(/assets/img/home/right-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.right-picture::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #106d61;
    opacity: 0.32;
}

.left-picture {
    position: absolute;
    left: -74px;
    bottom: 32px;
    width: 303px;
    height: 254px;
    background-image: url(/assets/img/home/left-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-neyeyk {
    position: relative;
    width: 100%;
    height: 100%;
}

/*HOME-RİGHT END*/
/*Notification START*/

.btn-Notification {
    position: relative;
    padding: 6px 0px 0px 15px;
}

.btn-Notification:focus,
.btn-Notification:hover {
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-Notification span {
    position: absolute;
    top: 0px;
    left: 22px;
    width: 19px;
    height: 19px;
    background-color: #106d61;
    color: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    line-height: 19px;
}

.dropdown-Notification {
    width: 313px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px 0 10px 10px;
    background-color: #308d80;
    min-width: 0px;
    top: 55px;
    left: -275px;
    border: none;
    padding: 0px;
}

.Notification-header h2 {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    padding-top: 11px;
    margin-bottom: 12px;
}

.Notification-item>hr {

    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);

}

.Notification-item:last-child hr {
    margin-bottom: 0px;
}

.Notification-item .not-1 {
    width: 92%;
    color: #ffffff;
    font-size: 15px;
    line-height: 14px;
    font-weight: 400;
    padding-left: 16px;
    margin-bottom: 12px;
}

.Notification-item .not-date {
    width: 239px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding-left: 16px;
    margin-bottom: 0px;
}

.Notification-footer {
    text-align: center;
}

.btn-not-dahacox {
    color: #ffffff;
    font-size: 17px;
    padding: 13px
}

.btn-not-dahacox:focus,
.btn-not-dahacox:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.Notification-list {
    height: 252px;
    overflow-y: scroll;
}

.Notification-item {
    position: relative;
}

.Not-crc {
    position: absolute;
    top: 31px;
    left: 282px;
    color: #ffff;
    font-size: 9px;
}

.Notification-list::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
    z-index: -999;
}

/* Track */

.Notification-list::-webkit-scrollbar-track {
    border-radius: 0px;
}

/* Handle */

.Notification-list::-webkit-scrollbar-thumb {
    background: #106d61;
}


/*Notification END*/


/*HOME SECTİON1 START*/

.home-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.super-lezzetler {
    margin-top: 298px;
}

.super-lezzetler h1 {
    color: #106d61;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 23px;
}

.super-lezzetler p {
    width: 55%;
    color: #909090;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

.home-slider-1 {
    margin-bottom: 200px;
}

.home-slider-1 h2 {
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 500;
    margin-top: 124px;
    margin-bottom: 0px;
}

#home-slider-one .owl-item {
    margin-top: 34px;
}

#home-slider-one .item {
    width: 100%;
    border-radius: 10px;
    position: relative;
}

#home-slider-one .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

#home-slider-one .item .item-layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #308d80;
    opacity: 0;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}


#home-slider-one .item .text-ny-01 {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background-color: #308d80;
    padding: 16px 20px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    opacity: 0;
}

#home-slider-one .item a:hover .item-layer {
    opacity: 0.5;
}

#home-slider-one .item a:hover .text-ny-01 {
    opacity: 1;
}

#home-slider-one .item .text-ny-01 h4 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.owl-carousel .owl-nav button.owl-next>.svg,
.owl-carousel .owl-nav button.owl-prev>.svg {
    width: 40%;
    height: 36%;
}

.owl-carousel .owl-nav button.owl-next>.svg path,
.owl-carousel .owl-nav button.owl-prev>.svg path {

    fill: #308d80;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #308d80;
    border-radius: 50px;
    color: #308d80;
    outline: none;
    padding: 0px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    line-height: 3px;
    text-align: center;
    margin-right: 10px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #308d80;
    color: #ffffff;
    text-decoration: none;
}

.owl-carousel .owl-nav [class*=owl-]:hover svg path {
    fill: #ffffff;
}

#home-slider-one .owl-nav {
    margin-top: 30px;
    position: absolute;
    left: 0;
}



.form1 {
    position: relative;
    width: 398px;
    height: 44px;
    border-radius: 22px;
    margin-top: 29px;
    padding-left: 47px;
    border: 1px solid transparent;
    background-color: #f0f0f0;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.form1:focus {
    color: #495057;
    background-color: #fff;
    border-color: #308d80;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-search {
    width: 122px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #106d61;
    color: #308d80;
    margin-left: 16px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-search:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 6px 10px rgba(48, 141, 128, 0.2);
    box-shadow: 0 6px 10px rgba(48, 141, 128, 0.2);
    background-color: #308d80;
}

.btn-search:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*HOME SECTİON1 END*/

/*HOME SECTİON2 START*/


.the-New {
    padding-top: 100px;
    background-color: #f4faf9;
    padding-bottom: 50px;
}

.the-New-header {
    text-align: center;
}

.the-New-header h3 {
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 500;
}

.the-New-header p {
    color: #909090;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

#home-slider-two {
    position: relative;
    margin-top: 16px;
    padding-bottom: 30px;
}

#home-slider-two .owl-nav {
    position: absolute;
    right: 0px;
    bottom: -44px;
    margin-top: 0px;
}

#home-slider-two .owl-stage-outer {
    padding: 25px 0px;
}

/*HOME SECTİON2 END*/

/*HOME SECTİON3 START*/
.home-card-full {
    padding-top: 100px;
}

.video-recept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 58px;
}

/*HOME SECTİON3 END*/

/*HOME SECTİON4 START*/
.home-section-5 {
    padding-bottom: 110px;
}

.Kateqoriyalar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 61px;
}

.circle-card {
    width: 15.4%;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.circle-card:hover .circle-layer {
    width: 85%;
    height: 85%;
    background: rgba(0, 0, 0, 0.5);
    top: 8%;
    left: 7.5%;
    right: 0;
}

.circle-card:nth-child(6n) {
    margin-right: 0px;
}

.circle-card-main {
    position: relative;
    width: 204px;
    height: 204px;
}

.circle-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    border: 15px solid transparent;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.circle-card-main img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.circle-text {
    position: absolute;
    top: 42%;
    width: 100%;
}

.circle-text p {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}

/*HOME SECTİON4 END*/





















/*HOME SECTİON4 START*/


.search-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-cicle {
    width: 62px;
    height: 62px;
    color: #308d80;
    border: 1px solid #308d80;
    border-radius: 50px;
    padding: 20px 18px;
    margin-left: 35px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.search-cicle:hover {
    color: #ffffff;
    background-color: #40aa9b;
}

.search-cicle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-product {
    margin-right: 38px;
}

.card-product:nth-child(4n) {
    margin-right: 0;
}

.card-update {
    margin-top: 50px;
    border-top: none;
    border-left: 1px solid #308d80 !important;
    border-bottom: 1px solid #308d80 !important;
    border-right: 1px solid #308d80 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.edit {
    font-size: 21px;
}

.recapt-card-update {
    margin-top: 50px;
}


/*HOME SECTİON4 END*/

/*FOOTER  START*/

.ny-section4-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 77px;
    margin-bottom: 100px;
}

.footer-menu {
    padding-top: 15px;
}

.bg-footer- {
    width: 100%;
    background-color: #308d80;
}

.footer-logo {
    width: 200px;
    height: 55px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 63px;
}

.navbar-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}


.navbar-footer .navbar-item-link {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    padding-left: 37px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.navbar-footer .navbar-item-link:hover {
    color: #3b3b3b;
    -webkit-box-shadow: 0 6px 10px rgba(48, 141, 128, 0.2);
    box-shadow: 0 6px 10px rgba(48, 141, 128, 0.2);
}

.footer-text h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 22px;
}

.footer-text p {
    width: 577px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.copright-text {
    margin-top: 118px;
}

.copright-text p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

/*FOOTER  END*/

/*SÜPER LEZZETLER  START*/

.btn-recept-send2 {
    width: 158px;
    height: 41px;
    border-radius: 20px;
    border: 1px solid #9f0f0f;
    font-size: 17px;
    line-height: 26px;
    color: #9f0f0f;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-recept-send2:hover {
    color: #ffffff;
    background-color: #9f0f0f;
    -webkit-box-shadow: 0 6px 15px rgba(159, 15, 15, 0.37);
    box-shadow: 0 6px 15px rgba(159, 15, 15, 0.37);
}

.btn-recept-send2:focus {
    -webkit-box-shadow: 0 6px 15px rgba(159, 15, 15, 0.37);
    box-shadow: 0 6px 15px rgba(159, 15, 15, 0.37);
}

.login-1 .active>.btn-recept-send2,
.login-1 .btn-recept-send2.active,
.login-1 .btn-recept-send2.show,
.login-1 .show>.btn-recept-send2 {
    color: #ffffff;
    background-color: #9f0f0f;
    -webkit-box-shadow: 0 6px 15px rgba(159, 15, 15, 0.37);
    box-shadow: 0 6px 15px rgba(159, 15, 15, 0.37);
}

.nt-section1 {
    position: relative;
    width: 100%;
    height: 344px;
    background-image: url(/assets/img/super-lezzet/img-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    margin-top: 65px;
}

.nt-tastes-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(7, 59, 52, 0.7);
}

.nt-tastes-header {
    text-align: center;
    margin-top: 74px;
}

.nt-tastes-header h1 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.nt-tastes-header p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}

.btn-category {
    position: relative;
    width: 222px;
    height: 62px;
    -webkit-box-shadow: 0 7px 15px rgba(48, 141, 128, 0.18);
    box-shadow: 0 7px 15px rgba(48, 141, 128, 0.18);
    border-radius: 31px;
    background-color: #308d80;
    color: #ffffff;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    padding: 0px;
    margin-right: 20px;
    padding-left: 35px;
    line-height: 0px;
    border: none;

}

.btn-category:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-category:hover {
    color: #ffffff;
}

.btn-category .svg {
    position: absolute;
    right: 24px;
    top: 27px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tastes-search {
    padding-top: 91px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.category-menu {

    position: absolute;
    width: 222px;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    color: #308d80;
    background-color: #ffffff;
    background-clip: padding-box;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.category-item {
    display: block;
    width: 100%;
    padding: 6px 0px 6px 35px;
    clear: both;
    font-weight: 400;
    color: #308d80;
    font-size: 15px;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.category-menu a:hover {
    color: #ffffff !important;
    background-color: #308d80;
}

.category-menu>hr {
    margin-top: 0rem;
    margin-bottom: 0rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.rotate-90 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tastes-input-1 {
    position: relative;
}

.tastes-input-1 .svg {
    position: absolute;
    top: 22px;
    left: 25px;
}

.tastes-input-style {
    width: 678px;
    height: 62px;
    -webkit-box-shadow: 0 7px 15px rgba(48, 141, 128, 0.18);
    box-shadow: 0 7px 15px rgba(48, 141, 128, 0.18);
    border-radius: 31px;
    background-color: #308d80;
    border: none;
    color: #fff;
    padding-left: 71px;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tastes-input-style:focus {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    background-color: #308d80;
    border-color: #308d80;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tastes-input-style::-webkit-input-placeholder {
    opacity: 0.5;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.tastes-input-style::-moz-placeholder {
    opacity: 0.5;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.tastes-input-style:-ms-input-placeholder {
    opacity: 0.5;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.tastes-input-style::-ms-input-placeholder {
    opacity: 0.5;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.tastes-input-style::placeholder {
    opacity: 0.5;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.tastes-input-style:focus::-webkit-input-placeholder {
    color: transparent
}

.tastes-input-style::-webkit-input-placeholder {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.btn-search-end {
    width: 62px;
    height: 62px;
    background-color: #308d80;
    border-radius: 50%;
    line-height: 10px;
}

.btn-search-end:focus,
.btn-search-end:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.tastes-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 29px;
}



.tastes-desk span {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    margin-right: 40px;
}

.btn-desk-partner {
    border-radius: 31px;
    border: 1px solid #308d80;
    color: #308d80;
    font-size: 17px;
    font-weight: 400;
    margin-right: 20px;
    padding: 12px 20px 10px;
    line-height: 0px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-desk-partner .svg {
    margin-left: 15px;
    position: relative;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    top: -2px;
}

.btn-desk-partner .svg path {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.btn-desk-partner:hover .svg path {
    fill: #ffffff;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}


.btn-desk-partner:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 7px 15px rgba(48, 141, 128, 0.18);
    box-shadow: 0 7px 15px rgba(48, 141, 128, 0.18);
    border-radius: 31px;
    background-color: #308d80;
}

.btn-desk-partner:focus {
    -webkit-box-shadow: 0 7px 15px rgba(48, 141, 128, 0.18);
    box-shadow: 0 7px 15px rgba(48, 141, 128, 0.18);
}

.desk-name .dropdown .desk-menu {
    width: 178px;
}

.desk-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 0px;
    padding: 13px 0px;
    margin: .125rem 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    border: none;
    border-radius: 15px;
    -webkit-transform: translate3d(-14px, 43px, 0px) !important;
    transform: translate3d(-14px, 43px, 0px) !important;
    margin-top: 10px;
    overflow: hidden;
}

.desk-menu-item {
    display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    padding: 4px 20px 3px;
    background-color: transparent;
    border: 0;
    color: #3b3b3b;
    font-size: 17px;
    font-weight: 400;
}

.desk-menu a:hover
{
    color: #ffffff !important;
    text-decoration: none;
    background-color: #308d80;
}

.tastes-card-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 110px;

}


/*SÜPER LEZZETLER END*/

/*SÜPER MOM  START*/

.super-mom-main {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.super-left {
    position: relative;
    width: 68%;
    height: 628px;
    z-index: 10;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.super-left:hover .chevron-right {
    opacity: 1;
}

.super-left:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.super-left:hover .left-linear {
    background-color: #000000;

    opacity: 0.7;
}

.left-linear {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(84, 84, 84, 0)));
    background: -o-linear-gradient(top, #000000 0%, rgba(84, 84, 84, 0) 100%);
    background: linear-gradient(180deg, #000000 0%, rgba(84, 84, 84, 0) 100%);
    opacity: 0.4;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.super-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.super-left-text {
    position: absolute;
    top: 49px;
    left: 49px;
}

.super-left-text h2 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 12px;
}

.super-left-text h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 7px;
}

.super-left-text p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
}

.chevron-right {
    position: absolute;
    bottom: 25px;
    right: 25px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.super-right {
    width: 32%;
}

.upper {
    position: relative;
    height: 314px;
    overflow: hidden;
    border-radius: 0 10px 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.upper:hover .chevron-right {
    opacity: 1;
}

.upper:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.upper:hover .right-linear {
    background-color: #000000;
    opacity: 0.7;
}



.upper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.right-linear {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(84, 84, 84, 0)));
    background: -o-linear-gradient(top, #000000 0%, rgba(84, 84, 84, 0) 100%);
    background: linear-gradient(180deg, #000000 0%, rgba(84, 84, 84, 0) 100%);
    opacity: 0.4;
    border-radius: 0 10px 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.super-right-text {
    position: absolute;
    top: 24px;
    left: 25px;
}

.super-right-text h2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.super-right-text h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
}

.super-right-text p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}

.lower {
    position: relative;
    height: 314px;
    overflow: hidden;
    border-radius: 0 0 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lower img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0 10px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lower .right-linear {
    border-radius: 0 0 10px;
}


.lower:hover .chevron-right {
    opacity: 1;
}

.lower:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.lower:hover .right-linear {
    background-color: #000000;
    opacity: 0.7;
}


.sp-mom-text h3 {
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    padding-top: 49px;
}

.sp-mom-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 110px;
}

.super-mom-card:nth-child(4n) {
    margin-right: 0;
}

.card-items {
    width: 23.31%;
    height: 372px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-right: 30px;
    margin-top: 50px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.card-items:hover {
    -webkit-box-shadow: 0 10px 20px rgba(48, 141, 128, 0.25);
    box-shadow: 0 10px 20px rgba(48, 141, 128, 0.25);
}

.card-items:hover .mom-right span {
    opacity: 1;
}

.mom-card {
    padding: 25px 25px 0px 31px;
}

.mom-card-img {
    width: 247px;
    height: 248px;
}

.mom-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.mom-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mom-card-text {
    margin-top: 31px;
}

.mom-card-text h2 {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 500;
}

.mom-card-text h3 {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 500;
}

.mom-card-text p {
    color: #909090;
    font-size: 14px;
    font-weight: 400;
}

.mom-card-right {
    margin-top: 56px;
}

.mom-right span {
    color: #308d80;
    opacity: 0;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

/*SÜPER MOM  END*/

/*SÜPER MOM  VİDEO START*/

.bg-video {
    position: relative;
    width: 100%;
    height: 291px;
    background-image: url(/assets/img/super-mom/bg-video.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-top: 54px;
}

.video-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(48, 141, 128, 0.9);
}

.video-layer-step-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
}

.prfl-img-main {
    width: 311px;
    height: 311px;
    position: relative;
}

.prfl-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.25;
    border-radius: 50%;
}

.prfl-img {
    position: absolute;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 301px;
    height: 301px;
}

.prfl-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.profil-header-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left-profil-text {
    margin-left: 25px;
}

.profil-left-text h1 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;

}

.profil-left-text span {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.span-right {
    margin-left: 29px;
}


.btn-abuna-ol {
    width: 147px;
    height: 45px;
    border-radius: 23px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-abuna-ol:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-abuna-ol:hover {
    color: #308d80;
    background-color: #ffffff;
}

.btn-abuna-ol.active {
    color: #308d80;
    background-color: #ffffff;
}

.super-video-header-1 {
    margin-top: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sv-main {
    margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sv-left-text h3 {
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 11px;
}

.sv-left-text p {
    color: #909090;
    font-size: 17px;
    font-weight: 500;
}

.search-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form2 {
    position: relative;
    width: 350px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #909090;
    background-color: #fff;
    padding-left: 47px;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.vs-dr {
    position: absolute;
    top: 9px;
    left: 19px;
}

.form2:focus {
    color: #495057;
    background-color: #fff;
    border-color: #308d80;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vs-btn {
    width: 44px;
    height: 44px;
}

.vs-btn:hover {
    border-color: transparent;
}

.sv-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 99px;
}

.page-link {
    width: 39px;
    height: 39px;
    border: 1px solid #308d80;
    color: #308d80;
    padding: 8px 0px 0px 14px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.page-item:first-child .page-link {
    border-radius: 50%;
    margin-right: 13px;
    padding: 9px 0px 0px 13px;
}

.page-item:last-child .page-link {
    border-radius: 50%;
    margin-left: 13px;
    padding: 9px 0px 0px 14px;
}

.page-item {
    margin-left: 9px;
}

.page-link:hover {
    color: #ffffff;
    background-color: #308d80;
    border-color: transparent;
}

.page-link:focus {
    z-index: 3;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*SÜPER MOM  VİDEO END*/

/*RECEPT SEND   START*/

.recept-send-bg {
    position: relative;
    width: 100%;
    background-image: url(/assets/img/recept-page/recept-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 65px;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}

.recept-send-main {
    margin-top: 70px;
    margin-bottom: 65px;
}

.recept-form {
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    height: 1247px;
    overflow: hidden;
    overflow-y: auto;
}

.recept-form::-webkit-scrollbar {
    width: 10px;
    height: 5px;

}

.recept-form::-webkit-scrollbar-track {
    border-radius: 0px;
}

.recept-form::-webkit-resizer {
    height: 100px;
}

.recept-form::-webkit-scrollbar-thumb {
    background: #308d80;
    border-radius: 50px;
    scroll-padding-top: 50px;
}

.recept-header {
    text-align: center;
    padding-top: 37px;
}

.recept-header h1 {
    color: #3b3b3b;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 14px;
}

.recept-header h2 {
    color: #909090;
    font-size: 15px;
    font-weight: 500;
}

.form-group {
    margin-bottom: 15px;
}

.recept-form-group {
    padding: 34px 85px;
}

.recept-input {
    position: relative;
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: #f0f0f0;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px;
    border-color: transparent;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.recept-input:focus {
    border-radius: 22px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #308d80;
}

.recept-input::-webkit-input-placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 14px;
}

.recept-input::-moz-placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 14px;
}

.recept-input:-ms-input-placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 14px;
}

.recept-input::-ms-input-placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 14px;
}

.recept-input::placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 14px;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

.recept-input::-webkit-input-placeholder {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.recept-send-1:hover {
    color: #909090;
    background-color: #f0f0f0;
    border-radius: 22px !important;
}

.btn-recept-send {
    text-align: left;
    width: 100%;
    height: 44px;
    color: #909090;
    background-color: #f0f0f0;
    border-radius: 22px;
    border-color: transparent;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 30px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.recep-down {
    position: absolute;
    right: 30px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-recept-send:hover {
    color: #909090;
    background-color: #f0f0f0;
    border-radius: 22px;
}

.btn-recept-send.focus,
.btn-recept-send:focus {
    background-color: #ffffff;
    border-color: #308d80;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#account-menu {
    height: 70px;
}

.recept-dropdown-menu {
    position: absolute;
    top: 5px !important;
    width: 100%;
    height: 147px;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-color: #ffffff;
    overflow: auto;
    border: none;
}

.recept-dropdown-menu>.dropdown-item {
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 20px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    cursor:pointer;
}

.recept-dropdown-menu>a.dropdown-item:focus,
.recept-dropdown-menu>a.dropdown-item:hover {
    color: #ffffff;
    background-color: #308d80;
}

.recept-dropdown-menu::-webkit-scrollbar {
    width: 7px;
    height: 5px;

}

/* Track */

.recept-dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0px;


}

.recept-dropdown-menu::-webkit-resizer {
    height: 100px;
}

/* Handle */

.recept-dropdown-menu::-webkit-scrollbar-thumb {
    background: #dedede;
    border-radius: 0px;
    scroll-padding-top: 50px;
}

.form-ilave {
    margin-top: 28px;
}

.form-ilave h3 {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 27px;
}

.form-btn {
    float: right;
}

.btn-form-btn {
    width: 126px;
    height: 44px;
    border-radius: 22px;
    background-color: #308d80;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-form-btn:hover {
    color: #308d80;
    background-color: #ffffff;
    border: 1px solid #308d80;
}

.btn-form-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-merhelesi {
    margin-top: 29px;
}

.form-merhelesi h3 {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.form-video h3 {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 27px;
}

.recept-number {
    width: 45px;
    height: 45px;
    background-color: #f0f0f0;
    border-radius: 50%;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    padding: 11px 19px;
    border-color: transparent;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
}

.input-group {
    position: relative;
}

.close {
    position: relative;
    top: -52px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-color: #9f0f0f !important;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-shadow: none;
    opacity: 1;
    z-index: 5;
    line-height: 26px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.close:hover {
    color: #fff;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
    outline: none;
}


.form-img- {
    margin-top: 5px;
}

.form-img- h3 {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
}

.form-upluad {
    margin-top: 31px;
    text-align: center;
}

.recept-yükle {
    width: 23%;
}

#close2 {
    position: absolute;
    top: 49%;
    right: 7px;
    width: 12px;
    height: 12px;
    background-color: #9f0f0f !important;
    border-radius: 50%;
    text-shadow: none;
    opacity: 1;
    z-index: 5;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.form-img-list {
    margin-top: 34px;
    height: 62px;
}

.img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.form-img {
    width: 87px;
    height: 60px;
    margin-right: 14px;
    margin-top: 25px;
}

.form-img-listey {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.delete {
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
}

.img-proces {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-delete {
    color: #9f0f0f;
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    z-index: 7;
}

.btn-delete:hover {
    color: #9f0f0f;
}

.btn-delete:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-finish {
    margin-top: 20px;
}

/*RECEPT SEND   END*/

/*LOGİN  START*/

.login-container {
    margin-top: 100px;
    width: 100%;
    margin-bottom: 90px;
}


.login-left img {
    width: 100%;
}

.login-menu {
    margin-top: 10px;
    padding-left: 11px;
}

.nav-pad {
    margin-left: 51px;
}

.nav-pills .nav-link {
    width: 126px;
    height: 44px;
    border-radius: 22px;
    color: #308d80;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 22px;
    background-color: #308d80;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 6px rgba(48, 141, 128, 0.3);
    box-shadow: 0 3px 6px rgba(48, 141, 128, 0.3);
}

.nav-link:focus {
    outline: none;
    border-radius: 22px;
}

.login-right {
    margin-left: 145px;
}

.login-header {
    margin-top: 50px;
}

.login-header h1 {
    color: #3b3b3b;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 14px;
}

.login-header h2 {
    color: #909090;
    font-size: 15px;
    font-weight: 500;
}

.login-form {
    margin-top: 59px;
}

.forgot {
    color: #308d80;
    font-size: 16px;
    font-weight: 400;
}

.forgot:hover {
    color: #308d80;
}

.btn-daxilol {
    width: 151px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #308d80;
    background-color: #ffffff;
    color: #308d80;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 0px;
    line-height: 29px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-daxilol:hover {
    color: #ffffff;
    background-color: #308d80;
    -webkit-box-shadow: 0 4px 7px rgba(48, 141, 128, 0.35);
    box-shadow: 0 4px 7px rgba(48, 141, 128, 0.35);
}

.btn-daxilol.focus,
.btn-daxilol:focus {
    outline: none;
    -webkit-box-shadow: 0 4px 7px rgba(48, 141, 128, 0.35);
    box-shadow: 0 4px 7px rgba(48, 141, 128, 0.35);
}

.login-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
}

.login-password {
    margin-top: 12px;
}

.btn-facebookk {
    position: relative;
    width: 100%;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #3b5998;
    color: #3b5998;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 0px 0px 39px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-facebookk:hover {
    color: #ffffff;
    background-color: #3b5998;
}

.btn-facebookk:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.social-face {
    margin-top: 80px;
}

.post {
    position: absolute;
    font-size: 25px;
    left: 29%;
}


.custom-control-input {
    position: relative;
    right: 0px;
    z-index: -1;
    width: 23px;
    height: 1.25rem;
    opacity: 0;
}

.btn-qaydaları {
    padding: 0px;
    border: none;
    line-height: 0px;
    vertical-align: baseline;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-qaydaları:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-geydiyat-close {
    padding: 0px;
    padding-right: 13px;
    padding-top: 6px;
}

.btn-geydiyat-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#geydiyat-modal .modal-header {
    padding: 0px;
}

#geydiyat-modal .modal-header .modal-title {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 19px;
}

#geydiyat-modal .modal-body {
    padding: 0px 37px 0px 25px;
    height: 198px;
    overflow-y: scroll;
}

#geydiyat-modal .modal-body p {
    color: #909090;
    font-size: 17px;
    font-weight: 200;
    line-height: 18px;
}

#geydiyat-modal .modal-body::-webkit-scrollbar {
    width: 13px;
    background-color: transparent;
}

#geydiyat-modal .modal-body::-webkit-scrollbar-track {
    border-radius: 0px;
}

#geydiyat-modal .modal-body::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 0px;
}

.btn-qaydalar-save {
    width: 126px;
    height: 44px;
    border-radius: 22px;
    background-color: #308d80;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

.btn-qaydalar-save:focus,
.btn-qaydalar-save:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

#geydiyat-modal .modal-footer {
    padding: 15px 0px 23px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

.custom-control-label {
    cursor: pointer;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 100%;
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-color: #fff;
    border: #308d80 solid 1px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #308d80;
    border-color: #308d80;
    background-color: transparent;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #308d80;
    border-color: #308d80;
    background-color: transparent;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #308d80;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    font-size: 8px;
    text-align: center;
    line-height: 16px;
    color: #308d80;
}


.login-Qeydiyyat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px;
}

.social-Qeydiyyat {
    margin-top: 50px;
}

.password-recovery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px;
}

.my-accounts {
    margin-top: 130px;
    margin-bottom: 100px;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}



input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 15px;
    left: 20%;
}

.account-form h2 {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 500;
}

.account-header {
    text-align: center;
    margin-bottom: 50px;
}

.account-header h1 {
    color: #3b3b3b;
    font-size: 35px;
    font-weight: 500;
}

.account-header h2 {
    color: #909090;
    font-size: 15px;
    font-weight: 500;
}

.account-img {
    width: 168px;
    height: 168px;
}

.account-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.btn-account {
    width: 127px;
    height: 45px;
    border-radius: 23px;
    border: 1px solid #308d80;
    color: #308d80;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-account:hover {
    color: #ffffff;
    background-color: #308d80;
    -webkit-box-shadow: 0 4px 7px rgba(48, 141, 128, 0.35);
    box-shadow: 0 4px 7px rgba(48, 141, 128, 0.35);
}

.btn-account:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.account-btn {
    margin-top: 30px;
    margin-left: 15px;
}

.custom-file-input {
    position: relative;
    height: 44px;
    opacity: 1;
}

input[type="file"] {
    color: #ffff;
    font-size: 0px;
    font-weight: 400;

}

.custom-file-input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Şəkil yüklə';
    color: black;
    width: 126px;
    height: 44px;
    display: inline-block;
    border-radius: 22px;
    border: 1px solid #308d80;
    color: #308d80;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.custom-file-input:hover::before {
    color: #ffffff;
    background-color: #308d80;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    color: #ffffff;
    background-color: #308d80;
}

.btn-saxla {
    width: 126px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #308d80;
    color: #308d80;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-saxla:hover {
    color: #ffffff;
    background-color: #308d80;
}

.btn-saxla:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.account-form-end {
    text-align: end;
    margin-top: 35px;
}

.rez {
    resize: none;
}

.hakkında-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 30px;
}

.hakkında-text p:first-child {
    color: #9f0f0f;
    font-size: 16px;
    font-weight: 400;
}

.hakkında-text p:last-child {
    color: #909090;
    font-size: 17px;
    font-weight: 400;
}

.account-social p {
    color: #9f0f0f;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
}

.account-date-input {
    position: relative;
}

.account-date {
    position: absolute;
    top: 14px;
    right: 24px;
}

/*LOGİN END*/

/*LOGİN ACCOUNT START*/


.btn-account-2 {
    width: 127px;
    height: 41px;
    border-radius: 20px;
    background-color: #308d80;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-account-2:hover {
    color: #ffffff;
    background-color: #308d80;
    -webkit-box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
    box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
}

.btn-account-2:focus {
    -webkit-box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
    box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
}

.drop-account-menu {
    width: 160px;
    left: -33px;
    margin-top: 17px;
    padding: 10px 0px;
    background-color: #308d80;
    border-radius: 10px 0 10px 10px;
    border: none;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);

}

.drop-account-menu .dropdown-item {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    white-space: pre-line;
    padding: 6px 0px 6px 20px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.drop-account-menu .dropdown-item:focus,
.drop-account-menu .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
}

.step-1-main {
    padding-top: 80px;
}

.step-2-main {
    padding-top: 80px;
}

.profil-bg {
    position: relative;
    width: 100%;
    height: 368px;
    background-image: url(/assets/img/super-mom/bg-video.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 22% 50%;
    margin-top: 54px;
}

.profil-text-detail p {
    width: 837px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-top: 23px;
    margin-bottom: 0px;
}

.padding-prfl h1 {
    font-size: 25px;
    margin-bottom: 7px;
}

.padding-prfl span {
    font-size: 17px;
}

.profil-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 98px;
}

.profil-social-section a {
    margin-left: 5px;
    line-height: 30px;
}

.profil-social-section a .svg {
    -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.profil-social-section a .svg:hover {
    -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.profil-social-section a:first-child {
    margin-left: 0px;
}

.btn-malumat {
    width: 171px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-arka-fon:hover,
.btn-malumat:hover {
    color: #308d80;
    background-color: #ffffff;
}

.btn-arka-fon:focus,
.btn-malumat:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-arka-fon {
    width: 203px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.malumat-menu {
    margin-top: 96px;
}

.malumat-navıng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    list-style: none;
}

.naving-item a {
    width: 173px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #308d80;
    color: #308d80 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    cursor:pointer;
}

.naving-item a:hover {
    color: #ffffff !important;
    -webkit-box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
    box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
    border-radius: 20px;
    background-color: #308d80 !important;
}

.btn-nav-malumat:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.back-img-delete {
    position: relative;
    width: 138px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 9px;
    text-align: left;
    padding-left: 30px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.back-img-delete:hover {
    background-color: #9f0f0f;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fffF;
}

.back-img-delete:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.back-img-delete .svg {
    position: absolute;
    top: 9px;
    right: 20px;
}

.profil-save-img {
    position: absolute;
    bottom: 45px;
    right: 0px;
}

.btn-yadda-saxla {
    width: 161px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 9px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


.btn-Geri-qayıt {
    width: 203px;
    height: 34px;
    border-radius: 23px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
    line-height: 9px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.btn-yadda-saxla:hover,
.btn-Geri-qayıt:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    background-color: #308d80;
}

.btn-yadda-saxla:focus,
.btn-Geri-qayıt:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profil-bacground-select {
    text-align: center;
    width: 72%;
    padding-top: 30px;
}


.img-input-file::-webkit-file-upload-button {
    visibility: hidden;
}

.img-input-file::before {
    content: 'Şəkil yüklə';
    color: black;
    width: 126px;
    height: 44px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 0px;
}

#img-file-1[type="file"] {
    color: transparent;
    font-size: 5px;
    font-weight: 400;
    padding-top: 19px;
    line-height: 0px;
}

.img-input-file:active {
    outline: 0;
}

.img-input-file:focus {
    outline: none;
    color: transparent;
}

.img-input-file:active::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ölçü-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}






















.naving-item {
    margin-right: 10px;
}

.naving-item:last-child {
    margin-right: 0px;
}

.naving-item:first-child {
    margin-left: 50px;
}

.padding-2 {
    margin-top: 45px;
}

.malumat-navıng>.active>.naving-item,
.malumat-navıng>.naving-item.active,
.malumat-navıng>.naving-item.show,
.malumat-navıng>.show>.naving-item {
    color: #ffffff !important;
    -webkit-box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
    box-shadow: 0 6px 15px rgba(48, 141, 128, 0.37);
    border-radius: 20px;
    background-color: #308d80;
}

.naving-item.active .btn-nav-malumat {
    color: #ffffff  !important;
}

.select-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 100px;
}

.select-card .card-item {
    margin-right: 38px;
}

.select-card .card-item:nth-child(4n) {
    margin-right: 0px;
}

.btn-bookmark {
    position: relative;
    color: #106d61;
    ;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    margin-left: 80px;
}

.btn-bookmark:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-bookmark:hover {
    color: #106d61;
    ;
}

.fa-bookmarks {
    position: absolute;
    left: -10%;
    font-size: 25px;
    color: #308d80;
}

.member-main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.card-member {
    width: 17.90%;
    height: 286px;
    margin-right: 35px;
    margin-top: 29px;
    cursor: pointer;
}

.card-member:hover .btn-abuna-exit {
    opacity: 1;
}

.card-member-img {
    width: 135px;
    height: 135px;
    margin-left: auto;
    margin-right: auto;
}

.card-member-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.member-card- {
    padding: 22px 20px 0px;
}

.member-card-text h3 {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 500;
    white-space: pre;
    -o-text-overflow: clip;
    text-overflow: clip;
    overflow: hidden;
    width: 145px;
}

.member-card-text p {
    color: #909090;
    font-size: 11px;
    font-weight: 400;
}

.member-card-right {
    margin-top: 49px;
}

.member-main .card-member:nth-child(5n) {
    margin-right: 0;
}

.search-group {
    position: relative;
}

.btn-abuna-exit {
    color: #9f0f0f;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    opacity: 0;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.btn-abuna-exit:focus,
.btn-abuna-exit:hover {
    color: #9f0f0f;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.gift-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 365px;
}

.gift-card:nth-child(5n) {
    margin-right: 0;
}

.gift-card {
    width: 18.07%;
    height: 97px;
    border-radius: 10px;
    margin-right: 32px;
    border: 1px solid #308d80;
    background-color: #ffffff;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.gift-card:hover {
    height: 112px;
    -webkit-box-shadow: 0 10px 20px rgba(16, 109, 97, 0.25);
    box-shadow: 0 10px 20px rgba(16, 109, 97, 0.25);
    border-radius: 10px;
    border-color: transparent;
}

.gift-card:hover .btn-gift {
    opacity: 1;
}

.gift-body {
    padding: 14px 15px 0px;
    overflow: hidden;
}

.gift-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gift-text h3 {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 500;
}

.gift-text p {
    color: #308d80;
    font-size: 14px;
    font-weight: 500;
    margin-left: auto;
    margin-bottom: 0px;
}

.gift-code span {
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.btn-gift {
    color: #9f0f0f;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    opacity: 0;
    margin-top: 21px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.btn-gift:hover {
    color: #9f0f0f;
}

.btn-gift:focus {
    outline: none;
}

.gift-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-header-text h3 {
    color: #3b3b3b;
    font-size: 17px;
    font-weight: 500;
}

.modal-body {
    padding: 0px;
}

.modal-content {
    position: relative;
    height: 347px;
    border-radius: 10px;
}

.modal-header {
    border: none;
    padding: 41px 65px 0px;
}

.modal-form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal-form-header span {
    color: #53ada0;
    font-size: 14px;
    font-weight: 400;
    margin-top: 34px;
    padding-right: 20px;
}

.fa-edit {
    font-size: 14px;
    margin-left: 9px;
}

.modal-form {
    padding: 0px 33px;
}

.gift-form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
}

.modal-dialog {
    max-width: 540px;
}

.btn-gift-form {
    width: 126px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #308d80;
    color: #308d80;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.btn-gift-form:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-gift-form:hover {
    color: #ffffff;
    background-color: #308d80;
}

.close-form {
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 10px;
}

.close-form span {
    position: absolute;
}

.close-form:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*LOGİN ACCOUNT END*/

/*PREPATİON START*/
.prep-xl {
    position: relative;
    top: -289px;
    left: 0;
    right: 0;
}

.preparation-main {
    padding-top: 93px;
}

.prepat-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.prepat-left-header p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

.prepat-left-header h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 53px;
}

.img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.img-list li {
    margin-left: 30px;
}

.img-list li:first-child {
    margin-left: 0px;
}

.img-list li span {
    color: #ffffff;
    font-size: 15px;
}

.paragraf-1 {
    font-weight: 500;
    display: block;
}

.paragraf-2 {
    font-weight: 400;
}

.right-info {
    width: 100%;
    border-radius: 10px;

}

.right-one {
    height: 465px;
    -webkit-box-shadow: 0 10px 20px rgba(48, 141, 128, 0.2);
    box-shadow: 0 10px 20px rgba(48, 141, 128, 0.2);
}

.right-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 28px;
}

.right-img {
    position: relative;
}

.right-img-bg {
    position: absolute;
    width: 51px;
    height: 51px;
    background-color: #000000;
    opacity: 0.25;
    border-radius: 50%;
}

.right-prfl-img {
    position: absolute;
    left: 0px;
    width: 53px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
}

.right-prfl-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.right-prfl-text {
    margin-left: 66px;
}

.right-prfl-text h3 {
    width: 210px;
    color: #308d80;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
}

.profil-2-rsp h3 {
    color: #308d80;
    font-size: 17px;
    font-weight: 500;
}

.profil-2-rsp h3 {
    width: 210px;
    color: #308d80;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
}

.right-prfl-text p {
    color: #9f0f0f;
    font-size: 14px;
    font-weight: 400;
}

.info-left-text-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info-eat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.info-eat span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 23px;
}

.info-eat span p {
    color: #3b3b3b;
    font-size: 17px;
    margin-bottom: 0px;
    margin-left: 6px;
    line-height: 24px;
}

.info-eat span i {
    line-height: 27px;
}

.info-eat span:last-child {
    margin-right: 0px;
}

.left-like-btn {
    margin-left: 10%;
}

.ingere-table {
    border-radius: 10px;
    border: 1px solid #308d80;
    background-color: #ffffff;
    margin-top: 23px;
    overflow: hidden;
    padding-bottom: 13px;
}

.ingere-table span {
    float: right;
    padding: 12px;
}

.ingere-table h2 {
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 25px;
    margin-bottom: 39px;
}

.ingere-table::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    background-color: transparent;
}

.ingere-table::-webkit-scrollbar-track {
    border-radius: 0px;
}


.ingere-table::-webkit-scrollbar-thumb {
    background: #308d80;
    border-radius: 10px;
}








.right-body-header {
    padding: 21px 45px 0px;
}


.table {
    width: 100%;
    margin-bottom: 0px;
    color: #212529;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.table td,
.table th {
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 25px 3px;
    border: none;
}

.adet {
    text-align: right;
}

.right-one img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}


.chevron {
    font-size: 14px;
}

.right-body-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.right-left-footer .btn-sharet {
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
    margin-right: 15px;
    padding: 0px;
}

.btn-sharet:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.right-left-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 9;
}

.over {
    margin-right: 8px;
}

.over:hover {
    color: #ffffff;
}

.over:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-facebook {
    width: 27px;
    height: 27px;
    background-color: #3b5998;
    color: #ffffff;
    border-radius: 50%;
    padding: 0;
    line-height: 23px;
    text-align: center;

}

.btn-copy img,
.btn-whatsaap img,
.btn-facebook img {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.btn-copy:hover img,
.btn-whatsaap:hover img,
.btn-facebook:hover img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.btn-whatsaap {
    width: 28px;
    height: 27px;
    background-color: #4caf50;
    color: #ffffff;
    border-radius: 50%;
    padding: 0px;
    line-height: 20px;
    text-align: center;
    padding-left: 2px;
}

.face-footer {
    font-size: 18px;
    line-height: 10px;
    line-height: 8px;
}

.what-footer {
    font-size: 17px;
    line-height: 10px;
    line-height: 0px;
}

.btn-copy {
    width: 27px;
    height: 27px;
    background-color: #308d80;
    color: #ffffff;
    border-radius: 50%;
    padding: 0px;
    line-height: 23px;
    text-align: center;
    padding-left: 2px;
}

.btn-selects {
    font-size: 15px;
    color: #106d61;
    background-color: transparent;
    padding: 0px;
    margin-right: 28px;
}

.btn-selects:hover {
    color: #106d61;
}

.btn-selects:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-selects2 {
    font-size: 15px;
    color: #9f0f0f;
    background-color: transparent;
    padding: 0px;
}

.btn-selects2:hover {
    color: #9f0f0f;
}

.btn-selects2:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.detay-lity {
    position: relative;
    top: 0px;
    width: 100%;
    height: 769px;
    padding-top: 49px;
}

.detay-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.detay-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.hazırlanma-merhelesi h3 {
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 39px;
}

.hazırlanma-merhelesi {
    padding-top: 55px;
    border-bottom: 2px solid #d0d0d0;
}

.preparation-list {
    padding-bottom: 14px;
}

.preparation-list .preparation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.preparation-list .preparation-item span {
    width: 37px;
    height: 37px;
    background-color: #308d80;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50%;
    margin-right: 14px;
    text-align: center;
    padding-top: 6px;
}

.preparation-list .preparation-item p {
    border-radius: 22px;
    background-color: transparent;
    color: #308d80;
    font-size: 17px;
    border: 1px solid #308d80;
    font-weight: 500;
    padding: 8px 20px;
    line-height: 21px;
    max-width: 94%;
}


.serh-comment-main {
    border-bottom: 2px solid #d0d0d0;
}

.serh-account-required {
    text-align: center;
}

.serh-account-required h3 {
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 30px;
}

.btn-serh-account {
    width: 136px;
    height: 41px;
    border-radius: 20px;
    background-color: #106d61;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 70px;
}

.btn-serh-account:focus,
.btn-serh-account:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

















.prepation-card-main {
    padding-top: 50px;
}















.ilave-şerh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 74px;
}

.serh-edin-text h3 {
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.wd {
    width: 69px;
    height: 69px;
}

.hd {
    width: 68px;
    height: 67px;
}

.edt {
    resize: none;
    border-radius: 0 10px 10px;
}

.edt:focus {
    border-radius: 0 10px 10px;
}

.btn-yorum {
    width: 151px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #308d80;
    color: #308d80;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

.btn-yorum:hover {
    color: #ffffff;
    background-color: #308d80;
}

.btn-yorum:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comment-main {
    margin-top: 30px;
    margin-bottom: 20px;
}

.cmt-one {
    margin-left: 10%;
}

.form-layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 80px;
    margin-bottom: 30px;
}

.form-yorum-divs {
    margin-top: 30px;
    margin-left: 1px;
    text-align: end;
}

.ilave-serh-text2 h3 {
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 58px;
}

.comment-main-2 {
    margin-bottom: 35px;
}

.wd2 {
    width: 103px;
    height: 103px;
}

.pre-profil-date {
    display: inline-block;
    width: 120px;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
}

.text-wd {
    margin-left: 119px;
    padding-top: 20px;
}

.text-wd h3 {
    font-size: 17px;
}

.img-wd {
    width: 100px;
    height: 99px;
}

.txt-area {
    resize: none;
    border-radius: 0 10px 10px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f5f5;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
}

.comment {
    margin-bottom: 45px;
    width: 86%;
}

.Answer-me {
    float: right;
    padding: 0px;
    color: #909090;
    font-size: 16px;
    border: none;
    line-height: 0px;
}

.Answer-me:hover,
.Answer-me:focus {
    color: #909090;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ilk-serh-yazın h3 {
    color: #909090;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 57px;
}

.ilave-serh-2 h3 {
    margin-left: 11%;
    color: #3b3b3b;
    font-size: 25px;
    font-weight: 500;
}

.answer-item {
    margin-top: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 20px 30px 20px 20px;
    margin-left: 20%;
    margin-bottom: 45px;
}

.comment-gör {
    display: block;
    color: #909090;
    font-size: 16px;
    font-weight: 500;
    float: right;
    margin-top: -35px;
    padding: 0px;
}

.comment-gör:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.ans-back {
    width: 56px;
    height: 56px;
}

.img-ans {
    width: 54px;
    height: 54px;
}

.date-ans span {
    color: #909090;
    font-size: 15px;
    font-weight: 400;
}

.text-ans {
    padding-top: 5px;
}

.comment-answer-middle {
    width: 92.50%;
    border-radius: 0 10px 10px;
    background-color: #f5f5f5;
    margin-left: 7.5%;
    margin-top: 10px;
}


#comment-modal .modal-header {
    padding: 0px;
}

#comment-modal .modal-header .modal-title {
    padding-top: 35px;
    padding-left: 34px;
    color: #909090;
    font-size: 15px;
    font-weight: 400;
}


#comment-modal .modal-body {
    padding: 13px 34px 0px;
    text-align: center;
}

#comment-modal .modal-content {
    height: 293px;
}

.modal-area {
    resize: none;
    border-radius: 10px;
    padding-left: 21px;
}

.modal-area:focus {
    border-radius: 10px;
}

.btn-comment-modal {
    width: 151px;
    height: 44px;
    border-radius: 22px;
    background-color: #308d80;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 8px;
}

.btn-comment-modal:focus,
.btn-comment-modal:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}


.comment-item {
    margin-top: 20px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    padding: 20px 32px 30px 37px;
    margin-left: 9%;
}

.comment-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.comment-middle-passive {
    width: 88%;
    border-radius: 0 10px 10px;
    background-color: #f5f5f5;
    margin-left: 12.5%;
    margin-top: 10px;
}

.comment-middle-passive p {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 21px;
    margin-bottom: 0px;
}

.comment-left {
    width: 20%;
}


.comment-date {
    padding: 20px 0px 0px;
}

.comment-date p {
    color: #909090;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
}

.comment-date span {
    color: #909090;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    float: right;
}

.commendt-like {
    margin-top: 5px;
    float: right;
}

.commendt-like span {
    color: #9f0f0f;
    font-size: 16px;
    font-weight: 400;
    padding-right: 4px;
}

.commendt-like span:last-child {
    margin-left: 10px;
}

.btn-like {
    color: #9f0f0f;
    padding: 0px;
}

.btn-like:hover {
    color: #9f0f0f;
}

.btn-like:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group-wd {
    margin-bottom: 0px;
}

.paginatation {
    margin-bottom: 46px;
}

.prepation-slider {
    margin-top: 6px;
    padding-top: 15px;
    background-color: #ffffff;
    padding-bottom: 60px;
}

.page-item.active .page-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 3;
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(48, 141, 128, 0.3);
    box-shadow: 0 3px 6px rgba(48, 141, 128, 0.3);
    background-color: #308d80 !important;
    border-color: transparent;
}

/*PREPATİON END*/
.des {
    background-color: #ffffff;
    border-color: #308d80;
}

.alert-danger {
    width: 56%;
    color: #721c24;
    background-color: transparent;
    border-color: transparent;
}

.form-error {
    color: #C36463;
    padding-left: 14px;
    font-size: 13px;
    font-weight: 500;
    display: none;
}

.strength-meter {
    background: transparent !important;
    font-weight: bold !important;
    border-width: 0px !important;
    border-style: none !important;
    border-color: red !important;
    -o-border-image: initial !important;
    border-image: initial !important;
    display: inline-block !important;
    font-size: 28px;
    padding: 4px;
}

.wrappers {
    overflow-y: overlay;
}

.wrappers::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}

/* Track */

.wrappers::-webkit-scrollbar-track {
    width: 15px;
    border-radius: 0px;
}

/* Handle */

.wrappers::-webkit-scrollbar-thumb {
    background: #308d80;
    border-radius: 50px;
    width: 15px;
}

.wappers2 {
    width: 100%;
}

#intro {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color: rgb(255, 255, 255, 1);
}

.intro-div {
    position: relative;
}

.bg-intro {
    width: 150px;
}

.ctl,
.ks1 {
    position: absolute;
    width: 70px;
}

.slide-tr {
    -webkit-animation: slide-tr 0.4s both;
    animation: slide-tr 0.4s both;
}

@-webkit-keyframes slide-tr {
    0% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }

    100% {
        -webkit-transform: translateY(-100px) translateX(100px);
        transform: translateY(-100px) translateX(100px);
    }
}

@keyframes slide-tr {
    0% {
        -webkit-transform: translateY(101px) translateX(-174px);
        transform: translateY(101px) translateX(-174px);
    }

    100% {
        -webkit-transform: translateY(30px) translateX(-100px);
        transform: translateY(30px) translateX(-100px);
    }
}

.slide-tl {
    -webkit-animation: slide-tl 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-tl 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes slide-tl {
    0% {
        -webkit-transform: translateY(0px) translateX(0px);
        transform: translateY(0px) translateX(0px);
    }

    100% {
        -webkit-transform: translateY(-100px) translateX(-100px);
        transform: translateY(-100px) translateX(-100px);
    }
}

@keyframes slide-tl {
    0% {
        -webkit-transform: translateY(104px) translateX(-31px);
        transform: translateY(104px) translateX(-31px);
    }

    100% {
        -webkit-transform: translateY(32px) translateX(-109px);
        transform: translateY(32px) translateX(-109px);
    }
}















.gj-datepicker-bootstrap [role=right-icon] button {
    width: 55px;
    position: relative;
    border: 1px solid #308d80;
    border-radius: 32px;
    background-color: #f0f0f0;
    border-color: transparent;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon,
.gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    top: 13px;
    left: 8px;
}

.gj-datepicker-bootstrap [role=right-icon] button:hover {
    color: #6c757d;
    background-color: #f0f0f0;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #6c757d;
    background-color: #f0f0f0;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.overflow {
    overflow: hidden;
}


#social-prep .modal-content {
    width: 335px;
    height: 188px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

#social-prep .modal-content .modal-body h3 {
    padding-top: 20px;
    text-align: center;
    color: #3b3b3b;
    font-size: 17px;
    font-weight: 400;
}

.field-validation-error {
    color: #9f0f0f;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
}

.validation-summary-errors ul li {
    color: #9f0f0f;
    font-size: 14px;
    font-weight: 400;
}