* {
    box-sizing: border-box;
}

body {
    background-color: #64d6ffbb;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
}

.page_wrapper {
    width: 1200px;
    margin: 20px auto;
    height: auto;
}

.header {
    background-image: url("https://mir-s3-cdn-cf.behance.net/087ad55596f9b244892b7a283f630a12/19bc4e6d-7e75-443e-8cef-23a04faa1a7d_rwc_0x1593x5731x632x5731.jpg?h=25b4a4712d32da528fbe71fcd23e3463");
    text-align: left;
    height: 250px;
    display: flex;
    justify-content: end;
    border: solid 2px #666;
    margin: 0 0 5px 0;
}

.header .discribe {
    width: 400px;
    padding: 50px 0px 0 0;
    line-height: 15px;
}

main {
    height: auto;
    background-color: #e7f8ffd9;
    border: 2px solid #666;
    padding: 0 0 10px 0;
}

.nav_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin: 10px 10px 10px 10px;
    background-color: #e8fbff;
    padding: 20px 10px 20px 40px;
    color: #25659a;
    font-weight: 600;
    border: 1px solid #ccc;
}

#home {
    padding: 0 0 0 20px;
}

.content {
    display: flex;
    gap: 0px;
    height: auto;
    /* background-color: #fff; */
}

.aside_menu {
    width: 300px;
    flex-shrink: 0;
    margin: 0 10px 0 10px;
    padding: 0 0 0 0;
    height: auto;

}

.main_menu {
    background-color: #90efefa8;
    padding: 18px 15px;
    font-size: 27px;
}

.main_menu i,
.block i {
    position: relative;
    padding: 0px 10px 0px 0px;
    font-size: 24px;
}

.sidebar_menu ul {
    /* list-style-type: none; */
    padding: 0 0 0 0;
    margin: 20px 5px;
}

.sidebar_menu li {
    margin: 0 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
}

.sidebar_menu a {
    text-decoration: none;
    color: #334960;
    display: inline-block;
    padding: 5px 0;
}

.sidebar_menu a:hover {
    text-decoration: underline;
}

.sidebar_menu a i {
    text-align: center;
    width: 10px;
    margin: 0 15px 0 0px;
}

.block {
    background-color: #90efefa8;
    padding: 18px 15px;
    font-size: 27px;
}

.block-under {
    padding: 20px 20px 20px 20px;
}

.block_text {
    padding: 10px 20px;
    line-height: 22px;
}


.main_part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 0 0 0 10px;
    border-left: 1px solid #66666655;
    height: auto;
}

.gallery {
    grid-column: span 2;
}


.gallery {
    height: 340px;
    padding: 0 30px 0 0;
}

.other_service {
    border-left: 1px solid #66666655;
    padding: 0 0 0 15px;
}

.gallery_title,
.subscription_title,
.other_service_title {
    font-size: 30px;
    line-height: 10px;
}

.gallery_description {
    line-height: 28px;
    text-align: left;
}

.other_service_description,
.subscription_description {
    text-align: left;
    line-height: 24px;
    width: 400px;
    padding: 0 0px 0 0;
}

.sub_button,
.other_serv_button {
    padding: 20px 0 0 0;
}

.sub_button button,
.other_serv_button button {
    background-color: #90efefa8;
    width: 33%;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    /* border-style: none; */
    border: 2px solid #777;
    transition: all 0.5s ease;
}


footer {
    margin: 30px 10px 0 10px;
    background-color: #90efefa8;
    padding: 20px;
    text-align: center;
}

.sub_button button:hover,
.other_serv_button button:hover {
    /* animation: 0.3s linear  forwards alternate color-change; */
    transform: scale(105%);
    background-color: #52fcf1;
}