/********** Template CSS **********/
@import url("./footer.css");
@import url("./nav.css");
:root {
    --primary: #1363C6;
    --secondary: #15ACE1;
    --light: #F4F7FE;
    --dark: #14183E;
}
body{
	margin: 0;
	color: var(--color-text);
	background-color: #F4F7FE;
	font-family: "source-code-pro", monospace;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-size: cover;
	background-position: 50% 50%;
    overflow-x: hidden;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.scroll-container {
    width: 100%;
    overflow: hidden;
    background: #000000;
    color: #FFFFFF;
    padding: 10px 0 5px 0;
    font-family: 'Book Antiqua', serif;
    font-weight: bold;
    position: relative;
    font-size: clamp(19px,3vw,28px);

}
.img_scroll {
    width: 52px;
    height: 52px;
}
.text-justify{
    text-align: justify;
}

.what-hack p{
 font-size: clamp(14px,5vw,20px);
 line-height: 2;
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}




/*** About ***/

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/* new*/
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    width: 100%;
    overflow: hidden;
    scroll-behavior: smooth;
    max-width: 1200px;
    margin: 0 auto;
}

.slider-item {
    flex: 0 0 auto;
    width: 380px;
    height: 400px;
    background: rgb(255, 255, 255);
    margin-right: 30px;
    text-align: center;
    border: 1.2px solid rgb(228, 4, 4);
    border-radius: 9px;
    box-shadow: rgba(255, 255, 255, 0.44) -6.44px -7.25px 11.27px, rgba(0, 0, 0, 0.07) 7.25px 6.44px 24.96px;
    box-sizing: border-box;
   transition: 0.5s;
  
}

.slider-item-content{
    padding: 30px;
}
.slider-item img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;

}
.slider-item-img{
    transition: 0.7s;
    background:#ffb996e5 ;
border-radius: 0px 0px 0px 0px;
    padding: 10px;
    border-bottom: 1px solid #333;
}

.img-item {
    width: 130px !important;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.left-btn {
    left: 40px;
}

.right-btn {
    right: 40px;
}

@media screen and (max-width:980px) {
    .slider{
        max-width: 380px;
    }
    .slider-item {
        width: 380px;
    }
    .left-btn {
        left: 10px;
    }
    
    .right-btn {
        right: 10px;
    }
   
    .what-hack p{
        font-size: 15px;
        line-height: 1.5;
        
    }
  
     html{
        overflow-x: hidden;
     }
    

}


/* Header */
.text-center h1 {
    color: #333;
    font-size: 2.5rem;
    font-weight: bold;
}

/* Feature Box */
.feature-box {
    background: rgb(255, 248, 237);
    padding: 20px;
    border: 1px solid rgb(246, 121, 11);
    border-radius: 9px;
    box-shadow: rgba(255, 255, 255, 0.44) -6.44062px -7.24569px 11.2711px, rgba(0, 0, 0, 0.07) 7.24569px 6.44062px 24.9574px;
    text-align: center;
    height: 100%;
}
.feature-title {
    margin-bottom: 15px;
    color: rgb(246, 121, 11);
}



.milestones-section {
    background-color: #0d6efd;
    padding: 30px 0; /* Adjust padding as needed */
    color: #fff; /* Text color for better contrast */
    text-align: center; /* Center the text within the section */
}

.milestones-section .banner-bottom-top {
    margin-bottom: 30px; /* Space between title and content */
}

.milestones-section .banner-bottom-top h3 {
    color: #181212;
    font-size: 2rem; /* Adjust font size as needed */
    margin: 0;
}

.count-div, .count-div2, .count-div3 {
    /* White background for the individual counts */
    color: #000000; /* Text color matching the section background */
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.count-div h4, .count-div2 h4, .count-div3 h4 {
    margin: 0;
    font-size: 2rem;
}

.count-div p, .count-div2 p, .count-div3 p {
    margin: 0;
    font-size: 1rem;
}

.bdrRight {
    border-right: 1px solid #ddd; /* Optional: add a border between columns */
}

.bdrRight:last-child {
    border-right: none; /* Remove border for the last column */
}

.heading-logo {
    width: 60px; /* Adjust the width of the logo */
    height: 60px; /* Adjust the height of the logo */
    margin-right: 10px; /* Space between the logo and the text */
    vertical-align: middle; /* Align the logo vertically with the text */
}

.feature-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center; /* Aligns logo and text vertically */
}

.feature-logo {
    width: 24px; /* Adjust the width of the logo */
    height: 24px; /* Adjust the height of the logo */
    margin-right: 10px; /* Space between the logo and the text */
}

.feature-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.logo-section{
    display: flex;
    justify-content: center;
    align-items: center;
   flex-wrap: wrap;
    gap: 10px;
}
.logo-wrapper {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
    max-width: 480px;
    width: 100%;
   
}
.techteam{
    width: 280px;
}
.logo-img {
    max-width: 480px;
    max-height: 280px;
    object-fit: contain;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}





.follow-box {
    padding: 20px;
}

.follow-box h3 {
    color: #fff; /* White heading color */
    margin-bottom: 15px;
    
}

.follow-box-copyright,
.follow-box-contact {
    list-style: none;
    padding: 0;
    margin: 0;


    display: block;
    gap: 15px; 

}

.follow-box-copyright li {
    display: inline-block;
    text-align: start;
    
}

.follow-box-copyright li a,
.follow-box-contact li a {
    color: #fff;
    text-decoration: none;
    
}
.with-links{
    display: flex;
    flex-direction: column;
   align-items: flex-end;
    justify-content: space-between; 
    text-align: start;
    width: 100%;
    transform: translateX(50px);
}


.follow-box-copyright li a:hover,
.follow-box-contact li a:hover {
    text-decoration: underline;
}

.follow-box i {
    margin-right: 10px; /* Adds space between icon and text */
    color: #fff; /* Icon color */
}


.follow-box-copyright li a:hover i,
.follow-box-contact li a:hover i {
    color: #007bff; /* Change icon color on hover */
}

.flo-box {
    text-align: right; /* Aligns the contact information to the right */
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #007bff; /* Changes link color on hover */
}

@media (max-width: 768px) {
    .follow-box, .flo-box {
        text-align: center; /* Center align on smaller screens */
    }

    .flo-box {
        margin-top: 20px; /* Adds space between follow and contact sections on small screens */
    }
    .with-links{
        align-items: center; 
        transform: translateX(0px);
    }
   
    
   
   
}

.total-statement {
    padding: 60px 0;
    background-color: #f8f9fa;
    
   
}

.statement-box {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.statement-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
}

.statement-box p {
    font-size: 16px;
    color: #666;
}

.hard, .soft {
    text-align: center;
    background: #e9ecef;
    border-radius: 8px;
    padding: 20px;
}

.hard h3 {
    color: #007bff;
}

.soft h3 {
    color: #28a745;
}

.hard p, .soft p {
    font-size: 16px;
    color: #666;
}


/* Total Statements Styles */
.total-statement {
    padding: 60px 0;
    background: linear-gradient(135deg, #e0eafc, #cfdef3);
    
    
}

.heading-spacing {
    margin-top: 20px; /* Adjust this value to move the heading further down */
}


.statement-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.statement-box:hover {
    transform: translateY(-10px);
}

.statement-box h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #1f1f1f;
}

.statement-box p {
    font-size: 18px;
    color: #4a4a4a;
}

.statement-type {
    text-align: center;
    background: #f4faff;
    border-radius: 12px;
    padding: 25px;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.statement-type:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.statement-type .icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: #fff;
    background: linear-gradient(45deg, #007bff, #00c6ff);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.hard .icon {
    background: linear-gradient(45deg, #ff7f50, #ff6347);
}

.soft .icon {
    background: linear-gradient(45deg, #28a745, #20c997);
}

.statement-type h3 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #333;
}

.statement-type p {
    font-size: 18px;
    color: #555;
}

.ts {
    margin-top: 60px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

  
/* Section One Styles */
.section-one {
    /* Custom styles for Section One */
    padding: 10px;
   
    border-radius: 5px;
    width: 350px;
    margin-left: -380px;
}

/* Section Two Styles */
.section-two {
    /* Custom styles for Section Two */
    padding: 10px;
   
    border-radius: 5px;
    width: 350px;
    margin-left:-140px;
}

/* Section Three Styles */
.section-three {
    /* Custom styles for Section Three */
    padding: 10px;
   
    border-radius: 5px;
    width: 350px;
    margin-left: 120px;
}

/* Common Styles for Labels */
.section-one label, 
.section-two label, 
.section-three label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}


#theme-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff; /* Background color for select */
    font-size: 16px; /* Font size inside the select */
    
}

/* Table Styles */
.table-section {
    padding: 60px 0;
}

.table-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px; /* Added margin for spacing */
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 12px;
    text-align: center;
}

th {
    background-color: #007bff;
    color: white;
    font-size: 16px; /* Font size for table headers */
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Specific Class for Table Adjustments (if needed) */
.table {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* Registration Form Styles */
.container.mt-5 {
    margin-top: 3rem; /* Adjust spacing from top */
    width: 520px;
    padding-bottom: 30px;
    
}

h2.text-center.mb-4 {
    font-size: 2rem; /* Size of the heading */
    color: #343a40; /* Color of the heading text */
    margin-bottom: 1.5rem; /* Bottom margin for spacing */
}

form {
    background-color: #ffffff; /* Background color of the form */
    padding: 2rem; /* Padding inside the form */
    border-radius: 0.5rem; /* Rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Shadow effect */
    border: 1px solid black;
}

.form-label {
    font-weight: 600; /* Bold text for labels */
    color: #495057; /* Label text color */
}

.form-control,
.form-select {
    border-radius: 0.375rem; /* Rounded corners for input fields */
    border: 1px solid #ced4da; /* Border color */
    padding: 0.75rem; /* Padding inside the input fields */
}

.form-control:focus,
.form-select:focus {
    border-color: #007bff; /* Border color on focus */
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25); /* Shadow effect on focus */
}

.btn-primary {
    background-color: #007bff; /* Background color of the button */
    border: none; /* Remove border */
    padding: 0.75rem 1.25rem; /* Padding inside the button */
    font-size: 1rem; /* Font size of the button text */
    border-radius: 0.375rem; /* Rounded corners */
}

.btn-primary:hover {
    background-color: #0056b3; /* Darker background on hover */
}


.logonscet{

    height: 70px;
    width: auto;
    


}


.committee-member {
    border: 2px solid #13768f;
    border-radius: 10px; /* Slightly rounded corners for the box */
    padding: 20px;
    background-color: #f9f9f9; /* Light background for contrast */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    text-align: center; /* Center text inside the box */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 350px; /* Fixed height for consistent container size */
    width: 250px; /* Fixed width for consistent container size */
    margin: auto; /* Center the items within their column */
}

.committee-member img {
    width: 120px; /* Fixed width for consistent image size */
    height: 120px; /* Fixed height for consistent image size */
    border: 2px solid #13768f;
    border-radius: 50%;
    margin-bottom: 15px;
}

.committee-member h5 {
    margin: 10px 0 5px;
    color: #13768f;
}

.committee-member p {
    margin: 0;
    color: #555;
}

/* foter*/  

  .footer-section .footer-top {
    padding: 65px 15px;
  }
  
  .footer-section .copyright {
    border-top: 1px solid #312f56;
    padding: 27px 0;
    text-align: start;
  }
  
  .footer-section .copyright p {
    color: #b7b7b7;
    margin-bottom: 0;
  }
  
  .footer-section .copyright p a {
    color: #fff;
    font-weight: 500;
  }
  
  .footer-section .copyright p a:hover {
    color: #f6783a;
  }
  
  .footer-widget .fw-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding-top: 10px;
  }
  
  .footer-widget p,
  .footer-widget span {
    color: #b7b7b7;
  }
  
  .footer-widget ul {
    list-style: none;
  }
  
  .footer-widget .about-widget img {
    margin-bottom: 30px;
  }
  
  .footer-widget .about-widget p {
    margin-bottom: 35px;
  }
  
  .footer-widget .social a {
    color: #b7b7b7;
    margin-right: 15px;
  }
  
  .footer-widget .dobule-link ul {
    display: inline-block;
  }
  
  .footer-widget .dobule-link ul a {
    display: block;
    font-size: 14px;
    color: #b7b7b7;
    margin-bottom: 15px;
  }
  
  .footer-widget .dobule-link ul a:hover {
    color: #f6783a;
  }
  
  .footer-widget .dobule-link ul li:last-child a {
    margin-bottom: 0;
  }
  
  .footer-widget .dobule-link ul:last-child {
    margin-left: 50px;
  }
  
  .footer-widget .recent-post li {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  .footer-widget .recent-post li a{
    text-decoration: none;
    color: #b7b7b7;
  }
  
  .footer-widget .recent-post p {
    margin-bottom: 5px;
  }
  
  .footer-widget .recent-post span {
    font-size: 12px;
  }
  
  .footer-widget .recent-post span i {
    color: #f6783a;
    margin-right: 5px;
  }
  
  .footer-widget .contact li {
    margin-bottom: 15px;
    display: block;
  }
  
  .footer-widget .contact li p {
    margin-bottom: 0;
  }
  
  .footer-widget .contact i {
    font-size: 12px;
  }




  /* .timelineimg{
    
    width: 890px;
    height: auto;
  }
  .timelineimg img{
    width: 100%;
  } */





.hi{

    width: 1350px;
    height: 500px;
}

.content-container {
    width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

/* Header Styling */
.content-container h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #2c3e50;
}

/* Paragraph Styling */
.content-container p {
    font-size: 16px;
    color: #34495e;
}

/* Ordered List Styling */
.content-container ol {
    padding-left: 20px;
    margin-bottom: 30px;
}

.content-container ol li {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 20px;
}

/* Important Note Styling */
.important-note {
    background-color: #f9f9f9;
    border-left: 5px solid #2980b9;
    padding: 15px;
    margin-top: 20px;
}

.important-note h4 {
    margin-top: 0;
    color: #2980b9;
    font-weight: bold;
    font-size: 18px;
}

.important-note p {
    font-size: 15px;
    color: #2c3e50;
}

/* Additional Styles for Visual Enhancement */
.content-container h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    border-bottom: 2px solid #2c3e50;
    padding-bottom: 10px;
}

.content-container ol li::marker {
    font-size: 18px;
    color: #2980b9;
}

.content-container ol li {
    padding-left: 5px;
    border-left: 3px solid #2980b9;
}










/* hackathon 2.0 notices add home page */

.pin {

    width: 400px; 
    height: 400px; 
    position: absolute; 
    top: 50px; 
    right: 50px; 
    z-index: 9999;
}
.letter {
      color: blue; 
      position: relative; 
      z-index: 10000; 
      margin-left: 90px;
      cursor: pointer;
       position: absolute; 
      top: 370px; 
      font-weight: bold;
      font-size: 14px;
      font-family: source-code-pro, monospace;
      right: 120px; 
}


@media (max-width: 1024px) {
  .pin {
    width: 300px;
    height: 300px;
    top: 40px;
    right: 40px;
    display: none;
  }

  .note {
    width: 220px;
    top: 90px;
    right: 60px;
    display: none;

    font-size: 13px;
  }

  .letter {
    top: 310px;
    display: none;

    right: 60px;
    font-size: 13px;
  }
}


@media (max-width: 600px) {
  .pin {
    width: 200px;
    height: 200px;
    display: none;

    top: 30px;
    right: 20px;
  }

  .note {
    width: 180px;
    top: 70px;
    right: 20px;
    display: none;

    font-size: 12px;
    padding: 8px;
  }

  .letter {
    top: 250px;
    display: none;

    right: 30px;
    font-size: 12px;
    margin-left: 0;
  }
}