body {
    background: #e2e5ea;
    position: relative;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    min-width: 320px;
    overflow-x: hidden;
    height: auto;
    margin: 0;
    padding: 0;
    
}

.navbar {
    width: 100%;
    height: 60px;
    background-color: rgb(0, 170, 200);
    box-shadow: 0 4px 10px rgb(0, 0, 73, 1);
    top: 0;
    z-index: 1000;
    position: fixed;
}

.navbar .container {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-menu {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.navbar-menu li {
    display: inline-block;

}

.navbar-menu li a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);;
    opacity: 0.6;
    padding: 20px;
    margin-bottom: 12px;
    transition: all .09s ease-in-out; 
}

.navbar li a:hover {
    opacity: 1;
}

.navbar-wrap {
    display: flex;
    flex-flow: nowrap;
}

.navbar-brand {
    margin-top: 8px;
    margin-left: 10px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.languge {
    list-style-type: none;
    padding-right: 40px;
    margin-top: 34px;
}

.languge li {
    display: inline-block;

}


.languge li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    opacity: 0.6;
    transition: all .09s ease-in-out; 
    padding: 0px;
}

.finish {
    border-top: 1px solid;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 90px;
    padding-top: 10px;
    width: inherit;
}

.titlefinish {
    display: flex;
    text-decoration: none;
    list-style-type: none; 
    width: 100%;
    justify-content: space-between;
    grid-template-columns: auto 1fr; 
    align-items: center;   
    background-color: rgb(0, 170, 200);
}

.titlefinish p {
    color: rgba(0, 0, 0, 0.9);
}

.imgpodval1 {
    margin-top: 20px;
    margin-bottom: 35px;
    float: left;
}

.rsavia {
    width: 246px;
    height: 60px;
    float: left;
    margin-left: 35px;
}

.imgpodval2 {  
    margin-top: 9px;
    margin-bottom: 35px;
    margin-right: 35px;
}

.imgpodval2 img {
    float: right;
    display: flex;
}


.portal {
    border-radius: 100px;
    background-color: rgb(0, 125, 200);
    padding: 5px;
    text-decoration: none;
    list-style-type: none;
    color: black;
    transition: transform 0.3s ease;
}

.portal:hover {
    transform: scale(1.2);
}

.container1 {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    box-shadow: 0 4px 10px rgb(0, 0, 0, 1);
    padding: 10px;
    padding-top: 20px;
    border-radius: 20px;
}

.carousel {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.description {
    background: #e2e5ea;
    padding: 10px;
    margin-top: 10px;
}

.prev, .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    z-index: 1;
    font-size: 20px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.name {
    margin-top: 90px;
    margin-left: 115px;
}