/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: 'Righteous';
    src: url('../fonts/BalooChettan-Regular.ttf');
    src: url('../fonts/BalooChettan-Regular.ttf');
}
/*****---------------------------------------- 1) font-family: 'Libre Baskerville', serif;
 2) font-family: 'Rajdhani', sans-serif;
 3) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- CSS Variables (Theme Colors) ---------------------------------------------------------------------*/
/* Change colors here and they will update throughout the entire site */

:root {
    --primary-color: #243b4a; /* Main brand color (navbar, backgrounds, accents) */
    --secondary-color: #ebd2b6; /* Secondary accent color (buttons, borders, highlights) */
    --text-dark: #000602; /* Dark text color */
    --text-light: #a9a49a; /* Light/white text color */
    --text-gray: #666666; /* Gray text color */
    --background-light: #243b4a; /* Light background color */
    --background-dark: #252525; /* Dark background color */
}

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
    font-family: 'Libre Baskerville', serif !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Libre Baskerville', serif !important;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    padding-top: 80px;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}
.bg-light {
    background-color: var(--primary-color) !important;
}
.logo {
    width: 200px;
    float: left;
}
.logo img {
    width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
}

.navbar.fixed-top {
    z-index: 1000;
}

.navbar.fixed-top {
    z-index: 1000;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary-color);
    font-weight: 600;
}

.banner_section {
    width: 100%;
    float: left;
    min-height: 600px;
    background-color: #fff;
    padding: 50px 0;
}

.banner_section .row {
    margin: 0;
}

.banner_section .col-lg-4,
.banner_section .col-md-5 {
    padding: 40px;
}

.banner_section .col-lg-8,
.banner_section .col-md-7 {
    padding: 0;
}

.banner-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.banner-image-col {
    padding: 0 !important;
}

/* Mobile styles */
@media (max-width: 768px) {
    .banner_section {
        min-height: auto;
        padding: 20px 0;
    }

    .banner_section .col-lg-4,
    .banner_section .col-md-5 {
        padding: 20px;
        position: relative;
        z-index: 2;
    }

    .banner-image-col {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .banner-image {
        height: 100%;
        min-height: 200px;
    }

    .banner_section .carousel-item h1,
    .banner_section .yoga_text,
    .banner_section .body_text {
        color: #ffffff !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
        background-color: rgba(0, 0, 0, 0.7);
        padding: 15px;
        display: inline-block;
    }

    .banner_section .contrary_text {
        color: #ffffff !important;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 15px;
        display: inline-block;
    }
}
.yoga_text {
    width: 100%;
    float: left;
    font-size: 60px;
    color: var(--primary-color);
    font-weight: 500;
}
.body_text {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #0d0c0a;
    font-weight: 500;
}
.contrary_text {
    width: 48%;
    float: left;
    font-size: 18px;
    color: #171617;
    margin-left: 0px;
}

.contact_bt {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.contact_bt a {
    width: 15%;
    float: left;
    font-size: 18px;
    color: #fafbfd;
    background-color: var(--secondary-color);
    text-align: center;
    padding: 10px 0px;
}
.contact_bt a:hover {
    color: #fafbfd;
    background-color: var(--primary-color);
}

.trainer_section {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
    height: auto;
    padding-bottom: 90px;
}

.image_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.meditation_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: var(--text-light);
    text-align: center;
    padding-top: 30px;
}

.lorem_tetx {
    width: 100%;
    float: left;
    font-size: 16px;
    color: var(--text-light);
    text-align: center;
    margin-left: 0px;
}

#myCarousel .carousel-inner,
#myCarousel .carousel,
.carousel-item,
.fill {
    height: 100%;
    min-height: 400px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.slide-wrapper {
    display: inline;
}
.slide-wrapper {
    padding: 0;
}

/*------------------------------ vertical bootstrap slider----------------------------*/

.banner_section .carousel-inner > .carousel-item.carousel-item-next,
.banner_section .carousel-inner > .carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}
.banner_section .carousel-inner > .carousel-item.carousel-item-prev,
.banner_section .carousel-inner > .carousel-item.active.carousel-item-left {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    top: 0;
}
.banner_section .carousel-inner > .carousel-item.next.carousel-item-left,
.banner_section
    .carousel-inner
    > .carousel-item.carousel-item-prev.carousel-item-right,
.banner_section .carousel-inner > .carousel-item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0;
}

/*------------------------------- vertical carousel indicators ------------------------------*/
.banner_section.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.banner_section.carousel-indicators li {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #00a199;
}
.banner_section.carousel-indicators li.active {
    margin-bottom: 5px;
    background: #a9a49a;
}
#myCarousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}
#myCarousel .carousel-indicators {
    right: 0;
    justify-content: left;
    bottom: 0px;
    margin-left: 0px;
    display: block;
    left: -90px;
    top: 70px;
}
#myCarousel .carousel-indicators .active {
    background-color: var(--secondary-color);
}

.about_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
}

.about_video {
    width: 100%;
    padding: 20px;
}

.about_video video {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.about_main {
    width: 100%;
    margin-top: 0;
    float: left;
    background-color: var(--primary-color);
    height: auto;
    padding: 60px 40px;
    border-radius: 100px;
    margin-top: 140px;
}
.about_text {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #ffffff;
    text-align: center;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.about_bt_main {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.about_bt {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.about_bt a {
    width: 28%;
    float: left;
    font-size: 18px;
    color: #fafbfd;
    background-color: var(--secondary-color);
    text-align: center;
    padding: 10px 0px;
}
.about_bt a:hover {
    color: #fafbfd;
    background-color: var(--primary-color);
}

.client_section {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
    padding-bottom: 90px;
}
.costomer_taital {
    width: 50%;
    margin: 0 auto;
    font-size: 50px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid var(--secondary-color);
}
.client_section_2 {
    width: 100%;
    float: left;
    padding-top: 70px;
}

.client_icon {
    width: 100%;
    float: left;
}
.client_left {
    width: 15%;
    float: left;
}
.client_right {
    width: 85%;
    float: left;
}
.client_icon {
    width: 100%;
    float: left;
}

.carklo_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.lorem_dolar_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
}

.lorem_main {
    width: 100%;
    float: left;
    background-color: var(--text-light);
    height: auto;
    padding: 0px 20px 20px 20px;
    margin-top: 20px;
}
.top_arrow {
    width: 100%;
    float: left;
    position: relative;
    top: -20px;
}

.ipsum_dolor_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #fff;
}

.carousel-indicators li {
    width: 75px;
    height: 25px;
    background-color: var(--secondary-color);
    margin-left: 0px;
    margin-right: 0px;
}
.carousel-indicators {
    right: 0;
    justify-content: left;
    bottom: -60px;
    margin-left: 0px;
}

.pricing_section {
    width: 100%;
    display: flex;
    height: 500px;
    padding: 0;
}

.pricing-item {
    flex: 1;
    width: 25%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pricing-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pricing-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pricing_taital {
    width: 24%;
    margin: 0 auto;
    font-size: 50px;
    text-align: center;
    border-bottom: 1px solid var(--secondary-color);
    color: #121112;
    font-weight: 500;
}

.pricing_section_2 {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.plane_section {
    width: 100%;
    float: left;
}
.starter_text {
    width: 41%;
    margin: 0 auto;
    font-size: 30px;
    color: #121112;
    text-align: center;
    border-bottom: 7px solid var(--secondary-color);
    font-weight: 500;
}

.number_text {
    width: 35%;
    margin: 0 auto;
    font-size: 50px;
    background-color: var(--primary-color);
    color: #ffffff;
    height: auto;
    padding: 20px 30px;
    border-radius: 30px;
    text-align: center;
    margin-top: 45px;
}

.lorem_amet_text {
    width: 60%;
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 30px;
}
.contact_section {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
    height: auto;
    padding-bottom: 90px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f3f4fb;
    border: 0px;
    border-bottom: 1px solid #fcfdff;
    background-color: transparent !important;
    padding: 50px 30px 0px 0px;
}
input.mail_text::placeholder {
    color: #f3f4fb;
}
.massage-bt {
    color: #f3f4fb;
    width: 100%;
    height: 110px;
    font-size: 18px;
    border-bottom: 1px solid #fcfdff !important;
    background-color: transparent !important;
    padding: 75px 30px 0px 0px;
    border: 0px;
}
textarea#comment::placeholder {
    color: #f3f4fb;
}
.send_bt {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.send_bt a {
    width: 30%;
    float: left;
    background-color: var(--secondary-color);
    color: #fefeff;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
}
.send_bt a:hover {
    background-color: #a9a49a;
    color: #000;
}

.contact_text {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #ffffff;
}

.map {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.map-link {
    display: block;
    position: relative;
    cursor: pointer;
}

.map-link:hover::after {
    content: '📍 Haritada Görüntüle';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    z-index: 10;
    white-space: nowrap;
}

.address_text {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 15px;
    background-color: rgba(243, 244, 251, 0.1);
    border-radius: 5px;
}

.address_text p {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}

.address_text strong {
    color: var(--secondary-color);
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}
.social_icon li {
    float: left;
    padding-right: 10px;
}

.social_icon li a {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

.social_icon li a span {
    color: #ffffff;
    font-size: 16px;
    margin-left: 10px;
}

.social_icon li a:hover span {
    color: var(--secondary-color);
}

.contact_image {
    width: 100%;
    padding: 20px;
}

.contact_image img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.call_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding-top: 30px;
}

.call_text a {
    display: flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

.call_text a:hover {
    color: var(--secondary-color);
}

.call_text a span {
    color: #ffffff;
}

.padding_left_0 {
    padding-left: 20px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}
.copyright_text a:hover {
    color: #000;
}
