﻿/** {
    padding: 0px;
    margin: 0px;
}*/
/* Add this at the top of your CSS file */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Ensures padding and borders are included in element's total width/height */
}

body {
    -webkit-font-smoothing: antialiased; /* For Chrome/Safari */
    -moz-osx-font-smoothing: grayscale;  /* For Firefox */
    /*min-height: 100vh;
      overflow: scroll;*/
      background-image: url(Images/AgriKoli/dark-background.jpg);
      background-size: cover;
      background-repeat: no-repeat;
            font-family: 'GIST-DVOTKishor'; 
            display: flexbox;
             font-family: Arial, sans-serif;
}
@media (max-width: 768px) {
    body {
        background-image: url(Images/AgriKoli/dark-background-small.jpg); /* Change background for smaller screens */
        font-size: 14px; /* Adjust font size */
    }
}
h3 {
    margin: 0px;
}

img {
    height: 74%;
    width: 200px;
    border: 5px solid silver;
    cursor: pointer;
}
/*body{
      min-height: 100vh;
      overflow: scroll;
      background-image: url(Images/AgriKoli/dark-background.jpg);
      background-size: cover;
      background-repeat: no-repeat;
            font-family: 'GIST-DVOTKishor'; 
            display: flexbox;
}*/

.col-md-2 {
    padding: 0px;
}

.col-md-8 {
    padding: 0px;
}

.border {
    margin: auto;
    width: 200px;
    height: 200px;
    border: 5px solid silver; /* Adjust border properties as needed */
    box-sizing: border-box; /* Ensures border width is included in element's total width */
}

.center-block {
    height: 74%;
    width: 200px;
    display: block;
    margin-right: 36%;
    margin-left: auto;
}


.footer-area-bottom {
    height: 30px;
}

.container-fluid {
    padding: 0; /* Remove padding for full-width layout */
    width: 100%; /* Full-width container */
}

/* Row styles */
.row {
    margin: 0; /* Remove margin for full-width layout */
}

/* Column styles */
.col-xs-12, .col-md-8, .col-md-4, .col-sm-6, .col-md-12 {
    padding: 0; /* Remove padding for full-width layout */
}

.cont2 {
    padding: 0;
}

/* Footer styles */
.footer-area-bottom {
    background-color: white;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000; /* Ensure the footer stays on top of other content */
}


.cont4 {
    height: 97%;
}

.row2 {
    height: 100%;
}

.middle-image {
    padding: 0% 0 0% 33.4%;
}

.video-box video {
    height: 300px;
    width: 300px;
}

.heading1 {
    font-weight: bold;
}
/* Global styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Base styles for images, videos, and headings */


video {
    max-width: 100%; /* Make videos responsive */
    height: auto;
}

/* Headings */
h1, h2, h3 {
    margin: 0;
    padding: 0.5em 0;
}

/* Layout for all devices */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Styles for small devices (mobile) */
/* Global styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* General styles */
img {
    border: 5px solid silver;
    cursor: pointer;
  
    height: auto;    /* Maintain aspect ratio */
}

video {
    margin-top: 5%;
    max-width: 100%; /* Make videos responsive */
    height: auto;
}

/* Headings */
h1, h2, h3 {
    margin: 0;
    padding: 0.5em 0;
}

/* Layout */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

/* Base styles */
.heading1 {
    font-weight: bold;
    font-size: 30px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.text-left,
.text-right {
    color: gold;
    border: 5px solid silver;
    text-align: center;
}

.text-left {
    border-left: none;
    margin-right: 6%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 37px;
}

.text-right {
    border-right: none;
    font-size: 12px;
}

/* Table images */
table img {
    width: 280px; /* Default width for table images */
}

/* Media Queries */

/* For screens smaller than 500px */
@media (max-width: 500px) {
    .heading1 {
        font-size: 20px;
    }
}

/* For screens 400px to 749px */
@media (min-width: 400px) and (max-width: 749px) {
    .img-box {
        margin-top: 10%;
    }
    
    #Label1 {
        font-size: 14px;
        line-height: 1.3;
        margin: 5px 0;
        color: silver;
        display: flex;
        flex-direction: row-reverse;
        margin-left: 751px;
    }
    
    #Label2 {
        display: none;
    }
    
    video {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }
    
    img {
        height: 74%;
        width: 200px;
    }

    table img {
        height: 195px; /* Ensuring this is consistent */
    }

    .text-left {
        margin-right: 6%;
    }

    .text-right {
        margin-left: 33%;
    }

    .heading1 {
        font-weight: bold;
        font-size: 38px;
        padding: 13px;
    }
}

/* For screens 750px to 999px */
@media (min-width: 750px) and (max-width: 999px) {
    .img-box {
        margin-top: 1%;
        width: 48%;
        margin-left: 236px;
    }
    
    #Label1 {
        font-size: 14px;
        line-height: 1.3;
        margin: 5px 0;
        color: silver;
        display: flex;
        flex-direction: row-reverse;
        margin-left: 751px;
    }
    
    #Label2 {
        display: none;
    }
    
    video {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }

    img {
        height: 74%;
        width: 200px;
    }

    table img {
        height: 195px;
        width: 280px;
    }

    .heading1 {
        font-weight: bold;
        font-size: 26px;
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .text-right{
        color: gold;
        border: 5px solid silver;
        border-right: none;
        font-size: 12px;
        text-align: center;
        margin-left: 26%;
        margin-top: -60px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 37px;
    }
}

/* For screens 1000px to 1200px */
@media (min-width: 1000px) and (max-width: 1200px) {
    .img-box {
        width: 100%;
        margin-top: 8%;
        display: flex;
        flex-direction: column;
    }

    #Label2 {
        font-size: 14px;
        line-height: 1.3;
        margin: 5px 0;
        color: silver;
        display: flex;
        flex-direction: row-reverse;
        font-size: 20px;
    }

    #Label1 {
        display: none;
    }

    img {
        height: 74%;
        width: 200px;
    }

    table img {
        height: 140px;
        width: 183px;
    }

    .heading1 {
        font-weight: bold;
        font-size: 26px;
        padding-top: 19px;
        padding-bottom: 19px;
    }
}

/* For screens 1200px to 1499px */
@media (min-width: 1200px) and (max-width: 1499px) {
    .img-box {
        height: 60%;
        width: 100%;
        margin-top: 8%;
        display: flex;
        flex-direction: column;
    }

    .img-box img {
        width: 60%;
        margin-top: 110px;
    }

    #Label2 {
        font-size: 14px;
        line-height: 1.3;
        margin: 5px 0;
        color: silver;
        display: flex;
        flex-direction: row-reverse;
        font-size: 20px;
    }

    #Label1 {
        display: none;
    }

    img {
        height: 74%;
        width: 200px;
    }

    table img {
        height: 140px;
        width: 183px;
    }

    .heading1 {
        font-weight: bold;
        font-size: 30px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

/* For screens 1500px to 1799px */
@media (min-width: 1500px) and (max-width: 1799px) {
    .img-box {
        display: flex;
        flex-direction: column;
        margin-top: 25%;
    }

    #Label2 {
        font-size: 14px;
        line-height: 1.3;
        margin: 5px 0;
        color: silver;
        display: flex;
        flex-direction: row-reverse;
        font-size: 20px;
    }

    #Label1 {
        display: none;
    }

    .img-box img {
        width: 60%;
        margin-top: 20%;
    }

    img {
        height: 74%;
        width: 200px;
    }

    table img {
        height: 140px;
        width: 280px;
    }

    .heading1 {
        font-weight: bold;
        font-size: 30px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

/* For screens 1800px and larger */
@media (min-width: 1800px) and (max-width: 2600px) {
    #Label2 {
        font-size: 14px;
        line-height: 1.3;
        margin: 5px 0;
        color: silver;
        display: flex;
        flex-direction: row-reverse;
        font-size: 20px;
    }

    #first {
        margin-left: auto;
    }

    #Label1 {
        display: none;
    }

    .img-box {
        display: flex;
        flex-direction: column;
        margin-top: 16px;
    }

    .img-box img {
        width: 60%;
        margin-top: 120px;
    }

    img {
        height: 74%;
        width: 200px;
    }

    .heading1 {
        font-weight: bold;
        font-size: 30px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}


#video-controls {
    margin-top: 10px;
}

#volume-slider {
    width: 100px;
}
  footer {
              background-color: #333;
              color: #fff;
              padding: 20px;
              text-align: center;
          }

          .footer-container {
              display: flex;
              flex-wrap: wrap;
              justify-content: space-between;
              gap: 20px;
              max-width: 1200px;
              margin: 0 auto;
          }

          .footer-section {
              flex: 1;
              min-width: 200px;
          }

              .footer-section h3 {
                  font-size: 18px;
                  margin-bottom: 10px;
                  color: #fff;
              }

              .footer-section p, .footer-section a {
                  color: #ccc;
                  font-size: 14px;
                  text-decoration: none;
                  margin: 5px 0;
              }

                  .footer-section a:hover {
                      text-decoration: underline;
                  }

          .social-icons {
              display: flex;
              gap: 10px;
          }

              .social-icons a {
                  color: #fff;
                  font-size: 18px;
                  text-decoration: none;
              }

                  .social-icons a:hover {
                      color: #ddd;
                  }

          @media (max-width: 768px) {
              .footer-container {
                  flex-direction: column;
                  align-items: center;
              }
          }
             #first{
        margin-left:auto;
    }
            
          
             .row{
      background-image: url(Images/AgriKoli/dark-background.jpg);
      background-size: cover;
      background-repeat: no-repeat;
         }