/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Oswald:wght@400&display=swap');
@font-face {
    font-family: 'Amithen';
    src: url(../fonts/amithen-webfont.woff2);
}
:root {
    --zeinet-font: 'Manrope', sans-serif;
    --zeinet-reey-font: "reeyregular";
    --font-primary: 'Manrope', sans-serif;
    --font-secondary: 'Manrope', cursive;
    --zeinet-gray: #818487;
    --zeinet-gray-rgb: 129, 135, 132;
    --zeinet-white: #ffffff;
    --zeinet-white-rgb: 255, 255, 255;
    --zeinet-base: #0D5396;
    --zeinet-base-rgb: 13, 83, 150;
    --zeinet-black: #20315A;
    --zeinet-black-rgb: 48, 53, 58;
    --zeinet-primary: #20315A;
    --zeinet-primary-rgb: 8, 159, 172;
    --zeinet-extra: #f7f5f1;
    --zeinet-extra-rgb: 247, 245, 241;
    --zeinet-bdr-color: #e6e1d8;
    --zeinet-bdr-color-rgb: 230, 225, 216;
    --zeinet-letter-spacing: -0.04em;
    --zeinet-letter-spacing-two: -0.02em;
  
}

/* Global */

h2 {
    font-family: var(--font-secondary);
}
.contact-page__form-select-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-page__form-select-box select {
    height: 50px;
    width: 100%;
    border: none;
    background-color: var(--zeinet-extra);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--zeinet-gray);
    display: block;
    font-weight: 500;
}


/* .main-menu-two.stricky-fixed .main-menu__list>li.current>a,
.main-menu-two.stricky-fixed .main-menu__list>li:hover>a,
.main-menu-two.stricky-fixed .main-menu__list>li>a {
    color: var(--zeinet-gray);
} */
.main-menu .mobile-nav__toggler {
    color: var(--zeinet-base);
}
.main-menu-two__logo {
    /* padding: 24px 0; */
}
.image-layer-two {
    height: 100vh;
}



/* Home - Page */
.section-title .logo {
    width: 600px;
    height: 300px;
}
.brand-one {
    padding: 50px 0 50px;
}
.section-title .about-text {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 2.2;
    letter-spacing: 1.7px;
}
.about-text {
    max-width: 800px;
    margin: 0 auto;
}
.all-time-hit {
    padding: 73px 0 20px;
}
.all-time-hit-about {
    padding: 0px;
}
.all-time-hit.all-time-hit--two .section-title__title {
    font-family: var(--font-secondary);
    font-size: 6rem;
}
.all-time-hit .all-time-hit__list {
    justify-content: center;
}
.all-time-hit .all-time-hit__list .all-time-hit__single {
    -ms-flex: 0 0 20%;
    flex: 0 0 18%;
    max-width: 20%;
}
.all-time-hit .all-time-hit__list .all-time-hit__single .all-time-hit-shape {
    background-image: -moz-linear-gradient(0deg, rgb(34, 103, 194) 0%, rgb(100, 70, 182) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 17, 167) 0%, rgb(201, 195, 192) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 132, 255) 0%, rgb(110, 113, 151) 100%);
}
.all-time-hit .all-time-hit__list .all-time-hit__single .all-time-hit__img .overlay-primary {
    position: absolute;
    background: rgb(1 39 35 / 40%);
    height: 100%;
    width: 100%;
}
.all-time-hit .all-time-hit__list .all-time-hit__single .all-time-hit__img .overlay-secondary {
    position: absolute;
    background: rgba(69, 86, 181, 0.4);
    height: 100%;
    width: 100%;
}
.all-time-hit .all-time-hit__list .all-time-hit__single .all-time-hit__content {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.all-time-hit .all-time-hit__list .all-time-hit__single .all-time-hit__content .all-time-hit__title {
    font-family: var(--font-secondary);
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
    /* text-transform: capitalize; */
}
.feature-two {
    background-color: var(--zeinet-black);
}
.feature-two-shape-1,
.feature-two-shape-2 {
    opacity: 1;
}
.feature-two .feature-two__bg-img {
    background-image: -moz-linear-gradient(270deg, #055248 0%, #b67546 100%);
    background-image: -webkit-linear-gradient(270deg, #055248 0%, #b67546 100%);
    background-image: -ms-linear-gradient(270deg, #055248 0%, #b67546 100%);
}

.feature-two .feature-two__img {
    display: flex;
    height: 400px;
}
.feature-two .section-title__title {
    color: rgb(255 255 255 / 50%);
    font-family: var(--font-secondary);
    font-size: 3.5rem
}
.features .item {
    position: relative;
    height: 96%;
    width: 350px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: flex;
    background: var(--zeinet-black);
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 1rem;
}
.features .item .icon {
    width: 150px;
    height: 150px;
}
.features .item .title {
    width: 100%;
    margin-top: 1rem;
    color: #b67747;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.features--two .item {
    height: 100%;
    padding: 2rem;
    border: 1px solid #eee;
    text-align: center;
    box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
}
.features--two .item .icon {
    margin: 0 auto;
}
.features--two .item .title {
    margin: 1rem 0 2rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-page .section-title__title {
    margin-bottom: 2rem;
}
.contact-page .contact-page__text {
    font-size: 1.5rem;
}
.centerRow{
    justify-content: center;
}
/* About - Page */
.about .section-text {
    margin: 1rem 0 1rem 0;
    text-align: center;
    font-size: 1.2rem;
}
.about .image img {
    width: 100%;
}
.about .row.reverse {
    flex-direction: row-reverse;
}
.about .content {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
}
.about .content h3 {
    padding-bottom: 2rem;
    font-weight: 900;
}
.about .content p {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

/* Contact - Page */
.contact-page__contact-list li .content {
    width: 80%;
}
.contact-page .contact-page__text {
    font-size: 1rem;
}

.page-header {
    padding: 220px 100px 300px;
}

.rocket-bg {
    display: flex;
    height: 900px;
    background: url(../images/rocket-bg.png);
    background-position: bottom;
    background-size: cover;
    justify-content: center;
}
.rocket-bg .icons {
    padding: 0 0 2rem 0;
    list-style: none;
    display: flex;
    align-items: flex-end;
}
.rocket-bg .icons .icon {
    margin: 0 2rem;
}
.rocket-bg .icons .icon img {
    width: 100px;
}
.preloader__image {
    background-size: 100px auto;
}

/* Services - Page */
.features--two.all-time-hit {
    padding: 60px 0 60px;
}
.services {
    display: flex;
    justify-content: center;
}
.content-service {
    margin-bottom: 2rem;
    text-align: center;
}
.content-service .icon {
    margin: 0 auto;
    width: 250px;
    height: 250px;
}
.content-service p {
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--font-secondary);
    color: var(--zeinet-black);
    letter-spacing: 1px;
}
.service-description {
    margin: 5rem 0;
}
.service-description .section-title h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: var(--zeinet-base);
}
.service-description .section-content p {
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

/* Footer */
.site-footer__top {
    position: relative;
    display: block;
    padding: 117px 0 111px;
}
.footer-widget__contact-list li .text p a {
    color: #fff;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 32px 0;
    background-color: var(--zeinet-black);
    box-shadow: 0px -1px 0px 0px rgb(255 255 255 / 10%);
}



/* Mobile */
@media only screen and (max-width: 767px) {
    .section-title .logo {
        width: 300px;
        height: 150px;
    }
    .section-title .about-text {
        font-size: 1rem;
        line-height: 2;
    }
    .all-time-hit {
        padding: 20px 0 20px;
    }
    .all-time-hit__list .all-time-hit__single {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .all-time-hit.all-time-hit--two .section-title__title {
        font-size: 4rem;
    }
    .all-time-hit .all-time-hit__list .all-time-hit__single {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feature-two .section-title__title {
        font-size: 3rem;
    }
    .feature-two .section-title__title br {
        display: block;
    }
    .contact-page {
        padding: 20px 0 20px;
    }
    .contact-page .contact-page__text {
        font-size: 1rem;
    }
    .about.all-time-hit.all-time-hit--two .section-title__title {
        font-size: 3rem;
    }
    .about .section-title {
        margin-top: 30px;
    }
    /* .about .section-text {
        margin: 3rem 0;
    } */
    .about .content {
        display: block;
        padding: 2rem 0;
        text-align: center;
    }
    .rocket-bg .icons .icon {
        margin: 0 1rem;
    }
    .rocket-bg .icons .icon img {
        width: 60px;
    }
}

.icon-spoon-knife:before {
  content: "\e9a3";
}
.remove_field {
    border: 1px solid #333;
    padding: 2px 5px;
    color : #333;
    border-radius: 2px;
    background: #efefef;
}
.add_field {
    margin-right: 4px;
}
.field {
    display: flex;
}
.field p:nth-child(1) {
    margin-right: 4.7rem;
}