
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

footer {
    /* margin-top: 50px; */
    height: 70px;
    /* line-height: 60px; */
    text-align: center;
    background-color: black;
    color: #f5eded;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
}
body {
    /* background-color:rgb(5, 5, 87); */
    /* background-color: azure; */
    /* background-color: brown; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
}

.one {
    /* text-emphasis-color: rgb(179, 98, 98); */
    /* margin-right: 80px; */
    /* background-color: white; */
    background-color: #acd0e9;
    font-size: larger;
}

.one a, .nav-link {
    /* background-color: */
    color: #e9ebec; 
    /* color: black; */
    cursor: pointer; /* Change cursor to pointer */
}

.one a:hover, .nav-link:hover {
    color: #bcd1e7; /*Color on hover
    /* color: black; */
}
.new_drop{
    /* background-color: #bcd1e7; */
    color: black;
}
.one .dropdown-item {
    color: black !important; /* Set dropdown items font color to black */
}

.one .dropdown-item:hover {
    color: #4c4d4e !important; /* Change color on hover if desired */
}

.header{
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 7px 0px;
    & #logo_1{
        width: 80px;
        height: 90px;
    }
    & #logo_2{
        width: 300px;
        height: 70px;
    }
    & #logo_3{
        width: 100px;
        height: 86px;
    }
}
.h1{
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}
.one{
    text-align: left;
}
.two img{
    margin: 40px;
    height: 50px;
    width: 50px;
}
.two_b{
    margin-top: -80px;
    margin-left: 100px;
    font-size: 25px;
}
.two_c{
    margin-left: 100px;
}
.three img{
    margin: 40px;
    height: 40px;
    width: 40px;
}
.three_a{
    margin-top: -80px;
    margin-left: 100px;
    font-size: 25px;
}
.three_b{
    margin-left: 100px;
}
  .card-img-top {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    width: 150px; /* Set a maximum width for the image */
  }

  .card-title1{
    padding: 30px;
    font-size: 20px;
}
.image-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; /* Prevents wrapping */
    overflow-x: auto; /* Adds horizontal scrolling if needed */
}
.image-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; /* Prevents wrapping */
    overflow-x: auto; /* Adds horizontal scrolling if needed */
}
.image-container .card {
    margin: 10px 5px;
}
.card img {
    width: 300px;
    height: 200px;
}
.card img:hover{
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 768px) {
    .video-banner {
        height: 300px;
    }
    .new_p{
        overflow-x: hidden;
        width: 100px;
        height: auto;

    }

    .card img {
        width: 100%;
        height: auto;
    }

    .image-container {
        flex-direction: column;
        align-items: center;
    }

    .image-container .card {
        margin: 10px auto;
        width: 80%;
    }

    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-nav {
        text-align: center;
    }
    .header{
        & #logo_1{
            width: 70px;
            height: 80px;
        }
        & #logo_2{
            width: 270px;
            height: 60px;
        }
        & #logo_3{
            width: 90px;
            height: 76px;
        }
    }
    
}

@media (max-width: 600px)
{
    .header{
        & #logo_1
        {
            width: 50px;
            height: 60px;
        }
        & #logo_2{
            width: 220px;
            height: 50px;
        }
        & #logo_3{
            width: 70px;
            height: 60px;
        }
    }
}

@media (max-width: 450px)
{
    .header{
        & #logo_1
        {
            width: 40px;
            height: 50px;
        }
        & #logo_2{
            width: 200px;
            height: 40px;
        }
        & #logo_3{
            width: 50px;
            height: 40px;
        }
    }
}
@media (max-width: 350px)
{
    .header{
        & #logo_1
        {
            width: 35px;
            height: 40px;
        }
        & #logo_2{
            width: 150px;
            height: 40px;
        }
        & #logo_3{
            width: 45px;
            height: 40px;
        }
    }
}
.dropdown-submenu {
    position: relative;
}
@media (max-width: 2560px) {
    .images{
      display: flex; 
      flex-wrap: wrap; 
      justify-content: center; 
      align-items: center; 
      gap: 50px; 
     } #img_1,#img_2,#img_3,#img_4{
      
      height: 500px;
      width: 550px;
      justify-content: space-between;
      }
      }
  
  
  @media (max-width: 1440px) {
  .images{
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center; 
    gap: 50px; 
   } #img_1,#img_2,#img_3,#img_4{
    
    height: 400px;
    width: 500px;
    justify-content: space-between;
    }
    }


@media (max-width: 1024px) {
    .images{
      display: flex; 
      flex-wrap: wrap; 
      justify-content: center; 
      align-items: center; 
      gap: 50px; 
     } #img_1,#img_2,#img_3,#img_4{
      
      height: 300px;
      width: 400px;
      justify-content: space-between;
      }
      }
  
  @media (max-width: 768px) {
    .images{
      display: flex; 
      flex-wrap: wrap; 
      justify-content: center; 
      align-items: center; 
      gap: 50px; 
     } #img_1,#img_2,#img_3,#img_4{
      
      height: 250px;
      width: 350px;
      justify-content: space-between;
      }
      }
  
  @media (max-width: 375px) {
    .images{
      display: flex; 
      flex-wrap: wrap; 
      justify-content: center; 
      align-items: center; 
      gap: 50px; 
    }
     #img_1,#img_2,#img_3,#img_4{
      
      height: 200px;
      width: 300px;
      justify-content: space-between;
      }
      }
  
  @media (max-width: 320px) {
    .images{
      display: flex; 
      flex-wrap: wrap; 
      justify-content: center; 
      align-items: center; 
      gap: 50px; 
    }
    #img_1,#img_2,#img_3,#img_4{
      
      height: 150px;
      width: 250px;
      justify-content: space-between;
      }
      }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
@media (max-width: 990px) {
  .header {
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 7px 0px;
    & #logo_1 {
      width: 70px;
      aspect-ratio: 1;
    }
    & #logo_2 {
      width: 270px;
    }
    & #logo_3 {
      width: 90px;
      height: 90px;
    }
  }
}
@media (max-width: 770px) {
  .header {
    & #logo_1 {
      width: 70px;
      aspect-ratio: 1;
    }
    & #logo_2 {
      width: 270px;
    }
    & #logo_3 {
      width: 80px;
      height: 8 0px;
    }
  }
}
@media (max-width: 550px) {
  .header {
    & #logo_1 {
      width: 70px;
      aspect-ratio: 1;
    }
    & #logo_2 {
      width: 200px;
    }
    & #logo_3 {
      width: 60px;
      height: 70px;
    }
  }
}
@media (max-width: 400px) {
  .header {
    & #logo_1 {
      width: 60px;
      height: 60px;
    }
    & #logo_2 {
      width: 150px;
    }
    & #logo_3 {
      width: 50px;
      height: 60px;
    }
  }
}