@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.3.1/css/ion.rangeSlider.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/css/bootstrap-grid.min.css');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Extra Sections */
.za-header-wrap {
    display: flex
;
    align-items: center;
}
section .section-inner {
    max-width: 1200px;
}
.banner.html-bnr .banner-wpr {
    min-height: 300px;
}
.banner.html-bnr .banner-wpr {
    border: 1px solid #c4c8cc;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: stretch;
}
.banner.html-bnr .banner-wpr .banner-img {
    min-height: 300px;
    width: 400px;
}
.banner.html-bnr .banner-wpr .banner-text {
        padding: 60px;
}
.blink {
    animation: blink-animation 3s steps(4, start) infinite;
}

.blink strong {
    font-weight: bold;
}

/* Keyframes for blinking effect */
@keyframes blink-animation {
    50% {
        visibility: hidden;
    }
}

    
/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

/* ol, ul {
	list-style: none;
} */

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input,
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    height: 13px;
    /* 3 */
    width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.header__form-checkbox {
    display: flex;
}

.iti__selected-dial-code,
.iti__arrow {
    color: #000 !important;
    border-top-color: #000 !important;
}

.iti {
    width: 100% !important;
}

.iti__country {
    color: #000 !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code.phoneWrapper {
    width: 100% !important;
}

input {
    box-sizing: border-box;
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}

.header {
    background: url("header-bg.png") top center no-repeat, #fff;
    object-fit: contain;
    /* padding-bottom: 400px; */
    padding-bottom: 250px;
    background-size: cover;

}

.header__text {
    margin-top: 75px;
    margin-bottom: 125px;
}

.header__text-top {
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    color: #252525;
}

.header__text-bottom {
    font-size: 29px;
    line-height: 43px;
    text-align: center;
    color: #252525;
}

.header__video {
    border-radius: 11px;
}

.imperial {
    background-color: #252525;
    padding-bottom: 80px;
}

.imperial__box {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 42px 36px;
}

.imperial__box-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-bottom: 70px;
}

.imperial__box-items {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.imperial__box-items_text p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

.imperial__box-items:last-child {
    margin-bottom: 0;
}

.imperial__box-items_img {
    margin-right: 40px;
}

.imperial__wrapper {
    background: #5587CB;
    box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 42px 45px 1px;
}

.imperial__wrapper-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.imperial__wrapper-items {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.imperial__wrapper-items_text p {
    font-size: 25px;
    line-height: 26px;
    color: #FFFFFF;
}

.imperial__wrapper-items_img {
    margin-right: 40px;
}

.imperial__desc {
    background: url("../img/imperial-bg.png") top center no-repeat;
    object-fit: contain;
    border-radius: 15px;
    height: 100%;
    position: relative;
    display: flex;
}

.imperial__desc-box {
    max-width: 610px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(27px);
    border-radius: 15px;
    padding: 30px;
    margin: auto;
}

.imperial__desc-box_text {
    font-weight: normal;
    font-size: 22px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.imperial__desc-box_text:last-child {
    margin-bottom: 0;
}

.imperial .row__ceo {
    margin-top: 40px;
}

.imperial__ceo-img {
    position: relative;
}

.imperial__ceo-img img {
    max-width: 100%;
}

.imperial__ceo-box {
    position: absolute;
    bottom: 16px;
    left: 35px;
    background: linear-gradient(90deg, #5587CB 32.68%, rgba(196, 196, 196, 0) 104.3%);
    border: 1px solid #5587CB;
    border-radius: 7px;
    padding: 10px;
}

.imperial__ceo-box_name {
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
}

.imperial__ceo-box_position {
    font-size: 15px;
    color: #FFFFFF;
}

.projects {
    background: linear-gradient(180deg, #252525 -5%, rgba(37, 37, 37, 0) 100%), url("bg2.png") top center no-repeat;
    background-size: cover;
    object-fit: cover;
    padding-top: 180px;
}

.projects__title {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.projects .row__projects {
    padding-top: 75px;
    margin-bottom: 140px;
}

.projects__wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.projects__wrapper-img img {
    max-width: 100%;
    border-radius: 15px;
}

.projects__wrapper-items {
    position: absolute;
    bottom: 80px;
    left: 20px;
    color: #FFFFFF;
    font-weight: 700;
}

.projects__wrapper-items_name {
    font-size: 30px;
    margin-bottom: 30px;
}

.projects__wrapper-items_exxon {
    margin-bottom: 13px;
}

.projects__wrapper-items_text {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 380px;
}

.projects__wrapper-items_profit {
    margin-bottom: 20px;
    font-size: 16px;
}

.projects__wrapper-items_btn {
    position: absolute;
    bottom: -40px;
    background: #E11A1A;
    box-shadow: inset 0px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    padding: 5px 87px;
}

.projects .gas {
    padding-bottom: 100px;
}

.projects .gas__title {
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.projects .gas__form {
    max-width: 388px;
    display: block;
    margin: 0 auto;
    margin-top: 75px;
}

.footer {
    background: #FFFFFF;
    padding-top: 30px;
}

.footer__payments img {
    max-width: 100%;
}

.footer__text {
    text-align: center;
    margin-top: 30px;
}

.footer__email {
    text-align: center;
    margin-top: 30px;
}

.footer__pr {
    text-align: center;
    margin: 50px 0;
}

@media (max-width: 1920px) {
    .projects .gas {
        padding-bottom: 250px;
    }
}

@media (max-width: 1400px) {
    .imperial__desc-box {
        max-width: 500px;
    }
}

@media (max-width: 1200px) {
    .header {
        padding-bottom: 180px;
    }

    .header__video {
        margin-bottom: 20px;
    }

    .imperial .row__ceo {
        flex-direction: column-reverse;
    }

    .imperial__wrapper {
        margin-top: 30px;
    }

    .imperial__desc {
        padding: 40px;
    }

    .imperial__ceo {
        margin: 20px 0;
        display: flex;
        justify-content: center;
    }

    .projects {
        padding-top: 50px;
    }

    .projects__wrapper {
        margin-bottom: 20px;
    }

    .projects__wrapper-items {
        left: 300px;
    }

    .projects .gas {
        padding-bottom: 120px;
    }

    .projects .gas__title {
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    .container {
        width: inherit;
    }
}

@media (max-width: 992px) {
    .container {
        width: 100%;
    }

    .projects__wrapper-items {
        left: 185px;
    }

    .header__text-top {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {

    .projects__title {
        font-size: 24px;
    }

    .projects__wrapper-items {
        left: 90px;
    }

    .projects__wrapper-items_name {
        font-size: 24px;
    }

    .projects__wrapper-items_text {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .container {
        width: inherit;
    }

    .header__text {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .header__text-top {
        font-size: 24px;
        line-height: inherit;
    }

    .header__text-bottom {
        margin-top: 20px;
        line-height: inherit;
        font-size: 18px;
    }

    .imperial__wrapper {
        padding: 35px 32px 1px;
    }

    .imperial__box-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .imperial__wrapper-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .imperial__wrapper-items {
        margin-bottom: 20px;
    }

    .imperial__box-items_text p {
        font-size: 16px;
    }

    .imperial__wrapper-items_text p {
        font-size: 12px;
    }

    .imperial__desc {
        padding: 20px;
    }

    .imperial__desc-box_text {
        font-size: 14px;
    }

    .imperial__desc-box {
        padding: 15px;
    }

    .projects .row__projects {
        margin-bottom: 50px;
    }

    .projects .gas__form {
        margin-top: 50px;
    }
}

@media (max-width: 580px) {
    html, body {
        overflow-x: hidden !important;
    }
    .projects__wrapper {
        margin-bottom: 20px;
    }

    .projects__wrapper-items {
        left: 65px;
    }
}

@media (max-width: 480px) {
    .projects__wrapper {
        margin-bottom: 20px;
    }

    .projects__wrapper-items {
        left: 25px;
    }

    .header__logo {
        padding-top: 16px;
    }

    .header__logo img {
        width: 105px;
    }
}

@media (max-width: 350px) {
    .imperial__desc-box {
        padding: 15px;
    }

    .imperial__desc-box_text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .imperial__desc-box_text:last-child {
        margin-bottom: 0;
    }
}

.js-range-slider {
    display: none;
}

/* Video */
.jw-state-idle .jw-title,
.jwplayer.jw-state-complete:not(.jw-flag-casting):not(.jw-flag-audio-player):not(.jw-flag-overlay-open-related) .jw-title,
body .jwplayer.jw-state-error .jw-title {
    display: none !important;
}


