* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: "Raleway", sans-serif;
    line-height: 1.6;
    height: 100%;
    
}

h1 {
    color: #333;
}

p {
    font-size: 18px;
    color: #666;
}


header{
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.2); 
    -moz-box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.2); 
    box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.2);
    /*background: rgb(113,49,161);
    background: linear-gradient(90deg, rgba(113,49,161,1) 0%, rgba(164,79,182,1) 100%);*/
    transition: background-color 0.3s ease; /* Smooth transition for background */
}

.navbar-nav li a{
    padding: 0px 10px !important;
    font-weight: 700;
    font-size: 16px !important;
    color: #fff !important;
}

.navbar-nav li ul{
    border-top: 5px solid #333;
}

.navbar-nav li ul li a{
    padding: 10px 20px !important;
    font-weight: 700;
    font-size: 14px !important;
    color: #4b1870 !important;
    transition: color 0.3s ease; 
}

.navbar-brand img {
    height: 100px;
    width: auto;
}

.navbar-nav {
    text-align: right;
}

.navbar-nav li a:hover {
    color: #f67f54 !important;
}

.navbar-nav .dropdown-menu {
    margin-top: 0px; 
    padding-top: 0; 
}

/* Default dropdown menu hidden */
.dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(-10px); /* Slight upward position initially */
    transition: all 0.3s ease; /* Smooth transition for showing the menu */
}

/* On hover for desktops */
.nav-item:hover .dropdown-menu,
.nav-item:focus .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0); /* Drop-down effect */
}

.navbar-toggler {
    float: right; /* Align the toggle button to the right */
}

/* Optional: Adjust the positioning of the navbar items if needed */
.navbar-nav {
    justify-content: flex-end; /* Align navbar items to the right */
}

header.scrolled {
    background-color: white; /* Change background to white */
}

header.scrolled .navbar-nav li a {
    color: black !important; /* Change text color to black */
}


/* Default for desktops */
.slider {
    height: 100vh; /* Full viewport height */
    width: 100%; /* Full width */
    display: flex;
    justify-content: left;
    align-items: flex-end;
    background-color: #fff1f0;
    background-image: url('../images/bg.jpg'); /* Add your background image */
    background-size: cover; /* Cover the entire slider */
    background-position: center; /* Center the image */
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide {
    font-size: 3em;
    color: white;
    text-align: left;
    margin-right: 25%;
    margin-top: 0px;
    padding-bottom: 100px;
}

.slide h1{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.slide p{
    font-size: 24px;
    font-weight: normal;
    color: #fff;;
}

.slidebtn{
    padding: 10px 20px;
    background: #fff;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    border-radius: 25px; 
    border: 2px solid #712a15;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sharepicalign{
   padding-top: 25px;
}

.slidebtn:hover {
    background-color: #000;
    color: #fff;
}

.slider2 {
    height: 400px; /* Full viewport height */
    width: 100%; /* Full width */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff1f0;
    background-image: url('../images/bg.jpg'); /* Add your background image */
    background-size: cover; /* Cover the entire slider */
    background-position: center; /* Center the image */
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide2 {
    font-size: 3em;
    color: white;
    text-align: center;
}

.slide2 h1{
    font-size: 50px;
    font-weight: bold;
    color: #fff;;
}

.slide2 p{
    font-size: 24px;
    font-weight: normal;
    color: #fff;;
}

.box1{
    background-color: #c79989;
}

.box2{
    background-color: #a76046;
}

.textwrap{
    margin-right: 100px;;
}

.counter .img{
    margin-bottom: 20px;
    text-align: center;
}

.counter .heading{
    margin-bottom: 10px;
    font-size: 32px;
    text-align: center;
}

.counter .para{
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.counter .cnumber{
    font-size: 48px;
}

.mainpara p{
    text-align: center;
    font-size: 20px;
}

.secsection{
    background-color: #f8eee9;
}

footer {
    padding: 30px 0;
    text-align: center;
    background-image: url('../images/footer.jpg'); /* Add your background image */
    background-size: cover; /* Cover the entire slider */
    background-position: center; /* Center the image */
}

footer h3{
    font-size: 44px;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 10px !important;
}

footer .btn1{
    margin-bottom: 10px !important;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
}

footer .wrapbtn1{
    margin-bottom: 10px !important;
}

footer p{
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

footer .btmlogo{
    margin-top: 10px;
}

.social-icons {
    margin-top: 0px; /* Space above the icons */
}

.social-icons a {
    margin: 0 10px; /* Space between icons */
    color: #fff; /* Default icon color */
    font-size: 40px; /* Icon size */
    transition: color 0.3s ease; /* Smooth transition for hover effect */
    text-decoration: none;
}

.social-icons a:hover {
    color: #0077b5; /* LinkedIn color on hover */
}

/* Add specific hover colors for other icons if desired */
.social-icons a:nth-child(2):hover {
    color: #3b5998; /* Facebook color on hover */
}

.social-icons a:nth-child(3):hover {
    color: #25D366; /* WhatsApp color on hover */
}



#browser-info {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

.bgvilot{
    background-color: #7a3c27;
}



