/*!
Theme Name: Presentation LP
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: presentation-lp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Presentation LP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* FONTS */
@import url('css/typography.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* VARIABLES */
:root {
    --bs-body-font-family: 'Roboto', sans-serif;
    --lp-second-font: 'Google Sans', sans-serif;

    --bs-body-color: #000000;
    --lp-orange-color: #e88518;
    --lp-red-color: #f11f00;
    --lp-info-color: #fdf8f3;
    --lp-border-color: #fdf5ed;
    --lp-dark-color: #1a0f04;
}

/* ELEMENTS */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.landing {
    overflow-x: hidden;
}

.btn {
    color: var(--bs-white);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}
.btn .icon,
.contacts-item .icon {
    background-color: var(--lp-orange-color);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.btn svg {
    fill: var(--bs-white);
    width: 14px;
    height: 14px;
}
.btn-link {padding: 0;}

.btn-icon {
    border-radius: 30px 8px 8px 30px;
    padding: 8px 20px 8px 10px;
    background-color: rgba(26, 15, 4, .2);
}
.btn-icon:hover {
    background-color: rgba(26, 15, 4, .75);
    border-color: rgba(26, 15, 4, .15);
}

.btn-warning {
    background-color: var(--lp-orange-color);
    border-color: var(--lp-orange-color);
    font-size: 14px;
    padding: 14px 15px;
    text-transform: uppercase;
}
.btn-warning:hover,
.btn-danger:hover {
    background-color: var(--lp-dark-color);
    border-color: var(--lp-dark-color);
    color: var(--bs-white);
}

.btn-danger,
.btn-danger:disabled {
    text-transform: uppercase;
    font-size: 14px;
    background-color: var(--lp-red-color);
    border-color: var(--lp-red-color);
    padding: 14px 30px;
}

.bg-dark {background-color: #1a0f04 !important;}


/* --- NAVBAR --- */
.navbar {
    color: var(--bs-white);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    z-index: 33;
}
.navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar-brand img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.navbar .btn.phone {margin-left: 30px;}
.navbar .btn.phone .icon {transform: rotate(-45deg);}

/* --- FOOTER --- */
.landing--footer {
    padding-top: 140px;
}
.landing--footer h2 {
    font-family: var(--lp-second-font);
    margin-bottom: 30px;
}
.landing--footer__contacts {margin-bottom: 22px;}
.landing--footer__contacts .contacts-item {
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    padding: 8px 20px 8px 10px;
    background-color: #2b2016;
    color: var(--bs-white);
    margin: 0 26px 30px 0;
    text-decoration: none;
}
.landing--footer__contacts .contacts-item svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}
.landing--footer__delivery ul {
    list-style-type: none;
    column-count: 3;
    column-gap: 30px;
    margin: 0 0 46px;
    padding: 0;
    font-family: var(--lp-second-font);
    font-weight: 700;
    font-size: 14px;
}
.landing--footer__delivery ul li {
    padding-left: 20px;
    margin-bottom: 9px;
    background-image: url('img/check-solid.svg');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 0 6px;
}
.landing--footer__location {
    padding-top: 100px;
}
.landing--footer__location .icon {
    width: 50px;
    height: 50px;
    background-color: var(--lp-orange-color);
    color: var(--bs-white);
    margin-right: 20px;
}
.landing--footer__location .icon svg {
    width: 20px;
    fill: currentColor;
}
.landing--footer__location .address-url {
    color: var(--bs-white);
    font-family: var(--lp-second-font);
    text-decoration: none;
}
.landing--footer__gallery-trigger {
    color: var(--lp-orange-color);
    font-size: 15px;
    font-weight: 700;
}
.landing--footer__gallery-trigger:hover {
    color: inherit;
    text-decoration: none;
}

.copyright {
    border-color: #31271d !important;
    font-size: 14px;
    padding: 25px 0 24px;
}
.copyright a {
    color: var(--bs-white);
}

/* --- SECTIONS && Sections titles --- */
.landing--section {
    padding-top: 82px;
    position: relative;
    overflow: hidden;
}
.landing--section__intro {margin-bottom: 49px;}
.landing--section__intro h2,
.landing--footer h2 {font-size: 38px;}
.landing--section__intro h2 span,
.landing--section__intro h3 span,
.landing--footer h2 span {color: var(--lp-orange-color);}
.landing--section--bottom-gradient::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: -moz-linear-gradient(top,  rgba(232,133,24,0) 0%, rgba(232,133,24,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(232,133,24,0) 0%,rgba(232,133,24,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(232,133,24,0) 0%,rgba(232,133,24,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e88518', endColorstr='#33e88518',GradientType=0 ); /* IE6-9 */
}
.landing--section--bottom-gradient .container {
    position: relative;
    z-index: 3;
}
.landing--section--bg-overlay {
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, .25);
    background-blend-mode: multiply;
    background-attachment: fixed;
}

/* ------------ HOMEPAGE ------------ *\
/* ---------------------------------- *\

/* showcase */
.landing__showcase {
    background-color: rgba(5,5,5, .65);
    background-blend-mode: overlay;
    background-size: cover;
    color: var(--bs-white);
    padding-top: 160px;
    padding-bottom: 90px;
    height: 100vh;
}
.landing__showcase h2 {
    font-family: var(--lp-second-font);
    font-weight: 700;
    font-size: 46px;
    line-height: 64px;
}
.card-description {
    font-size: 22px;
}
.card-description p strong {
    color: var(--lp-orange-color);
    font-weight: 400;
}
.card-description__preview {max-width: 160px;}

.landing__showcase__numbers {
    font-size: 14px;
    justify-content: space-between;
    padding-top: 21px;
}
.landing__showcase__numbers .count {
    font-family: var(--bs-body-font-family);
    margin-bottom: 0;
}
.landing__showcase__numbers .item:last-of-type .count::before {content: "+";}

/* products */
.landing--section--products {padding-bottom: 50px;}
.icon-blk img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}
.icon-blk h5 {
    color: var(--lp-dark-color);
    font-size: 18px;
}
.icon-blk--10 img,
.icon-blk--11 img {max-width: 55px;}

.icon-blk div.icon {
    width: 120px;
    height: 120px;
}
.icon-blk div.icon img {
    width: 60px;
    height: 60px;
}

.landing--section--products hr {
    border-top: 2px solid #ececec;
    margin: 27px 0 40px;
    opacity: 1;
}
.landing--section--products .btn-danger {min-width: 240px;}

/* services */
.landing--section--services {padding-bottom: 60px;}
.service-item {
    background-size: cover;
    background-color: rgba(5,5,5, .35);
    background-blend-mode: overlay;
    height: 460px;
    padding: 23px 30px;
    margin-bottom: 30px;
}

/* company details */
.landing--section--company {
    padding-bottom: 82px;
}
.video-presentation--title {
    font-size: 24px;
    margin-bottom: 24px;
    padding: 0 30px;
}
.video-presentation--title span {color: var(--lp-orange-color);}
.company-video-presentation {
    width: 300px;
    height: 260px;
    position: relative;
}
.company-video-presentation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fdf5ed;
    margin: 30px;
    z-index: -1;
}
.company-video-presentation iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing--section--company__details {
    column-count: 2;
    column-gap: 60px;
}
.landing--section--company__details .item {
    break-inside: avoid;
    margin-bottom: 20px;
}
.landing--section--company__details .item span {
    font-size: 14px;
    color: #ccc;
}

/* Projects section */
.landing--section--projects .landing--section__intro {
    height: calc(100% - 60px);
}
.landing--section--projects .landing--section__intro .description {
    opacity: .75;
}
.landing--section .hashtag {
    color: var(--lp-orange-color);
    font-weight: 700;
    font-size: 100px;
    font-family: var(--lp-second-font);
    line-height: 1;
    opacity: .5;
}

.projects--wrapp {
    background-color: #fef9f3;
    padding: 90px 0 300px 10%;
    margin-bottom: 60px;
}
.projects-carousel .carousel-control {
    color: var(--lp-orange-color);
    top: auto;
    margin-bottom: -210px;
    opacity: 1;
    width: auto;
    gap: 10px;
    font-weight: 700;
    font-family: var(--lp-second-font);
}
.projects-carousel .carousel-control svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.projects-carousel .carousel-control-next {margin-right: 60px;}

.projects-carousel__item .project-year {
    font-family: var(--lp-second-font);
    color: #ccc;
}
.projects-carousel__item h3 {
    font-weight: 700;
    margin-bottom: 7px;
}
.projects-carousel__item p {
    margin-bottom: 24px;
}
.project-gallery .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.project-gallery .slick-arrow,
.partners-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 3;
    width: 30px;
    height: 30px;
    background-color: var(--bs-white);
    border-radius: 50%;
    text-indent: -99999px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    opacity: 0;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.project-gallery .slick-arrow.slick-prev,
.partners-carousel .slick-arrow.slick-prev {
    left: 0;
    margin-left: 30px;
    background-image: url('img/arrow-left.svg');
}
.project-gallery .slick-arrow.slick-next,
.partners-carousel .slick-arrow.slick-next {
    right: 0;
    margin-right: 30px;
    background-image: url('img/arrow-right.svg');
}
.project-gallery:hover .slick-arrow {
    opacity: 1;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* steps */
.landing--section--steps {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 60px;
}
.landing--section--steps::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.landing--section--steps .icon-blk--2 {padding-top: 40px;}


/* Clients Testimonials */
.landing--section--testimonials {
    padding-bottom: 60px;
}
.testimonials-carousel {font-size: 18px;}
.testimonials-carousel .carousel-item {
    height: 500px;
    margin-bottom: 30px;
}
.testimonials-carousel .client {font-size: 14px;}
.testimonials-carousel .client img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
}
.testimonials-carousel .carousel-indicators {
    margin: 0;
    width: 100%;
}
.testimonials-carousel .carousel-indicators button {
    border: none;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #d1cfcd;
    opacity: 0.5;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    transition-delay: 0.5s, 0.5s, 0s;
}
.testimonials-carousel .carousel-indicators button.active {
    opacity: 1;
    width: 40px;
    transition-delay: 0s;
    background-color: var(--lp-orange-color);
  }


/* partners Testimonials */
.landing--section--partners-testimonials {
    background-color: #fef9f3;
    padding-top: 82px;
    padding-bottom: 120px;
}
.landing--section--partners-testimonials .carousel {
    display: flex;
    justify-content: space-between;
}
.landing--section--partners-testimonials .carousel-indicators {
    margin: 0;
    flex: 0 0 50%;
    min-width: 50%;
}
.landing--section--partners-testimonials .carousel-indicators__item {
    width: auto;
    height: auto;
    margin: 0;
    padding-top: 26px;
    text-indent: 0;
    border: none;
    border-bottom: 1px solid #999;
    background-color: transparent;
    font-size: 14px;
    color: #333;
}
.landing--section--partners-testimonials .carousel-indicators__item h4 {
    color: var(--bs-body-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.landing--section--partners-testimonials .carousel-indicators__item a {color: var(--lp-orange-color);}
.landing--section--partners-testimonials .carousel-inner {
    flex: 0 0 30%;
    min-width: 30%;
    margin-top: -100px;
}
.landing--section--partners-testimonials .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
}
.landing--section--partners-testimonials .carousel-item img {
    width: 100%;
    height: 690px;
    object-fit: cover;
    object-position: center;
}
.landing--section--partners-testimonials .carousel-control-prev,
.landing--section--partners-testimonials .carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--bs-white);
    opacity: 1;
    top: auto;
    bottom: 0;
    margin-bottom: 30px;
    padding: 16px;
    color: var(--lp-orange-color);
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.landing--section--partners-testimonials .carousel-control-prev {
    left: auto;
    right: 80px;
    margin-right: 15px;
}
.landing--section--partners-testimonials .carousel-control-next {
    margin-right: 30px;
}
.landing--section--partners-testimonials .carousel-control-prev:hover,
.landing--section--partners-testimonials .carousel-control-next:hover {color: var(--bs-body-color);}


/* .partners-carousel .item img {
    width: 100%;
    height: 670px;
    object-fit: cover;
}
.partners-carousel .slick-arrow {
    opacity: 1;
    visibility: visible;
    top: 100%;
    margin-top: -60px;
    z-index: 3;
}
.partners-carousel .slick-arrow.slick-prev {
    left: 100%;
    margin-left: -100px;
} */


/* press release section */
.landing--section--press {
    background-image: url('img/tapes.jpeg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 35%;
    padding-bottom: 200px;
}
.press-grid-blk {
    margin-bottom: 30px;
}
.press-grid-blk h5 {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 17px;
}
.press-grid-blk a {
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
}

/* contact section */
.landing--section--contact {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(1, 1, 1, .85);
    background-blend-mode: overlay;
    background-attachment: fixed;
    color: var(--bs-white);
    padding-top: 100px;
    padding-bottom: 120px;
}

.landing--section--contact .wpcf7 {padding-right: 90px;}
.form-group .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(51,51,51, .8);
    border-radius: 0;
    color: var(--bs-white);
    padding: 15px 10px;
}
.form-group .wpcf7-list-item {
    font-size: 14px;
    margin: 20px 0 30px;
}
.form-group .btn {
    min-width: 100%;
}
.form-check-input:checked {
    background-color: var(--lp-orange-color);
    border-color: var(--lp-orange-color);
}

/*=============================================
=               Success Page                  =
=============================================*/
.success-wrapp {
    font-size: 21px;
    font-weight: 500;
}
.success-wrapp h1 {
    font-family: var(--second-font);
    font-weight: 800;
    line-height: 51px;
    margin-bottom: 14px;
}
.success-wrapp p {margin-bottom: 45px;}
.success-wrapp p:last-of-type {
    margin-bottom: 0;
    font-weight: 700;
    float: left;
    width: 55%;
}
.success-wrapp p:last-of-type::after {display: none;}

.addtoany_shortcode a {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--lp-orange-color);
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/*=============================================
=                Error page                  =
=============================================*/
.error-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    font-size: 18px;
    min-height: 100vh;
}
.error-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,.2);
}
.error-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}
.error-content h1 {
    font-size: 12vw;
    font-weight: 700;
    margin-bottom: 0;
}
.error-content p {
    margin-bottom: 0;
}
.error-content a {
    font-weight: 600;
    color: var(--white);
    text-decoration: underline;
}
.error404 .navbar,
.error404 .lp-footer {display: none !important;}



/* RESPONSIVE */
@media (max-width: 991.98px) { 

    .landing--section--bg-overlay,
    .landing--section--steps {background-attachment: scroll;}

    .landing--footer__delivery ul {column-count: 2;}

}

@media (max-width: 575.98px) {
    .btn-warning {min-width: 100%;}

    .landing--section {
        padding-top: 42px;
    }
    .landing--section__intro {margin-bottom: 29px;}
    .landing--section__intro h2, 
    .landing--footer h2 {font-size: 30px;}
    .landing--section__intro h2 br, 
    .landing--footer h2 br {display: none;}

    .navbar__contacts a.mail {margin-bottom: 20px;}

    .landing__showcase {
        height: auto;
        padding-top: 176px;
        padding-bottom: 36px;
    }
    .landing__showcase h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .card-description__preview {max-width: 140px;}
    .landing__showcase__numbers {
        flex-wrap: wrap;
    }
    .landing__showcase__numbers .item {
        flex: 0 0 50%;
        min-width: 50%;
        margin-bottom: 24px;
    }
    .landing--section--services,
    .landing--section--company,
    .landing--section--contact {padding-bottom: 20px;}

    .company-video-presentation {margin-bottom: 50px;}
    .landing--section--company__details {column-count: 1;}

    .landing--section .hashtag {font-size: 74px;}

    .projects--wrapp {
        margin-bottom: 0;
        padding: 40px 0 100px 10%;
    }
    .projects-carousel .carousel-control {
        font-size: 12px;
        margin-bottom: -60px;
    }
    .projects-carousel .carousel-control-next {margin-right: 30px;}
    .project-gallery .slick-arrow, .partners-carousel .slick-arrow {opacity: .75;}
    .project-gallery .slick-arrow.slick-prev {margin-left: 15px;}
    .project-gallery .slick-arrow.slick-next {margin-right: 15px;}

    .landing--section--steps .icon-blk--2 {padding-top: 0;}

    .landing--section--partners-testimonials {padding-bottom: 50px;}
    .landing--section--partners-testimonials .landing--section__intro {margin-bottom: 29px !important;}
    .landing--section--partners-testimonials .carousel {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .landing--section--partners-testimonials .carousel-inner {margin-top: 0;}
    .landing--section--partners-testimonials .carousel-item img {
        height: 250px;
        object-position: top;
    }
    .landing--section--partners-testimonials .carousel-indicators__item {display: none;}
    .landing--section--partners-testimonials .carousel-indicators__item.active {display: block;}
    .landing--section--partners-testimonials .carousel-control-prev, 
    .landing--section--partners-testimonials .carousel-control-next {
        bottom: auto;
        top: 180px;
    }
    .landing--section--press {
        background-size: 100%;
        padding-bottom: 100px;
    }

    .landing--section--contact .wpcf7 {padding-right: 0;}

    .landing--footer {
        padding-top: 70px;
    }
    .landing--footer .navbar-brand {
        display: block;
        margin-bottom: 20px;
    }
    .landing--footer__location {
        padding-top: 0px;
        margin-bottom: 40px;
    }

    .success-wrapp {height: 100%;}
}