body {
  line-height: 1.4;
  font: 400 17px 'Roboto', sans-serif;
  letter-spacing: 0.5px;
  color: #ffffff;
  background-color: #2f3e2f;
}

            a{
                outline: none; 
            }
        
            /* Style header */

.bg-header {
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  transition: background-image 1s ease-in-out;
}



            .header-bg-gray{
                background-color:rgba(0,0,0,0.37);
                min-height: 100vh;
         }
        .container-fluid {
            padding: 0;
        }

        /* Navebar */
        .navbar{
            padding: 3px 16px;   /* tob bottom left right */
        }       
        .navbar .navbar-nav .active{
            font-size: 18px;
            font-weight: 600;
        }
        .navbar-nav>li>a
        { 
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            outline: 1px;   
        }

    
        .active
        {
            opacity: 1;         
        }  
        .navbar-nav .nav-item .nav-link{
            transition: 0.2s ease;
        }
        .navbar-nav .nav-item .nav-link:hover{
            transition: 0.2s ease;
            font-size: 18px;
            color: #fff;
        }
        .navbar-dark .navbar-toggler:hover, .navbar-dark .navbar-toggler:active{
            background-color: rgba(255, 255, 255, 0.2 );
            transition: 0.2 ease;
        }
        .button:focus{
             outline: none;
             background-color: rgba(255, 255, 255, 0.1);
        }
        /* banner text */
        .banner-text{
            /*border-left: 5px solid #BE2525;*/
            padding: 42px 140px;
            color: #fff;
            margin-top: 250px;
        }


        .banner-text h2, .banner-text p{
            font: 400 40px 'Questrial', san-serif;
        }
        .banner-text p{
            line-height: 1.4;
            font-size:xx-large;
        }
    #text1{
            /*border-left: 5px solid #BE2525;*/
            position: relative;
            font-size: 25px;
        
            margin-left: 150px;
        }


        .decorate{
            font-family: 'Satisfy', cursive;    
        }
        .scroll-to-about a i{
            text-align: center;
            position: relative;
            bottom: -50px;
            font-size: 18px;
            color: #fff;
            width: 40px;
            height: 40px;
            border: 1px solid #fff;
            line-height: 40px;
            border-radius: 50%;
            

        }
        /*  About Section */
        .section-padding{
            padding: 70px 0px;
        }   
        #about{
            background: url(img/about-banner.jpg) no-repeat;
            background-size: cover;
            margin-bottom: -3px;
             
    
        }
        .about-list li{
            padding: 5px 0;
            font-size: 18px;
        }
        .about-text p{
            color: whitesmoke;
        }
        /* Portfolio Section */
        #portfolio{
            background-color: #a7b89c;
        }
     .fit-imge {
  width: 100%;
  height: auto;
  object-fit: cover;
                }

 .titel{
            font-size: 24px;
            margin-bottom: 50px;
        }

    /*imge grid */
    #my-grid{
        
        margin-top: 50px;
    }
    .grid-padding{
        
        padding: 0 8px;
    }
    .grid-padding img{
        
         margin-bottom: 15px;
         transition: 0.3s ease;
    }
    .grid-padding img:hover{

         box-shadow: 0 10px 40px 0 rgb(0,0,0,05);
         transition: 0.5s ease; 
    }

    .col-sm-4{
        padding-right: 30px;
    }
    /* The Modal */
    .modal{
        display: none ; 
        position: fixed;
        z-index: 1;
        padding: 5px 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,50,0.8);
    }
    .modal-content{
        position: relative;
        margin: auto;
        padding: 0;
        width: 85%;
        max-width: 1100px;
        border: none;
        background-color: transparent; 
    }

    .title-colour{
        color: gray;    
    }

.my-slides{
        text-align: center;

    }

   /* adjust image size */
.pp1{
    padding: 10px;
}

.portrait-image {
  height: auto;
  max-height: 95vh;
  width: auto;
  max-width: 90vw;
}

.landscape-image {
  width: auto;
  max-width: 95vw;
  height: auto;
  max-height: 80vh;
}
/* close Button */
.close{
    color: #FFF;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 48px;
    font-weight: bold;
    transition: 0.3s ease;  
}
.close:hover, .close:focus {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
/* next and previous buttons */
 .prev, .next{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #FFF !important;
    font-weight: bold;
    font-size: 3em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select:none;
}

/*netxt button position in right*/

    .next{
        right: 0;
        border-radius: 3px 0 0 3px;
    }   
    .next:hover, .prev:hover{
        background-color: rgba(0, 0, 0, 0.8);
    }
    /* Number text  */
    .numbertext{
        color: gray;
        font-size: 18px;
        font-family: lato, sans-serif;
        padding: 8px 50px;
        position: absolute;
        top: 0;
        left: 10px;
    }
    /* Testimonial */
    #testimonial{
        padding: 100px;
        background-color: #C0C0BA;

    }





    /* Carousel */
    .carousel-inner .carousel-item .imag-box{
        transition: 0.3s;
        width: 135px;
        height: 135px;
    }

    .carousel-control-prev{
        left: -100px;
    }

    .carousel-control-next{
        right: -100px;  
    }

    .carousel-indicators{

        top: 330px;
    }
    /* contact  Section  */


    .contact-sec h2{
        font-size: 28px;
        color: #fff;
        font-weight: 600;
        padding: 15px 0;

    }


    .contact-sec p{
        color: #FFF;
        font-size: 18px;
        padding: 16px 0 24px;
    }



    #contact{
        width: 100%;
        background-color: rgba(0, 0, 0, 0.90);
    }
    section#contact div.container{
            padding: 5%;
    }
    #contact .btn-primary{
            background-color: #BE2525;
            border: 1px solid #BE2525;
    }
    #contact .btn-primary:hover{
            background-color: #721616;
    }

/* footer   */
        footer{
        padding: 40px 0;
        background-color: #EEEFE0;
    }
    footer a{
        color: #e4ffc9;     
    }
    footer a:hover{
        text-decoration: none;
        color: #0a2b0e;
    }

    .social-list li{
        transition: 0.3s ease;
        opacity: 0.5;
        display: inline-block;
        margin-bottom: 0;
    }

    .social-list li a{
        font-size: 28px;
        margin-right: 15px;
    }

    .fa-angle-up{
        font-size: 28px;
        color: #000;
        width: 40px;
        border: 1px solid #000;
        line-height: 40px;
        border-radius: 50%;
    }

    @media screen and (max-width: 786px){

        .close{
            font-size: 1.5em;
        }
        p{

            font-size: 1em !important;
        }   
        h2{

            font-size: 1.5em !important;
        }
        .numbertext{
            font-size: 1em;

        }
        .prev, .next {
            font-size: 2em;

        }

        }

          .bg-slider {
    background-attachment: scroll;
  }
}



    }


    @media screen and (max-width: 480px){

        .close{
            font-size: 1em;
        }
        p{

        }   
        h2{

            font-size: 1.25em !important;
        }
        .numbertext{
            font-size: 0.75em;

        }
        .prev, .next {
            font-size: 1.5em;

        }
        .social-list{
            margin-bottom: 15px;

        }

    }

        @media screen and (max-width: 525px){
            .carousel-indicators{
                top: 420px;

            }
                .banner-text{
            /*border-left: 5px solid #BE2525;*/
            padding: 32px 100px;
            color: #fff;
            margin-top: 250px;
        }


        }

        @media screen and (max-width: 480px){
            section#testimonial{
                display: none;

            }

            .carousel{
                display: none;

            }

            .banner-text{
            /*border-left: 5px solid #BE2525;*/
            padding: 22px 40px;
            color: #fff;
            margin-top: 250px;
        }


            }

        }

.container {
  background: linear-gradient(135deg, #0056d2 0%, #c26a32 100%);
  border-radius: 12px;
  padding: 30px;
}
.card h4 {
  font-family: 'Questrial', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.card ul {
  list-style: none;
  padding-left: 0;
}

.card ul li::before {
  content: '✔️ ';
  margin-right: 5px;
  color: #ffc107;
}

/* WHATSAPP css for flote */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: 28px;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  text-decoration: none;
  transition: background-color 0.3s;
}

.whatsapp-float:hover {
  background-color: #128c7e;
}

.whatsapp-icon {
  font-size: 30px;
}

/*whats app end */

/* Dropdown Container */
.navbar-nav .dropdown-menu {
  background-color: #343a40; /* dark background */
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  min-width: 180px;
  padding: 0.5rem 0;
}

/* Dropdown Items */
.navbar-nav .dropdown-item {
  color: #f8f9fa;
  padding: 10px 20px;
  transition: background 0.3s ease, padding-left 0.3s ease;
}

/* Hover effect for items */
.navbar-nav .dropdown-item:hover {
  background-color: #495057;
  color: #ffffff;
  padding-left: 25px;
}

/* Arrow caret on toggle */
.navbar-nav .dropdown-toggle::after {
  margin-left: 8px;
  vertical-align: middle;
  border-top: 0.3em solid #f8f9fa;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

/* Dropdown on small screens (optional) */
@media (max-width: 768px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    background-color: #343a40;
  }

  .navbar-nav .dropdown-item {
    padding: 10px 15px;
  }
}

@media (max-width: 768px) {
  .bg-header {
    background-attachment: scroll;
  }
}

