﻿@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Poppins,sans-serif;color:#222;line-height:1.2}
.container{width:1200px;max-width:95%;margin:auto;}
:root{--gold:#D4AF37;--navy:#0B1426;--whatsapp:#6CAA23}
/*header{position:fixed;top:0;width:100%;z-index:999;}*/
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: all 0.3s ease;

}
header.scrolled{
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
header .menu a{
    color:#fff;
    transition:0.3s;
}

header.scrolled .menu a{
    color:#000;
}
header.scrolled .languages img{
    border:1px solid #ddd;
}
.premiumyat{ 
color:#FFCC00;
    padding-top:50px;
    text-align:center;
    font-size:18px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}
.premiumyat:before,
.premiumyat:after{
    content:"";
    width:60px;
    height:2px;
    background:#FFCC00;
    display:block;
}
.premiumyat1{ 
color:#FFCC00;
    padding-top:50px;
    text-align:left;
    font-size:18px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:left;
    gap:15px;
}
.premiumyat1:before,
.premiumyat1:after{
    content:"";
    width:60px;
    height:2px;
    background:#FFCC00;
    display:block;
}
/*.nav{display:flex;justify-content:space-between;align-items:center;padding:18px 0}*/
.nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:100px;
}

.languages a{
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
}

header.scrolled .languages a{
    color:#000;
}
/*.logo{color:#fff;font-size:30px;font-family:"Cormorant Garamond",serif}*/
.logo{
    position:relative;
}

.logo img{
    height:80px;
    transition:.3s;
}

/* Ilk a�ilis */

.logo-white{
    display:block;
}

.logo-color{
    display:none;
}

/* Scroll sonrasi */

header.scrolled .logo-white{
    display:none;
}

header.scrolled .logo-color{
    display:block;
}
.menu a{color:#fff;text-decoration:none;margin-left:25px}
/*.hero{height:100vh;background:linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.55)),url('https://images.unsplash.com/photo-1567899378494-47b22a2ae96a?q=80&w=2000') center/cover;display:flex;align-items:center;color:#fff}*/
.hero{height:100vh;background:linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.55)),url('http://tuvesyachting.com/images/yacht-charter-3.webp') center/cover;display:flex;align-items:center;color:#fff}
.hero h1{font-size:78px;font-family:"Cormorant Garamond",serif;max-width:700px; margin-top:-10px;}
.hero p{max-width:600px;margin:10px 0}
.btn{display:inline-block;padding:15px 30px;background:var(--gold);color:#000;text-decoration:none;border-radius:40px;font-weight:600; margin-top:20px;}
.whatsapp{display:inline-block;padding:15px 30px;background:var(--whatsapp);color:#000;text-decoration:none;border-radius:40px;font-weight:600; margin-top:20px;}
section{padding:90px 0}
.title{text-align:center;margin-bottom:50px}
.title h2{font-size:56px;font-family:"Cormorant Garamond",serif}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:-70px}
.stat{background:#fff;padding:30px;border-radius:18px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.stat h3{font-size:40px;color:var(--gold)}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.card img{width:100%;height:240px;object-fit:cover}
.card .c{padding:25px}
.features,.reviews{background:#f8f8f8}
/*.feature{padding:30px;background:#fff;border-radius:16px}*/
.features{
    background:#f8f8f8;
}

.section-desc{
    max-width:750px;
    margin:20px auto 0;
    color:#6b7280;
    font-size:18px;
    line-height:1.8;
}

.feature-card{
    background:#fff;
    padding:40px;
    border-radius:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    position:relative;
}

.feature-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:120px;
    height:3px;
    background:var(--gold);
    border-radius:20px;
}

.feature-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.feature-icon{
    width:70px;
    height:70px;
    background:#fff8e5;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
}

.feature-card h3{
    font-size:42px;
    font-family:"Cormorant Garamond",serif;
    color:#0B1426;
    margin-bottom:15px;
}

.feature-card p{
    color:#6b7280;
    line-height:1.8;
    font-size:17px;
}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:15px}
.gallery img{width:100%;height:250px;object-fit:cover;border-radius:15px}
.about{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.about img{width:100%;border-radius:20px}
.about-home{
    padding:30px 0;
    background:#fff;
}

.about-grid{
    display:grid;
    grid-template-columns:1.3fr 1fr;
    gap:60px;
    align-items:center;
}

.about-left h2{
    font-size:72px;
    line-height:1;
    margin:20px 0;
    font-family:"Cormorant Garamond",serif;
    color:var(--navy);
}

.about-left p{
    font-size:16px;
    line-height:1.8;
    color:#5b6778;
    margin-bottom:30px;
}

.about-right{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.stat-box{
    background:#fff;
    border-radius:20px;
    padding:40px 20px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.3s;
}

.stat-box:hover{
    transform:translateY(-8px);
}

.stat-box h3{
    font-size:60px;
    color:var(--gold);
    font-family:"Cormorant Garamond",serif;
    margin-bottom:10px;
}

.stat-box span{
    font-size:18px;
    color:#556070;
}


.review{background:#fff;padding:25px;border-radius:16px}
.cta{background:var(--navy);color:#fff;text-align:center}
/*footer{background:#08101d;color:#fff;padding:60px 0}
.footer{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}*/
.footer{
    background:#06111f;
    color:#fff;
    margin-top:80px;
}

.footer-wave{
    line-height:0;
    margin-top:-1px;
}

.footer-wave svg{
    width:100%;
    height:120px;
    display:block;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    padding:70px 20px;
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    gap:60px;
}

.footer-logo{
    font-size:52px;
    font-weight:700;
    color:#fff;
    margin-bottom:25px;
    font-family:Georgia, serif;
}

.footer-logo span{
    color:#d4af37;
}

.footer-about p{
    color:#b8bcc4;
    line-height:1.8;
    max-width:400px;
}

.footer-address{
    margin-top:25px;
    color:#d4af37;
}

.socials{
    display:flex;
    gap:12px;
    margin-top:25px;
    flex-wrap:wrap;
}

.socials a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#111d2d;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-size:12px;
}

.footer-col h4{
    font-size:26px;
    margin-bottom:25px;
    position:relative;
}

.footer-col h4:after{
    content:"";
    width:50px;
    height:3px;
    background:#d4af37;
    position:absolute;
    left:0;
    bottom:-10px;
}

.footer-col ul{
    list-style:none;
}

.footer-col ul li{
    margin-bottom:16px;
}

.footer-col ul li a{
    color:#b8bcc4;
    text-decoration:none;
    transition:.3s;
}

.footer-col ul li a:hover{
    color:#d4af37;
}

.contact-info{
    margin-top:30px;
}

.contact-info p{
    margin-bottom:15px;
    color:#b8bcc4;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding:25px 20px;
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    color:#9da3ad;
}
.whatsapp-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#25D366;
    color:#fff;
    padding:12px 20px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.whatsapp-btn i{
    font-size:22px;
}
.instagram-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#E4405F;
    color:#fff;
    padding:12px 20px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.instagram-btn i{
    font-size:22px;
}
.maps-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#4285F4;
    color:#fff;
    padding:12px 20px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.maps-btn i{
    font-size:20px;
}

/* TOURS PAGE */

.tours-section{
    background:#fff;
}

.tour-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.tour-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.tour-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.tour-image{
    overflow:hidden;
}

.tour-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.4s;
    display:block;
}

.tour-card:hover .tour-image img{
    transform:scale(1.05);
}

.tour-content{
    padding:25px;
}

.tour-content h3{
    font-size:34px;
    font-family:"Cormorant Garamond",serif;
    margin-bottom:15px;
    color:var(--navy);
}

.tour-content p{
    color:#666;
    line-height:1.8;
    min-height:90px;
}

.tour-info{
    display:flex;
    justify-content:space-between;
    margin:20px 0;
    font-size:13px;
    color:#777;
    border-top:1px solid #eee;
    padding-top:15px;
}

.tour-price{
    font-size:24px;
    font-weight:700;
    color:var(--gold);
    margin-bottom:15px;
}

.tour-buttons{
    display:flex;
    gap:10px;
}

.tour-buttons .btn{
    margin-top:0;
}
/* YACHTS PAGE */

.yachts-section{
    background:#fff;
}

.yacht-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.yacht-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.yacht-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.yacht-image{
    position:relative;
    overflow:hidden;
}

.yacht-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s;
}

.yacht-card:hover .yacht-image img{
    transform:scale(1.05);
}

.yacht-price{
    position:absolute;
    right:15px;
    top:-15px;
    background:#D4AF37;
    color:#000;
    padding:10px 15px;
    border-radius:30px;
    font-weight:700;
}

.yacht-content{
    padding:25px;
}

.yacht-content h3{
    font-size:34px;
    font-family:"Cormorant Garamond",serif;
    margin-bottom:10px;
}

.yacht-specs{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:10px;
    margin:20px 0;
}

.yacht-specs span{
    background:#f5f5f5;
    padding:10px;
    border-radius:10px;
    font-size:14px;
}

.yacht-buttons{
    display:flex;
    gap:10px;
}

.yacht-buttons .btn{
    margin-top:0;
}
/* ABOUT PAGE */

.about-page{
    background:#fff;
}

.about-intro{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
}

.about-intro img{
    width:100%;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.about-content h2{
    font-size:60px;
    font-family:"Cormorant Garamond",serif;
    color:var(--navy);
    margin-bottom:20px;
}

.about-content p{
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

.about-features{
    margin-top:70px;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.about-box{
    background:#fff;
    padding:30px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.about-box h3{
    font-size:42px;
    color:var(--gold);
    margin-bottom:10px;
}

.mission-section{
    background:#f8f8f8;
}

.mission-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.mission-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
}

.mission-card h3{
    font-size:36px;
    font-family:"Cormorant Garamond",serif;
    margin-bottom:15px;
}
/* BLOG PAGE */

.blog-section{
    background:#fff;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.blog-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.blog-image{
    overflow:hidden;
}

.blog-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:.4s;
}

.blog-card:hover img{
    transform:scale(1.05);
}

.blog-content{
    padding:25px;
}

.blog-date{
    color:var(--gold);
    font-size:13px;
    font-weight:600;
    margin-bottom:10px;
}

.blog-content h3{
    font-size:32px;
    font-family:"Cormorant Garamond",serif;
    margin-bottom:15px;
    line-height:1.2;
}

.blog-content p{
    color:#666;
    line-height:1.8;
    min-height:90px;
}

.blog-meta{
    display:flex;
    justify-content:space-between;
    margin-top:20px;
    font-size:13px;
    color:#888;
}
/* AIRPORT TRANSFER */

.transfer-section{
    background:#fff;
}

.transfer-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.transfer-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.transfer-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.transfer-image{
    overflow:hidden;
}

.transfer-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:.4s;
}

.transfer-card:hover img{
    transform:scale(1.05);
}

.transfer-content{
    padding:25px;
}

.transfer-content h3{
    font-size:32px;
    font-family:"Cormorant Garamond",serif;
    margin-bottom:10px;
}

.transfer-content p{
    color:#666;
    line-height:1.8;
}

.transfer-info{
    display:flex;
    justify-content:space-between;
    margin:20px 0;
    font-size:14px;
    color:#777;
}

.transfer-price{
    color:var(--gold);
    font-size:26px;
    font-weight:700;
    margin-bottom:15px;
}

.transfer-buttons{
    display:flex;
    gap:10px;
}

.transfer-buttons .btn,
.transfer-buttons .whatsapp{
    margin-top:0;
}

/* CONTACT PAGE */

.contact-section{
    background:#fff;
}

.contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
}

.contact-info-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-info-item{
    margin-bottom:30px;
}

.contact-info-item h3{
    font-size:28px;
    font-family:"Cormorant Garamond",serif;
    margin-bottom:10px;
    color:var(--navy);
}

.contact-info-item p,
.contact-info-item a{
    color:#666;
    text-decoration:none;
    line-height:1.8;
}

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    border:1px solid #ddd;
    border-radius:10px;
    margin-bottom:15px;
    font-family:Poppins;
}

.contact-form textarea{
    height:180px;
    resize:none;
}

.contact-form button{
    border:none;
    cursor:pointer;
}

.contact-map{
    margin-top:60px;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-map iframe{
    width:100%;
    height:450px;
    border:none;
}

.all-tours-btn{
    text-align:center;
    margin-top:50px;
}

.all-tours-btn .btn{
    min-width:220px;
}
/* TOUR DETAIL */

.tour-detail{
    background:#fff;
	padding:10px;

}

.tour-header{
    display:grid;
    grid-template-columns:1.5fr 1fr;
    gap:40px;
    align-items:center;
}

.tour-header img{
    width:100%;
    border-radius:20px;
}

.tour-info-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.tour-info-box h3{
    font-size:36px;
    font-family:"Cormorant Garamond",serif;
    margin-bottom:20px;
}

.tour-meta{
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-bottom:25px;
}

.tour-meta span{
    padding:12px;
    background:#f5f5f5;
    border-radius:10px;
}

.tour-price{
    font-size:42px;
    color:var(--gold);
    font-weight:700;
    margin-bottom:20px;
}

.tour-program{
    margin-top:-10px;
	padding:30px;
}

.program-item{
    background:#fff;
    padding:5px;
    border-left:4px solid var(--gold);
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.program-item h4{
    margin-bottom:10px;
    color:var(--navy);
}

.included-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    margin-top:-60px;
}

.included-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.included-box h3{
    margin-bottom:20px;
    font-family:"Cormorant Garamond",serif;
    font-size:32px;
}

.included-box ul{
    padding-left:20px;
}

.included-box li{
    margin-bottom:10px;
}

/* YACHT DETAIL */

.yacht-detail{
    background:#fff;
	/*background-color:#99CC33;*/
	padding:10px;
}

.yacht-top{
    display:grid;
    grid-template-columns:1.5fr 1fr;
    gap:40px;
    align-items:start;
}

.yacht-main-image img{
    width:100%;
    border-radius:20px;
    display:block;
}


.yacht-sidebar{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    position:sticky;
    top:120px;
}



.yacht-specs{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin:20px 0;
}

.yacht-specs div{
    background:#f5f5f5;
    padding:12px;
    border-radius:10px;
    text-align:center;
}

.yacht-description{
    margin-top:20px;
	padding:10px;
}

.yacht-description p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.yacht-features{
    margin-top:20px;
	padding:10px;
}

.feature-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.feature-item{
    background-color:#DCEAEF;
    padding:20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.yacht-gallery{
    margin-top:10px;
	padding:10px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.yacht-gallery img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:15px;
    transition:.3s;
}

.yacht-gallery img:hover{
    transform:scale(1.03);
}
.yacht-specs i{
    color:var(--gold);
    margin-right:8px;
}

.fa-star{
    color:#D4AF37;
}

.aciklama{
margin-top:50px;

}
/*Güzergah listeleme*/
.route-list{
    margin-top:15px;
}

.route-item{
    display:flex;
    align-items:center;
    gap:15px;
    position:relative;
    padding:8px 0;
}

.route-item i{
    width:22px;
    text-align:center;
    font-size:18px;
}

.route-item.start i{
    color:#f4b000;
}

.route-item.stop i{
    color:#f4b000;
}

.route-item:not(:last-child)::after{
    content:"";
    position:absolute;
    left:10px;
    top:30px;
    width:2px;
    height:22px;
    background:#d8d8d8;
}
/**/

@media(max-width:992px){

    .tour-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .yacht-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .blog-grid{
        grid-template-columns:repeat(2,1fr);
    }
	.transfer-grid{
        grid-template-columns:repeat(2,1fr);
    }
	.about-grid{
        grid-template-columns:1fr;
    }

    .about-right{
        grid-template-columns:1fr;
    }

    .about-left h2{
        font-size:52px;
    }
	
	
	.yacht-top{
        grid-template-columns:1fr;

    }

    .feature-list{
        grid-template-columns:repeat(2,1fr);
    }

    .yacht-gallery{
        grid-template-columns:repeat(2,1fr);
    }
	
	/* Güzergah*/
	.route-list{
        margin-top:12px;
    }

    .route-item{
        gap:12px;
        padding:8px 0;
    }

    .route-item i{
        font-size:17px;
        width:20px;
        min-width:20px;
    }

    .route-item span{
        font-size:15px;
    }

    .route-item:not(:last-child)::after{
        left:9px;
    }
	/**/
	
}

@media(max-width:768px){
.hero h1{font-size:48px}
.stats,.grid3,.about,.footer,.gallery{grid-template-columns:1fr}
.menu{display:none}
.footer-container{
        grid-template-columns:1fr;
        gap:40px;
        text-align:center;
    }

    .footer-about p{
        max-width:100%;
    }

    .footer-col h4:after{
        left:50%;
        transform:translateX(-50%);
    }

    .socials{
        justify-content:center;
    }

    .footer-bottom{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

    .footer-logo{
        font-size:42px;
    }
	.languages{
        gap:5px;
    }

    .languages img{
        width:22px;
        height:16px;
    }
	
/* TOURS */
	  .tour-grid{
        grid-template-columns:1fr;
    }

    .tour-content h3{
        font-size:28px;
    }

    .tour-info{
        flex-direction:column;
        gap:8px;
    }
	
	    .yacht-grid{
        grid-template-columns:1fr;
    }

    .about-intro,
    .mission-grid{
        grid-template-columns:1fr;
    }

    .about-features{
        grid-template-columns:1fr 1fr;
    }

    .about-content h2{
        font-size:42px;
    }
.blog-grid{
        grid-template-columns:1fr;
    }

    .blog-content h3{
        font-size:26px;
    }
	.transfer-grid{
        grid-template-columns:1fr;
    }
	 .contact-grid{
        grid-template-columns:1fr;
    }
		.tour-header{
        grid-template-columns:1fr;
    }

    .included-grid{
        grid-template-columns:1fr;
    }
	
	/*Güzergah*/
	.route-item{
        gap:10px;
        padding:7px 0;
    }

    .route-item i{
        font-size:16px;
        width:18px;
        min-width:18px;
    }

    .route-item span{
        font-size:14px;
        line-height:1.45;
    }

    .route-item:not(:last-child)::after{
        left:8px;
        top:26px;
    }
	/**/
	
}
