
.mybackgroundcolor{
	background-color: #f4efe6;
	
}

.thebackgroundcolor{
	background-color: #f4efe6;
}
 
 
 
  /* Display Flex */
  /* https://www.w3schools.com/css/css3_flexbox_container.asp */
 
.about {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px;
  gap: 40px;
}


.bright {

width: 50%;
}

.foo{
	   width: 40%;
  max-width: 400px;
}

.noo{
font-size:18px;
 line-height: 1.6;
 margin-left:30px;
 margin-right:60px;
 width:60%;
}






ul {
	background-color: #f4efe6;

	list-style-type: none; 
	overflow: hidden; /* content stays within the unordered list*/
  	top: 0;
  	width: 100%;

 }

ul li {
	float: left;
}

ul li a {
	 display: block;
  padding: 14px 16px;
  text-decoration: none;
  color: #2d2d2d;
  font-size: 15px;
}

ul li a:hover {
	background-color: #F2CC8F; 
}



  /* Align/Justify */
    /* https://www.w3schools.com/cssref/css3_pr_justify-content.php */


.hero-text h1 {
  font-size: 100px;
  margin-bottom: 20px;
  margin-top:100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
   color: #f4efe6;
  
}

.hero-text p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f4efe6;
  
}

.pop {
  color: black;
  text-align: center;
  padding: 20px 40px;
  margin: 0;
  font-size: 90px;
  font-weight: bold;
}








.teer {
  margin: 0;
  background-color: #f4efe6;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.slider {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jop {
  font-size: 140px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom:50px
}

.slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card {
  display: flex;
  background: #e6e7d7;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card-img {
  width: 55%;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  text-align: left;
  width: 55%;
}

.card-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}

.card-content p {
  font-size: 16px;
  margin: 8px;
  line-height: 1.4;
  color: #444;
}

.too:link, .too:visited {
  background-color: #f44336;
  color: black;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
  margin-top: 10px;
  border: 1px solid #000;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
}

.too:hover, .too:active {
 margin-top: 10px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
  font-size: 15px;
}

/*LInk as Button/
/*https://www.w3schools.com/css/tryit.asp?filename=trycss_link_advanced*/








.ling{
	margin:0;
	margin-top:14px;
	background-color: #f4efe6;
  color: #2b2b2b;
  line-height: 1.6;
}

.containerr {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
  padding: 15px;
  max-width: 1200px;
  margin: auto;
}

.just {
	font-size: 40px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;}


/* Left section */
.intro-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main-image {
  width: 100%;
}

.welcome-text h2 {
  font-size: 32px;
  margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

/* Blog section */
.blog-section h2 {
  font-size: 32px;
  margin-bottom: 13px;
}

.blog-card {
  display: flex;
  align-items:flex-start;
  gap: 13px;
  margin-bottom: 30px;
}

.blog-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.blog-info h3 {
  margin: 0;
  font-size: 19px;
}

.blog-info p {
  font-size: 13px;
  margin: 3px 0;
}


.blog-info a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.blog-btn {
  margin-top: 18px;
  padding: 10px 16px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 20px;
  font-size: 15px;
}







.ski {
  margin: 0;
  padding: 0;
  background-color: #f4efe6;
  color: #333;
  text-align: center;
   line-height: 1.6;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
}

.moo {
  font-size: 140px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}

p.ski {
  max-width: 650px;
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.image-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.image-grid img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
  height: 300px;
}






.services {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  overflow: hidden;
  line-height: 1.6;
  background-color: #f4efe6;
}

.zoo{
	max-width: 900px;
  margin: 0 auto 40px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
	
}

.background-title {
  font-size: 120px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}

.services-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  position: relative;
  flex-wrap: wrap;
}

/*wrapping*/
/*https://www.w3schools.com/cssref/css3_pr_flex-wrap.php*/

.service-item {
  max-width: 300px;
  text-align: center;
}

.service-item img {
  width: 100%;
    max-width: 500px;
  height: auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.service-item h3 {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
  color: #2d2d2d;
}




/* https://www.w3schools.com/howto/howto_css_full_page.asp */

body, html {
  height: 100%;
  margin: 0;
}

.bground {
  /* The image used */
  background-image: url("Images/back.png");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}