body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: beige	;
  }
  
  .container {
    width: 60%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

.content {
	text-align: justify;
}
  h1 {
    text-align: center;
    color: #333;
  }
  
  .content {
    line-height: 1.6;
    color: #444;
  }

  @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;400;500;700&display=swap');


/* All */
* {
	font-family: 'Roboto', sans-serif;
}


/* Boostrap overrides */
.navbar-brand {
	width: 200px;
	
}

.btn {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	transition: all .5s ease-in-out;
}

.nav-link:hover {
	color: #38b4b4;
}


/* Pre defines */
h1 {
	font-size: 70px;
	line-height: 82px;
}

h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
}

h2 {
	font-size: 40px;
}

.line {
	display: inline-block;
	height: 2px;
	width: 100px;
	border: none;
	background-color: #38b4b4;
	opacity: 1;
}

.btn-blue, .btn-outline-blue:hover {
	color: #fff;
	border: 2px solid #38b4b4;
	background-color: #38b4b4;
}

.btn-outline-blue, .btn-blue:hover {
	color: #38b4b4;
	border: 2px solid #38b4b4;
	background-color: transparent;
}

.btn-login {
	font-size: 14px;
	text-transform: capitalize;
}

.text-blue {
	color: #38b4b4;
}

/* Style */
.hero {
	width: 100%;
	height: 95vh;
	background: #000 url(https://mf.b37mrtl.ru/rbthmedia/images/2019.03/article/5c90a18e15e9f9504d3f28a3.jpg) 50% 40%/cover no-repeat;
	z-index: 0;
}

.image-filter {
	opacity: 40%;
	z-index: -1;
}

.card-image {
	width: 100%;
	height: 300px;
	border-radius: 5px;
}

.price {
	font-size: 20px;
}

.testimonials {
	width: 100%;
	background: #000 url(https://static.bnr.bg/gallery/3b/3b1457bdcb3f0f04eb7c1e3e6eebd00f.jpg) center/cover no-repeat;
	z-index: -2;
}

.avatar {
	width: 200px;
	height: 200px;
}

.avatar img {
	width: 100%;
	border-radius: 50%;
	border: 3px solid #808080;
}

.quote {
	font-size: 50px;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gradient {
	background: linear-gradient(135deg, #67d690, #08a899);
}

.form-icon {
	font-size: 30px;
}

.social-link {
	background-color: #7c7979;
	width: 30px;
	height: 30px;
}

.social-link .fa {
	font-size: 20px;
}

.ready {
	width: 100%;
	background: #000 url(https://359hiphop.com/wp-content/uploads/2022/11/Bnasko-Opening.jpg) center/cover no-repeat;
	position: relative;
	z-index: 0;
}

.job {
	width: 100%;
	background: #000 url(https://i.ytimg.com/vi/bRWwgGD6DCo/maxresdefault.jpg) right 35% bottom 45%/cover no-repeat;
}

.icons {
	width: 80px;
	height: 80px;
	border: 2px solid #38b4b4;
}

.text-small {
	font-size: 13px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.hero-title {
		font-size: 50px;
		line-height: 60px;
	}
}

@media screen and (min-width: 579px) and (max-width: 991px) {
	.hero-title {
		font-size: 40px;
		line-height: 50px;
	}

	.icons {
		font-size: 10px;
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width: 578px) {
	.hero-title {
		font-size: 35px;
		line-height: 45px;
	}

	.card-image, .card-img-top {
		height: auto;
	}
}

footer {
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    color: white		;
	margin-bottom: 30px;
    font-size: 20px;
	background-color: #38b4b4;	
}

.try {
	color: #38b4b4;
}

.kjh {
	margin-bottom: 50px;
}

.containernm {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45vh; /* Optional: Center vertically in the viewport */
}
