@font-face {
    font-family: Ivymode-light;
    src: url(../fonts/IvyMode-Light.otf);
}

@font-face {
    font-family: Ivymode-thin;
    src: url(../fonts/IvyMode-Thin.otf);
}

@font-face {
    font-family: Ivymode-semibold;
    src: url(../fonts/IvyMode-SemiBold.otf);
}

@font-face {
    font-family: Ivymode-lightitalic;
    src: url(../fonts/IvyMode-LightItalic.otf);
}

.wr-content-title {
    font-size: 40px;
    font-family: 'Ivymode-Lightitalic';
}

body {
    font-family: 'Ivymode-light';
}

.menu-text a {
    font-size: 22px;
    font-family: 'ıvymode-semibold';
}

.footer-title {
    margin-left: 15px;
}

.footer-text {
    margin-left: 15px;
}

.header-img {
    background-image: url(../main-img/header.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-menu {
    background-color: #315D3A;
    color: white;
}

.wr-content-title {
    color: #315D3A;
}

.wr-content {
    color: #000;
}

.wrapper-bg {
    background-image: url(../main-img/Image\ 4.png);
    background-size: cover;
}

.bg-medi {
    background-image: url(../main-img/Group\ 197.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 910px;
}

.bg-buy {
    background-image: url(../main-img/bg-buy.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 15px 40px 15px 30px;
    margin-top: 40px;
}

.text-medi {
    position: relative;
    bottom: 288px;
}

.headphone-img {
    position: relative;
    bottom: 220px;
}

.headphone-btn {
    position: relative;
    bottom: 235px;
    height: 75px;
    background: linear-gradient(0deg, rgba(103, 187, 69, 1) 0%, rgba(166, 230, 150, 4) 100%);
    border: none;
    width: 35%;
    position: relative;
    text-align: center;
}

.headphone-btn span {
    color: #315D3A;
}

.headphone-btn img {
    max-height: 46px;
    margin-left: 12px;
    position: absolute;
    right: 30px;
}

.med-text {
    font-size: 30px;
    position: relative;
    bottom: 250px;
}

.buy-text {
    color: #ffff;
    font-size: 28px;
    margin-right: 12px;
    font-family: Ivymode-semibold;
}

.btn-meditation {
    background-color: #65BA42;
    border-radius: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
}

.btn-meditation-text {
    font-family: 'Ivymode-bold';
    color: #BEF8B2;
}

.btn-voice {
    background-color: #65BA42;
    border-radius: 50px;
    color: #fff;
    border: none;
    padding: 5px 30px;
}

.btn-voice:hover {
    background-color: #65BA42;
}

.btn-voice i {
    margin-left: 15px;
    font-size: 40px;
    display: inline-block;
}

.btn-whatsapp {
    background: rgb(58, 136, 67);
    background: linear-gradient(0deg, rgba(58, 136, 67, 1) 0%, rgba(100, 185, 66, 1) 100%);
    border-radius: 50px;
    border: none;
    color: #fff;
    border: none;
    padding: 5px 30px;
    height: 75px;
}

.btn-whatsapp:hover {
    background-color: #65BA42;
}

.btn-whatsapp img {
    margin-right: 15px;
    max-height: 46px;
    display: inline-block;
}

.btn-meditation-text {
    color: #65BA42;
}

.book-text-title {
    color: #315D3A;
}

.modal-left {
    position: relative;
    height: 100%;
    padding: 50px 15px 0 15px;
}

.wapp-modal-text {
    color: #000;
    line-height: 1.2;
}

.wapp-modal-text p {
    font-size: 14px;
    margin: 0;
}

.modal-left:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    background-color: #BFBFBF;
}

.modal-wapp {
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #BFBFBF;
    margin-top: auto;
}

.modal-text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-text h3 {
    font-weight: light;
}

.modal-text p {
    font-size: 24px;
    line-height: 2;
}

.book-modal .modal-content,
.book-modal .modal-body {
    padding: 10px;
}

.book-modal .modal-body>div {
    height: 100%;
}

.book {
    background-image: url(../main-img/book/Image\ 4.png);
    background-repeat: no-repeat;
    padding: 30px;
}

.offcanvas-nav {
    background-color: #315D3A;
}

.flex-basis-max {
    flex-basis: max-content;
}

.slider-line {
    position: absolute;
    max-width: 150px;
}

.slider-line.top-left {
    top: 40px;
    left: 40px;
}

.slider-line.bottom-left {
    bottom: 40px;
    left: 40px;
}

.slider-line.top-right {
    top: 40px;
    right: 40px;
}

.slider-line.bottom-right {
    bottom: 40px;
    right: 40px;
}

.slider-container {
    max-width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
}

.slider-wrapper {
    height: 100vh;
    width: 100%;
    position: relative;
}

.btn-slider {
    background: linear-gradient(0deg, rgba(103, 187, 69, 1) 0%, rgba(166, 230, 150, 4) 100%);
    border: none;
    font-size: 22px;
    font-family: Ivymode-semibold;
    text-align: center;
    padding: 12px 25px;
    border-radius: 50px;
    width: 80%;
    margin-top: 50px;
    color: #315D3A;
}

.footer {
    background-color: #315D3A;
    padding: 90px;
}

.social-footer {
    padding: 20px !important;
}

.footer-name {
    padding: 30px;
}

.footer-title {
    font-family: 'Ivymode-Lightitalic';
}

.navbar-stick:not(.navbar-dark) {
    background: #315D3A;
}

.navbar-brand {
    display: none;
}

.navbar-clone .navbar-brand {
    display: block;
}

.navbar-stick:not(.navbar-dark) .nav-link {
    color: #fff;
}

button.hamburger {
    color: #fff;
}

.insta-list {
    display: flex;
    padding: 0;
    align-items: flex-start;
    flex-direction: column;
}

.insta-list li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 12px;
}

.insta-list li a {
    color: #fff;
    font-size: 22px;
    font-family: Ivymode-thin;
    position: relative;
    padding-bottom: 4px;
}

.insta-list li a:after {
    content: '';
    position: absolute;
    left: -5px;
    right: 0;
    bottom: 0;
    width: 0;
    background-color: #fff;
    height: 1.2px;
    transition: .5s;
}

.insta-list li a:hover::after {
    width: 100%;
}

.insta-list li a img {
    margin-right: 10px;
}

.audio-body {
    overflow: hidden;
}

.audio-section {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.play-icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.book-modal .modal-content {
    overflow: scroll;
}

audio {
    width: 100%;
}

.bg-buy .play-button {
    width: 57px;
}

.navbar-stick .nav-link {
    font-size: 16px;
}

.navbar-stick>.container.flex-basis-max {
    flex-basis: auto;
}

.navbar-stick .navbar-brand img {
    width: 180px;
}

.modal-header {
    padding: 0;
}

.btn-close {
    z-index: 99;
    margin: 0 !important;
    padding: 0 !important;
    top: 10px !important;
    right: 10px !important;
}

.modal-text h3 {
    margin-top: 15px;
}

.modal-text .btn-whatsapp {
    height: 50px;
}

.modal-text .btn-whatsapp img {
    max-height: 35px;
}

.ank-era audio::-webkit-media-controls-enclosure {
    background-color: #ecc28c;
}

.siyurgal audio::-webkit-media-controls-enclosure {
    background-color: #84d2e1;
}

.sannas audio::-webkit-media-controls-enclosure {
    background-color: #b3bd92;
}

.maparu audio::-webkit-media-controls-enclosure {
    background-color: #dd9ea1;
}

.ilsam audio::-webkit-media-controls-enclosure {
    background-color: #7994cd;
}

.lilgaya audio::-webkit-media-controls-enclosure {
    background-color: #f9ae8f;
}

.aya audio::-webkit-media-controls-enclosure {
    background-color: #c396c5;
}

audio::-webkit-media-controls-timeline {}

audio::-webkit-media-controls-volume-control-container {}

audio::-webkit-media-controls-volume-control-container.closed {}

audio::-webkit-media-controls-volume-slider-container {}

audio::-webkit-media-controls-volume-slider {}

audio::-webkit-media-controls-seek-back-button {}

audio::-webkit-media-controls-seek-forward-button {}

audio::-webkit-media-controls-fullscreen-button {}

audio::-webkit-media-controls-rewind-button {}

audio::-webkit-media-controls-return-to-realtime-button {}

audio::-webkit-media-controls-toggle-closed-captions-button {}

@media only screen and (min-width: 992.1px) {
    .no-desktop {
        display: none !important;
    }
    .headphone-btn span br {
        display: none;
    }
    .btn-wth-img br {
        display: none;
    }
    .audio-section {
        max-width: 500px;
        width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 1440px) {
    .btn-voice {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .book-none {
        display: none;
    }
    .btn-voice {
        width: 60%;
    }
    .no-mobile {
        display: none !important;
    }
    .footer {
        padding: 0;
        text-align: center;
    }
    .navbar-stick .navbar-brand img {
        width: 130px;
    }
    .flex-basis-max {
        flex-basis: auto;
    }
    .wr-content-title {
        font-size: 23px;
    }
    .wr-content-text {
        font-size: 16px;
    }
    .med-text {
        font-size: 25px;
    }
    .text-medi {
        font-size: 16px;
    }
    .book-text-title {
        font-size: 26px;
    }
    .book-text-title-mobile {
        font-size: 18px;
    }
    .footer-text {
        font-size: 18px;
    }
    .footer-title {
        font-size: 18px;
    }
    .wrapper {}
    .navbar-other {
        height: 50px;
    }
    .profil-img {
        width: 50%;
        margin: auto;
    }
    .insta-list {
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
    }
    .btn-slider {
        width: 100%;
        margin-top: 30px;
    }
    .bg-buy {
        padding: 15px 16px 15px 12px;
    }
    .bg-buy .buy-text {
        font-size: 18px;
        line-height: 1.2;
    }
    .bg-buy .book-box-img {
        width: 120px;
    }
    .slider-container {
        padding-top: 100px;
        align-items: flex-start;
        text-align: center;
    }
    .slider-line {
        max-width: 80px;
    }
    .slider-line.top-right {
        display: none;
    }
    .slider-line.top-left {
        left: 10px;
        top: 10px;
    }
    .slider-line.bottom-left {
        left: 10px;
        bottom: 10px;
    }
    .slider-line.bottom-right {
        right: 10px;
        bottom: 10px;
    }
    .modal-left {
        height: auto;
        padding-top: 15px;
    }
    .modal-left:after {
        content: none;
    }
    .book-modal .modal-body {
        padding: 0;
    }
    .book-modal .modal-content,
    .book-modal .modal-body {
        height: auto;
    }
    .modal-body .row {
        max-width: 100%;
        margin: 0;
    }
    .modal-text .book-logo {
        max-width: 50%;
        max-height: 180px;
    }
    .modal-wapp {
        margin-top: 25px;
    }
    .modal-text {
        justify-content: flex-start;
    }
    .slider-container img {
        max-width: 80%;
    }
    .modal .btn-close {
        
    }
    .modal-text h3 {
        font-size: 16px;
    }
    .modal-text .btn-whatsapp {
        font-size: 14px;
        height: 60px;
        width: 100%;
        position: relative;
    }
    .modal-text .btn-whatsapp span {
        position: relative;
        bottom: 2px;
        left: 8px;
    }
    .modal-text .btn-whatsapp img {
        height: 30px;
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .bg-buy .play-button {
        width: 33px;
    }
}

@media only screen and (max-width: 768px) {
    .slider-wrapper {
        height: calc(100vh - 60px);
    }
    .bg-medi {
        max-height: 825px;
    }
}

@media only screen and (max-width: 540px) {
    .btn-voice {
        width: 100%;
    }
}