* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Rubik", sans-serif; 
    scroll-behavior: smooth;
    /* background: #C4E0D4; */
    
}

.header {
    background: #C4E0D4;
    box-shadow: 2px 4px 11px 0px rgba(0, 0, 0, 0.25);
    display: flex;
width: 100vw;
height: 9rem;
justify-content: center;
align-items: center;
gap: 0.5rem;
flex-shrink: 0;
position: fixed;
z-index: 9999;
display: flex;
justify-content: space-between;
padding-left: 8rem;
padding-right: 8rem;
}
.header-img {
    width: 23rem; 
}
.main-nav-list {
    list-style: none;

}
.main-nav-link:link,
.main-nav-link:visited {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 1.8rem;
    transition: all 0.3s;
}
.main-nav-link:hover,
.main-nav-link:active {
    color: #9FCE42;
}
.abuPix {
    width: 7rem;
}
.abuPng {
    width: 21.1rem;
}

.hero {
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-image: url(bdg.png);
    background-size: cover;
    justify-content: center;
    align-items: center;
    margin-bottom: 9.8rem;
}
.hero-box {
    /* display: flex; */
    /* max-width: 90rem;
    margin: auto; */
    padding-top: 30rem ;
    justify-content: center;
    align-items: center;
    padding-left: 25rem;
    padding-right: 25rem;
    
}
.hero-header {
    text-align: center;
    color: #131212;
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
    font-weight: 800;
    letter-spacing: 1.5;
}
.hero-text {
    text-align: center; 
    color: #131212;
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 600;

}
b {
    font-weight: 800;
    font-size: 1.6rem;
}
.journal-head {
    text-align: center;
}
.journals {
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
}
.journal-cont {
    max-width: 90rem;
    margin: auto;
    margin-bottom: 20rem;
    align-items: center;
}
.carts {
    
}
.journal-cont {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr;
    gap: 2rem;
    /* overflow-x: scroll; */
}

.journal-cart {
    width: 20rem;
    /* height: 30.8125rem;  */
    background: #C4E0D4;
    border-radius: 16px;
    box-shadow: 3px 6px 26px 0px rgba(0, 0, 0, 0.15);
    padding-bottom: 1.4rem;
    transition: all 0.5s;
    
}
.journal-cart:hover {
    transform: translateY(-1.4rem);
}
.journal-img {
    width: 100%;
    margin-bottom: 2rem;
}
.journal-list {
display: flex;
flex-direction: column;
justify-content: center;
gap: 1.125rem;
padding-left: 1.4rem;
}

.uList {
    list-style: none;
}
.lists {
    margin-bottom: 1.4rem;
    font-size: 1.2rem;
}
.lists:last-child {
    margin-bottom: 1.8rem;
}
.btn-link:link,
.btn-link:visited {
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
    color: white;
    margin-left: 3rem;
    cursor: pointer;
    padding: 0.7rem 1.7rem;
    width: 10rem;
    border-radius: 32px;
    transition: all 0.8s;
    background: var(--www-internationaljournalcorner-com-linear-sunset-orange-mexican-red, linear-gradient(180deg, #FE4949 0%, #A12727 100%));
}
.btn-link:active,
.btn-link:hover {
    background: linear-gradient(180deg, #E45959 0%, #963E3E 100%);
}

.carousel-header {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
    color: #9FCE42;
}
.carousel-text {
    font-size: 1.4rem;
    margin-bottom: 4.4rem;
    color: #555;
    opacity: 80%;
}











.footer-cont {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr;
    /* background-color: ; */
    gap: 2rem;
    max-width: 70rem;
    margin: 0 auto;
}
.footer {
    padding: 9rem 0 2rem 0;
    border-top: 2px solid #eee;
    /* #eee */
    background: #C4E0D4;

}
.footer-img {
    width: 11rem;
}
.footer-logo {
    display: block;
    margin-bottom: 8rem;
}
.header-image {
    width: 6rem;
    margin-bottom: 3.2rem;
}
.footer-logo {
    display: flex;
    flex-direction: column;
}
.overflow {
    padding-right: 1.8rem;
    margin-bottom: 8rem;
    font-size: 1.5rem;
    color: #767676;
}
.contacts {
    font-style: normal;
    font-size: 1.6rem;
}
.numbers {
    list-style: none;
    text-decoration: none; 
    color: #767676;
    font-size: 1.4rem;
    transition: all 0.3s;
}
.numbers:hover,
.numbers:active {
    color: #555;
    /* font-size: 1.6rem; */
} 
.social-icons {
    list-style: none;
    display: flex;
    gap: 2.4rem;
}
.social-icon {
    height: 2.4rem;
    width: 2.4rem;
}
.copyright {
    font-size: 1.4rem;
    color: #767676;
    line-height: 1.6;
    margin-top: 6rem;
}
.footer-heading {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 4rem;
}
.footer-nav {
    list-style: none;
   
}
.year {
    color: #767676;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    list-style: none;
}
.footer-link:link,
.footer-link:visited {
    text-decoration: none;
    font-size: 1.6rem;
    color: #767676;
    transition: all 0.3s;
}
.footer-link:hover,
.footer-link:active {
    color: #363636;
}


.cont-ev {
    max-width: 120rem;
    margin: auto;
    margin-bottom: 12rem;
}
.editorial-board:hover {
    background-color: rgb(48, 202, 61);
}
.editors {
    list-style: none;
}
.edit-header {
    font-size: 3.4rem;
    margin-top: 1rem;
    margin-bottom: 6rem;
    color: #9FCE42;
}
.edit-label {
    font-size: 1.6rem;
    font-weight: bold;
    color: #9FCE42;
    opacity: 50%;
    margin-bottom: 1.4rem;
}
.edit-text { 
    font-size: 1.8rem;
    margin-bottom: 4.4rem;
    line-height: 1.6;
    color: #131313;
    font-weight: 800;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c7c7c7;
}
.edit-text:last-child {
    margin-bottom: 7.4rem;
    
}
.editors-list {

}
.home {
    padding: 4rem;
    padding-left: 4rem;
    
}
.back-icon {
    color: #131313;
    width: 4rem;
}



.footer-cont {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr;
    /* background-color: ; */
    gap: 2rem;
    max-width: 70rem;
    margin: 0 auto;
}
.footer {
    padding: 9.6rem 0 4.8rem 0;
    border-top: 2px solid #eee;
    /* #eee */
}
.footer-logo {
    display: block;
    margin-bottom: 8rem;
}
.header-image {
    width: 6rem;
    margin-bottom: 3.2rem;
}
.footer-logo {
    display: flex;
    flex-direction: column;
}
.overflow {
    padding-right: 1.8rem;
    margin-bottom: 8rem;
    font-size: 1.5rem;
    color: #767676;
}
.contacts {
    font-style: normal;
    font-size: 1.6rem;
}
.numbers {
    list-style: none;
    text-decoration: none; 
    color: #767676;
    font-size: 1.4rem;
    transition: all 0.3s;
}
.numbers:hover,
.numbers:active {
    color: #555;
    /* font-size: 1.6rem; */
} 
.social-icons {
    list-style: none;
    display: flex;
    gap: 2.4rem;
}
.social-icon {
    height: 2.4rem;
    width: 2.4rem;
}
.copyright {
    font-size: 1.4rem;
    color: #767676;
    line-height: 1.6;
    margin-top: 6rem;
}
.footer-heading {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 4rem;
}
.footer-nav {
    list-style: none;
   
}
.year {
    color: #767676;
}
.footer-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    list-style: none;
}
.footer-link:link,
.footer-link:visited {
    text-decoration: none;
    font-size: 1.6rem;
    color: #767676;
    transition: all 0.3s;
}
.footer-link:hover,
.footer-link:active {
    color: #363636;
}
