:root{
    --primary: #3B95D6;
    --default-primary: #3B95D6;
    --default: #fff;
    --secondary: #FF6347;
    --background: #00101A;
    --text: #333333;
    --fontHeader:"Playfair Display", serif;
    --fontDefault: "Roboto", serif;
}
body {
    /*font-family: "Playfair Display", serif;*/
    font-family: "Roboto", serif;
    font-weight: 400;
    background: var(--background);
}

a {
    color: var(--default);
    font-weight: 400;
}

a:hover {
    color: #fcb813;
    transition: 0.5s;
    text-decoration: none;
}

p {
    color: #BDBDBD;
}

h1 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Playfair Display", serif;
}

ul {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

li {
    text-decoration: none;
    display: block;
}

.titleColor {
    color: #fcb813;
}

.divPadding {
    padding: 40px 0px;
}

.color {
    color: #fdba2d;
}

.btn-color {
    background: #fdba2d;
}

.color-white {
    color: var(--default);
}
.color-primary {
    color: var(--primary);
}
.color-default-primary {
    color: var(--default-primary);
}

.color-black {
    color: #1f1e1e;
}

.color-bblack {
    color: #1f1e1e;
}

.color-grey {
    color: #777777;
}

.side {
    display: flex;
    flex-wrap: wrap;
}

.f-15 {
    font-size: 20px !important;
}

.f-16 {
    font-size: 20px !important;
}

.f-17 {
    font-size: 20px !important;
}

.f-18 {
    font-size: 20px !important;
}

.f-19 {
    font-size: 20px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-25 {
    font-size: 25px !important;
}

.f-30 {
    font-size: 30px !important;
}

.f-35 {
    font-size: 35px !important;
}

.f-40 {
    font-size: 40px !important;
}

.f-45 {
    font-size: 45px !important;
}

.f-50 {
    font-size: 50px !important;
}

.f-60 {
    font-size: 60px !important;
}

.f-55 {
    font-size: 55px !important;
    font-weight: 600;
}

.lh-35 {
    line-height: 35px;
}

.h50 {
    height: 50px !important;
}

.navbar-toggler {

    background-color: #1d1c1c !important;
    padding: 8px 15px;
}

/*===================Menu===================*/

.navbar {
    background-color: #00101a61;
    position: absolute;
    width: 100%;
    padding: 25px;
    z-index: 3;
}

.navbar .navbar-nav .nav-link {
    color: var(--default);
}

.navbar .navbar-nav .nav-link:hover {
    text-shadow:
            0px 0px 10px rgb(0 128 255),
            0px 0px 15px rgb(0 128 255),
            0px 0px 20px rgb(0 128 255);
    /*text-shadow: 0px 0px 10px rgb(0 128 255); !* X, Y, Blur, Renk *!*/
    transition: 0.5s;
}

.navbar .navbar-nav .active > .nav-link {
    font-family: var(--fontHeader);
    text-shadow:
            0px 0px 10px rgb(0 128 255),
            0px 0px 15px rgb(0 128 255),
            0px 0px 20px rgb(0 128 255);
    /*text-shadow: 0px 0px 10px rgb(0 128 255)*/
}

.header-topline {
    display: flex;
    font-size: 14px;
    line-height: 1.2em;
    letter-spacing: .5px;
    word-spacing: -2px;
    align-items: center;
    min-height: 48px;
    background: #f5f5f5;
}

.header-social a {
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    border-radius: 50%;
}

.socialmediaTop i {
    margin: 0px 10px;
    color: #7b7b7b;
}

.contactTop i {
    margin: 0px 4px;
    color: #fab915;
}

.contactTop {
    color: #7d7d7d;
}

.contactTop div {
    margin: 0px 10px;
}

/*===================Menü===================*/
/*===================Slide===================*/
.as-slider .swiper-container img {
    height: auto;
}

.swiper-text {
    top: 15px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 15px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 15px;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
}

.swiper-text .slide-txt1 {
    font-size: 18px;
    line-height: 1.20em;
}

.slide-txt2:not(:first-child) {
    margin-top: 10px;
    font-size: 14px;
}

.swiper-text .slide-btn {
    margin-top: 15px;
}

.slide-btn a {
    padding: 5px 15px;
    font-size: 12px;
}

.swiper-slide-active .slide-txt1 {
    animation-name: zoom;
    animation-duration: 1.5s;
    /* color: black; */
}

.swiper-text {
    position: absolute;
    top: 27vh;
    text-align: left;
    left: 45vh;
}

.sliderTitle {
    color: white;
    font-size: 74px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.sliderButton {
    background-color: #8282823b;
    padding: 11px 60px;
    font-size: 17px;
    border:none;
    border-left: solid 2px var(--primary);
    font-family: var(--fontHeader);
    transition: all 0.2s;
}

.sliderButton:hover {
    font-family: var(--fontHeader);
    background-color: #8282823b;
    border-left: solid 10px var(--primary) ;
}

.sliderTopTitle {
    color: #fab915;
}

/* ===================Slider=================== */

/*===================footer===================*/
.footer {
    width: 100%;
    height: auto;
    /*background-image: url('../images/footer.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;

}

.footer p {
    color: #aaaaaa;
}

.footerServices a {
    color: var(--default);

}

.footerServices a:hover {
    color: #BDBDBD;
    transition: 0.5s;
    text-decoration: none;
}
.footerServices li{
    margin: 10px;
}
.socialmediaFooter{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
    align-items: end;
    height: 200px;
}
.socialmediaFooter a:hover{
    opacity: 0.3;
}

.bottomFooter {
    padding-top: 20px;
    margin-top: 40px;
    border-top: solid 1px var(--default);
}

.footerContact a {
    color: #BDBDBD;
}
.footerContact a:hover {
    color: var(--default);
}

.footerContact i {
    margin-right: 5px;
}

.footerContactButton {
    background: #545252;
    color: white;
    border: none;
    padding: 10px 58px;
    border-radius: 34px;
    font-size: 14px;
}

.footerContactButton:hover {
    background: #827f7f;
}

/*===================footer===================*/
/*===================Anasayfa===================*/
.sliderFlyContainer {
    background: url('../images/fly/banner.jpg');
    background-position: bottom;
    background-size: cover;
    height: 98vh;
    width: 100%;
    /*padding-top:15rem;*/
}
.sliderCarContainer {
    background: url('../images/car/banner.jpg');
    background-position: bottom;
    background-size: cover;
    height: 98vh;
    width: 100%;
    /*padding-top:15rem;*/
}
.sliderHotelContainer {
    background: url('../images/hotel/banner.jpg');
    background-position: bottom;
    background-size: cover;
    height: 98vh;
    width: 100%;
    /*padding-top:15rem;*/
}
.sliderSafariContainer {
    background: url('../images/safari/banner.jpg');
    background-position: bottom;
    background-size: cover;
    height: 98vh;
    width: 100%;
    /*padding-top:15rem;*/
}
.sliderCityContainer {
    background: url('../images/city/banner.jpg');
    background-position: bottom;
    background-size: cover;
    height: 98vh;
    width: 100%;
    /*padding-top:15rem;*/
}
.sliderContainer {
    background: url('../images/banner_yacht.png');
    background-position: bottom;
    background-size: cover;
    height: 98vh;
    width: 100%;
    /*padding-top:15rem;*/
}
.sliderBox {
    height: 100vh;
    width: 100%;
    display: flex
;
}

.sliderDiv {
    display: table;
    height: 100%;
    width: 100%;
    padding-left: 35vh;
}

.sliderIcDiv {
    display: table-cell;
    vertical-align: middle;
}

.sliderHosgeldiniz {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 4px;
    font-size: 23px;
    color: #1d1c1c;
    font-weight: 500;
}

.sliderDesc {
    font-size: 16px;
    color: #BDBDBD;
    letter-spacing: 0.5px;
}

.customButton {
    background-color: #1d1c1c;
    padding: 15px 60px;
    font-size: 17px;
}

.bannerImg {
    width: 459px;
}

.sliderImgContainer {
    display: table !important;
    height: 100%;
    width: 100%;
    text-align: center;

}

.sliderImgIcDiv {
    display: table-cell;
    vertical-align: middle;
    align-items: center;
}

.hakProjeler {
    width: 150px;
    height: 135px;
    background: #fdba2d;
    /*border-radius: 13px;*/
    padding: 35px;
    color: black;
    font-weight: 400;
    position: absolute;
    text-align: center;
    font-size: 15px;
    bottom: -7%;
}

.hakProjelerSayi {
    font-size: 42px;
    color: black;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.projeImg {
    background: url(../images/project.jpg);
    height: auto;
    width: 100%;
    padding: 40px 0px;
    margin-bottom: 50px;;
    margin-top: 50px;;
}

.zebraLine {
    width: 30px;
    height: 3px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(135deg, transparent 10%, #ffc326 10%, #ffc326 50%, transparent 50%, transparent 60%, #ffc326 60%, #ffc326);
    background-image: linear-gradient(-45deg, transparent 10%, #ffc326 10%, #ffc326 50%, transparent 50%, transparent 60%, #ffc326 60%, #ffc326);
    background-size: 7px 7px;
    margin: auto;
}

.prOrt {
    padding-top: 2%;
}

.refHover {
    filter: grayscale(100%);
}

.refHover:hover {
    filter: none;
}

.prTitle {
    font-size: 25px;
    color: var(--default);
    font-weight: 600;
    text-shadow: 3px 4px 2px #888888d9;
}

.prSayi {
    padding: 0;
    margin: 0;
    font-size: 49px;
    line-height: 1.1;
    font-weight: bold;
    color: var(--default);
    text-shadow: 3px 5px 2px #888888d9;
}
/*---------*/
/*YENİ*/
.subNavbar{
    background-color: #00101a!important;
    position: relative!important;
}
.headerBox{
    padding: 8.5rem 0;
    margin: auto;
    color: white;
}

.yachtsCard {
    position: relative;
    text-align: left;
    color: white;
    overflow: hidden;
    margin-bottom: 30px;
}

.yachtsCard img{
    width: 100%;
}
.contentBox{
    position: absolute;
    bottom: 0.5rem;
    padding: 1rem;
}
.contentBox p{
    color: white;
    font-size: 14px;
    font-weight: 300;
}
.contentBox a{
    border:solid 1px var(--default);
    font-size: 16px;
    font-weight: 500;
    padding: 0.5rem 1.2rem;
}
.galleryItem{
    margin-bottom: 1rem;
}
.galleryHeaderBox{
    font-style: italic;
    font-family: var(--fontHeader);
    padding: 3.5rem;
    margin: auto;
    color: white;
}


/*---------*/
.categoryTitle{
    color: var(--primary);

}
.categoryBox:hover{
    background: rgba(88, 88, 88, 0.25);
}

@media screen and (max-width: 1514px) and (min-width: 1185px) {
    .sliderDiv {
        padding-left: 10vh !important;
    }

    .prOrt {
        padding-top: 2%;
    }

}

@media screen and (max-width: 1185px) and (min-width: 992px) {
    .sliderDiv {
        padding: 4vh !important;
    }

    .prOrt {
        padding-top: 2%;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {

    .sliderImgContainer {
        display: none !important;
    }

    .hakkimizdaM {
        margin-top: 8vh !important;
    }

    .sliderDiv {
        padding: 4vh !important;
    }
}

@media only screen and (max-width: 768px) {

    .social-links{
        height:auto!important;
    }
    .social-links-banner {
        display: none;
    }
    .sliderDiv {
        padding: 3vh !important;
    }

    .sliderImgContainer {
        display: none !important;
    }

    .hakkimizdaM {
        margin-top: 8vh !important;
    }

    .iletisimDiv {
        padding: 50px 10px !important;
    }

    .iletisimM {
        margin-bottom: 40px !important;
    }

    .iletisimButon {
        margin-bottom: 80px;
    }
}


.about-section {
    padding: 80px 0;
    background-color: transparent;
    position: relative;
}

.about-subtitle {
    color: var(--primary);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-bottom: 15px;
}

.about-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-style: italic;
    color: var(--primary);
    margin-bottom: 25px;
    line-height: 1.2;
    white-space: nowrap;
    position: relative;
}

.about-desc {
    color: #B0B0B0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 90%;
}

.features-list {
    margin-top: 30px;
}

.feature-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    margin-bottom: 10px;
    /*border-radius: 4px;*/
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(59, 149, 214, 0.2);
}

.feature-item span {
    color: var(--default);
    font-family:var(--fontHeader);
    font-size: 16px;
    margin-left: 15px;
}

.feature-item i {
    color: var(--primary);
    font-size: 14px;
}

.yacht-image {
    position: relative;
    text-align: center;
}

.yacht-image img {
    max-width: 100%;
    height: auto;
}

.video-preview {
    background: rgba(0, 0, 0, 0.3);
    /*border-radius: 8px;*/
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.video-preview iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-description p {
    color: #B0B0B0;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.play-button {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    /*border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button i {
    color: var(--default);
    font-size: 24px;
}

.play-button:hover {
    background: rgba(59, 149, 214, 0.3);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
    width: 100%;
}

.stat-item h3 {
    font-family: "Archivo Black", serif;
    font-size: 56px;
    color: transparent;
    margin-bottom: 8px;
    font-weight: 300;
    -webkit-text-stroke: 1.5px var(--default);
    text-stroke: 1.5px var(--default);
    line-height: 1;
    white-space: nowrap;
}

.stat-item p {
    color: var(--primary); ;
    font-size: 13px;
    font-family: var(--fontHeader);
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 992px) {
    .about-title {
        font-size: 30px;
    }

    .yacht-image {
        display: none;
    }

    .col-lg-5 {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-lg-3 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .stat-item h3 {
        font-size: 48px;
    }

    .stat-item p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 40px 0;
    }

    .col-lg-5, .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 0 15px;
    }

    .stat-item h3 {
        font-size: 42px;
    }

    .stat-item p {
        font-size: 11px;
    }
}

.why-choose-us {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    padding: 100px 0;
    position: relative;
}

.section-subtitle {
    color: var(--primary);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-bottom: 15px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-style: italic;
    color: var(--default);
    margin-bottom: 40px;
    line-height: 1.3;
}

.experience-image {
    position: relative;
    width: 100%;
    /*border-radius: 8px;*/
    /*overflow: hidden;*/
    margin-bottom: 40px;
    padding-right: 30px;
}

.main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.experience-counter {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background-color: var(--primary);
    padding: 20px 40px;
    /*border-radius: 8px;*/
    text-align: center;
    z-index: 2;
}

.experience-counter h3 {

    font-family: "Archivo Black", serif;
    color: var(--default);
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.experience-counter p {
    color: var(--default);
    font-size: 14px;
    margin: 0;
}

.services-list {
    margin-top: 40px;
}

.service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.service-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    position: absolute;
    left: 0;
    top: 3px;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-content {
    padding-left: 90px;
}

.service-content h3 {
    color: var(--primary);
    font-size: 20px;
    font-family: var(--fontHeader);
    font-style: italic;
    margin-bottom: 10px;
}

.service-content p {
    color: #B0B0B0;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .service-content {
        padding-left: 45px;
    }

    .service-icon {
        width: 24px;
        height: 24px;
        margin-right: 15px;
        top: 2px;
    }

    .service-content h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .service-content p {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .service-content {
        padding-left: 35px;
    }

    .service-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .service-content h3 {
        font-size: 16px;
    }

    .service-content p {
        font-size: 12px;
    }
}



@media (max-width: 992px) {
    .section-title {
        font-size: 36px;
    }

    .experience-counter {
        right: 20px;
        padding: 15px 30px;
    }
}

@media (max-width: 768px) {
    .why-choose-us {
        padding: 60px 0;
    }

    .experience-image {
        margin-bottom: 60px;
    }

    .service-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

.set-sail-section {
    padding: 100px 0;
    background: #ffffff26;
}

.set-sail-section .section-subtitle {
    color: var(--primary);
    font-size: 16px;
    font-family: var(--fontHeader);
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.set-sail-section .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-style: italic;
    color: var(--default);
    margin-bottom: 20px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
}

.set-sail-section .section-desc {
    color: #B0B0B0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /*border-radius: 4px;*/
    color: var(--default);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-btn i {
    margin-left: 10px;
    font-size: 14px;
}

.contact-btn:hover {
    background-color: rgba(59, 149, 214, 0.2);
    border-color: var(--primary);
    color: var(--default);
    transform: translateY(-2px);
}

@media (max-width: 768px) {

    .whatsapp-box {
        right: 1rem;
        left: auto !important;
        bottom: 1.5rem !important;
    }

    .wp{
        display: none!important;
    }
    .wp-min{
        display: block!important;
    }

    .set-sail-section {
        padding: 73px 0;
    }

    .set-sail-section .section-title {
        font-size: 36px;
    }

    .set-sail-section .section-desc {
        font-size: 14px;
        padding: 0 20px;
    }

    .contact-btn {
        padding: 10px 25px;
        font-size: 14px;
    }
}

.main-footer {
    padding: 80px 0 30px;
    color: var(--default);
}

.footer-brand img {
    width: 180px;
    margin-bottom: 15px;
}

.footer-brand p {
    color: #B0B0B0;
    font-size: 14px;
}

.main-footer h4 {
    color: var(--default-primary);
    font-size: 18px;
    margin-bottom: 25px;
    font-family: var(--fontHeader);
    font-style: italic;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #B0B0B0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--default-primary);
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #B0B0B0;
}
.footer-contact a {
    color: #B0B0B0!important;
}

.footer-contact i {
    color: var(--default-primary);
    margin-right: 10px;
    font-size: 16px;
    margin-top: 3px;
}

.footer-contact span {
    font-size: 14px;
    line-height: 1.5;
}


.social-links-banner {

    position: absolute;
    bottom: 5rem;
    right: 0;
}

.whatsapp-box {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index: 9999;
}

.wp{
    display: block;
    width: 235px;
}
.wp:hover{
    opacity: 0.8;
}
.wp-min{
    display: none;
    width: 70px;
}
.social-links-banner div{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: end;
}
.social-links-banner p{
    color: white;
}
.banner-social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    /*border-radius: 4px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: end;
    height: 221px;
}


.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    /*border-radius: 4px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--default-primary);
    color: var(--default);
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    color: #B0B0B0;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 992px) {
    .main-footer {
        padding: 60px 0 30px;
    }
}

@media (max-width: 768px) {

    #temaImage{
        background-repeat: no-repeat!important;
        background-size: auto 100%!important;
    }
    .main-footer [class*="col-"] {
        margin-bottom: 40px;
    }

    .social-links {
        justify-content: center;
    }

    .footer-bottom {
        margin-top: 20px;
    }
}
.number-wrapper {
    display: flex;
    align-items: center;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: "Archivo Black", serif;
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
}

.number, .plus {
    color: transparent; /* Yazının içi boş olacak */
    -webkit-text-stroke: 1.5px var(--default);  /* Beyaz kenarlık */
    text-stroke: 1.5px var(--default);  /* Kenarlık rengi */
    padding: 0 5px; /* İç kenarlık aralığı */
}

.number {
    margin-right: 8px; /* "17" ile "+" arasındaki boşluk */
}

.feature-item {
    margin-bottom: 20px;
}

.feature-header {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    color: var(--default);
    text-decoration: none;
    transition: color 0.3s ease;
}

.feature-header:hover {
    color: rgb(0, 128, 255);
}

.feature-header i {
    margin-right: 10px;
    font-size: 16px;
}

.feature-content {
    max-height: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: var(--default);
    font-size: 14px;
    line-height: 1.5;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 15px;
}

.feature-content.open {
    margin-top: 10px;
    max-height: 200px; /* İçerik yüksekliğine göre ayarlayın */
    padding: 10px 15px;
}
.contact-form-item{
    color: white;
    margin:0.5rem 0;
    background: none;
    border: none;
    border-bottom: solid 1px white;
    border-radius: 0;
}
.contact-custom{
    width: 100%;
    background: var(--default-primary);
    padding: 0.5rem;
    color: white;
    margin-top: 1rem;
    border:none;
}
.form-control:focus{
    color: #495057;
    background-color: #ffffff00;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.reservation-button{
    background: var(--primary);
    border: none;
    color: white;
    width: 150px;
    padding: 0.5rem;
    position: absolute;
    top: -1.2rem;
    right: 0;
    left: 0;
    margin: auto;
}