
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
        /*color: white;*/
}


body {
    font-family: Arial, sans-serif;
    background-color: #112244;
    color:white;
}

nav {
    position: absolute;
    top: 7px;
    right: 38px;
    z-index: 10;
}

.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

nav ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 7px;
    transition: max-height 0.5s ease;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    color: black;
    text-decoration: none;
    font-weight: 600; /* Adjusting boldness */
    font-size: 12px; /* Adjusting text size */
    transition: color 0.3s;
}


nav ul li a:hover {
    color: #ccc;
}


/* General Styles */
.portfolio-container {
    position: relative;
    height: 122vh;
    background-image: url('demos/articles/images/mehul sir (1).jpg       '); /* Background image */
    background-size: cover;
    background-position: center;
}


.content {
    position: absolute;
    left: 139px;
    top: 45%;
    transform: translateY(-50%);
    color: white;
}

.content img {
   width: 144%;
    height:305px;
    margin-left: -58px;
    margin-right: -10px;
}


.content h2 {
    font-size: 5em;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.content h6 {
    font-size: 13px;
    margin: 10px 0;
}

.content p {
    font-size: 3.5rem;
    font-family: revert;
    margin-top: -48px;

}

.portfolio-link {
    font-size: 2em;
    color: black;
    text-decoration: none;
    padding: 2px -6px;
    display: inline-block;
    margin-top: 20px;
}

.portfolio-link:hover {
    color: black;
    transition: 0.3s;
}
@media screen and (max-width: 768px) {
    nav ul li {
        margin: 4px 0;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {

    .menu-icon {
        display: block;
    }

    nav ul {
        display: none;
        position: absolute;
        top: 50px;
        right: 0;
        flex-direction: column;
        background-color: #333;
        width: 100%;
        max-height: 0;
        overflow: hidden;
    }

    nav ul.open {
        display: flex;
        max-height: 300px; /* Adjust based on your menu size */
    }

    nav ul li {
        margin: 4px 0;
        text-align: center;
    }

    nav ul li a {
        color: white;
        font-size: 20px; /* Slightly larger for mobile */
    }
   
    .portfolio-container {
        height: auto; /* Allow height to adjust based on content */
         background-position-x: 61%;

    }


    

    .content {
        position: static; /* Change to static for better mobile placement */
        text-align: center;
        padding: 20px;
        left: 0;
        transform: none;
        background-color:rgba(0, 0, 0, .5);
                line-height: 190%;
    }



    .content img {
        max-width: 150px;
        height: 150px; 
               margin: 10px 10px 33px;/* Adjust image size for mobile */
    }

    .content h2 {
        font-size: 16px; /* Smaller font size for mobile */
    }

    .content p {
        font-size: 28px;
        line-height: 156%;

    }

    .portfolio-link {
        font-size: 14px; /* Adjust font size for mobile */
        padding: 8px 16px; /* Adjust padding for mobile */
    }

        nav ul.show {
            max-height: 335px;
            padding: 20px;
            display: flex;
            justify-content: center;
            background-color: #000000;
            width: 342px;
        }
        .video-one {
            position: relative;
            width: 100vw;
            height: 26vh;
            overflow: hidden;
        }
        
        .about-image img{
            margin-left: 1% !important;  
            margin-top: 0% !important;    
        }
        .work-container {
            margin-top: 0px !important;
            padding: 0rem !important;
        }
    
}
/* Ensure the section takes up the full viewport */
.video-one {
    position: relative;
    
   
    overflow: hidden;
}


/* Make the video cover the full viewport */
.video-one video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    object-fit: cover;
    z-index: 0;
}

/* Overlay to darken the video (optional, can be adjusted or removed) */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

/* Center the logo over the video */
.logo img {
     width: 100%;
    height: 110px;
    z-index: 2;
}

/* Style the mute button */
.mute-button {
    bottom: 0px;
    right: 0px;
    z-index: 2;
}



/* Responsive behavior */
@media screen and (max-width: 768px) {
    .mute-button button {
        padding: 8px 12px;
        font-size: 14px;
    }

    .logo img {
        width: 80px;
        height: 40px;
                margin-left: -203%;
    }
}


.button-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.about-section {
    padding-top: 5rem; /* Adjust padding to your needs */
    padding-bottom: 5rem; /* Adjust padding to your needs */
    color:#E9ECEF;
}

.about-content h1 {
    
    color: #E9ECEF; /* Orange color for "About" heading */
     font-size:4em;
   font-family: Arial;
    font-weight: bold;
    
}

.about-content {
    margin-bottom: 1.5rem;
    text-align :justify;
}
.about-image img {
    width: 340px;
    height: 387px;
    margin-top: 79px;

}
/* Mobile view adjustments */
@media (max-width: 767.98px) {
    .about-content h1 {
        font-size: 3.5rem; /* Adjust heading size */
    }
    .about-content p {
        font-size: 0.875rem; /* Adjust paragraph text size */
    }
}

.image-section img {
    width: 90%;
    height: auto; /* Ensure image scales properly */
}
.text-section {
    padding: 1rem;
}
.text-section h1 {
    margin-bottom: 1rem;
}
.text-section p {
    margin-bottom: 1rem;
}
.text-section a {
    color: #007bff; /* Adjust link color */
}
/* Mobile view adjustments */
@media (max-width: 767.98px) {
    .text-section {
        padding: 0.5rem;
    }
    .text-section h1 {
        font-size: 1.5rem; /* Adjust heading size for mobile */
    }
    .text-section p {
        font-size: 0.875rem; /* Adjust paragraph text size for mobile */
    }
}

.image-section img {
    width: 90%;
    height: auto;
}
.head_ {
    text-align: left;
    color:#E9ECEF; /* Orange color for "About" heading */
    font-size:2em;
  font-family: Arial;
    font-weight: bold;
}


.work_p
{
    color:#E9ECEF;
    text-align: justify;
}
.text-section1 {
    padding: 0px;
}
.text-section {
    padding: 0rem;
}
.text-section h1 {
    margin-left: -393px;
    margin-top: -111px;
}
.text-section p {
    margin-bottom: 1rem;
    color:#E9ECEF;
    text-align: justify;
}
.text-section a {
    color: #E9ECEF;
}

.work-container {
    margin-top: 23px;
    padding: 2rem 0;
}
.text-section1 h1{
    color:#FFA257; /* Orange color for "About" heading */
    font-size:5em;
   font-family: "Dynamo W04 Bold Condensed";
}
.text-section1 p{
    color:#E9ECEF;/* Orange color for "About" heading */
    text-align: justify;
}
.image-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.left-images img {
    width: 111%;
    height: auto;
    margin-bottom: 41px;
}
.right-image img
{
 height:400px;
 width:100%;
}
.left-images {
    display: flex;
    flex-direction: column;
}
.right-image {
    display: flex;
    justify-content: center;
    align-items: center;
   
}
@media (min-width: 768px) {
    .left-images img:first-child {
        
    }
    .right-image img {
      
        
    }

    .left-images {
        display: flex;
        flex-direction: column;
        margin-top: 0px;
       
    }
    .right-image {
        display: flex;
        justify-content: center;
        align-items: center;
       margin-top: 0px;
    }
}
@media (max-width: 767.98px) {
    .left-images img, .right-image img {
        margin-top: 0;
    }
    .right-image img {
        margin-left: 0;
                height: 216px;
    }
}


#award p{
    color:#E9ECEF;
    text-align: justify;
}
/*.logo-carousel img {*/
/*    height: 137px;*/
/*    object-fit:fill;*/
/*    width: 210px;*/
/*    margin: 0 auto;*/
/*}*/

.logo-carousel-awards-img1
{
  height: 120px;
    object-fit:fill;
    width:280px;
    margin: 0 auto;
}
.awards_img img{
height:100px;
width:180px;
}
.award-img {
    height: 275px;
    width: 170%;
    object-fit: cover;
    /*margin-top: -33px;*/
}

/* Mobile View Adjustments */
@media (max-width: 767.98px) {
    .award-heading h1 {
        
        font-size:2rem;
    }
    .membership-title {
        font-size:2rem;
    }

    .award-img {
        height: 300px;
        margin-top:0px;
    }
    .logo-carousel img {
        height: 140px;
        width: 180px;
    }
}
.membership-title {
    text-align:left;
    margin-bottom: 30px;
}

.logos-carousel img {
    height:150px;
    width:150px;
    display: block;
}

/* Mobile View Adjustments */
@media (max-width: 767.98px) {
    .logos-carousel img {
        height: 80px;
    }
}
.memberships {
    padding: 20px;
}

.carousel {
    position: relative;
    overflow: hidden;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.carousel-slide {
    display: flex;
    flex: 0 0 auto; /* Prevent slides from shrinking */
    width: 100%; /* Ensure slides fill the container width */
}

.carousel-slide img {
    width: 265px;
    height: 130px;
    margin-left: 37px;
    margin-right: 41px;
    gap:10px;
}

/* Buttons */
.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.carousel-button.prev {
    left: 10px;
}

.carousel-button.next {
    right: 10px;
}

/* Mobile view */
@media (max-width: 768px) {
    .carousel-slide img {
        max-width: 90%; /* Adjust width for mobile screens */
        height: auto;   /* Maintain aspect ratio */
    }

    .carousel-button {
        padding: 8px; /* Smaller buttons for mobile */
    }
}

/* Memberships Section Styles */
/* Styling for the carousel */
/* General styling for the section */
.memberships {
    padding: 5rem 0; /* Top and bottom padding */
}

.membership-title h1{
    color:#FFA257; /* Orange color for "About" heading */
    font-size:4em;
   font-family: "Dynamo W04 Bold Condensed";
    text-align: left;
}
.membership-title {
    color:#FFA257; /* Orange color for "About" heading */
    font-size:4em;
   font-family: "Dynamo W04 Bold Condensed";
    text-align: left;
}

/* Styling for the carousel items */
.logos-carousel {
    display: flex;
    overflow: hidden; /* Hide overflow to enable carousel effect */
    position: relative;
}

.logos-carousel .col-6 {
    flex: 0 0 auto; /* Prevent flex items from shrinking or growing */
    width: 300px; /* Ensure items take full width */
    max-width:300px; /* Max width for each logo */
    padding: 1rem; /* Padding around logos */
}

.logos-carousel img {
   width:300px; /* Ensure images are responsive */

    display: block; /* Remove inline spacing */
    margin: auto; /* Center images horizontally */
}

/* Carousel navigation buttons */
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    border: none; /* Remove borders */
    border-radius: 50%; /* Round buttons */
    width: 40px; /* Width of buttons */
    height: 40px; /* Height of buttons */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; /* Ensure buttons are above carousel */
}

.carousel-control-prev {
    left: 10px; /* Position left */
}

.carousel-control-next {
    right: 10px; /* Position right */
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 100%, 100%;
    background-image: url('https://img.icons8.com/ios-filled/50/ffffff/chevron-left.png'); /* Default left icon */
}

.carousel-control-next-icon {
    background-image: url('https://img.icons8.com/ios-filled/50/ffffff/chevron-right.png'); /* Default right icon */
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
    .membership-title {
        font-size: 2rem; /* Smaller title font size for smaller screens */
    }
    .membership-title {
        color:#FFA257; /* Orange color for "About" heading */
        font-size:2.5rem;
       font-family: "Dynamo W04 Bold Condensed";
        text-align: center;
    }

    .logos-carousel {
        flex-direction: column; /* Stack logos vertically on small screens */
    }

    .logos-carousel .col-6 {
        max-width: 120px; /* Adjust max width for smaller screens */
        padding: 0.5rem; /* Adjust padding */
    }
}
/* General Footer Styles */
.footer h4 {
    color: #FFA257; /* Orange color for "About" heading */
    font-size: 4em;
    font-family: "Dynamo W04 Bold Condensed";
}

.footer {
    padding: 20px;
    /*color: #fff;*/
}

.footer a {
    color: #000;
    text-decoration: none;
}

.footer p {
    color: #ffffff;
    text-decoration: none;
    margin-left: -2px;
    margin-top: 13px;
    font-size: 21px;
}

.footer .social-icons a {
    font-size: 20px;
    margin: 0 2px;
    margin-bottom: 30px;
}

.footer .logo img {
    height: 159%;
    width: 438px;
    margin-top: -142px;
}

.footer .morse-code {
    font-size: 30px;
}

.portfolio-link {
    font-size: 20px;
    font-weight: bold;
}

/* Responsive Styles for Mobile Devices */
@media (max-width: 767px) {
    .footer h4 {
        font-size: 2em; /* Smaller font size for headings */
        text-align: center;
    }

    .footer {
        padding: 15px;
    }

    .footer .logo img {
        height: 200px; /* Smaller image size */
        width: 200px;
        margin-top: 0;
    }

    .footer .social-icons a {
        font-size: 16px; /* Smaller icon size */
        margin: 0 5px;
        margin-top:0px;
        margin-left: 0px;
    }

    .footer .morse-code {
        font-size: 24px; /* Adjust font size for mobile */
    }

    .portfolio-link {
        font-size: 18px; /* Slightly smaller portfolio link */
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    /* Center align content for better mobile readability */
    .footer .text-center, .footer .text-md-end {
        text-align: center !important;
    }

    .footer p {
        text-align: center;
        font-size: 16px;
    }
}


 .memberships .large-img {
        width: 160%;  /* Increase the width */
        height: 180px;  /* Maintain aspect ratio */
    }

    /* Optional: Adjust the height if needed */
    .memberships .large-img {
        height: 160px;  /* Set a specific height */
    }


img.img-fluid.large-img {
    height: 201px;
    width: 239px;
    object-fit: cover
}

.site-footer__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000; /* Optional: Set a background color for the footer */
    padding: 10px 0;
}

.site-footer__bottom-text {
    color:#FFA257;
    font-size: 14px; /* Adjust the size as needed */
    text-align: center;
    margin: 0;
}

.site-footer__bottom-text a {
    color:#FFA257; /* Ensure the link color matches the text */
    text-decoration: none;
}

