footer {
    margin-top: 600px;
    height: 70px;
    /* line-height: 50px; */
    text-align: center;
    background-color: black;
    color: #f5eded;
    /* position: fixed; */
    bottom: 0;
    width: 100%;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
}
body {
    /* 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 {
    width: 100%;
    /* 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 */
}

.h1{
    font-size: 25px;
    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;
}
.video-banner {
    position: relative;
    width: 100vw; /* Full viewport width */
    height: 500px; /* Fixed height */
    overflow: hidden;
}
.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the container */
    transform: translate(-50%, -50%); /* Center the video */
}
.card-title1{
    padding: 30px;
    font-size: 20px;
}
.card-title2{
    color: darkblue;
    text-decoration: underline;
    text-align: center;
    padding: 20px;
    font-size: 30px;
}
.card {
    margin-bottom: 20px; 
    overflow: hidden; 
}
.card-img-top {
    height: 180px;
    width: 100%; 
    /* object-fit: contain;  */
    object-fit: contain;
    transition: transform 0.9s ease-out;
}
.card-img-top:hover {
    transform: scale(1.2); 
}
.dropdown-submenu {
    position: relative;
}

.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;
    }
}

@media (max-width: 768px) {
       .header{
        display: flex;
        /* height: 50px; */
        & #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;
        }
    }
}

@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;
    }
  }
}
.custom-footer {
    width: 100vw;
    margin-top: 150px;
    padding: 20px 0;
    height: 90px;
    /* line-height: 16px; */
    text-align: center;
    background-color:  #343a40 !important;
    color: #f5eded;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}
body, html {
    margin: 0;
    padding: 0;
}

