:root {
    --white: #0000;
    --black: #000;
}

* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    
  }
  body {
    font-family: 'Montserrat', sans-serif;
}

.about-section .content h2,
.about-section .content p,
.dropdown-item,
.service-card h4,
.footer-text p,
.contact-us,
.contact-us h1,
.contact-us h2,
.contact-us p,
.contact-us input,
.contact-us textarea,
.contact-us button,
.button,
.signup-btn,
.footer-logo h3,
.navbar-nav .nav-item .nav-link,
.modal-body h1,
.user .formBx form h1,
.user .formBx form h2,
.footer-widget-heading h3,
.copyright-text p,
.footer, 
.footer-widget-heading,
.footer-widget p,
.footer-widget a,
.cta-text h4,
.cta-text span,
.footer-social-icon span ,
.faq-section,
.faq-title,
.faq-question,
.faq-answer,
.agri-spray-container,
.agri-spray-title,
.agri-spray-description,
.services-title,
.service-item,
.service-description,
.input, 
.select, 
.textarea,
.container-signup h1,
.container-signup h2,
.container-signup input,
.container-signup p,
.container-signup a,
.container-signup .imgBx img,
.carousel-inner img,
.carousel-control-prev,
.carousel-control-next,
.container-serivce h1,
.service-card h4,
.training-h1,
.title,
.about-section-2,
p,
h1, h2, h3, 
.service-card img ,
.agri-drone h1,
.agri-drone h3,
.agri-drone p,
.agri-drone button,
.faq_area h3,
.faq_area p,
.faq_area .card-header h6,
.faq_area .card-body p,
.column label,
.column select{
  font-family: 'Montserrat', sans-serif;
}
  .button{
    background-color: #00a5be;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 10ms;
    vertical-align: baseline;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
  }

  .button-1:hover,
  .button-1:focus {
    background-color: #00bcd5;
  }
 .signup-btn {
      background-color: #00a3bf;
      border-radius: 4px;
      border: 0;
      /* box-shadow: #007892 0 -1px 3px 0 inset, #007892 0 3px 6px 0; */
      box-sizing: border-box;
      color: #fff;
      cursor: pointer;
      display: inherit;
      font-size: 16px; /* Decreased font size */
      font-weight: 700;
      line-height: 20px; /* Adjusted line height */
      margin: 0;
      min-height: 40px; /* Decreased min height */
      min-width: 100px; /* Decreased min width */
      padding: 10px 14px; /* Decreased padding */
      position: relative;
      text-align: center;
      -webkit-user-select: none;
      user-select: none;
      touch-action: manipulation;
      vertical-align: baseline;
      transition: all .2s cubic-bezier(.22, .61, .36, 1);
    }

    .signup-btn:hover {
      background-color: #00a5be;
      transform: translateY(-2px);
    }

    @media (min-width: 768px) {
      .signup-btn {
        padding: 12px 30px; /* Adjusted padding for larger screens */
        min-width: 120px; /* Adjusted min width for larger screens */
      }
    }
/* Navbar link color */
.navbar-nav .nav-item .nav-link {
  color: white !important; /* Set link color to white */
}

/* Hover color for navbar links */
.navbar-nav .nav-item .nav-link:hover {
  color: #00bcd5 !important; /* Change to your desired hover color */
}

/* Active color for navbar links */
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item .nav-link.active {
  color: #00bcd5  !important; /* Change to your desired active link color */
}

/* Custom hover color for dropdown items */
.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #00bcd5 !important; /* Change to your desired hover color */
  background-color: #343a40 !important; /* Change the background color if needed */
}

/* Active color for dropdown items */
.navbar-nav .dropdown-menu .dropdown-item.active {
  color: #00bcd5 !important; /* Change to your desired active color */
  background-color: #343a40 !important; /* Change the background color if needed */
}
/* .carousel-item img {
  width: 100%;        
  height: 500px;     
  object-fit: cover;  
} */

  .bg-custom {
    background-color: #0d0d0d; /* Your desired background color */
  }

  /* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  } */

  .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
  }
  
  .modal-dialog {
    width: 70%;
    height: 70%;
    max-width: 70%;
    max-height: 70%;
    margin: auto;
  }
  
  .modal-content {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .user {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .user .imgBx {
    position: relative;
    width: 50%;
    height: 100%;
    background: #00bcd5;
    transition: 0.5s;
  }
  
  .user .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .user .formBx {
    position: relative;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    transition: 0.5s;
  }
  
  .user .formBx form h1 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    color: #333;
  }
  
  .user .formBx form h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #555;
  }
  
  .user .formBx form input {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 12px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
  }
  
  .user .formBx form input[type='submit'] {
    max-width: 100px;
    background: #00a5be;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
  }
  
  .user .formBx form .signup {
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
    font-weight: 300;
  }
  
  .user .formBx form .signup a {
    font-weight: 600;
    text-decoration: none;
    color: #00a5be;
  }
  
  .signupBx {
    pointer-events: none;
  }
  
  .active .signupBx {
    pointer-events: initial;
  }
  
  .signupBx .formBx {
    left: 100%;
  }
  
  .active .signupBx .formBx {
    left: 0;
  }
  
  .signupBx .imgBx {
    left: -100%;
  }
  
  .active .signupBx .imgBx {
    left: 0%;
  }
  
  .signinBx .formBx {
    left: 0%;
  }
  
  .active .signinBx .formBx {
    left: 100%;
  }
  
  .signinBx .imgBx {
    left: 0%;
  }
  
  .active .signinBx .imgBx {
    left: -100%;
  }
  
  @media (max-width: 991px) {
    .modal-content {
      max-width: 400px;
    }
  
    .imgBx {
      display: none;
    }
  
    .user .formBx {
      width: 100%;
    }
  }
  

  
  .header {
    margin: 0px -12px;
  }
  
  .modal-body h1 {
    padding: 20px;
    margin-bottom: 40px;
  }
  

.about-section {
    background-color: #f5f5ff; 
    padding: 40px 20px;
margin-top: 30px;
width: 100%;
border-radius: 10px;

}

.about-section .image {
   border-radius: 10px;  
    object-fit: cover;
    width: 100%;
    height: 100%;
    
}
.img-container{
  max-width: 100%;
  height: 200px;
  margin: 0px;
}
.about-section .content {
    padding: 0 40px; /* Equal padding for content */
    text-align: left; /* Center content */
}

.about-section .content h2 {
    font-size: 32px; 
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .img-container{
    height: 300px;    
  }
}

@media only screen and (min-width: 1024px)  {
  .img-container{
     height: 400px;    
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-section .content h2 {
    font-size: 26px; 
  }
  .about-head {
    font-size: 28px; 
  }
  .about-section{
    padding: 20px;
  }
  .about-section .content p {
    font-size: 16px; 
  
}
.training-h1 {
  font-size: 28px; 
}
}


/* @media only screen and (min-width: 320px) and (max-width: 426px) {
  .agri-drone-h1 {
      font-size: 30px;
  }
} */




.about-section .read-more {
    background-color: #00bcd5; /* Blue background for button */
    color: #fff; /* White text color */
    border: none;
    padding: 12px 24px; /* Increased padding for the button */
    font-size: 18px; /* Increased font size for the button */
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

/* .about-section .read-more:hover {
    background-color: #00a3bf; 
} */

/* Centering image and content vertically */
.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .about-section .content {
        padding: 20px 0; /* Equal padding for content on small screens */
    }
}
/* Service section styles */
.service {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px)  {
  .service {
    font-size: 38px; 
  }
  .agri-drone-h1,.training-h1,.product-sec h1 ,.about-govt h1{
    font-size: 38px;
  }
  .training-head h2,.product-sec h2 .our-genesis h2 ,.training-h2{
    font-size: 34px;
  }
  .product-image{
    height: 500px;
  }
  .product-spec h1{
    font-size: 24px;
    font-weight: 550;
    text-align: center;
  }
  .product-spec h3{
    font-size: 20px;
    font-weight: 500;
    text-align: left;
  }
  .product-spec p .about-govt p{
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
  }
  .product-spec{
    background-color:#f5f5ff ;
    padding: 20px;
    padding-top: 36px;
    border-radius: 10px;
    margin: 20px;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .head-para{
    padding-top: 10px;
  }
  .advantage h4{
    font-size: 22px;
  }
  .advantage h3{
    font-size: 20px;
  }
  .advantage p{
    font-size: 16px;
    
  }
  .about-section .content p {
    font-size: 18px; 
    line-height: 1.5;
    text-align: left;
    font-weight: 500;   
}
}
  @media only screen and (max-width: 769px)  {

    .agri-drone-h1,
    .training-h1,.product-sec h1 {
      font-size: 26px;
    }
    .training-head h2,.product-sec h2, .our-genesis h2,.training-h2, .product-spec h1 {
      font-size: 24px;
    }
  .about-govt h1{
    font-size: 22px;
  }
    .ceo-name{
      text-align: center;
    }
  .product-image{
    height: 350px;
  }
  .product-spec h1{
    font-size: 14px;
    font-weight: 550;
    text-align: center;
    margin-bottom: 10px;
  }
  .product-spec h3{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
  }
  .product-spec p{
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
  }
  .product-spec{
    background-color:#f5f5ff ;
   padding: 10px 20px;
   padding-top: 26px;
    border-radius: 10px;
    margin: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .head-para{
    padding-top: 5px;
  }
  .advantage h4{
    font-size: 18px;
  }
  .advantage h3{
    font-size: 16px;
  }
  .advantage p{
    font-size: 14px;
   
  }
  .about-section .content p {
    font-size: 16px; 
    line-height: 1.5;
    text-align: left;
    font-weight: 500;   
}

}
.service-card {
    background-color: transparent; /* Remove background color */
    border: none; /* Remove border */
    padding: 10px; /* Adjust padding */
    text-align: center; /* Center content inside service cards */
    transition: transform 0.3s ease; /* Smooth transformation on hover */
    max-width: 250px; /* Set max-width for better responsiveness */
    margin: 0 auto 20px; /* Center and add bottom margin */
}

.service-card:hover {
    transform: scale(1.05); /* Slightly increase size on hover */
}

.service-card img {
    max-width: 100%; /* Make image take up full width of service card */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 10px; /* Space below image */
}

.service-card h4 {
    font-size: 20px; /* Font size for service titles */
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px; /* Space below service titles */
}


.container-serivce {
    margin-top: 50px;

}
.agri-drone{
  
  color: white;
 
  
}
.agri-bg{
  background-color: #0d0d0d;
  margin: 0px -12px;
 padding: 40px 0px;
 padding-bottom: 20px;

  
}
.agri-drone img{
height: 550px;
width: 100%;
object-fit: cover;
border-radius: 10px;
}
.agri-drone-h1{
  margin-bottom: 30px;
  /* font-size: 26px; */
  font-weight: bold;
}
.agri-drone-h3{
  padding: 20px 0px;
  margin-bottom: -8px;
  padding-bottom: 0px;
  font-size: 24px;
  font-weight: 650;
}
.agri-drone p{
  padding: 20px 0px;
 text-align: left;
 font-size: 16px;
margin: 0px;
 
}
.agridrone-textcontent{
  padding: 20px;
}



/* .agridrone-btn{
    display: flex;
    justify-content: center;
    align-items: center;
     
      color: white; 
      border: none; 
}
.agridrone-btn{
  background-color: #45a049; 
} */
.btn-primary{
  display: flex;
  justify-content: center;
  align-items: center;
} 
/* body{margin-top:20px;} */
.section_padding_130 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.faq{
    margin-top: 50px;
}
.faq_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
}

.faq-accordian {
    position: relative;
    z-index: 1;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #00bcd5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
    color: #000000;
}
.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}
.card-body p{
  text-align: left;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}
.section_heading{
    padding: 10px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #00bcd5;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

/* .support-button a {
    text-transform: capitalize;
    color: #1095d8;
    text-decoration: none; 
   
} */
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}
/* html{
    background: Slateblue;
    box-sizing:border-box;
} */
/* *{
  box-sizing:inherit;
} */
.contact-us{
  background: white;
  width:90%;
  max-width: 800px;
  margin:50px auto;
 
  font-family: Calibri, Arial, sans-serif;
  padding:20px;
  box-sizing:inherit
 
    
}
h1, p{
  text-align: center;
}
label{
  display:block;
  margin:1em 0 .2em;
}
/* single-line text, checkbox, and button */
input, select, textarea{
  display:block;
  width:100%;
  padding:.3em;
  font-size:20px;
  background-color:#fbfbfb;
  border:solid 1px #000000;
  resize:vertical;
}
textarea{
  min-height:180px;
}
select{
  color:#00a5be;
}
option{
  color:rgb(0, 0, 0);
  background: rgb(255, 255, 255);
}
/* input[type=checkbox]{
  display:inline;
  width:auto;
  color:rgb(42, 138, 168);
} */

input[type=submit]{
  background:#00a5be;
  margin:1em 0 0;
  color:white;
  border:none;
  border-radius:8px;
  transition:all .3s ease-out;
}

/* input:focus,
input:hover,
select:focus,
select:hover,
textarea:focus,
textarea:hover{
  background: rgb(240, 253, 253);
} */

/* hover and focus states */
input[type=submit]:hover,
input[type=submit]:focus{
  background: #00bcd5;
  outline:none;
}

@media screen and (min-width:600px) {
  /*  make the form 2 columns */
  form:after{
    content:'';
    display:block;
    clear:both;
  }
  .column{
    width:50%;
    padding:1em;
    float:left;
  }
}
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #0d0d0d;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #00bcd5;
  font-size: 30px;
  /* float: left; */
  margin-top: 8px;
}

.single-cta{
  margin: 20px 0px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #7e7e7e;
  font-size: 16px;
  padding-top: 10px;
}
.footer-social-icon a:hover {
  color: #000000; /* Replace with your desired hover color */
}

.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;

  font-weight: 550; 
  margin-bottom: 20px;
}
.footer-social-icon{
  margin-bottom: 30px;
}
.link-footers{

  margin-bottom: 18px;  

}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #00a5be;
}
.fa-x-twitter{
  background: #00a5be;
}
.fa-google{
  background: #00a5be;
}
.fa-instagram{
  background: #00a5be;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.footer-logo h3{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
/* .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #0d90cd;
} */
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #00bcd5;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #00bcd5;
    padding: 13px 20px;
    border: 1px solid #00a3bf;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #1a1a1a;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
/* .copyright-text p a{
  color: #14fbff;
} */
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #00bcd5;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-section a {
  text-decoration: none; /* Remove underline from links */
  color: inherit; /* Maintain the original color */
}


/* Custom CSS for dynamic image and text layout */

/* Ensure rows have top margin */
.row {
  margin-top: 20px; /* Adjust as needed */
}

/* Center align button */

/* Flexbox for vertical centering and height adjustments */
.row .training-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  padding-top: 0px;
  

}
.row .training-head h2{
  
  font-weight: 600;
  
  /* color: #00a3bf; */
}
.row .training-head p{
  font-size: 16px;
  text-align: left;
  /* font-weight: 600; */
}

/* .container-fluid-training{
  background: #f8f9fa;
} */
.training-head img{
  height: 500px;
  width: 100%;
  object-fit: cover;
}
/* Ensure text content is centered vertically */


/* Ensure image fills its container */
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Custom CSS for small screen layout adjustments */

/* Ensure rows have top margin */
.row {
  margin-top: 20px;

   /* Adjust as needed */
}

/* Center align button */
#training-btn {
  display: block; /* Change display to block */
  margin-top: 10px; 
  margin-left: 0; /* Align to the left */
  margin-right: auto;
}
/* .about-img img{
  height: 10px;
  width: 100%;
  object-fit: cover;
}
.img-container-about img{
  height: 500px;
  width: 100%;
  object-fit: cover;
} */
@media (max-width: 767.98px) {
  /* Media query for small screens (up to Bootstrap's sm breakpoint) */

  .order-md-1,
  .order-md-2 {
    order: 1; /* Reset the order for small screens */
  }

  .order-md-1 {
    margin-bottom: 20px; /* Add margin between the sections */
  }
}

@media (max-width: 767.98px) {
  .training-head img{
    height: 300px;
  width: 100%;
  object-fit: cover;
  }
 
}
.product-image{
  width: 100%;
  object-fit: cover;
}
.product-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.product-sec h1{
  margin: 50px;
  font-weight: 700;
}
.product-sec h2{
  padding: 20px 0px;
  
  font-weight: 650;
  margin: 0px;
}
.product-sec p{

text-align: left;
}

.product-header{
  padding: 10px;
}

.img-gallery {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #bdd8f1; */
}

.gallery {
  display: grid;
  grid-template-rows: repeat(5, 18vh);
  grid-template-columns: repeat(2, 45vw);
  transition: all 0.3s ease;
  /* background-color: #82a6cb; */
  border-radius: 10px;
  padding: 0.25em;
  margin-top: 0; /* Remove top spacing */
 /* border: 1;
 border-style: solid; */

  @media (min-width: 40em) {
    grid-template-rows: repeat(2, 20vh);
  }

  @media (min-width: 10em) and (orientation: landscape) {
    grid-template-columns: repeat(5, 18vw);
    grid-template-rows: repeat(2, 45vh);
  }

  @media (min-width: 60em) {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 35vh);
  }

  @media (max-width: 40em) {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 40vw);
  }
}

.grid-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.15s ease;
  position: relative;
  box-shadow: 0 0 0 #0000;
  border: 1;
  /* border-style: solid;
  border-color: #004a579f; */
  /* opacity: 0.67;
  filter: sepia(80%) hue-rotate(180deg); */
}

.grid-img:first-child {
  border-radius: 10px 0px 0 0;
}

.grid-img:last-child {
  border-radius: 0 0 10px 0px;
}

@media (min-width: 40em) and (max-width: 59.99em) {
  .grid-img:first-child {
    border-radius: 10px 0 0 0;
  }
  .grid-img:nth-child(5) {
    border-radius: 0 10px 0 0;
  }
  .grid-img:nth-child(6) {
    border-radius: 0px 0 0 10px;
  }
  .grid-img:last-child {
    border-radius: 0 0 10px 0px;
  }
}

@media (min-width: 60em) {
  .grid-img:first-child {
    border-radius: 10px 0 0 0px;
  }
  .grid-img:last-child {
    border-radius: 0 0px 10px 0;
  }
}

.grid-img:hover {
  opacity: 1;
  z-index: 1;
  box-shadow: 1em 1em 1em #0004;
  transition: all 0.3s ease;
  /* filter: sepia(0%) hue-rotate(0deg); */
  border-radius: 5px;
  width: 125%;
  height: 125%;
  left: -12.5%;
  top: -12.5%;
}

@media (min-width: 40em) {
  .grid-img:hover {
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
  }
}

@media (min-width: 10em) and (orientation: landscape) {
  .grid-img:hover {
    width: 125%;
    height: 125%;
  }
}

@media (min-width: 40em) and (orientation: portrait) {
  .grid-img:hover {
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
  }
}

@media (min-width: 60em) {
  .grid-img:hover {
    width: 175%;
    height: 125%;
    left: -37.5%;
    top: -12.5%;
  }
  .grid-img:hover ~ .grid-img {
    left: 125%;
  }
}

@media (min-width: 60em) and (orientation: landscape) {
  .grid-img:hover {
    width: 150%;
    height: 150%;
    left: -25%;
    top: -25%;
  }
  .grid-img:hover ~ .grid-img {
    left: 100%;
  }
}

@media (max-width: 40em) {
  .grid-img {
    height: 40vw;
  }
}
