@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Noto+Sans+KZ:wght@300;400;500;600&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --gold: #C8963E;
    --gold-light: #E8B865;
    --gold-pale: #F5E6C8;
    --deep: #1A1208;
    --earth: #3D2B0E;
    --sand: #F2E8D5;
    --terracotta: #8B3A1F;
    --sky: #2E5F7A;
    --cream: #FAF5EC;
  }
  body { font-family: 'Noto Sans KZ', sans-serif; background: var(--cream); color: var(--deep); overflow-x: hidden; }

a {
text-decoration: none;
}

/*logo*/
.site-logo p {
		font-family: 'Cormorant Garamond', serif;
	    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
		color: var(--gold-light);
}


.nv-title-tagline-wrap {
	    width: 250px;
}


.blog {
	width: 100%;
}



/**/
.play-mar {
	display: flex;
    justify-content: center;
    gap: 20px;
}
.play-mar  a {
	    border: 1px solid var(--gold);
    color: var(--gold);
    font-size: 15px;
    padding: 0 10px;
}



/*lang*/
.nav-menu-secondary .nav-ul li {
		padding: 0.0rem 0.6rem;
    border: 1px solid var(--gold);
    border-radius: 3px;
    color: var(--gold);
    font-size: 11px;
    cursor: pointer;
    background: transparent;
    font-family: inherit;
    transition: all 0.2s;
    letter-spacing: 1px;
}
.current-lang {
	background: var(--gold) !important;
    color: var(--deep) !important;
    font-weight: 600;
}
.current-lang a {
	color: var(--deep) !important;
}





/*director*/
.direktor-blogy00 {
		width: 100%;
    display: block;
    height: auto;
    border: 1px solid var(--nv-light-bg);
    border-radius: 10px;
		transition: 0.3s ease-in;
		margin-bottom: 20px;
}
.basty-director-img img {
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		width: 100%;
}
.direktor-00 {
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    color: var(--nv-text-color);
}
.direktor-00 p {
	  text-transform: none;
    font-size: 14px;
    line-height: 1.3;
    color: #767676;
    margin: 10px 0 0 0;
}
.btn-direkto00 {
	  margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: var(--nv-text-color);
		display: flex;
    justify-content: center;
}
.btn-direkto00 p {
		width: 220px;
    margin-bottom: 10px;
    padding: 3px;
    border-radius: 5px;
}
.direktor-blogy00:hover .btn-direkto00 p {
		background: var(--nv-primary-accent);
		transition: 0.3s ease-in;
}





  /* ORNAMENT SVG */
  .ornament-border {
    width: 100%;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='24' viewBox='0 0 120 24'%3E%3Cg fill='none' stroke='%23C8963E' stroke-width='1.2'%3E%3Cpath d='M0 12 Q15 4 30 12 Q45 20 60 12 Q75 4 90 12 Q105 20 120 12'/%3E%3Cpath d='M0 12 Q15 20 30 12 Q45 4 60 12 Q75 20 90 12 Q105 4 120 12' opacity='0.5'/%3E%3Ccircle cx='30' cy='12' r='2.5' fill='%23C8963E'/%3E%3Ccircle cx='60' cy='12' r='2.5' fill='%23C8963E'/%3E%3Ccircle cx='90' cy='12' r='2.5' fill='%23C8963E'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 120px 24px;
  }

  /* NAVBAR*/
nav {
    border-bottom: 2px solid var(--gold);
  }
.nav-ul .sub-menu {
	box-shadow: none;
}
  /*nav {
    background: var(--deep);
    padding: 0 2rem;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 2px solid var(--gold);
  }

  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 0;
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .nav-emblem {
    width: 44px;
    height: 44px;
  }

  .nav-title {
    font-family: 'Cormorant Garamond', serif;
    color: var(--gold-light);
    font-size: 13px;
    line-height: 1.3;
    max-width: 240px;
  }

  .nav-title strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .nav-links {
    display: flex;
    gap: 0.25rem;
    list-style: none;
  }

  .nav-links a {
    color: #B8A888;
    text-decoration: none;
    font-size: 12px;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    transition: all 0.2s;
    letter-spacing: 0.3px;
  }

  .nav-links a:hover {
    color: var(--gold-light);
    background: rgba(200,150,62,0.12);
  }

  .nav-lang {
    display: flex;
    gap: 0.25rem;
  }

  .lang-btn {
    padding: 0.3rem 0.6rem;
    border: 1px solid var(--gold);
    border-radius: 3px;
    color: var(--gold);
    font-size: 11px;
    cursor: pointer;
    background: transparent;
    font-family: inherit;
    transition: all 0.2s;
    letter-spacing: 1px;
  }

  .lang-btn.active, .lang-btn:hover {
    background: var(--gold);
    color: var(--deep);
    font-weight: 600;
  } */

  /* HERO */
  .hero {
    position: relative;
    background: linear-gradient(160deg, #1A1208 0%, #2D1E0A 40%, #3D2B0E 100%);
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.07;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23C8963E' stroke-width='1'%3E%3Cpath d='M40 5 L55 20 L70 20 L70 35 L55 40 L70 45 L70 60 L55 60 L40 75 L25 60 L10 60 L10 45 L25 40 L10 35 L10 20 L25 20 Z'/%3E%3Ccircle cx='40' cy='40' r='12'/%3E%3Cpath d='M40 28 L44 36 L40 40 L36 36 Z'/%3E%3Cpath d='M40 52 L44 44 L40 40 L36 44 Z'/%3E%3Cpath d='M28 40 L36 36 L40 40 L36 44 Z'/%3E%3Cpath d='M52 40 L44 36 L40 40 L44 44 Z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
  }

  /* Kazakhstani ornament SVG corners */
  .hero-corner {
    position: absolute;
    width: 200px;
    height: 200px;
    opacity: 0.25;
  }

  .hero-corner.tl { top: 0; left: 0; }
  .hero-corner.tr { top: 0; right: 0; transform: scaleX(-1); }
  .hero-corner.bl { bottom: 0; left: 0; transform: scaleY(-1); }
  .hero-corner.br { bottom: 0; right: 0; transform: scale(-1,-1); }

  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    gap: 4rem;
    width: 100%;
  }
@media (max-width: 959px) {
		.hero-content {
			display: block;
		}
		.hero-text {
			margin-bottom: 10px;
		}
}

  .hero-text { flex: 1; }

  .hero-badge {
    display: inline-block;
    background: rgba(200,150,62,0.2);
    border: 1px solid var(--gold);
    color: var(--gold-light);
    font-size: 11px;
    letter-spacing: 2px;
    padding: 0.4rem 1rem;
    border-radius: 2px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
  }

  .hero-title {
    font-family: 'Cormorant Garamond', serif;
    color: white;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  .hero-title span { color: var(--gold-light); }

  .hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    color: #B8A888;
    font-size: 20px;
    margin-bottom: 2rem;
    font-style: italic;
  }

  .hero-desc {
    color: #9A8A6A;
    font-size: 14px;
    line-height: 1.8;
    max-width: 500px;
    margin-bottom: 2.5rem;
  }

  .hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .btn-primary {
    background: var(--gold);
    color: var(--deep);
    border: none;
    padding: 0.8rem 2rem;
    font-family: 'Noto Sans KZ', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
  }

  .btn-primary:hover { background: var(--gold-light); }

  .btn-outline {
    background: transparent;
    color: var(--gold-light);
    border: 1px solid var(--gold);
    padding: 0.8rem 2rem;
    font-family: 'Noto Sans KZ', sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
  }

  .btn-outline:hover { background: rgba(200,150,62,0.15); }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(200,150,62,0.2);
    border: 1px solid rgba(200,150,62,0.3);
    border-radius: 4px;
    flex-shrink: 0;
  }

  .stat-item {
    background: rgba(26,18,8,0.8);
    padding: 1.5rem 1rem;
    text-align: center;
    backdrop-filter: blur(8px);
  }

  .stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--gold-light);
    line-height: 1;
    display: block;
  }

  .stat-label {
    font-size: 10px;
    color: #7A6A4A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.5rem;
    line-height: 1.3;
  }

  /* ORNAMENT DIVIDER */
  .divider-ornament {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .divider-ornament::before,
  .divider-ornament::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--gold);
    opacity: 0.4;
  }

  .divider-icon {
    color: var(--gold);
    font-size: 18px;
  }

  /* SECTION */
  section {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
  }

  .section-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
    font-weight: 500;
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 600;
    color: var(--earth);
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .section-ornament {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .orn-line {
    width: 60px;
    height: 1px;
    background: var(--gold);
    opacity: 0.5;
  }

  .orn-diamond {
    width: 8px;
    height: 8px;
    background: var(--gold);
    transform: rotate(45deg);
  }

  
  /* MONUMENTS GRID */
  .monuments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
  }

  .monument-card {
    background: white;
    border: 1px solid rgba(200,150,62,0.15);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.25s;
    position: relative;
  }

  .monument-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(200,150,62,0.15); border-color: var(--gold); }

  .monument-icon-wrap {
    background: linear-gradient(135deg, var(--earth), #5A3A15);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .monument-icon-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg fill='none' stroke='%23C8963E' stroke-width='0.8'%3E%3Cpath d='M20 5 L35 15 L35 25 L20 35 L5 25 L5 15 Z'/%3E%3Ccircle cx='20' cy='20' r='7'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 40px 40px;
  }

  .monument-icon {
    font-size: 36px;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4));
  }

  .monument-body {
    padding: 1rem;
  }

  .monument-type {
    font-size: 10px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 0.4rem;
  }

  .monument-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    color: var(--earth);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }

  .monument-count {
    font-size: 12px;
    color: #8A7A5A;
  }

  .monument-count strong {
    color: var(--terracotta);
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
  }

  /* DIGITAL SECTION */
  .digital-section {
    background: var(--deep);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
  }

  .digital-section::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='none' stroke='%23C8963E' stroke-width='1'%3E%3Cpath d='M50 10 L90 30 L90 70 L50 90 L10 70 L10 30 Z'/%3E%3Cpath d='M50 25 L75 37.5 L75 62.5 L50 75 L25 62.5 L25 37.5 Z'/%3E%3Ccircle cx='50' cy='50' r='12'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 100px 100px;
  }

  .digital-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .digital-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
  }
@media (max-width: 959px) {
	.digital-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
  }
}

  .digital-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(200,150,62,0.25);
    border-radius: 6px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
  }
.digital-card a {
	text-decoration: none;
}

  .digital-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform 0.3s;
  }

  .digital-card:hover { background: rgba(200,150,62,0.08); border-color: var(--gold); }
  .digital-card:hover::before { transform: scaleX(1); }

  .digital-icon {
    font-size: 32px;
    margin-bottom: 1rem;
    display: block;
  }

  .digital-card-title {
    font-family: 'Cormorant Garamond', serif;
    color: var(--gold-light);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.75rem;
  }

  .digital-card-desc {
    color: #7A6A4A;
    font-size: 13px;
    line-height: 1.7;
  }

  .digital-section .section-title { color: var(--gold-light); }
  .digital-section .section-eyebrow { color: #9A8A6A; }
  .digital-section .orn-line { background: var(--gold); opacity: 0.3; }





  /* KAZAKH ORNAMENT SVG decorative band */
  .ornament-band {
    background: var(--deep);
    padding: 0.75rem 0;
    overflow: hidden;
  }

  .ornament-scroll {
    display: flex;
    animation: scrollOrn 20s linear infinite;
    width: max-content;
  }

  @keyframes scrollOrn {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .orn-unit {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 1rem;
    color: var(--gold);
    opacity: 0.5;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .orn-sep {
    color: var(--gold);
    opacity: 0.3;
  }





/*contact page*/
.icon-con00 {
	  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}
.icon-con01 a{
		padding: 20px;
    transition: 0.3s ease;
    text-align: center;
		height: 100%;
    display: block;
		border: 1px solid var(--nv-light-bg);
    border-radius: 15px;
}
.icon-con00 div:nth-of-type(1) i {
		padding: 15px;
    background: #efebff;
    color: #5d3cf2 !important;
    border-radius: 100%;
    width: 50px;
    height: 50px;
		transition: 0.3s ease;
}
.icon-con00 div:nth-of-type(2) i {
		padding: 15px;
    background: #ffeeeb;
    color: #ff5427 !important;
    border-radius: 100%;
    width: 50px;
    height: 50px;
		transition: 0.3s ease;
}
.icon-con00 div:nth-of-type(3) i {
		padding: 15px;
    background: #ebf9f4;
    color: #13cc92 !important;
    border-radius: 100%;
    width: 50px;
    height: 50px;
		transition: 0.3s ease;
}
.icon-con01 p{
	  margin-bottom: 5px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 15px;
		color: var(--nv-text-color);
		line-height: 1.5;
}

.icon-con00 div:nth-of-type(1) a:hover i {
		background: #5d3cf2 !important;
    color: white !important;
}
.icon-con00 div:nth-of-type(2) a:hover i {
		background: #ff5427 !important;
    color: white !important;
}
.icon-con00 div:nth-of-type(3) a:hover i {
		background: #13cc92 !important;
    color: white !important;
}






  /* FOOTER */
  /*footer {
    background: #0D0A04;
    border-top: 2px solid var(--gold);
    padding: 3rem 2rem 1.5rem;
  }

  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(200,150,62,0.15);
    margin-bottom: 2rem;
  }

  .footer-brand .nav-title {
    font-size: 14px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    max-width: 280px;
  }

  .footer-contact {
    font-size: 13px;
    color: #7A6A4A;
    line-height: 1.8;
  }*/

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(200,150,62,0.15);
    margin-bottom: 2rem;
  }

  .footer-contact a { color: var(--gold); text-decoration: none; }

  .footer-col-title {
    font-family: 'Cormorant Garamond', serif;
    color: var(--gold-light);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(200,150,62,0.2);
  }

  .footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer-links a {
    color: #7A6A4A;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.2s;
  }

  .footer-links a:hover { color: var(--gold-light); }

  .footer-bottom {
    
  }

  .social-links {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .social-btn {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(200,150,62,0.3);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7A6A4A;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
  }

  .social-btn:hover { border-color: var(--gold); color: var(--gold); }





/*footer logo*/
.foot_colum2 p{
	    margin: 0;
}

span.foot-tel01 {
    margin-bottom: 0;
		font-size: 15px;
		display: grid;
    gap: 10px;
    grid-template-columns: 0fr 1fr;
}
span.foot-tel01 i {
	  
    border: 1px solid var(--gold);
    width: 26px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 3px 0;
    font-size: 13px;
}
span.foot-tel01:hover i {
		color: var(--gold);
		background: var(--nv-secondary-accent);
		font-size: 13px;
}
/*span.foot-tel01 a:hover{
		color: #525252;
		font-weight: bold;
}*/
.foot-title00 {
	font-size: 15px;
}
.footer-logo01 img {
	width: 100px;
}
.footer-logo-title01 {
	font-size: 18px;
		margin-bottom: 0;
}
.footer-logo-title01 h4 {
	font-size: 18px;
    margin-bottom: 0;
}
.footer-logo-title01 p {
	font-size: 14px;
    margin-bottom: 0;
		line-height: 22px;
}


/*footer social*/
.foot-social ul {
	  display: flex;
    align-items: center;
}
.foot-social ul.social00 li {
    margin: 0px 3px;
    border-radius: 100%;
}
.foot-social ul li a {
    border-radius: 100%;
    border: 1px solid #674b1b;
    transition: 0.3s ease;
    width: 35px;
    height: 35px;
    display: flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
		background: transparent;
}

.foot-social ul li:hover{
		background: var(--primarybtnhoverbg);
		transition: 0.3s ease;
}
.foot-social ul li a:hover {
		color: var(--gold);
		transition: 0.3s ease;
		border: 1px solid var(--gold);
}











/*footer*/
.foot-copy00 {
		border-top: 1px solid #3f2c0c;
    padding-top: 10px;
		margin: 0;
}
.foot-copy01 p{
	font-size: 15px;
		font-weight: bold;
}
.component-wrap div{
	display: none;
}