*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.title{
    margin-top: 50px;
    h1{
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: Arial;
        text-transform: uppercase;
        color: #d63031;

        span{
            display: block;
            color: darken(#d63031, 40%);
            font-size: 20px;
            margin-bottom: 10px;
        }
    }
}

/*Carousel Gallery*/
.carousel-gallery{
    margin: 50px 0;
    padding: 0 30px;
    .swiper-slide{
        a{
            display: block;
            width: 100%;
            height: 200px;
            border-radius: 4px;
            overflow: hidden;
            position: relative;

            -webkit-box-shadow: 3px 2px 20px 0px rgba(0,0,0, .2);
            -moz-box-shadow: 3px 2px 20px 0px rgba(0,0,0, .2);
            box-shadow: 3px 2px 20px 0px rgba(0,0,0, .2);

            &:hover{
                .image{
                    .overlay{opacity: 1}
                }
            }

            .image{
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center center;
                .overlay{
                    width: 100%;
                    height: 100%;
                    background-color: rgba(20,20,20, .8);
                    text-align: center;
                    opacity: 0;

                    -webkit-transition: all .2s linear;
                    -o-transition: all .2s linear;
                    transition: all .2s linear;

                    em{
                        color: #fff;
                        font-size: 26px;
                        position: relative;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        transform: translateY(-50%);
                        display: inline-block;
                    }
                }
            }
        }
    }
    .swiper-pagination{
        position: relative;
        bottom: auto;
        text-align: center;
        margin-top: 25px;

        .swiper-pagination-bullet{
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;

            &:hover{
                opacity: .7;
            }

            &.swiper-pagination-bullet-active{
                background-color: #d63031;
                transform: scale(1.1, 1.1)
            }
        }
    }
}
/*# Carousel Gallery*/

.plugins{
    text-align: center;

    h3{
        text-align: center;
        margin: 0;
        padding: 0;
        font-family: Arial;
        text-transform: uppercase;
        color: #111;
    }

    a{
        display: inline-block;
        font-family: Arial;
        color: #777;
        font-size: 14px;
        margin: 10px;
        transition: all .2s linear;

        &:hover{color: #d63031}
    }
}

.about-us-section {
     /* Replace 'your-background-image.jpg' with the path to your image */
    background-size: cover;
    background-position: center;
    /*padding: 100px 0;*/
    /*position: relative;*/
}

.about-us-section:before {
    /*content: '';*/
    /*background-color: rgba(0, 0, 0, 0.6); !* Adjust the alpha value to control the darkness of the overlay *!*/
    position: absolute;
    
    left: 0;
    width: 100%;
    height: 100%;
}

.section-heading {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.text-white-50 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.blue{
    color: #16699B !important;
}

/* Ensure images fill the carousel item */
#hero-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire item */
}
.top-line{
    padding: 12px;
    background: rgb(185, 58, 48);

}
.email-info,
.mobile-info {
    display: inline-block;
    margin-right: 20px; /* Adjust margin as needed to add space between the email and mobile info */
}
.email-info {
    margin-left: 100px; /* Default margin */
}

/* Media query for screens up to 768px wide */
@media screen and (max-width: 768px) {
    .email-info {
        margin-left: 5px; /* Adjust margin for smaller screens */
    }
}

/* Media query for screens between 769px and 1024px wide */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .email-info {
        margin-left: 50px; /* Adjust margin for medium screens */
    }
}

/* Media query for screens larger than 1024px wide */
@media screen and (min-width: 1025px) {
    .email-info {
        margin-left: 100px; /* Reset margin for larger screens */
    }
}
.social-icons {
    margin-right: 106px; /* Default margin */
}

/* Media query for screens up to 768px wide */
@media screen and (max-width: 768px) {
    .email-info {
        margin-right: 5px; /* Adjust margin for smaller screens */
    }
    .footer-info iframe {
    width: 100%;
}
}

/* Media query for screens between 769px and 1024px wide */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .email-info {
        margin-right: 50px; /* Adjust margin for medium screens */
    }
}

/* Media query for screens larger than 1024px wide */
@media screen and (min-width: 1025px) {
    .email-info {
        margin-right: 100px; /* Reset margin for larger screens */
    }
}
.top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons {
    display: flex;
}

.social-icons a {
    margin-left: 10px; /* Adjust margin between icons */
    color: #fff; /* Set icon color */
}

.top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-container {
    display: flex;
    align-items: center;
}

.email-info,
.mobile-info {
    margin-right: 20px;
}

.social-icons {
    display: flex;
    align-items: center;
}

.social-icons a {
    margin-left: 10px;
}
/* Media query for smaller screens */
@media screen and (max-width: 768px) {
    .top-line {
        flex-direction: column;
    }

    .info-container {
        margin-bottom: 10px;
    }

    .social-icons {
        margin-top: 10px;
        display: none;
    }

    .social-icons a {
        margin-left: 0;
        margin-right: 10px;
    }
}
/*.logo{*/
/*    margin-left: -41px*/
/*}*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .logo {
        margin-left: -41px; /* Adjust margin for medium screens */
    }
}

/* Media query for screens larger than 1024px wide */
@media screen and (min-width: 1025px) {
    .logo {
        margin-left: -41px; /* Reset margin for larger screens */
    }
}
@media screen and (max-width: 768px) {
    .logo {
        margin-left: -13px; /* Reset margin for larger screens */
    }
}
/* Adjust styles for screens up to 768px */
@media screen and (max-width: 768px) {
    .hero .carousel {
        width: 100%;
        min-height: 65vh;
        padding: 80px 0;
        margin: 0;
        position: relative;
    }
}

/* Adjust styles for screens up to 425px */
@media screen and (max-width: 425px) {
    .hero .carousel {
        min-height: 35vh;
    }
}

/* Adjust styles for screens up to 375px */
@media screen and (max-width: 375px) {
    .hero .carousel {
        min-height: 30vh;
    }
}

/* Adjust styles for screens up to 320px */
@media screen and (max-width: 320px) {
    .hero .carousel {
        min-height: 30vh;
    }
}
.logo img {
        width: 26%!important; /* Set width to 100% for mobile view */
        /* Additional mobile styles here */
    }
@media only screen and (max-width: 767px) {
    .logo img {
        width: 54%!important; /* Set width to 100% for mobile view */
        /* Additional mobile styles here */
    }
}
@media screen and (min-width: 350px) and (max-width: 450px) {
   .info-container {
     font-size: 10px; 
     letter-spacing: 0.7px; 
    }
}

.get-started .content p {
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0.7px;
    color: #222;
    line-height: 25px;
}
@media (max-width: 767px) {
 .section-header h2 {
        font-size: 36px;
        padding-top: 45px;
        letter-spacing: 0.7px;
    }
 #welcome-part .col-lg-3.text-lg-end {
    text-align: center;
    margin-top: -50px;
    margin-bottom: 30px;
}
 #welcome-part .col-lg-3.text-lg-end img.img-fluid,
 #about-us .section-header .img-fluid {
    width: 100%;
    height: 425px;
    padding: 10px;
    }
 section #about-us .col-lg-5.text-lg-start {
    text-align: center !important;
}
 .hero .carousel {
    width: 100%;
    min-height: 45vh !important;
    padding: 80px 0;
    margin: 0;
    margin-top: 0px;
    position: relative;
    margin-top: -40px;
  }
 #product-gallery .text-start {
  font-size: 15px;
  text-align: justify !important;
  letter-spacing: 0.7px;
  color: #fff;
  line-height: 25px;
  }
 #product-gallery .text-start.mb-2{ 
      font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
      
  }
}

.product-item a img{
    height: 100px;
    padding: 5px 0;
    
}