
/**/
.line {
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
}
/*blcok page*/
.block_page {
    width: fit-content;
    width: -moz-fit-content; /*for mozilla*/
    height: fit-content;
    height: -moz-fit-content; /*for mozilla*/
    width: 470px;
    height: 350px;
    /*design*/
    background-color:white;
    box-shadow: 0px 0px 0px 0px #3b3b3b;
    color: #000000;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    transition: 0.5s;
    float: left;
    position: relative;
    overflow: hidden;
}
.block_page:hover {
    box-shadow: 0px 10px 20px 5px #3b3b3b;
    cursor: default;
}
/*main-section-pages*/
.main-section {
    width: fit-content;
    width: -moz-fit-content; /*for mozilla*/
    height: min-content;
    height: -moz-fit-content; /*for mozilla*/
    max-width: 78%;
    /*design*/
    background-color:rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 30px 0px #3b3b3b;
    color: #fff;
    border-radius: 30px;
    margin-top: 100px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    transition: 0.5s;
    display: flex;
}
.main-section {
    animation-duration: 3s;
    visibility: hidden;
    animation: zoomInZoom2 1.5s;
    visibility: unset;
}
/**/
.img {
    max-width: 100%;
    max-height: 200px;
    position: relative;
    display: flex;
}
#pagan {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 193px;
    position: relative;
    display: flex;
}
#egyipt {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    max-height: 200px;
    position: relative;
    display: flex;
}
#adler {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    max-height: 200px;
    position: relative;
    display: flex;
}
#swf {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    max-height: 160px;
    position: relative;
    display: flex;
}
#ph {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    max-height: 180px;
    position: relative;
    display: flex;
}
#tales {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    max-height: 180px;
    position: relative;
    display: flex;
}
#movie {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    max-height: 200px;
    position: relative;
    display: flex;
}
#brushy {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    max-height: 200px;
    position: relative;
    display: flex;
}
@media (max-width: 1080px) {
    /*blcok page*/
.block_page {
    width: fit-content;
    width: -moz-fit-content; /*for mozilla*/
    height: fit-content;
    height: -moz-fit-content; /*for mozilla*/
    width: 100%;
    max-height: 415px;
    /*design*/
    background-color:white;
    box-shadow: 0px 0px 0px 0px #3b3b3b;
    color: #000000;
    border-radius: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    transition: 0.5s;
    float: center;
}
/*main-section-pages*/
.main-section {
    width: fit-content;
    width: -moz-fit-content; /*for mozilla*/
    height: fit-content;
    height: -moz-fit-content; /*for mozilla*/
    max-width: 80%;
    /*design*/
    background-color:rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 30px 0px #3b3b3b;
    color: #fff;
    border-radius: 30px;
    margin-top: 100px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    transition: 0.5s;
    display: flex;
}
.main-section {
    animation-duration: 3s;
    visibility: hidden;
    animation: zoomInZoom2 1.5s;
    visibility: unset;
}
}
/*buttons*/
section a {
    text-decoration: none;
    cursor: default;
}
section a:hover {
    text-decoration: none;
    cursor: default;
}
section a:active {
    text-decoration: underline;
    cursor: default;
}