:root {
  --main-bg-color: #232429;
  --button-brand-color: #ffa51f;
}

body
{
    background-color: var(--main-bg-color);
    font-family: hopenSans;
    color: white;
    margin: 0;
}

@font-face {
  font-family: horizon;
  src: url(horizon.otf);
}

@font-face {
  font-family: hopenSans;
  src: url(OpenSans.ttf);
}

a
{
    color: inherit;
    text-decoration: inherit;
    display: block;
}

.right-upper-tile
{
    width: 25vw;
    height: fit-content;
}

.left-upper-tile
{
    margin-left: auto;
    width: 11vw;
}

.left-bottom-tile
{
    width: 18vw;
    height: fit-content;
}

.right-bottom-tile
{
    width: 23vw;
}

.flex
{
    display: flex;
    flex-wrap: wrap;
}

.background
{
    z-index: -20;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("background.jpg");
    background-repeat: no-repeat;
    background-origin: border-box;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

.goldColor
{
    color: var(--button-brand-color);
}

.menu
{
    width: 100%;
}


.menu_filter
{
    transition: background-color, 0.3s;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.background-filter
{
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: black;
}

.menu
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.menu_button
{
    padding: 10px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main_logo
{
    font-family: horizon;
    font-size: 40px;
    padding: 0 20px 0 0;
}

.menu_phone_button
{
    background-color: var(--button-brand-color);
    font-weight: bold;
    color: black;
    border: 0;
    border-radius: 25px;
    padding: 10px 45px;
    font-size: 20px;
    cursor: pointer;
}

.menu_welcome_button
{
    width: fit-content;
    padding: 13px 32px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.arrow_container
{
    font-size: 50px;
    color: var(--button-brand-color);
    width: calc(100% - 40px);
    position: absolute;
    bottom: 15px;
    text-align: center;
    z-index: -1;
}

.left_menu
{
    width: 70%;
}

.right_menu
{
    justify-content: center;
    align-items: center;
    margin-left: auto;

}

.section
{
    padding: 20px;
    width: calc(100vw - 20px);
    min-height: calc(100vh - 20px);
    box-sizing: border-box;
}

.welcome_image_container
{
    width: 100%;
    margin-top: 11vh;
    text-align: center;
    justify-content: center;
}

.section-welcome
{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.section-welcome img
{
    width: 25vw;
}

.w-100
{
    width: 100%;
}

.f-justify
{
    justify-content: center;
    align-items: center;
}

.services_block
{
    background-color: #2b2f3b;
    padding: 20px;
    font-size: 1vw;
    font-weight: bold;
    margin: 5px 0;
    width: 100%;
    align-items: center;
}

.services-header-cont
{
    width: 100%;
}

.services_block .fa-circle-check
{
    font-size: 1.5vw;
}

.services-left, .services-right
{
    width: 49%;
    box-sizing: border-box;
    padding: 20px;
}

.fa-circle-check, .fa-circle-exclamation
{
    color: var(--button-brand-color);
    margin-right: 5px; 
    font-size: 32px;
}

.about-left
{
    width: 30%;
    font-weight: bold;
    font-size: 1vw;
}

.about-right
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.about-tiles
{
    margin-left: auto;
    margin-right: auto;
}

.about-tile
{
    background-color: #2B2F3B;
    padding: 10px;
}

.gallery_column
{
    width: 23.4%;
    padding: 0 5px 0 5px;
}

.gallery_container
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.gallery_column img
{
    width: 100%;
}

.about-tile img
{
    width: 100%;
}

.two_services_blocks
{
    justify-content: space-between;
    width: 100%;
}

.slider_services_image
{
    width: 90%;
}

.header_container_gallery
{
    width: 100%;
    padding: 0 20px;
}

.contact_block
{
    text-align: center;
    font-size: 30px;
    min-width: 27vw;
    min-height: 10vw;
}

.gallery_photo
{
    padding: 5px 0 5px 0;
    height: fit-content;
}

.contact_block i
{
    font-size: 80px;
}

.gallery_block
{
    max-width: 20%;
}

.gallery_block img
{
    max-width: 100%;
}

.showphoto
{
    width: 100vw;
    height: 100vh;
    background-color: black;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
}

.section-about
{
    padding: 0 40px;
}

.image_big
{
    max-width: 100%;
    max-height: 100%;
}

.close
{
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: right;
    padding: 20px 20px 0 0;
    box-sizing: border-box;
}

.photo_cont
{
    width: 100%;
    height: 100%;
}

.services_header_block
{
    width: fit-content;
    height: fit-content;
    font-size: 1vw;
}

.two_services_blocks .services_block
{
    width: 43%;
}

.contact-header, .gallery_header
{
    width: fit-content;
    font-size: 1vw;
}

.last-contact-block
{
    font-size: 50px;
    margin-top: 50px;
    width: fit-content;
}

.gallery_header
{
    width: fit-content;
}

.about_us_desc, .contact_header
{
    padding: 0;
}

.pre-services
{
    font-size: 1vw;
}

.about-right-booster
{
    text-align: right;
    font-weight: bold;
    font-size: 1vw;
    width: 49%;
}

.about-left-booster
{
 width: 49%;
}

.booster
{
    width: 20vw !important;
}

.about-tile-booster 
{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 1000px) {
    .main_logo {
        font-size: 8.6vw;
        padding: 0;
    }
    .menu
    {
        width: 100vw;
    }

    .booster
    {
        width: 40vw !important;
    }

    .services_block .fa-circle-check
    {
        font-size: 3.5vw;
    }

    .menu_filter
    {
        padding: 10px;
    }

    .left_menu
    {
        width: 100%;
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    .right_menu
    {
        display: none;
    }

    .welcome_image_container img
    {
        width: 40vh;
        margin-top: 2vh;
        
    }

    .section-welcome
    {
        font-size: 6vw;
    }

    .menu_welcome_button
    {
        font-size: 4vw;
        padding: 10ox 27px;
    }

    .services-right
    {
        display: none;
    }

    .services-left
    {
        width: 100%;
        padding: 0;
    }

    .services_block
    {
        text-align: center;
        font-size: 3vw;
        padding: 12px;
        margin: 5px 0;
        justify-content: center;
    }

    .fa-solid
    {
        margin-left: auto;
        margin-right: auto;
        font-size: 6vw;
        margin-bottom: 5px;
    }

    .two_services_blocks .services_block
    {
        width: 34%;
        
    }

    .two_services_blocks
    {
        justify-content: space-around;
    }

    .services_header_block
    {
        width: 100%;
    }

    .i-cont
    {
        width: 100%;
    }

    .gallery_column
    {
        padding: 0 2px 0 2px;
    }

    .gallery_photo
    {
        padding: 1px 0 1px 0;
        height: fit-content;
    }
    
    .about-left, .about-right
    {
        width: 100%;
        text-align: center;
        font-size: 4vw;
    }

    .about-header
    {
        font-size: 5vw;
        box-sizing: border-box;
    }

    .contact-header
    {
        font-size: 5vw;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
    }

    .contact_block
    {
        min-width: 100px;
        min-height: 114px;
        margin: 5px 5px;
    }

    .contact_block .fa-solid, .contact_block .fa-envelope
    {
        font-size: 8vw;
    }

    .last-contact-block
    {
        font-size: 8vw;
        margin-top: 10px;
    }

    .section
    {
        width: 100vw;
    }

    .gallery_header
    {
        width: 100%;
        box-sizing: border-box;
        font-size: 5vw;
    }

    .services_header
    {
        font-size: 5vw;
        margin-top: 10px;
    }

    .header_container_gallery
    {
        padding: 20px 0 0 0;
    }

    .right-upper-tile
    {
        width: 36vw;
        height: fit-content;
    }

    .left-upper-tile
    {
        margin-left: auto;
        width: 18vw;
    }

    .left-bottom-tile
    {
        width: 26vw;
        height: fit-content;
    }

    .right-bottom-tile
    {
        width: 33vw;
    }
    .section-gallery
    {
        min-height: auto;
    }
}
