@import url('https://fonts.googleapis.com/css?family=Raleway');

body{
	padding: 0;
	margin: 0;
	background:#f4f4f4;

}
html,h1,h2,h3,h4,h5,h6,a{
	font-family: "Raleway";
}

::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #10828c0f;
  border-radius: 5px;
}
::-webkit-scrollbar{width : 15px;  }
/* Handle */
::-webkit-scrollbar-thumb {
  background: #19191b;
  border-radius: 5px;
}

.navbar{
	background:	#1E1E20;
}
.nav-link , .navbar-brand{
	color: #f4f4f4;
	cursor: pointer;
}
.nav-link{
	margin-right: 1em !important;
}
.nav-link:hover{
	background: #f4f4f4;
	color: #151516;

}
.navbar-collapse{
 justify-content: flex-end;
}
.navbar-toggler{
  background:#fff !important;
}

/*header style*/
.header{
	position: relative;
	background-image: url('mount.jpg');

	background-size: cover;
	background-position: center;
}
.overlay{
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(244, 244, 244, 0.79);
}
.description{
    position: absolute;
    top: 30%;
    margin: auto;
    padding: 2em;

}
.description h1{
	color:#292A3D ;
}
.description p{
	color:#38344B;
	font-size: 20px;
	width: 50%;
	line-height: 1.5;
}
.description button{
	border:1px  solid #292A3D;
	background:#292A3D;
	color:#fff;
}
.about{
	margin: 4em 0;
	padding: 1em;
	position: relative;
}
.about h1{
	color:#292A3D;
	margin: 2em;
}
.about img{
	height: 100%;
    width: 100%;
    border-radius: 50%
}
.about span{
	display: block;
	color: #38344B;
	position: absolute;
	left: 115px;
}
.about .desc{
	padding: 2em;
	border-left:4px solid #10828c0f;
}
.about .desc h3{
	color: #10828c0f;
}
.about .desc p{
	line-height:2;
	color:#888;
}


/*Portfolio*/
.portfolio{
	margin: 4em 0;
    position: relative;	
}
.portfolio h1{
	color:#292A3D;
	margin: 2em;	
}
.portfolio img{
	 height: 15rem;
	 width: 100%;
	 margin: 1em;

	

}

/*blog style*/

.blog{
	margin: 4em 0;
	position: relative;	
}
.blog h1{
	color:#292A3D;
	margin: 2em;	
}
.blog .card{
	box-shadow: 0 0 20px #ccc;
}
.blog .card img{
	width: 100%;
	height: 12em;
}
@media and (max-width: 768px){
 .team .item img{
 	width: 100%;
 }	
}
.blog .card-title{
	color:#292A3D;
	 
}
.blog .card-body{
	padding: 1em;
}
.team{
	margin: 4em 0;
	position: relative;

}
.team h1{
	color:#292A3D;
	margin: 2em;	
}
.team .item{
	position: relative;
	overflow: hidden;	
}
.team .des{
	background: #292A3D;
	color: #fff;
	text-align: center;
	border-top-right-radius: 93%;
	transition:.3s ease-in-out;
	position: absolute;
	width: 88%;
	bottom: 24px;


}
.team .item:hover .des{
	height: 100%;
	background:#292A3D;
    position: absolute;
	width: 89%;
	padding: 5em;
	top: 0;
	border-top-right-radius: 0;
}
.contact-form{
	margin: 6em 0;
	position: relative;		
}

.contact-form h1{
	padding:2em 1px;
	color: #292A3D; 
}
.contact-form .right{
	max-width: 600px;
}
.contact-form .right .btn-secondary{
	background:  #292A3D;
	color: #fff;
	border:0;
}
.contact-form .right .form-control::placeholder{
	color: #888;
	font-size: 16px;
}
:root {
    --main-dark: #292A3D;
    --accent: #10828c;
    --bg-light: #f8f9fa;
}

body {
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
    background-color: var(--bg-light);
}

/* Навигация */
.navbar {
    background: #1E1E20 !important;
    backdrop-filter: blur(10px);
    transition: 0.3s;
}

/* Шапка */
.header-v2 {
    height: 90vh;
    background: url('mount.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.overlay {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: linear-gradient(90deg, rgba(244,244,244,0.95) 30%, rgba(244,244,244,0.4) 100%);
}

.hero-content { position: relative; z-index: 2; }
.text-primary-custom { color: var(--accent); }

/* Секция О себе - ИДЕАЛЬНЫЙ КРУГ И ДИЗАЙН */
.about-section { margin-top: -100px; position: relative; z-index: 5; }

.profile-image-container {
    position: relative;
    padding: 40px;
    display: flex;
    justify-content: center;
    background: #f0f0f0;
    height: 100%;
}

.img-profile-main {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%; /* Круг */
    border: 10px solid #fff;
    box-shadow: 0 15px 35px #1E1E20;
}

.location-badge {
    position: absolute;
    bottom: 50px;
    background: var(--main-dark);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
}

.text-dark-blue { color: var(--main-dark); }
.ls-2 { letter-spacing: 2px; }

.stat-item {
    background: var(--bg-light);
    padding: 15px 25px;
    border-radius: 12px;
    text-align: center;
}
.stat-item strong { display: block; font-size: 1.2rem; color: var(--accent); }

/* Портфолио */
.portfolio-item img {
    transition: 0.4s;
    cursor: pointer;
}
.portfolio-item:hover img {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
}

.underline {
    width: 60px;
    height: 4px;
    background: var(--accent);
    margin-top: 10px;
}


.custom-input {
    border: 1px solid #eee;
    padding: 15px;
    font-size: 1rem;
    transition: 0.3s;
}
.custom-input:focus {
    box-shadow: none;
    border-color: var(--main-dark);
}


@media (max-width: 991px) {
    .about-section { margin-top: 0; padding-top: 50px; }
    .img-profile-main { width: 220px; height: 220px; }
    .header-v2 { height: 70vh; text-align: center; }
    .overlay { background: rgba(244,244,244,0.9); }
}

/* Анимация появления выпадающего списка */
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.dropdown-item {
    padding: 10px 20px;
    transition: background 0.2s;
}

.dropdown-item:hover {
    background-color: var(--accent) !important;
    color: white !important;
}
.numbers {
  font-variant-numeric: tabular-nums;
}
