/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#share {
	width: 100%;
  	text-align: center;
}

/* buttons */

#share a {
	width: 50px;
  	height: 50px;
  	display: inline-block;
  	margin: 8px;
  	border-radius: 50%;
  	font-size: 24px;
  	color: #fff;
    padding-top: 10px;
}


/* icons */



/* colors */

.facebook {
 	background: #3b5998;
}

.twitter {
  	background: #27A7E7;
}

.googleplus {
  	background: #FE02BB;
}

.linkedin {
  	background: #0077b5;
}

.pinterest {
  	background: #cb2027;
}
.absd{
    width: 50px !important;
    height: 50px !important;
}   

::-webkit-scrollbar{
   background: white;
}

::-webkit-scrollbar-thumb{
    background: #001938;
}

::-webkit-scrollbar {
  width: 10px;
}
html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #001938, #001938);
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2d5016;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: #001938;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo {
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    font-weight: 400;
}

.nav-menu a:hover {
    color: #7874ff;
}

.contact-info {
    color: white;
    text-align: right;
}

.contact-info .phone {
    font-size: 16px;
    font-weight: 600;
}

.contact-info .label {
    font-size: 12px;
    color: #E8F5E8;
    margin-bottom: 2px;
}

/* Hero Section - ОБНОВЛЕН ДЛЯ НАСТОЯЩИХ ИЗОБРАЖЕНИЙ */
.hero {
    height: 100vh;
    /* Базовый фон будет заменен JavaScript */
    background: linear-gradient(#001938, #001938), 
                url('images/egypt-sharm.jpg'); /* Путь к изображению по умолчанию */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    transition: background-image 0.8s ease-in-out;
}

.hero-content {
    color: white;
    z-index: 2;
}

.hero-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    color: #E8F5E8;
    letter-spacing: 1px;
}

.hero-title {
    font-size: 72px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-location {
    font-size: 20px;
    margin-bottom: 40px;
    color: #F1F8E9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cta-button {
    background: #001938;
    color: white;
    padding: 15px 35px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.cta-button:hover {
    background: #001938;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px #514f97;
}

.hero-nav-circles {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-circle {
    width: 12px;
    height: 12px;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-circle.active,
.nav-circle:hover {
    background: white;
}

/* World Tours Section */
.world-tours {
    padding: 100px 0;
    background: #F1F8E9;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #001938;
}

.section-title.dark {
    color: #001938;
}

.section-title.white {
    color: white;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #001938;
    margin-bottom: 60px;
}

.tours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.tours-grid-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    height: 250px;
}

.tour-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px #001938;
    transition: transform 0.3s ease;
    position: relative;
    border: 2px solid #E8F5E8;
}

.tour-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px #001938;
}

.tour-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: transform 0.3s ease;
}

.tour-image:hover {
    transform: scale(1.05);
}

/* Tour Images - ОБНОВЛЕНЫ ДЛЯ НАСТОЯЩИХ ИЗОБРАЖЕНИЙ */
.tour-italy {
    background-image: url('images/italy.jpg');
}

.tour-france {
    background-image: url('images/france.jpg');
}

.tour-dubai {
    background-image: url('images/dubai.jpg');
}

.tour-vietnam {
    background-image: url('images/vietnam.jpg');
}

.tour-turkey {
    background-image: url('images/turkey-istanbul.jpg');
}

.tour-japan {
    background-image: url('images/japan.jpg');
}

.tour-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #001938;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

.tour-content {
    padding: 25px;
}

.tour-content h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #001938;
}

.tour-btn {
    background: transparent;
    border: 2px solid #001938;
    color: #001938;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.tour-btn:hover {
    background: #001938;
    color: white;
}

.tour-price {
    text-align: right;
}

.price-label {
    display: block;
    font-size: 12px;
    color: #001938;
    margin-bottom: 5px;
}

.price {
    font-size: 20px;
    font-weight: 600;
    color: #001938;
    margin-right: 5px;
}

.currency {
    font-size: 14px;
    color: #001938;
}

/* Beautiful Places Section */
.beautiful-places {
    padding: 100px 0;
    background: white;
}

.places-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.place-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 2px solid #E8F5E8;
}

.place-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(76, 175, 80, 0.2);
}

.place-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.place-card:hover .place-image {
    transform: scale(1.1);
}

.place-name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 24px;
    font-weight: 300;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 2;
}

/* Place Images - ОБНОВЛЕНЫ ДЛЯ НАСТОЯЩИХ ИЗОБРАЖЕНИЙ */
.place-xiva {
    background-image: url('images/japan.jpg');
}

.place-buxoro {
    background-image: url('images/vietnam.jpg');
}

.place-sharm {
    background-image: url('images/egypt-sharm.jpg');
}

.place-tailand {
    background-image: url('images/tailand.jpg');
}

.place-samarqand {
    background-image: url('images/euro.jpg');
}

/* Contact Section */
.contact-section {
    padding: 100px 0;
    background: linear-gradient(#001938, #001938),
                url('images/contact-bg.jpg'); /* Замените на ваше изображение */
    background-size: cover;
    background-position: center;
    color: white;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.contact-title {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

.highlight {
    color: #C8E6C9;
}

.contact-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    color: #E8F5E8;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form input {
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(200, 230, 201, 0.3);
}

.contact-form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.submit-btn {
    background: #242195;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.submit-btn:hover {
    background: #4039ff;
    transform: translateY(-2px);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.stat-card {
    text-align: center;
    padding: 30px 20px;
    border: 2px solid #C8E6C9;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.stat-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.stat-number {
    font-size: 48px;
    font-weight: 300;
    color: white;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    color: #E8F5E8;
}

/* Gallery Section */
.gallery-section {
    padding: 100px 0;
    background: #F1F8E9;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 20px;
    margin-top: 60px;
}

.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
    border: 2px solid #E8F5E8;
}

.gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(76, 175, 80, 0.2);
}

.gallery-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

/* Gallery Images - ОБНОВЛЕНЫ ДЛЯ НАСТОЯЩИХ ИЗОБРАЖЕНИЙ */
.gallery-1 {
    background-image: url('images/gallery-1.jpg');
}

.gallery-2 {
    background-image: url('images/gallery-2.jpg');
}

.gallery-3 {
    background-image: url('images/gallery-3.jpg');
}

.gallery-4 {
    background-image: url('images/gallery-4.jpg');
}

.gallery-5 {
    background-image: url('images/gallery-5.jpg');
}

.gallery-6 {
    background-image: url('images/gallery-6.jpg');
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background: #001938;
    color: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.testimonial-card {
    padding: 30px;
    border-radius: 15px;
    position: relative;
}

.testimonial-card.dark {
    background: rgba(27, 94, 32, 0.4);
    color: white;
    border: 2px solid rgba(200, 230, 201, 0.3);
}

.testimonial-card.light {
    background: white;
    color: #001938;
    border: 2px solid #E8F5E8;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author strong {
    font-size: 18px;
    font-weight: 600;
}

.testimonial-role {
    font-size: 14px;
    color: #81C784;
    margin-top: 5px;
}

.testimonial-card.light .testimonial-role {
    color: #001938;
}

.testimonial-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-dot.active,
.nav-dot:hover {
    background: white;
}

/* Footer */
.footer {
    background: #001938;
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-section h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
}

.footer-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #c8cde6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #8481c7;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #8781c7;
}

.footer-divider {
    border: none;
    height: 1px;
    background: #352e7d;
    margin: 40px 0;
}

.footer-bottom {
    text-align: left;
}

.footer-contact h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
}

.contact-details {
    margin-bottom: 20px;
}

.contact-details .phone,
.contact-details .email {
    display: inline-block;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 600;
    color: white;
}



.footer-links {
    display: flex;
    gap: 40px;
    font-size: 14px;
    color: #8481c7;
}

/* Изображения-заглушки для отсутствующих фото */
    /* .tour-image:not([style*="background-image"]),
    .place-image:not([style*="background-image"]),
    .gallery-image:not([style*="background-image"]) {
        background: linear-gradient(135deg, #4CAF50, #81C784);
        position: relative;
    }

    .tour-image:not([style*="background-image"])::after,
    .place-image:not([style*="background-image"])::after,
    .gallery-image:not([style*="background-image"])::after {
        content: "Изображение не найдено";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 14px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
        border-radius: 5px;
    } */

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding: 0 15px;
    }
    
    .nav-container {
        padding: 0 15px;
    }
    .share{
        display: block !important;
        margin-left: 0% !important;
    }
    .footer-bottom{
        display:  block !important;
    }
}

@media (max-width: 992px) {
    .nav-menu {
        display: none;
    }
    
    .hero-title {
        font-size: 48px;
    }
    
    .tours-grid,
    .tours-grid-bottom {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .places-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .footer-content {
        display: block !important;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.videos {
    display: flex;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 100px;
    padding: 0 15px;
}

.video-wrapper {
    width: 100%;
    max-width: 400px; /* Reduced from 500px */
}

.video-wrapper video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Media queries for responsive design */
@media (max-width: 768px) {
    .videos {
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .video-wrapper {
        max-width: 50%;
    }
    .hero-title {
        font-size: 36px;
    }
    
    .hero-location {
        font-size: 18px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .tours-grid,
    .tours-grid-bottom {
        grid-template-columns: 1fr;
    }
    
    .places-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 250px);
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-nav-circles {
        display: none;
    }
    
    .contact-details .phone,
    .contact-details .email {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 28px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .places-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-title {
        font-size: 28px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .nav-container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .contact-info {
        text-align: center;
    }
}


