.div_for_main_of_looplane_footer_that_created_by_anirban {
    width: 100%;
    color: #ffffff;
    background: #000000;
    backdrop-filter: blur(5px);
    padding: 5px;
    margin-top: 40px;
    border-radius: var(--border-radius);
}

.div_for_main_of_looplane_footer_that_created_by_anirban::before {
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    left: -24px;
    width: 10%;
    height: 100%;
    z-index: -1;
}

.div_for_main_of_looplane_footer_that_created_by_anirban::after {
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    right: -24px;
    width: 10%;
    height: 100%;
    z-index: -1;
}

.div_for_main_of_background_footer {
    height: 100%;
    width: 100%;
    /* max-width: 1200px; */
    /* margin: 0 auto; */
    /* background: rgba(255, 255, 255, 0.164);
            backdrop-filter: blur(5px); */
    padding-top: 40px;
    padding-bottom: 30px;

}

.div_for_main_of_upper_footer {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 30px;
    /* background-color: #111; */
}


.div_for_1st_div_under_upper_footer {
    flex: 1.5;
    margin: -10px 0px 0px 0px;
}

.div_for_2nd_div_under_upper_footer,
.div_for_3rd_div_under_upper_footer,
.div_for_5th_div_under_upper_footer {
    flex: 1;
}

.div_for_main_of_logo_and_name_und_footer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.div_for_logo_und_footer {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.div_for_logo_und_footer img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.div_for_name_und_footer {
    font-size: 26px;
    font-weight: bold;
    margin-left: 12px;
    color: #fff;
    background: linear-gradient(331deg, #0bbcd6, #FC1CB2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.div_for_paragraph_under_footer {
    font-size: 14px;
    color: var(--white-color);
    line-height: 1.6;
    margin-bottom: 20px;
    padding-right: 30px;
}

.div_for_main_of_all_social_media_icon {
    display: flex;
    gap: 12px;
}

.div_for_icon_socia_media {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222;
    border-radius: 6px;
    transition: 0.3s ease;
    cursor: pointer;
  
}
.div_for_icon_socia_media  a i{
     color: #fff;
}
.div_for_icon_socia_media:hover {
    background: linear-gradient(331deg, #0bbcd6, #FC1CB2);
    transform: translateY(-3px);
}

.div_for_heading_und_footer {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #1f9bcc;
}

.div_for_sub_link_und_footer {
    font-size: 15px;
    padding: 6px 0;
    color: #bbb;
    cursor: pointer;
    transition: 0.3s;
    display: block;
}

.div_for_sub_link_und_footer:hover {
    color: #fff;
    padding-left: 5px;
}

.div_for_main_of_middle_footer {
    width: 90%;
    max-width: 1200px;
    margin: 10px auto 20px auto;
    padding: 10px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.div_for_main_of_left_und_middle {
    display: flex;
    gap: 15px;
}

.div_for_1st_btn_und_middle {
    padding: 10px 20px;
    background-color: #222;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    color: #ccc;
    background: rgba(67, 67, 67, 0.2);
    backdrop-filter: blur(5px);
    /* background: linear-gradient(331deg, #0bbcd6, #FC1CB2); */
}

.div_for_1st_btn_und_middle:hover {
    background-color: #333;
    color: #fff;
}

.div_for_right_side_under_moddle {
    display: flex;
}

.div_for_right_side_under_moddle input {
    padding: 12px 15px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #333;
    outline: none;
    background: #111;
    color: #fff;
    width: 260px;
}

.btn_under_middle_right {
    padding: 0 25px;
    background: linear-gradient(331deg, #0bbcd6, #FC1CB2);
    color: #fff;
    border: none;
    border-radius: 0 6px 6px 0;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.btn_under_middle_right:hover {
    background-color: #1686b3;
}

.div_for_main_of_bottom_footer {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #666;
    /* padding-top: -10px; */
}