/*
Theme Name: GIOS Blog
Theme URI: https://blog.gioschool.com
Author: Serhii Kotliarov
Author https://kotliarov.dev
Description: Тема для сайту GIOS Blog
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, accessibility-ready
*/

.header{
    background-image: url('assets/img/header_backgraund.svg');
    background-size: cover;
    background-position: center;
    height: 80vh;
}

.nav-wrapper{
    position: relative;
    width: 100vw;
    background: #f9650b;
    z-index: 1;
}
.nav-wrapper .navbar {
    margin-bottom: 0;

}
.header.single{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
}
.header.single .post_title{
    padding-bottom: 0;
    z-index: 1;
}

.header.single .shadow{
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.navbar-light .navbar-nav .nav-link {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-left: 22px;
    padding-right: 22px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.post_title{
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 66px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 125px;
}

.post_content{
    padding-top: 125px;
    padding-bottom: 125px;

    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    text-align: justify;
    color: #000000;
}
.post_content p{
    margin-bottom: 3rem;
}

.post_content a{
    color: #000000;
}

.post_content img {
    max-width: 100%;
    height: auto;
}

.aligncenter{
	margin: 0 auto;
    display: block;
}

.main_content{
    padding-top: 125px;
    padding-bottom: 125px;
    background-image: url('assets/img/main_backgraund.svg');
}

.cat_row {
    margin-bottom: 76px;

}

.cat_title{
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 94px;
}
.cat_title a{
    color: #000000;
    text-decoration: none;
}
.cat_item{
    width: 357px;
    max-width: 100%;
    margin: 0 auto 35px auto;

}
.cat_item_img{
    margin-bottom: 30px;
}
.cat_item_img img{
    border: 2px solid #000000;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 15px;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.cat_item_date {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 15px;
}

.cat_item_title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 20px;
}

.cat_item_title a{
    text-decoration: none;
    color: #000000;
}

.cat_item_text{
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 29px;
    color: #000000;
}

.left_side .main_head_title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 33px;
}

.left_side .main_head_subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    color: #FFFFFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 80px;
}
.left_side .main_head_button, .post_social_button{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6F1FC5;
    box-shadow: 0px 5px 7px rgba(111, 31, 197, 0.28), 5px 10px 9px rgba(0, 0, 0, 0.39);
    border-radius: 25px;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    width: 391.78px;
    height: 57.72px;
    max-width: 100%;
    margin-bottom: 60px;
}

.right_side{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 164px;
}
.right_side img {
    width: 347px;
    max-width: 100%;

}

.navbar {
    margin-bottom: 140px;
}
.reg_button, .reg_button:hover {
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #F9650C;
}
.footer {
    background: #1E003F;
    min-height: 248px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer .footer_menu .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.footer .footer_menu a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
}

.copyright{
    font-style: normal;
    font-weight: 400;
    font-size: 12.8px;
    line-height: 16px;
    color: #8D8D8D;
    margin-top: 100px;
}

#scrollToTopButton{
    background: linear-gradient(90deg,#4d3366 1.81%,#40275a);
    mix-blend-mode: normal;
    border-radius: 47px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 14px 30px;
    border: none;
}
.footer_social {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.post_social {
    text-align: center;
}

.hr{
    width: 263px;
    height: 0;
    border: 1px solid #00000070;
    margin: 0 auto;
}
.post_social_text {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
}
.post_social_button{
    margin: 116px auto ;
}

@media (max-width: 991px) {
    .footer .footer_menu .nav{
        display: none;
    }
    .left_side .main_head_button{
        margin: 0 auto 60px auto;
    }
}

@media (max-width: 768px) {
    .post_title{
        font-size: 25px;
        line-height: 30px;
    }
    .post_content{
        font-size: 20px;
        line-height: 23px;
    }
    .post_social_text{
        font-size: 25px;
        line-height: 29px;
    }
    .left_side .main_head_button, .post_social_button{
        font-size: 20px;
        line-height: 24px;
    }
    .cat_item_date{
        font-size: 18px;
        line-height: 21px;
    }
    .cat_item_title{
        font-size: 25px;
        line-height: 29px;
    }
    .cat_item_text{
        font-size: 20px;
        line-height: 23px;
    }
    .cat_title{
        font-size: 30px;
        line-height: 35px;
    }
    .left_side .main_head_title{
        font-size: 28px;
        line-height: 34px;
    }
    .left_side .main_head_subtitle{
        font-size: 20px;
        line-height: 120%;
        background: rgba(249, 108, 11, 0.3);
        border: 2px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(15px);
        border-radius: 26px;
        padding: 17px 26px;
    }
    .navbar {
        margin-bottom: 56px;
    }
    .right_side{
        margin-bottom: 55px;
    }
    .footer_menu{
        display: none;
    }
    .footer_logo, .footer_social {
        width: 50%;
    }
    .copyright{
        margin-top: 30px;
    }
    .footer{
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }


}
