
.custom-nav {
    margin-bottom: 0;
    padding-right: 10px;    
    padding-left: 0;
}
.navbar{
  background: black;     
  border-bottom: 2px solid #ffcc00;  
  height: 8vh;
  display: flex;
  align-items: center;
}


.navbar .custom-nav .nav-item a{
    margin-left: 5px;    
    margin-right: 5px;  
    font-size: large; 
    color: #000000;         
    background: linear-gradient(165deg, #fd8560, #e0d31c); 
    border-radius: 10px;
    padding: 5px 10px;
    text-decoration: none;
    background-clip: padding-box;  
    -webkit-background-clip: border-box;   
}

.navbar #myMenu .custom-nav .nav-item a:hover{
   color: rgb(6, 75, 6);
   background: #8f9719;
}
.navbar-toggler {
    margin-right: 10px;
}



/* @keyframes fadeZoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8); 
    }
    100% {
        opacity: 1;
        transform: scale(1); 
    }
} */
 
.back-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;  
    min-height: 150vh;   
    border-radius: 0px;
    display: flex;
    margin-top: 20px;
}

.content{
    position: absolute;
    margin-top: 25px;    
    padding: 30px;
    max-width: 400px;
    text-align: left;
    /* animation: fadeZoomIn 1s ease-in-out; */
}
 header .content .gradient-text {
    background: -webkit-linear-gradient(45deg, #d81b60, #303f9f);
    -webkit-background-clip: text;
    color: transparent;
}




.container{
    margin-top: 20px;
}

.container h3{             /* new changed */
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
}

/* #Services{
    list-style: none;
} */

#Registration h2{            /* new changed */
    font-size: 2rem;
    font-weight: bold;
}

.container-fluid .custom-heading{
    font-size: 2rem;
    font-weight: bold;
}
.service-icon {
    transition: transform 0.3s, color 0.3s;
    text-decoration: none !important; 
}

.service-icon:hover i {
    transform: scale(1.1); 
    color: #d34808ec !important; 
}

.service-text {
    color: black; 
    text-decoration: none !important; 
}

.service-icon:hover .service-text {
    color: #ca1313; 
    text-decoration: none !important; 
}



/* whatsapp icon setting */

.whatsapp-float {
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    z-index: 1000; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-icon {
    width: 20px; 
    height: 20px; 
    transition: transform 0.3s ease; 
}



h1{
    color: #630c0c;
    font-weight: bold;  
}
p{
    font-size: 20px;
}

.text-right{
    text-align: right;
}

a:hover {
  color: rgb(209, 17, 17);
}
.fi-color{
    color: green;
}
.fi-color:hover{
    color:#922234;
}
.myself:hover {
      color: #5e1622;
}


.container h3{             /* new changed */
    font-size: 1.5rem;
    font-weight: bold;
}
#Registration h2{            /* new changed */
    font-size: 1.5rem;
    font-weight: bold;
}
#Contact strong{                /* new changed */
    font-size: 1.3rem;
}

.custom-icon {
    background-color: transparent;   /* Ensures the background is transparent */
    filter: invert(100%);   /* Changes the icon color; adjust as needed */
}

/* Alternatively, to set a specific color */
.custom-icon {
    background-color: #000; 
    filter: none; /* Disable filter if using background color */
}





@media only screen and (max-width: 576px){
      
    .navbar-nav{
        position: fixed;
        color: #ffffff; 
        background-color: transparent;
        margin: 0%;
        width: 100%;
        left: 50%;
        padding: 0;        
    }  
    .navbar{
        /* margin-top: 0px; */
        height: 8vh;
    }
    .navbar-toggler.custom-gradient {
        background: linear-gradient(45deg, #fd8560, #e0d31c);
    }
    
    .navbar-nav li a{
        margin: 1px 0;   /* Adjust spacing between items as needed */
    }
     .back-image {
        min-height: 50vh;
    }
    .content {
        margin-top: 25px;
        text-align: center;
        padding: 0px;       
    }
    
    .logo{
        /* margin-top: 0px; */
        margin-left: 2px;
        height: 60px;
        width: 120px;
    }
    .font-italic{
        margin-top: 1px; /* Add space between the h1 and the sentence */
    }
    .btn-spacing {
        margin-top: 40px; /* Space above the buttons */
    }
    .gradient-text {
        font-size: 2rem;
        margin-top: 1px;
    }
}


@media only screen and (max-width: 768px){

    .back-image {
        min-height: 50vh;
    }
    .content {
        margin-top: 350px;
        text-align: center;
    }
    .font-italic small {
        margin-top: 5px; 
    }
    #Contact strong{                /* new changed */
        font-size: 1.5rem;
    }
    .margin{
        font-size: 1.1rem;
    }   
}

@media only screen and (max-width: 380px){
    .navbar{
        height: 65px;
    }
}