@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Raleway:wght@285&display=swap');




/* Button Styles + Animations */

.navbar {
    padding: 1.2rem;
    font-family: 'Josefin Sans', sans-serif;
    border-bottom: inset ;
}
a {
color: black;
}

a:hover {
    color:  #084a2b;
    }

    a i:hover {
        color:  white;
        }


.bg-dark {
    background-color: #363f41!important;
    font-size: 18px;
}

body {
    padding-top: 75px;
  }

.btn-primary {
background-color: #084a2b;
border-color: #084a2b;
}

.btn-primary:hover {
    background-color: #0f8f53;
    }

  hr.style13 {
	height: 1px;
	width: 15%;
	border: 0;
	display: block;
    border:none;
    color:white;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 250, from(#000), to(#fff));
	
}
.carousel-item h1 {
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    margin: 0;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
  }
 
/* Index - About Section */
.HomeAbout {
    text-align: left;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 20px;
}

.HomeAbout h2 {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 4px solid #343a40;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

.HomeAbout p{
    color: #2F4F4F;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
}

/* About - About Us */
.AboutUs {
    text-align: center;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 20px;
}

.AboutUs h2 {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 4px solid #343a40;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

.AboutUs p{
    color: #2F4F4F;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
}

.Quotes {
    display: inline-block;
    width: calc(100% / 3);
    margin: 0 -2px;
    padding: 20px;
    box-sizing: border-box;
    
}

.Quotes i, .Quotes img {
    font-size:45px;
    margin-bottom: 30px;
}

.Quotes a {
    text-decoration: none;
    color: inherit;
}

.Quotes a:hover {
    text-decoration: none;
    color: #2F4F4F
}

/* About - Services */
.services {
    background: #f1f1f1;
    text-align: center;
}

.services h1 {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 4px solid #343a40;
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.copyright h1 {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    margin: auto;
}
.contact h1 {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    margin: auto;
}
.cen {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    padding: 20px;
}

.service {
    display: inline-block;
    width: calc(100% / 3);
    margin: 0 -2px;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
}

.service:hover {
    background: #ddd;

}

.service i, .service img {
    font-size:34px;
    margin-bottom: 30px;
}


.service h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
}

.service p{
    color: #2F4F4F;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
}

@media screen and (max-width: 800px) {
    .service {
        width: 50%;
    }
    .carousel-item h1 {
        font-family: 'Josefin Sans', sans-serif;
        position: absolute;
        margin: 0;
        color: white;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 10px;
      }
}

@media screen and (max-width: 500px) {
    .service {
        width: 100%;
    }
}





/* Testimonial Styles */

.testimonial-section {
    background: #f1f1f1;
    padding: 80px 0;
    text-align: center;
}

.inner-width {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.testimonial-section h1 {
    font-weight: 400;
    letter-spacing: 7.5px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

.testimonial-imgs {
    padding: 40px 0;
}

.testimonial-imgs img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 20px;
    filter: grayscale(100%);
    transition: .3s;
    cursor: pointer;
}

.testimonial-imgs img:hover, .testimonial-imgs img.active{
filter: none;
-webkit-animation: none;
		-webkit-transform: scale(1.2);
		animation: none;
		transform: scale(1.15);
}

.testimonial-content {
    max-width: 600px;
    margin: auto;
}

.testimonial {
display: none;
}

.testimonial.active {
    display: block;
    }

.testimonial p {
margin-bottom: 20px
}

.testimonial .description {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px;
}



/* Portfolio - Grids */

.portfolio {
    max-width: 1300px;
    margin: auto;

}


.portfolio h4 {
    font-family: 'Josefin Sans', sans-serif;
}


.portfolio p {
    font-family: 'Raleway', sans-serif;
}

/* CSS for image dimensions within the carousel */
.carousel-inner img {
    width: 100%; /* Make the images take the full width of their container */
    height: 50%; /* Maintain aspect ratio */
  }



  .carousel-card-title {
    font-size: 1.75em;
    text-shadow: -1px 0 black;
    
  }

 
 /* ... Your existing CSS ... */

.carousel2-inner img {
    height: 400px; /* Adjust this value to your preferred height */
    object-fit: cover;
    width: 100%;
  }
  
  #imageCarousel.carousel {
    overflow: hidden;
  }
  
  #imageCarousel.carousel2-inner {
    width: 100%;
    overflow: hidden;
  }
  
  #imageCarousel.carousel2-inner img {
    width: 100%;
    height: auto;
  }
  
  @media screen and (max-width: 767px) {
    .carousel2-inner img {
      height: 200px; /* Adjust the height for smaller screens */
    }
  
    #imageCarousel.carousel2-inner {
      width: 80%; /* Adjust the width of the container for smaller screens */
      margin: auto; /* Center the container */
    }
  
    .carousel-card-title {
      font-size: 1.5em; /* Adjust the font size for smaller screens */
    }
  }
