.navbar {
    background-color: #111222 !important;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    z-index: 1000; 
    padding: 10px;
}

.col-lg-7 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}

.navbar a {
    color: #f2f2f2;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
}

.navbar a:hover {
    color: aqua;
}

.navbar .brand {
    font-size: 1.5em;
    font-weight: bold;
}

.navbar .links {
    display: flex;
}

.navbar .links a {
    margin-left: 10px;
}

/* Remove or adjust styles related to the toggle button if needed */
.navbar .menu-toggle {
    display: none;
    font-size: 1.5em;
    cursor: pointer;
}

.content img{
    width:300px;
    height: auto;
}
.content {
    margin-top: 100px;
    margin-bottom: 20px;
}


.section-heading {
    font-family: sans-serif; 
    font-weight: bold;       
    text-decoration: underline; 
    margin-right: 200px;
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
    
        
}
.navbar-brand {
    font-size: 1.5rem;
}
.nav-link {
    font-size: 1rem;
}
  



/* Keyframes for slide-in-right animation */
@keyframes slideInRight {
    0% {
        opacity: 1;
        transform: translateX(3000%);
    }
    25% {
        opacity: 1;
        transform: translateX(0);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%); 
    }
    75% {
        opacity: 1;
        transform: translateX(50%); 
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* Animation class */
.animate-slide-in-right {
    animation: slideInRight 1s ease-out forwards;
}


.icon-link{
    margin-left: 10px;
    color:#f2f2f2;
} 
@media (max-width: 480px) {
    .icon-slide {
        font-size: 1rem;
        margin-left:0%;
    }
}

.line-creation{
    height:2px;
    background-color: black;
    margin-top: 20px;
}

body {
    margin: 0;
    padding: 0;
}
.container{
    background-color: black;
    max-width: 50%;
    border-radius: 10px;
    margin-top: 50px;
}
.heading h1 {
    margin-top: 5px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    font-family:   "Jost", sans-serif;
    font-weight:700;

}
.image-fixing img {
    width: 100px;
    height: auto;
    margin-left: 85%;
    margin-bottom: 30px;
}
.journey-section{
    font-family: "Jost", sans-serif ;
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
    text-align: justify;
}
.technology-section{
    font-family: "Jost", sans-serif ;
    color: #fff;
    margin-bottom: 40px; 
    font-size: 16px;
    text-align: justify;
}
.subbmit-section{
    font-family: "Jost", sans-serif ;
    color: #fff;
    margin-bottom: 40px; 
    font-size: 16px;
    padding-bottom: 20px;
}
.subbmit-section span{
    font-weight: bold;

}

@media (max-width: 768px) {
    .heading {
        font-size: 1.5rem;
        margin-top: 15px;
    }
    html,body{
        width: 100%;
        height: 100%;
        margin:0;
        padding: 0;
        overflow-x: hidden;
    }
}



@media (max-width: 768px) {
    .image-fixing {
        padding: 0 15px; 
        margin-top: 15px; 
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%; 
 
    }
}




/* mobile view */


@media (max-width: 480px) {
    .heading {
        font-size: 1.2rem;
        margin-top: 10px; 
        padding: 0 5px; 
    }
}

@media (max-width: 480px) {
    .image-fixing {
        padding: 0 20px; 
        margin-top: 10px; 
        margin-right: 200px;
    }
}


@media (max-width: 480px) {
    .container {
        max-width: 100%; 
     
    }
}
footer {
    background-color:#111222; 
    padding: 10px;
    text-align: center; 
    max-width: 100%;
}

/* Container for social icons */
.social-icons {
    display: flex; 
    justify-content: center; 
    gap: 55px; 
}

/* Styling for each social icon */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; 
    height: 40px; 
    background-color: #555;
    color: #fff; 
    border-radius: 50%; 
    text-decoration: none; 
    font-size: 20px;
    transition: background-color 0.3s, transform 0.3s; 
}

/* Hover effect for social icons */
.social-icon:hover {
    background-color: #777;
    transform: scale(1.1);
}

/* Animation class for sliding in from the left */
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply slide-in-left animation */
.slide-in-left {
    animation: slideInLeft 1s ease-out;
}


/* Responsive design for tablets */
@media (max-width: 768px) {
    .social-icon {
        width: 30px; 
        height: 30px; 
        font-size: 16px; 
    }
}

/* Responsive design for mobile phones */
@media (max-width: 480px) {
    .social-icon {
        width: 25px; 
        height: 25px; 
        font-size: 14px;
        padding: 10px; 
    }
    .footer{
        padding: 10px;
    }
    html,body{
        width: 100%;
        height: 100%;
        margin:0;
        padding: 0;
        overflow-x: hidden;
    }
}
.privacy-us {
    display: flex;
    justify-content: space-around;
    background-color:#111222;
    color: #f2f2f2;
}

.privacy-us-text {
    flex: 1;
    margin: 20px;
}

.privacy-us-text  h2{
    font-weight: 500;
}

/* Media Queries for Tablets and Mobile */
@media (max-width: 768px) {

    .privacy-us {
        flex-direction:row;
      
    }
     

    .privacy-us-text {
        margin-bottom: 10px;
        text-align: center;
    }

    
    .privacy-us-text p {
        font-size:  13px;
    }

    .privacy-us-text  h2{
        font-weight: 500;
        font-size: 15px;
     
    }
}

@media (max-width: 576px) {

    .privacy-us-text {
        flex: 1 1 48%; 
        text-align: center;
       
    }
    .privacy-us-text p{
        font-size: 12px;
    }
    .privacy-us-text  h2{
        font-weight: 500;
        font-size: 15px;
    }


    /* h3 {
        font-size: 16px;
    }
    
    p {
        font-size: 12px;
    } */
}


.reserved-section{
    text-align: center;
    background-color: #111222;
    color: #f2f2f2;
}

@media (max-width: 768px) {
    .reserved-section {
        font-size: 0.9rem;  /* Slightly smaller font on small screens */
    }
}

@media   (max-width:568px) {
    .reserved-section {
        font-size:0.6rem;  /* Larger font on medium screens */
    }

    .image-fixing img {

        align-items: center!important;
        margin-left:75px;

    }

}