/*
Theme Name: Flagma Decor
Theme URI:
Author: Тарас Вихорак
Author URI:
Description: Опис вашої теми.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: your-theme-text-domain
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');
body{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #2d2626;
    overflow-x: hidden;
    width: 100%;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 15px;
}
a {
    color: #2d2626;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
a:hover{
    color: #FF8008;
    text-decoration: none;
}
p {
    font-size: 16px;
    line-height: 25px!important;
}
li, ol {
    font-size: 16px;
}
dl, ol, ul {
    margin: 0;
    padding: 0;
}
a.logo img{
}
.box-shadow{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
a.logo{
    text-decoration: none;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #2d2626;
    display: inline-flex;
    vertical-align: middle;
}
ul.header-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-menu li{
    padding: 10px;
    display: inline-block;
}
.header-menu li a{
    text-decoration: none;
    color: #2d2626;
    transition: 0.2s;
}
.header-menu li a:hover{
    text-decoration: none;
    color: #FF8008;
}
.btn-menu{
    background-color: transparent;
    padding: 10px 0px;
    margin-left: -5px;
    outline: none;
    border: none;
    cursor: pointer;
}
.header-ux{
    margin-right: -5px;
}
.header-ux a{
    font-weight: bold;
    text-decoration: none;
    color: #2d2626;
    padding: 3px 10px;
}
.header-ux a:nth-child(2){
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
}
.mobile-menu{
    list-style: none;
}
.mobile-menu li{
    padding: 10px 0px;
    border-bottom: 1px solid #d0d0d0;
}
ul.list-group-menu li{
    padding-left: 0px;
}
ul.menu-tags,
ul.menu-social{
    list-style: none;
    padding: 0;
}
ul.menu-tags li,
ul.menu-social li{
    display: inline-flex;
    margin-bottom: 3px;
}
ul.menu-tags li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding: 2px 7px;
    background-color: #b9b9b9;
    border-radius: 5px;
    transition: 0.2s;
}
ul.menu-tags li a:hover {
    background-color: #FF8008;
    color: #2d2626;
}
.videoblock{
    border-radius: 5px;
    height: 400px;
    position: relative;
    background-color: black;
    overflow: hidden;
    margin-bottom: 15px;
}
#myVideo{
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    opacity: 0.6;
}
.video-banner{
    max-width: 550px;
    position: absolute;
    z-index: 5;
    color: #ffffff;
    right: 10%;
    text-align: right;
    top: calc(50% - 80px);
}
.video-slogan{
    z-index: 5;
    color: #ffffff;
}
.half{
    width: 50%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    float: right;
}
.half img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 2s;
}
.half h2{
    font-size: 40px;
    font-weight: bold;
}
.half p{
    padding: 10px 0px;
    margin-bottom: 8px;
}
.half a{
    text-decoration: none;
}
.half p a{
    color: #ffad00;
    font-weight: bold;
}
.middle{
    position: absolute;
    width: 60%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 5;
}
ul#pagepiling li:nth-of-type(even) .half{
    float: left;
}
ul#pagepiling li.active .half img{
    transform: scale(1);
}
.btn-brand {
    padding: 11px 25px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #ffffff;
    border-radius: 50px;
    margin-right: 5px;
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837  51%, #FF8008  100%)
}
.btn-brand:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
.btn-brand-light {
    padding: 11px 25px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #ffffff;
    border-radius: 50px;
    margin-right: 5px;
    background-image: linear-gradient(to right, #b9b9b9 0%, #756f6f 51%, #b9b9b9  100%)
}
.btn-brand-light svg{
    position: relative;
    left: -10px;
    top: -1px;
    fill: #ffffff;
    transition: 0.5s;
}
.btn-brand-light:hover{
    background-position: right center; /* change the direction of the change here */
}
.btn-brand-light:hover svg{
    fill: #FF8008;
}
#pp-nav span{
    border-color: transparent!important;
    background-color: #b9b9b9;
}
#pp-nav li .active span, .pp-slidesNav .active span {
    background: #FF8008;
}
#section5{
    color: #b9b9b9;
}
.footer-list{
    list-style: none;
}
.footer-list li{

}
.footer-list li a{
    display: block;
    position: relative;
    background-color: #413c3c;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
}
.footer-list li a h3{
    width: calc(100% - 50px);
    font-size: 16px;
    position: relative;
    float: left;
    left: 50px;
    margin: 0;
    color: #b9b9b9;
}
.footer-list li a svg{
    width: 30px;
    position: relative;
    float: left;
}
.flagma-top{
    margin-top: 111px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
    border-radius: 5px!important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    border-radius: 5px!important;
}
.flagma-title{
    color: #FF8008;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.flagmafooter{
    padding: 100px 0px;
    background-color: #2d2626;
    height: auto;
    width: 100%;
    backface-visibility: hidden;
    margin-top: 15px;
    color: #b9b9b9;
}
.contactblock{
    padding-bottom: 100px;
}
.contactblock h2{
    font-size: 40px;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color: #c7b9b9;
    color: #2d2626;
}
.accordion-item {
    background-color: #f8f9fa;
    border-color: #c8b9b9;
}
@media (min-width: 992px){

}
@media (max-width: 992px) {
    ul.header-menu{
        display: none;
    }
    .half {
        width: 100%;
        height: 50vh;
    }
    a.logo{
        font-size: 20px;
    }
    .header-ux a{
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .middle {
        width: 80%;
        transform: translate(-50%, -55%);
    }
    .middle h2{
        font-size: 26px;
    }
    .contactblock h2{
        font-size: 26px;
    }
    .mobile-none{
        opacity: 0;
        height: 100px;
        overflow: hidden;
    }
}
