/* Navbar */

header {
  border-bottom: none;
  margin-bottom: 0;
}

.navbar-collapse {
    align-items: center;
    justify-content: space-between;
}


/* Basic Style */

.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 3rem;
    font-family: 'Zen Dots', sans-serif;
}

h2 {
    font-size: 1.75rem;
    font-family: 'Zen Dots', sans-serif;
}

h3 {
    font-size: 1.3rem;
    font-family: 'Zen Dots', sans-serif;
}
.btn-info {
    font-size: 1.1rem;
    margin: 20px;
}

.dark-section {
    color: white;
    background-color: #1b1b32;
}

.light-section {
    color: black;
    background-color: white;
}

.title-section {
    font-size: 2rem;
    font-weight: 400;
    font-family: 'Zen Dots', sans-serif;
}

.text-section {
    font-size: 1.2rem;
}

.dark-text {
    color: black;
}

.light-text {
    color: white;
}

.description-section {
    font-size: 1.2rem;
    color: #584e4e;
}

.description-section-about {
    font-size: 1.2rem;
    color: white;
}

.bg-image-section {
    background-image: url('images/bgImg.png');
    background-size: cover;
    background-position: center;
    padding: 100px 0; /* Adjust padding as needed */
}

/* Default for all screens */
.full-viewport {
    object-fit: cover;
  }    

/* Hero Section */

.hero {
    background-color: lightgrey;
    background-size: cover;
    text-align: center;
}

.hero-main {
    margin-top: 0;
    padding-top: 0;
}

.heroImage {
    background-image: url('images/sands.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    min-height: 500px;
}

.hero .carousel {
    max-width: 100%;
    max-height: 700px;
    margin: 0 auto; /* Centers the carousel horizontally */
}

.carousel-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%; /* Ensures full image visibility */
    max-height: 700px; /* Adjust height as needed */
  }
  
.hero-main h2 {
    font-size: 1rem;
    color: #615151;
}


/* About Us */

.about-us {
    min-height: 400px;
    height: auto;
    padding: 30px;
    max-height: 600px;
    text-align: center;
}

.about-us .container {
    max-width: 500px;
    text-align: center;
    padding: 100px;
}

.about-us-description {
    color: white;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.aboutImage {
    background-image: url(images/digitalPath1.png);
    background-size: cover;
    background-position: center;
}

/* Services */

.services {
    padding: 30px 30px 60px 30px;
}

.services .columns {
    padding: 15px;
    border: 2px solid #8080804d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transition: all 0.2s ease-in;
}

.services .columns:hover {
    color: white;
    background-color: #1b1b32;
}

.services i {
    font-size: 30px;
    color: cyan;
    background-color: black;
    padding: 9px 18px;
    border-radius: 50%;
}

.title-services {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
}

.badges-container {
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}

.badge {
    margin: 5px;
}



/* Portfolio */
.portfolio {
    padding: 30px;
    text-align: center;
}

.portfolio .row .div {
    height: 333px;
}

.portfolio-title {
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0;
}

.portfolio img {
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    display: block;
    transition: all 0.2s ease;
}

.portfolio-container {
    padding-top: 60px;
    margin-bottom: 40px;
}

.overlay {
    transition: all 0.2s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay p {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}

.gallery {
    position: relative;
}

.gallery:hover img {
    opacity: 0.2;
}


.gallery:hover .overlay {
    opacity: 1;
}

.overlay .icons-container {
    display: flex;
    text-align: center;
    justify-content: center;
}

.overlay i {
    color: black;
    font-size: 60px;
    margin: 10px;
}

/* Process */

.process {
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-bottom: 30px;
}

.process-description {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #333;
}

.process .carousel {
    max-width: 500px;
    max-height: 500px; /* Adjust height as needed */
    margin: 0 auto; /* Centers the carousel horizontally */
}

/* Prevent stretching of images in the carousel */
.process .carousel-inner {
    display: flex; /* Ensures all items are aligned properly */
    align-items: center; /* Centers the images vertically */
  }
  
  .process .carousel-inner .carousel-item {
    width: 100%;
    height: 500px; /* Set a fixed height for the carousel */
  }
  

.process .carousel-inner img {
    width: 100%; /* Ensures the image fills the carousel width */
    height: 100%; /* Ensures the image fills the carousel height */
    object-fit: cover; /* Maintains aspect ratio and prevents stretching */
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #555; /* Adjust indicator color */
}
  
.carousel-indicators .active {
    background-color: #000; /* Highlight active indicator */
}
  
/* Footer */

.footer {
    min-height: 600px;
}

.footImage {
    background-image: url(images/digitalPath2.png);
    background-size: cover;
    background-position: center;
}

.footer-logo {
    height: 80px;
    width: 80px;
    margin: 10px;
    border-radius: 50%;
}

.footer-text {
    font-size: 1.5rem;
    padding: 20px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
}

.social-media-icons a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin: 10px;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.2s ease-in;
}

.social-media-icons i {
    color: white;
    font-size: 1.5rem;
    transition: ease-in;
}

.social-media-icons a:hover {
    background-color: white;
    border: 2px solid #0dcaf0;
}

.social-media-icons a:hover i {
    color: black;
}

/* Copyright */

.copyright {
    font-size: 15px;
    color: #f5f6f7;
    padding: 20px;
}

.message {
    font-size: 15px;
    font-style: italic;
    color: goldenrod;
    padding: 30px;
}

/* Adaptable (Responsive) */
/* Navbar */
@media (max-width: 767px) {
    .navbar-bg {
        background-size: contain; /* Adjust for smaller screens */
    }
}

/* Media query for viewports less than 400px wide */
@media (max-width: 400px) {
    .hero {
        padding: 0; /* Remove padding around the section */
    }

    .carousel-inner img {
        object-fit: cover; /* Maintain cover behavior */
        width: 100vw; /* Full viewport width */
        height: 100vh; /* Full viewport height */
        max-height: 400px; /* Remove max-height restriction */
    }

    #hero-carousel {
        width: 100vw; /* Ensure carousel width spans entire viewport */
        height: auto; /* Ensure carousel height spans entire viewport */
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        display: none;
    }
}

/* Large screen styling */
@media (min-width: 1200px) {
    .bg-image-section {
        background-size: auto; /* Default size of the image */
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

/* Small laptop-specific styling */
@media (max-width: 1199px) {
    .full-viewport {
      width: 100vw; /* Full viewport width */
      height: 100vh; /* Full viewport height */
      object-fit: cover; /* Scale the image to cover the entire area */
    }
}

/* Media query for smaller viewports (below 767px) */
@media (min-width: 768px) {
    .bg-image-section {
        background-size: auto; /* Default size of the image */
        background-repeat: repeat-y; /* Enable repeating */
        background-position: top left; /* Starting point for the repeating pattern */
    }
}

/* Mobile-specific styling */
@media (max-width: 768px) {
    .full-viewport {
      width: 100vw; /* Full viewport width */
      height: 100vh; /* Full viewport height */
      object-fit: cover; /* Scale the image to cover the entire area */
    }
}

/* Media query for smaller viewports (below 767px) */
@media (max-width: 767px) {
    .bg-image-section {
        background-size: auto; /* Default size of the image */
        background-repeat: repeat-y; /* Enable repeating */
        background-position: top left; /* Starting point for the repeating pattern */
    }
}

/* Media query for smaller viewports (below 767px) */
@media (max-width: 400px) {
    .bg-image-section {
        background-size: auto; /* Default size of the image */
        background-repeat: repeat-y; /* Enable repeating */
        background-position: top left; /* Starting point for the repeating pattern */
    }
}
