* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    overflow-x: hidden;
}

.main_header {
    width: 100vw;
    height: 100vh;
    /* background-color: bisque; */
}

.ace-responsive-menu li a:hover {
    background: #f7ef88;
    color:#130909;
    transition: all 0.3s ease;
}

.ace-responsive-menu li.menu-active > a {
    /* background-color: #4f2075 !important; */
    background: linear-gradient(90deg, #3498db, #2ecc71);
    color:#130909;
}

.ace-responsive-menu li ul.sub-menu li a {
    background-color: #f3f8fd;
    color: #130909;
}

.ace-responsive-menu li ul.sub-menu li a:hover {
    background: linear-gradient(90deg, #3498db, #2ecc71);
    transition: all 0.3s ease;
}

.ace-responsive-menu > li > a {  
    color: white;
}

#id_main_body_2_right_scroll_div ul li {
    /*background-color: pink;*/
    list-style: none;
    margin-top: 7px;
    margin-bottom: 7px;
}

.ace-responsive-menu > li > a > .arrow:before {  
    margin-left: 5px;
}

.navbar {
    width: 100vw;
    height: fit-content;
    display: flex;
    justify-content: space-between;
}

.navbar ul {
    display: flex;
    list-style: none;
    gap: 4;
    flex-wrap: wrap;
}

.navbar ul li {
    font-size: small;
    margin: 5px 5px;
    border: none;
}

.upper_nav > li:first-child {
    border: none;
}

.swiper {
    margin-top: 6px;
    margin-bottom: 6px;
}

.upper_nav {
    background-color: white;
    color: blue;
}

.lower_nav {
    background: #4f2075;
    color: white;
}

.lower_nav > li {
    border: none;
}

.lower_nav > li:first-child {
    border: none;
}

.upper_nav > li > a  {
    color: rgb(27, 27, 236);
    padding: 2px;
    font-size: small;
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 5px !important;
}


.upper_nav > li > a:hover  {
    background-color: rgb(245, 247, 141);
    transition: all 0.3s ease;
}

.upper_nav li ul.sub-menu li a {
    cursor: pointer;
}

.upper_nav li ul.sub-menu li a:hover {
    background-color: rgb(245, 247, 141);
    transition: all 0.3s ease;
}

.lower_nav > li > a  {
    font-size: small;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 10px;
}

#non_home_page_section {
    padding: 0 10px;
}

#current_page_title {
    text-align: center;
    margin: 30px 0;
}


#Menu2 {
    display: flex;
    height: fit-content;
    flex-wrap: wrap;
    /* align-items: center; */
    cursor: pointer;
    float: none;
}

.only_title:hover {
    background-color: #dfceee;
    transition: all 0.3s ease;
}

#search {
    padding: 3px 14px;
    margin: 8px 20px;
}

.logo_container {
    width: 100vw;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /*margin-top: 33px;*/
    padding: 11px 0;
}

.logo {
    width: 100px;
    height: 95px;
    margin: 5px 5px;
    /*background-image: url('../img/logo.jpeg');*/
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center center; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
}

.text a {
    color: #4f2075;
    font-size: large;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.text p {
    color: rgb(236, 37, 74);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.text .ISO {
    color: black;
}

.text-middle {
    margin: 10px 0 5px 0;
}

.college {
    font-weight: bold;
    font-size: medium;
}

.text2 {
    text-align: center;
    font-size: small;
}

.lower-navbar {
    margin: 5px 0;
    background-color: #4f2075;
    color: white;
}

.lower-navbar .main_nav {
    display: flex;
    list-style: none;
    gap: 8;
}

.lower-navbar .main_nav li {
    font-size: medium;
    margin: 5px 5px;
}

.main_body_1 {
    width: 100vw;
    /*height: fit-content;*/
    /* background-color: #dfd5ca; */
    display: flex;
    gap: 10px;
}

.main_body_1_left {
    width: 20%;
    /*height: 61vh;*/
    background-color: aliceblue;
    cursor: pointer;
}
.main_body_1_middle {
    width: 60%;
    /*height: 70vh;*/
    /* background-color: rgb(158, 203, 243); */
}
.main_body_1_right {
    width: 20%;
     /*height: 65vh;*/
    /* background-color: rgb(122, 241, 162); */
}

.main_body_1_left ul {
    /*height: 100%;*/
}

.main_body_1_left ul li {
    margin: 4px;
    padding: 13px 8px;
    /*height: 12%;*/
    background-color: #dfebf4 !important;
    border: 1px solid gray;
    list-style: none;
}

.main_body_1_left ul li a {
    color: black;
    text-decoration: none;
}
    
.main_body_1_left ul li:hover {
    /* background-color: #fdf79a; */
    background: linear-gradient(90deg, #3498db, #2ecc71);
    transition: all 0.3s ease; 
    transform: scale(1); 
    /* border: 1px solid black; */
}


.main_body_1_left ul li:active {
    /* background-color: #fdf79a; */
    background: linear-gradient(90deg, #3498db, #2ecc71);
    transition: all 0.3s ease; 
    transform: scale(1.1); 
    /* border: 1px solid black; */
}

.main_body_1_right_person {
    min-height: calc(50% - 16px);
    background-color: aliceblue;
    border: 1px solid gray;
    margin: 8px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*cursor: pointer;*/
    /* color: #201010; */
}

.main_body_1_right_person img{
    margin: 8px 0;
    width: 50%;
    border-radius: 50%;
    font-size: small;
}

.main_body_1_right_person h4{
    font-size: large;
}

.main_body_1_right_person p {
    padding-top: 12px;
    text-align: center;
    font-size: small;
}

.main_body_1_right_person:hover {
    /* color: #130a0a; */
    color: #aaa9a9;
    transition: all 0.3s ease;
}

.main_body_1_right_person:active {
    /* color: #130a0a; */
    color: #5c5b5b;
    transition: all 0.3s ease;
}

.main_body_2 {
    width: 100vw;
    /*height: 92vh;*/
    /*margin: 10px auto;*/
    display: flex;
    background-size: cover;
    background-position: center;
    /*background: linear-gradient(rgba(36, 34, 34, 0.8), rgba(20, 19, 19, 0.8)), url('../img/main_1_img_1.png');*/
    /*background-repeat: no-repeat; */
    /*background-size: cover; */
    /*background-position: center center; */
    /* background-image: ; */
}

.main_body_2_left {
    width: 60%;
    background-color: transparent;
    /*height: 100%;*/
    text-align: center;
}

.main_body_2_left ul {
    display: flex;
    margin: 25px 0;
    /*height: 80%;*/
    /* background-color: rgb(236, 236, 153); */
    list-style: none;
    flex-wrap: wrap;
    gap: 18px;
}
.main_body_2_left ul li{
    height: 50%;
    margin: 0 20px;
    color: white;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 19px;
}
.main_body_2_left ul li img{
    padding: 10px;
    border: 1px solid rgb(92, 90, 90);
    border-radius: 50%;
    margin: 14px 0px 2px 0px;
    width: 80px;
    height: 80px;
    border-radius: 50%; /* Makes the image circular */
}

.main_body_2_left ul li img:hover{
    filter: grayscale(50%) contrast(50%) brightness(100%);
    box-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white;
    /*cursor: pointer;*/

}

.main_body_2_left ul li img:active{
    filter: grayscale(50%) contrast(50%) brightness(100%);
    box-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white;
}

.main_body_2_right {
    width: 40%;
    background-color: white;
    max-height: 500px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    position: relative;
}

.main_body_2_right .highlight {
    position: absolute;
    top: 40px;
    left: 70px;
    font-size: x-large;
    color: #4f2075;
}

/* .main_body_2_right h3 { */
    /* margin: 0 20px; */
    /* width: 100%; */
    /* text-align: center; */
/* } */

.main_body_2_right_scroll_div {
    /* background-color: greenyellow; */
    margin: 80px 40px 0 40px;
    /* margin-left: 25px; */
    padding: 10px 10px;
    /* position: relative; */
    overflow: hidden;
    height: 62%;
    /* transition: transform 0.5s ease-in-out; */
    animation-duration: 7s;
    display: flex;
    flex-direction: column;
    gap: 9;
    gap: 24px;
}

.main_body_2_right_scroll {
    /* position: absolute; */
    width: 100%;
    height: 12vh;
    /* border: 2px solid black; */
    /* margin-left: 20px;
    margin-top: 12px; */
}

.count-box {
  width: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.coount-icon {
    padding: 10px;
    border: 1px solid rgb(92, 90, 90);
    border-radius: 50%;
    margin: 14px 0px 2px 0px;
}

.coount-icon img{
    width: 80px;
    height: 80px;
    border-radius: 50%; /* Makes the image circular */
}

.coount-icon img:hover{
    filter: grayscale(50%) contrast(50%) brightness(100%);
    box-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white;
    cursor: pointer;

}

.coount-icon img:active{
    filter: grayscale(50%) contrast(50%) brightness(100%);
    box-shadow: 0 0 10px white, 0 0 20px white, 0 0 30px white;
}

.figure {
    font-size: larger;
    font-weight: bold;
}

.main_body_3 {
    /*height: 100vh;*/
    width: 100%;
    /*background-image:url('../img/main_body_3_bg.jpg');*/
    /*background-repeat: no-repeat; */
    /*background-size: cover; */
    /*background-position: center; */
    display: flex;
    justify-content: space-around;
}

.main_body_3_blocks {
    /*height: 60vh;*/
    width: 25%;
    background-color: white;
    margin: 44px 5px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.main_body_3_blocks_header {
    padding: 12px 8px;
    color: white;
    text-align: center;
}

.main_body_3_blocks_body {
    /* background-color: greenyellow; */
    /* margin: 60px 25px;
    /* margin-left: 25px; */
    /* padding: 10px 4px; */ 
    /* background-color: blue; */
    /* position: relative; */
    overflow: hidden;
    /* transition: transform 0.5s ease-in-out; */
    animation-duration: 7s;
    max-height: 350px;
    height: 100%;
}


.main_body_3_blocks_body ul li::before{
   content: '';
  background: url('../img/News.png');
  width: 51px;
  height: 51px;
  /*display: flex;*/
  position: absolute;
  left: -70px;
}

.main_body_3_blocks_body ul li {
    margin: 16px 8px 16px 88px;
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 6px 0;
}

.main_body_3_blocks_body ul li a{
    color: black;
    text-decoration: none;
}


.main_body_3_blocks_body_elements {
    margin: 10px;
    display: flex;
    gap: 20px;
}

.main_body_3_blocks_body_elements a{
    color: black;
    cursor: pointer;
    font-size: medium;
    width: 390px;
}

.main_body_3_blocks_body_elements_img {
    width: 100px;
    height: 50px;
    /* background-color: rgb(176, 248, 135); */
    background-image: url('../img/News.png');
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    border: none;
}

.date {
    color: #2b8278;
    margin: 5px 0 0 0;
}

.file_lang {
    color: #2b8278;
    margin: 4px 0 0 0;
    font-size: small;
    color: #4a345e;
    font-weight: bold;
}

.purple {
    background-color: #8237be;
}

.green {
    background-color: rgb(37, 207, 37);
}

.orange {
    background-color: orange;
}

.main_body_3_blocks_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px 12px;
    text-align: center;
    background-color: rgb(210, 230, 230);
    color: #4a345e;
    font-weight: bold;
    cursor: pointer;
}

.About {
    /*height: 90vh;*/
    background-color: white;
    padding: 0 0;
    display: flex;
    align-items: center;
}

.About-left {
    width: 60%;
    padding: 20px 30px;
    align-items: center;
    /*height: 100%;*/
    letter-spacing: 0.09em;
    /* text-align-last: center; */
}

.About-right {
    /*position: absolute;*/
    right: 0;
    width: 40%;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: center; 
    min-height: 521px;
    border-top-left-radius: 15%;
    border-bottom-left-radius: 15%;
    object-fit: scale-down;
}

.About-left h3 {
    padding: 5px 0;
    color: #4a345e;
    font-size: larger;
}

.About-left p {
    padding: 5px 0;
    text-align: justify;
}

button {
    cursor: pointer;
    margin: 20px 0;
    background-color: transparent;
    border: none;
    color: #d48109;
    font-weight: bold;
    padding: 15px 20px; 
}

button span {
    background-color: #d48109;
    padding: 10px;
    border-radius: 50%;
    margin: 0 10px;
    color: white;
}
button:hover {
    background-color: #d48109;
    border-radius: 25px; 
    padding: 15px 20px; 
    border: none; 
    color: white;
    transition: all 0.3s ease;
}
button:active {
    animation-delay: 60s;
    background-color: #d48109;
    border-radius: 25px; 
    padding: 15px 20px; 
    border: none; 
    color: white;
    transition: all 0.3s ease;
}

.main_body_2_right button {
    margin: 20px 38px;
    /*background-color: pink;*/
}
.upper {
   display: flex;
   width: 100%
}

.upper-container {
    width: fit-content;
    background-color: transparent;
    height: 60%;
    padding: 10px;
}

.upper-container ul li{
    font-weight: bold;
}

.upper-1 {
    padding: 10px 5px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* margin-left: 12px; */
    gap: 24px;
}

.upper-1 button {
    margin-left: 15px;
    width: 100%;
    padding: 15px 10px;
    font-weight: bolder;
    background-color: #4f2075;
    color: white;
    cursor: pointer;
}

.social-container {
    padding: 5px 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 18px;
}

.social-container h4 {
    padding: 2px 0;
}

.social ul {
    display: flex;
    /* justify-content: center; */
}
.social ul li {
    list-style: none;
    margin: 10px;
}
.social p {
    font-size: small;
}

.upper-2 {
    padding: 20px 40px;
}

.upper-2 h4 {
    font-size: large;
    margin: 10px 0;
    color: #4f2075;
}

.upper-2 ul li {
    list-style: none;
    margin: 20px 0;
    /*font-weight: 500;*/
}

.upper-3 {
    padding: 5px 0px;
    width: 43%;
}

.upper-3 h4 {
    font-size: large;
    margin: 10px 0;
    color: #4f2075;
}

.upper-3 {
    padding: 5px 0px;
    width: 43%;
}

.upper-3-4 {
    width: 587px;
    height: fit-content;
    display: flex;
    gap: 80px;
    justify-content: space-around;
    margin: 0 0 0 13px;
}

.upper-3 ul li {
    list-style: none;
    margin: 20px 0;
    /*font-weight: 500;*/
}

.upper-3 ul li a {
    color: black;
    text-decoration: none;
}

.upper-3 ul li a:hover {
    color: black;
    text-decoration: underline;
}

.upper-4 {
    padding: 5px 0px;
    width: 43%;
}

.upper-4 h4 {
    font-size: large;
    margin: 10px 0;
    color: #4f2075;
}

.upper-4 ul li {
    list-style: none;
    margin: 20px 0;
    /*font-weight: 500;*/
}

.upper-5 {
    padding: 10px 40px;
}

.upper-5 h4 {
    font-size: large;
    margin: 10px 0;
    color: #4f2075;
}

.upper-5 ul li {
    list-style: none;
    margin: 20px 0;
    /*font-weight: 500;*/
}

.footer-container {
    /* background-color: rgb(241, 240, 240); */
    background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0.8)), url('../img/footerbg.png');
    /* background-image: url('../img/footerbg.png'); */
    /*background-repeat: no-repeat; */
    /*background-size: cover; */
    /*background-position: center; */
    font-weight: bolder;
    /* opacity: 0.5;  */
}


.lower {
    width: 100%;
    text-align: right;
    color: #bfb7b7;
    display: flex;
    justify-content: flex-end;
    padding: 30px 10px;
}

.lower p {
    width: 60%;
}

.upper_drop {
    display: none;
}

.lower_drop {
    display: none;
}

#Menu1.show {
    display: flex; /* Show the menu when 'show' class is added */
    flex-direction: column; /* Set flex direction */
    background-color: white; /* Change background color */
    z-index: 99;
    font-size: medium;
}

.upper_nav > li > a.active {
    font-size: medium;
}

#Menu2.show2 {
    display: flex; /* Show the menu when 'show' class is added */
    flex-direction: column; /* Set flex direction */
    /* background-color: white; Change background color */
    z-index: 99;
    font-size: medium;
}

.lower_drop > li > a.active2 {
    font-size: medium;
}

/* .swiper-slide {
    height: 125%;
} */

.swiper-slide img {
    /*height: 100%;*/
    width: 100%;
}

.end {
    height: 20vh;
    display: none;
}

@media only screen and (max-width: 768px) {
    .upper {
        flex-direction: column;
        height: fit-content;
    }
    .upper-1 {
        width: 50vw;
        margin: 2% 16% 0 16%;;
    }
    .upper-2 {
        width: 50vw;
        margin: 2% 16% 0 16%;
        padding: 5px 20px;
    }
    /*.upper-3-4 {*/
    /*    width: 50vw;*/
    /*    margin: 2% 16% 0 8%;*/
        /* padding: 5px 20px; */
    /*}*/
    
    .upper-3-4 {
        display: flex;
        flex-direction: column;
        gap: 14px;
        /*padding: 0 85px;*/
        /* padding: 5px 20px; */
    }
    .upper-3 {
        width: 50vw;
        margin: 2% 16% 0 16%;
        padding: 5px 52px;
    }
    .upper-4 {
        width: 50vw;
        margin: 2% 16% 0 16%;
        padding: 5px 52px;
    }
    .upper-5 {
        width: 50vw;
        margin: 2% 16% 0 16%;
    }
}

@media only screen and (max-width: 1000px) {

    .ace-responsive-menu li a:hover {
        background: #f7ef88 !important;
        color:#130909 !important;
        transition: all 0.3s ease;
    }

    .ace-responsive-menu li.menu-active > a {
        /* background-color: #4f2075 !important; */
        background: linear-gradient(90deg, #3498db, #2ecc71) !important;
        color:#130909 !important;
    }
    
    .ace-responsive-menu li ul.sub-menu li a {
        background-color: #f3f8fd !important;
        color: #130909 !important;
    }
    
    .upper_nav > li > a {
        justify-content: flex-start;
    }
    
    .ace-responsive-menu li ul.sub-menu {
        background: none;
    }
    
    .ace-responsive-menu li ul.sub-menu li a:hover {
        background-color: #f7ef88 !important;
        transition: all 0.3s ease;
    }
    .main_body_3 {
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        width: 100%;
        gap: 3;
        height: fit-content;
    }
    .main_body_3_blocks {
        margin: 30px 5px;
        width: 50%;
    }
    .main_body_1_right_person {
        height: fit-content;
        justify-content: center;
    }
    
    .main_body_1_right_person p {
        padding-top: 0;
    }
    .main_body_1_left {
        /*height: 65vh;*/
        overflow-y: scroll;
    }

    .upper_drop {
        display: none;
        margin: 12px;
        cursor: pointer;
    }
    .navbar {
        display: flex;
        flex-direction: column;
        
    }
    .search {
        position: absolute;
        right: 1px;
        top: 2px;
        width: 46vw;
        display: flex;
        justify-content: flex-end;
        height: 4vh;
    }

    #search {
        margin: 1px 20px;
    }
    .swiper-slide img {
        /*height: 100vh;*/
        /*width: 100vw;*/
        /*vertical-align: middle;*/
    }
    .main_body_1_right_person h4{
        text-align: center;
        margin: 4% 0;
    }
    .upper_nav > li > a:hover  {
        background-color: rgb(245, 247, 141) !important;
        transition: all 0.3s ease;
    }
    
    .upper_nav li ul.sub-menu li a {
        cursor: pointer !important;
    }
    
    .upper_nav li ul.sub-menu li a:hover {
        background-color: rgb(245, 247, 141) !important;
        transition: all 0.3s ease;
    }
    

    #Menu1 {
        display: none;
    }
    
    .lower_drop {
        display: inline;
        margin: 12px;
        cursor: pointer;
    }
    
    #Menu2 {
        display: none;
        /* display: flex;
        flex-direction: column; */
    }

    .lower-navbar {
        padding: 12px 0;
    }

    .logo_container {
        justify-content: center;
        margin-top: 0px;
        padding: 24px 0;
    }
    .main_body_2 {
        width: 100vw;
        height: fit-content !important;
        margin: 10px auto;
        display: flex;
        flex-direction: column;
    }
    .main_body_2_left {
        width: 100%;
        
    }
    .main_body_2_left ul {
        justify-content: space-around;
    }
    .main_body_2_left ul li {
        margin: 13px 10vw;
    }
    .main_body_2_right {
        width: 100%;
        height: 66vh;
        margin-left: 20px;
        margin-bottom: 12px;
    }
    .main_body_2_right button {
        margin: 20px 38px;
        /*background-color: pink;*/
    }
    .About {
        flex-direction: column;
        height: fit-content;
        align-items: flex-start;
    }
    .About-left {
        width: 100%;
        height: fit-content;
    }
    .About-right {
        /*position: static;*/
        /*height: 93vh;*/
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .footer-container {
        display: flex;
        flex-direction: column;
    }
    .lower p {
        position: static;
        width: 70vw;
    }
    .social-container {
        gap: 5px;
        display: flex;
        align-items: center;
    }
    .upper-2 ul li {
        margin: 8px 0;
    }
    .upper-3 ul li {
        margin: 12px 0;
    }
    .upper-4 ul li {
        margin: 12px 0;
    }
    .upper-5 {
        padding-left: 18px;
        width: fit-content;
    }
    .main_body_3_blocks_body_elements_img {
        width: 6vw;
        height: 8vh;
    }
}

@media only screen and (max-width: 700px) {
    
    .ace-responsive-menu > li:first-child {
        border: none;
    }

    .ace-responsive-menu > li {
        border: none;
    }
    .main_body_3_blocks_body_elements_img {
        width: 14vw;
        height: 9vh;
    }
    .logo_container {
        flex-direction: column;
        height: fit-content;
        /* padding: 0; */
    }
    .main_body_1 {
        /*flex-direction: column;*/
        /* width: 100vw; */
        /*justify-content: center;*/
        display: block;
        width: 100%;
    }
    .main_body_1_left {
        width: 100%;
    }
    .main_body_1_left ul li {
      height: auto;
    }

    .main_body_1_middle {
        width: 100%;
        /*height: 46vh;*/
    }
    .main_body_1_right {
        width: 100%;
        height: auto;
    }
    
    
    .main_body_1_left ul li {
        margin: 4px;
        padding: 27px 23px;
        background-color: rgb(211, 205, 205);
        width: 47vw;
        list-style: none;
    }

    .main_body_1_left ul {
        margin: 0px;
        padding: 0px;
        display: flex;
        flex-wrap: wrap;
    }

  }
@media only screen and (max-width: 600px) {
    .main_body_3 {
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        width: 100%;
        gap: 3;
        height: fit-content;
    }
    .main_body_3_blocks {
        margin: 30px 5px;
        width: 70%;
    }
    .text {
        margin-left: 12px;
        text-align: center;
    }
  }
@media only screen and (max-width: 1075px) {
    .main_body_2_left ul li {
        margin: 0 7px;
      }
    
  }
@media only screen and (max-width: 1575px) {
    .main_body_3_blocks_body_elements_img {
        width: 100px;
        height: 61px;
    }
    
  }
@media only screen and (max-width: 1200px) {
    .navbar {
        flex-wrap: wrap;
    }
    .search {
        background-color: white;
    }
    
  }
@media only screen and (max-width: 375px) {
    .main_body_3_blocks_body_elements_img {
        width: 30vw;
        height: 5vh;
    }
    
  }
@media only screen and (max-width: 1360px) {
    #Menu2 {
        padding-right: 7vw;
    }
    
  }
@media only screen and (max-width: 800px) {
    .upper-3-4 {
        display: flex;
        flex-direction: column;
        /*gap: 14px;*/
          
    }
    .upper-3 {
        width: 50vw;
        margin: 2% 16% 0 16%;
        padding: 5px 20px;
    }
    .upper-4 {
        width: 50vw;
        margin: 2% 16% 0 16%;
        padding: 5px 20px;
    }
  }
@media only screen and (max-width: 576px) {
    .upper-3-4 {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }
    .upper-3-4 {
        margin: 0;
        padding: 0;
    }
    .upper-2 {
        margin: 0;
        width: fit-content;
    }
    .upper-3 {
        margin: 0;
        width: fit-content;
    }
    .upper-4 {
        margin: 0;
        width: fit-content;
    }
  }